[pLog-svn] r1155 - in plugins/trunk: blogtimes/locale flickr/locale
mark at devel.plogworld.net
mark at devel.plogworld.net
Mon Feb 21 09:39:50 GMT 2005
Author: mark
Date: 2005-02-21 09:39:50 +0000 (Mon, 21 Feb 2005)
New Revision: 1155
Modified:
plugins/trunk/blogtimes/locale/locale_en_UK.php
plugins/trunk/blogtimes/locale/locale_zh_TW.php
plugins/trunk/flickr/locale/locale_en_UK.php
Log:
Update locale messages of flickr and blogtimes.
Modified: plugins/trunk/blogtimes/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/blogtimes/locale/locale_en_UK.php 2005-02-21 08:44:59 UTC (rev 1154)
+++ plugins/trunk/blogtimes/locale/locale_en_UK.php 2005-02-21 09:39:50 UTC (rev 1155)
@@ -5,8 +5,6 @@
$messages["blogtimes_plugin_enabled"] = "Enable this plugin";
$messages["blogtimes_plugin"] = "Blog Times Plugin";
-$messages["gravatar_settings_saved_ok"] = "Blog Times settings saved successfully!";
-
$messages["blogtimes_backcolor"] = "Please input your background color (It should be RGB hex color code).";
$messages["blogtimes_boxcolor"] = "Please input your box color (It should be RGB hex color code).";
$messages["blogtimes_textcolor"] = "Please input your text color (It should be RGB hex color code).";
@@ -18,6 +16,14 @@
$messages["blogtimes_height"] = "Please input your image height.";
$messages["blogtimes_lastdays"] = "Please input the last days of posts you want to show on image.";
+$messages["gravatar_settings_saved_ok"] = "Blog Times settings saved successfully!";
+
+$messages["blogtimes_error_color_code"] = "Color code error! It should be RGB hex color code. Example: #FFFFFF.";
+$messages["blogtimes_error_title"] = "Title can not be empty!";
+$messages["blogtimes_error_width"] = "Width can not < 240 pixels.";
+$messages["blogtimes_error_height"] = "Height can not < 30 pixels.";
+$messages["blogtimes_error_last_days"] = "Last days not not < 0 days.";
+
$messages["label_configuration"] = "Configuration";
$messages["label_enable"] = "Enable";
$messages["label_backcolor"] = "Background Color";
Modified: plugins/trunk/blogtimes/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/blogtimes/locale/locale_zh_TW.php 2005-02-21 08:44:59 UTC (rev 1154)
+++ plugins/trunk/blogtimes/locale/locale_zh_TW.php 2005-02-21 09:39:50 UTC (rev 1155)
@@ -5,8 +5,6 @@
$messages["blogtimes_plugin_enabled"] = "啟動外掛程式";
$messages["blogtimes_plugin"] = "網誌時間方塊圖外掛程式";
-$messages["blogtimes_settings_saved_ok"] = "網誌時間方塊圖設定儲存成功。";
-
$messages["blogtimes_backcolor"] = "請輸入你的背景顏色代碼(必須是 16 進位的 RGB 顏色代碼)。";
$messages["blogtimes_boxcolor"] = "請輸入你的方塊圖顏色代碼(必須是 16 進位的 RGB 顏色代碼)。";
$messages["blogtimes_textcolor"] = "請輸入你的文字顏色代碼(必須是 16 進位的 RGB 顏色代碼)。";
@@ -18,6 +16,14 @@
$messages["blogtimes_height"] = "請輸入你的方塊圖影像寬度";
$messages["blogtimes_lastdays"] = "請輸入你所要顯示的過去文章天數。";
+$messages["blogtimes_settings_saved_ok"] = "網誌時間方塊圖設定儲存成功。";
+
+$messages["blogtimes_error_color_code"] = "顏色代碼錯誤!必須是 16 進位的 RGB 顏色代碼,如 #FFFFFF。";
+$messages["blogtimes_error_title"] = "影樣文字敘述錯誤!不可為空白。";
+$messages["blogtimes_error_width"] = "方塊圖影像長度錯誤。不可 < 240 像素。";
+$messages["blogtimes_error_height"] = "方塊圖影像寬度錯誤。不可 < 30 像素。";
+$messages["blogtimes_error_last_days"] = "過去文章天數錯誤!不可 < 0 天。";
+
$messages["label_configuration"] = "設定";
$messages["label_enable"] = "啟動";
$messages["label_backcolor"] = "背景顏色";
Modified: plugins/trunk/flickr/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/flickr/locale/locale_en_UK.php 2005-02-21 08:44:59 UTC (rev 1154)
+++ plugins/trunk/flickr/locale/locale_en_UK.php 2005-02-21 09:39:50 UTC (rev 1155)
@@ -19,7 +19,7 @@
$messages["flickr_settings_saved_ok"] = "Flickr settings saved successfully!";
$messages["flickr_error_email"] = "E-Mail can not be empty!";
$messages["flickr_error_password"] = "Password can not be empty!";
-$messages["flickr_error_aliasname"] = "Alias Name can not be empty";
+$messages["flickr_error_aliasname"] = "Alias Name can not be empty!";
$messages["flickr_error_expiredtime"] = "To reduce the loading of Flickr server, the expired time can not shorter then 3600 secs.";
$messages["error_flickr_not_enabled"] = "Please kindly enable Flickr plugin first.";
More information about the pLog-svn
mailing list