[pLog-svn] r2895 - plugins/branches/lifetype-1.0/templateeditor/locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 4 13:47:04 GMT 2006


Author: jondaley
Date: 2006-02-04 13:47:03 +0000 (Sat, 04 Feb 2006)
New Revision: 2895

Modified:
   plugins/branches/lifetype-1.0/templateeditor/locale/locale_en_UK.php
Log:
fixed some typos, and made things clearer.

Modified: plugins/branches/lifetype-1.0/templateeditor/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.0/templateeditor/locale/locale_en_UK.php	2006-02-03 21:48:28 UTC (rev 2894)
+++ plugins/branches/lifetype-1.0/templateeditor/locale/locale_en_UK.php	2006-02-04 13:47:03 UTC (rev 2895)
@@ -3,7 +3,7 @@
 $messages["BlogTemplateEditor"] = "Blog Template Editor";
 $messages["TemplateEditorConfig"] = "Template Editor Settings";
 
-$messages["templateeditor_backupfile"] = "Please select the date that you want to recover, template editor will load it to editor automatically. Each template file can has 5 backup files in total.";
+$messages["templateeditor_backupfile"] = "Please select the date that you want to recover, template editor will load it to editor automatically. Each template file can have 5 backup files in total.";
 $messages["templateeditor_choose_backupfile"] = "Select backup file to recover";
 $messages["templateeditor_currentfile"] = "Current File";
 $messages["templateeditor_filecontent"] = "Modify your template file.";
@@ -18,14 +18,14 @@
 $messages["error_removing_template_file"] = "There was an error deleting template file %s.";
 $messages["error_updating_template_file"] = "There was an error updating template file.";
 $messages["error_backup_template_file"] = "There was an error backing up template file.";
-$messages["templateeditor_error_maxbackupfiles"] = "Maximum Backup Files Should > 0!";
-$messages["templateeditor_error_allowedextension"] = "Allowed extension can not be empty.";
-$messages["templateeditor_error_templatefile_name"] = 'Wrong template file name. The file name is limited to a-z, A-Z, "_", "-" and ".", space in file name is not allowed.';
+$messages["templateeditor_error_maxbackupfiles"] = "Maximum Backup Files should be > 0!";
+$messages["templateeditor_error_allowedextension"] = "Allowed extension cannot be empty.";
+$messages["templateeditor_error_templatefile_name"] = 'Wrong template file name. The file name is limited to a-z, A-Z, "_", "-" and ".". Spaces in file name are not allowed.';
 $messages["templateeditor_error_templateset_type"] = 'Wrong template set type.';
 $messages["templateeditor_error_templatefile_extension"] = "Wrong template extension.";
 $messages["error_duplicate_templatefile_name"] = "Duplicate template file name.";
 $messages["error_copying_templatefile"] = "There was an error copying template file.";
-$messages["templateeditor_error_templateset_name"] = 'Wrong template set name. The set name is limited to a-z, A-Z, "_" and "-", space in set name is not allowed.';
+$messages["templateeditor_error_templateset_name"] = 'Wrong template set name. The set name is limited to a-z, A-Z, "_" and "-". Spaces in set name are not allowed.';
 $messages["error_duplicate_templateset_name"] = "Duplicate template set name.";
 $messages["error_copying_templateset"] = "There was an error copying template set.";
 
@@ -33,8 +33,8 @@
 $messages["template_files_removed_ok"] = "%s templates files deleted successfully";
 $messages["templateeditor_file_saved_ok"] = "Template file saved successfully.";
 $messages["templateeditor_settings_saved_ok"] = "Templete Editor settings saved successfully!";
-$messages["templateeditor_templatefile_copyed_ok"] = "Template file copyed successfully.";
-$messages["templateeditor_templateset_copyed_ok"] = "Template set copyed successfully.";
+$messages["templateeditor_templatefile_copyed_ok"] = "Template file copied successfully.";
+$messages["templateeditor_templateset_copyed_ok"] = "Template set copied successfully.";
 
 $messages["label_configuration"] = "Configuration";
 $messages["label_enable"] = "Enable";



More information about the pLog-svn mailing list