[pLog-svn] r2947 - plugins/branches/lifetype-1.0/stickyposts/locale

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Feb 13 07:51:39 GMT 2006


Author: mark
Date: 2006-02-13 07:51:39 +0000 (Mon, 13 Feb 2006)
New Revision: 2947

Modified:
   plugins/branches/lifetype-1.0/stickyposts/locale/locale_en_UK.php
   plugins/branches/lifetype-1.0/stickyposts/locale/locale_es_ES.php
   plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_CN.php
   plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_TW.php
Log:
Fix bug http://bugs.lifetype.net/view.php?id=758

Modified: plugins/branches/lifetype-1.0/stickyposts/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.0/stickyposts/locale/locale_en_UK.php	2006-02-13 07:46:20 UTC (rev 2946)
+++ plugins/branches/lifetype-1.0/stickyposts/locale/locale_en_UK.php	2006-02-13 07:51:39 UTC (rev 2947)
@@ -1,17 +1,25 @@
 <?php
-$messages["manageRecentPlugins"] = "Recent Activities Management";
-$messages["RecentComments"] = "Recent Comments";
-$messages["recentcomments"] = "Recent Comments";
-$messages["view_comment_by"] = "View comment by %s";
-
-$messages["recentcomments_maxcomments"] = "Maximum Showed Comments";
-$messages["recentcomments_plugin_enabled"] = "Enable this plugin";
-$messages["recentcomments_plugin"] = "Recent Comments Plugin";
-
-$messages["recentcomments_settings_saved_ok"] = "Recent Comments settings saved successfully!";
-$messages["recentcomments_error_maxcomments"] = "Maximum Showed Comments Should > 0!";
-
-$messages["label_configuration"] = "Configuration";
-$messages["label_enable"] = "Enable";
-$messages["label_maxcomments"] = "Max Comments";
+$messages["manageRecentPlugins"] = "Recent Activities Management";
+$messages["stickyposts"] = "Sticky and Announce Posts";
+$messages["StickyPosts"] = "Sticky and Announce Posts";
+
+$messages["stickyposts_maxstickys"] = "Number of sticky posts";
+$messages["stickyposts_maxannounces"] = "Number of announce posts";
+$messages["stickyposts_stickycategory"] = "Select a category for sticky posts";
+$messages["stickyposts_announcecategory"] = "Select a category for announce posts";
+$messages["stickyposts_plugin_enabled"] = "Enable plugin";
+$messages["stickyposts_plugin"] = "Sticky and Announce Posts Plugin";
+
+$messages["stickyposts_settings_saved_ok"] = "StickyPosts settings saved successfully!";
+$messages["stickyposts_error_maxstickys"] = "Number of sticky posts must > 0!";
+$messages["stickyposts_error_maxannounces"] = "Number of announce posts must > 0!";
+$messages["stickyposts_error_stickycategoryid"] = "Select a category for your sticky posts.";
+$messages["stickyposts_error_announcecategoryid"] = "Select a category for your annouce posts";
+
+$messages["label_configuration"] = "Configuration";
+$messages["label_enable"] = "Enable";
+$messages["label_maxstickys"] = "Number of Sticky Posts";
+$messages["label_maxannounces"] = "Number of Annouce Posts";
+$messages["label_stickycategory"] = "Category of Sticky Posts";
+$messages["label_announcecategory"] = "Category of Annouce Posts";
 ?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.0/stickyposts/locale/locale_es_ES.php
===================================================================
--- plugins/branches/lifetype-1.0/stickyposts/locale/locale_es_ES.php	2006-02-13 07:46:20 UTC (rev 2946)
+++ plugins/branches/lifetype-1.0/stickyposts/locale/locale_es_ES.php	2006-02-13 07:51:39 UTC (rev 2947)
@@ -1,22 +1,26 @@
 <?php
+// these are just a copy of locale_en_UK.php. may someone kindly translates these messages. thanks.
+$messages["manageRecentPlugins"] = "Recent Activities Management";
+$messages["stickyposts"] = "Sticky and Announce Posts";
+$messages["StickyPosts"] = "Sticky and Announce Posts";
 
