[pLog-svn] r4672 - plugins/branches/lifetype-1.2/authimage/locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Feb 2 08:08:25 EST 2007


Author: oscar
Date: 2007-02-02 08:08:25 -0500 (Fri, 02 Feb 2007)
New Revision: 4672

Modified:
   plugins/branches/lifetype-1.2/authimage/locale/locale_de_DE.php
   plugins/branches/lifetype-1.2/authimage/locale/locale_en_UK.php
   plugins/branches/lifetype-1.2/authimage/locale/locale_es_ES.php
   plugins/branches/lifetype-1.2/authimage/locale/locale_zh_CN.php
   plugins/branches/lifetype-1.2/authimage/locale/locale_zh_TW.php
Log:
added a new locale string. I've been able to fix the english and spanish locale but I've copied the English translation to all other ones... please have a look if you can.


Modified: plugins/branches/lifetype-1.2/authimage/locale/locale_de_DE.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/locale/locale_de_DE.php	2007-02-02 13:07:06 UTC (rev 4671)
+++ plugins/branches/lifetype-1.2/authimage/locale/locale_de_DE.php	2007-02-02 13:08:25 UTC (rev 4672)
@@ -24,4 +24,6 @@
 $messages["label_length"]               = "Länge";
 $messages["label_key"]                   = "Schlüssel";
 $messages["label_default"]               = "Einstellungen";
+
+$messages["authimage_type_code"] = 'Please type the 6-digit code you can see here:';
 ?>

Modified: plugins/branches/lifetype-1.2/authimage/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/locale/locale_en_UK.php	2007-02-02 13:07:06 UTC (rev 4671)
+++ plugins/branches/lifetype-1.2/authimage/locale/locale_en_UK.php	2007-02-02 13:08:25 UTC (rev 4672)
@@ -27,4 +27,6 @@
 $messages["label_key"] = "Key";
 $messages["label_expiredtime"] = "Expired Time";
 $messages["label_default"] = "Default";
+
+$messages["authimage_type_code"] = 'Please type the 6-digit code you can see here:';
 ?>

Modified: plugins/branches/lifetype-1.2/authimage/locale/locale_es_ES.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/locale/locale_es_ES.php	2007-02-02 13:07:06 UTC (rev 4671)
+++ plugins/branches/lifetype-1.2/authimage/locale/locale_es_ES.php	2007-02-02 13:08:25 UTC (rev 4672)
@@ -31,4 +31,6 @@
 $messages["label_lengthx"] = "Longitud";
 $messages["label_key"] = "Clave";
 $messages["label_default"] = "Default";
+
+$messages["authimage_type_code"] = 'Por favor introduzca el texto de la imagen:';
 ?>

Modified: plugins/branches/lifetype-1.2/authimage/locale/locale_zh_CN.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/locale/locale_zh_CN.php	2007-02-02 13:07:06 UTC (rev 4671)
+++ plugins/branches/lifetype-1.2/authimage/locale/locale_zh_CN.php	2007-02-02 13:08:25 UTC (rev 4672)
@@ -24,4 +24,6 @@
 $messages["label_length"] = "长度";
 $messages["label_key"] = "编码关键字";
 $messages["label_default"] = "默认";
+
+$messages["authimage_type_code"] = 'Please type the 6-digit code you can see here:';
 ?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.2/authimage/locale/locale_zh_TW.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/locale/locale_zh_TW.php	2007-02-02 13:07:06 UTC (rev 4671)
+++ plugins/branches/lifetype-1.2/authimage/locale/locale_zh_TW.php	2007-02-02 13:08:25 UTC (rev 4672)
@@ -27,4 +27,6 @@
 $messages["label_key"] = "編碼鑰匙";
 $messages["label_expiredtime"] = "暫存";
 $messages["label_default"] = "預設";
+
+$messages["authimage_type_code"] = 'Please type the 6-digit code you can see here:';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list