-// Translation by Andres Bianciotto plog at a-b.com.ar
-// Date 09/Apr/2005
-//
+$messages["stickyposts_maxstickys"] = "Number of sticky posts";
+$messages["stickyposts_maxannounces"] = "Number of announce posts";
+$messages["stickyposts_stickycategory"] = "Select a category for sticky posts";
+$messages["stickyposts_announcecategory"] = "Select a category for announce posts";
+$messages["stickyposts_plugin_enabled"] = "Enable plugin";
+$messages["stickyposts_plugin"] = "Sticky and Announce Posts Plugin";
 
-$messages["manageRecentPlugins"] = "Actividades recientes";
-$messages["RecentComments"] = "Comentarios Recientes";
-$messages["recentcomments"] = "Comentarios recientes";
-$messages["view_comment_by"] = "Ver comentario %s";
+$messages["stickyposts_settings_saved_ok"] = "StickyPosts settings saved successfully!";
+$messages["stickyposts_error_maxstickys"] = "Number of sticky posts must > 0!";
+$messages["stickyposts_error_maxannounces"] = "Number of announce posts must > 0!";
+$messages["stickyposts_error_stickycategoryid"] = "Select a category for your sticky posts.";
+$messages["stickyposts_error_announcecategoryid"] = "Select a category for your annouce posts";
 
-$messages["recentcomments_maxcomments"] = "M&aacute;ximo de coment. a mostrar";
-$messages["recentcomments_plugin_enabled"] = "Activar este plugin";
-$messages["recentcomments_plugin"] = "Plugin Comentarios recientes";
-
-$messages["recentcomments_settings_saved_ok"] = "Los datos se han guardado con &eacute;xito";
-$messages["recentcomments_error_maxcomments"] = "El m&aacute;ximo debe ser mayor a 0!";
-
-$messages["label_configuration"] = "Configuraci&oacute;n";
-$messages["label_enable"] = "Activar";
-$messages["label_maxcomments"] = "Comentarios M&aacute;x";
+$messages["label_configuration"] = "Configuration";
+$messages["label_enable"] = "Enable";
+$messages["label_maxstickys"] = "Number of Sticky Posts";
+$messages["label_maxannounces"] = "Number of Annouce Posts";
+$messages["label_stickycategory"] = "Category of Sticky Posts";
+$messages["label_announcecategory"] = "Category of Annouce Posts";
 ?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_CN.php
===================================================================
--- plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_CN.php	2006-02-13 07:46:20 UTC (rev 2946)
+++ plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_CN.php	2006-02-13 07:51:39 UTC (rev 2947)
@@ -14,7 +14,7 @@
 $messages["stickyposts_error_maxstickys"] = "置顶文章显示数量必须要 > 0!";
 $messages["stickyposts_error_maxannounces"] = "公告文章显示数量必须要 > 0!";
 $messages["stickyposts_error_stickycategoryid"] = "请选择一个分类存放置顶文章。";
-$messages["stickyposts_error_announcecategoryid"] = "请选择一个分类存放置顶文章。";
+$messages["stickyposts_error_announcecategoryid"] = "请选择一个分类存放公告文章。";
 
 $messages["label_configuration"] = "设定";
 $messages["label_enable"] = "启动";

Modified: plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_TW.php
===================================================================
--- plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_TW.php	2006-02-13 07:46:20 UTC (rev 2946)
+++ plugins/branches/lifetype-1.0/stickyposts/locale/locale_zh_TW.php	2006-02-13 07:51:39 UTC (rev 2947)
@@ -14,7 +14,7 @@
 $messages["stickyposts_error_maxstickys"] = "置頂文章顯示數量必須要 > 0!";
 $messages["stickyposts_error_maxannounces"] = "公告文章顯示數量必須要 > 0!";
 $messages["stickyposts_error_stickycategoryid"] = "請選擇一個分類存放置頂文章。";
-$messages["stickyposts_error_announcecategoryid"] = "請選擇一個分類存放置頂文章。";
+$messages["stickyposts_error_announcecategoryid"] = "請選擇一個分類存放公告文章。";
 
 $messages["label_configuration"] = "設定";
 $messages["label_enable"] = "啟動";



More information about the pLog-svn mailing list