[pLog-svn] r5275 - plog/branches/lifetype-1.2/locale

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Apr 6 09:55:11 EDT 2007


Author: mark
Date: 2007-04-06 09:55:11 -0400 (Fri, 06 Apr 2007)
New Revision: 5275

Modified:
   plog/branches/lifetype-1.2/locale/locale_ca_ES.php
   plog/branches/lifetype-1.2/locale/locale_de_DE.php
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
   plog/branches/lifetype-1.2/locale/locale_es_ES.php
   plog/branches/lifetype-1.2/locale/locale_fr_FR.php
   plog/branches/lifetype-1.2/locale/locale_it_IT.php
   plog/branches/lifetype-1.2/locale/locale_nl_NL.php
   plog/branches/lifetype-1.2/locale/locale_zh_CN.php
   plog/branches/lifetype-1.2/locale/locale_zh_TW.php
Log:
Add two new locale messages.

Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -127,4 +127,6 @@
 $messages['num_reads'] = 'Lectures';
 
 $messages['error_fetching_resource'] = 'El fitxer no s\'ha pogut trobar.';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -124,4 +124,6 @@
 $messages['links'] = 'Links';
 $messages['categories'] = 'Kategorien';
 $messages['num_reads'] = 'gesehen';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -126,4 +126,6 @@
 $messages['articles'] = 'Articles';
 
 $messages['num_reads'] = 'Views';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -119,4 +119,6 @@
 $messages['num_reads'] = 'Lecturas';
 
 $messages['error_fetching_resource'] = 'El fichero no se pudo encontrar.';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -129,4 +129,6 @@
 $messages["error_incorrect_category_id"] = "L'ID de la catégorie n'est pas correct ou aucun élément sélectionné";
 $messages["error_incorrect_email_address"] = "Adresse email incorrecte";
 $messages['error_fetching_resource'] = 'The file you specified could not be found.';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -125,4 +125,6 @@
 $messages['num_reads'] = 'Letture';
 
 $messages['error_fetching_resource'] = 'The file you specified could not be found.';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -127,4 +127,6 @@
 $messages['categories'] = 'Categorieen';
 
 $messages['error_fetching_resource'] = 'The file you specified could not be found.';
+$messages['contact_me'] = 'Contact Me';
+$messages['required'] = 'Required';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -127,4 +127,6 @@
 $messages['articles'] = '文章数';
 
 $messages['num_reads'] = '阅读';
+$messages['contact_me'] = '联络我';
+$messages['required'] = '必填';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-04-04 21:12:32 UTC (rev 5274)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-04-06 13:55:11 UTC (rev 5275)
@@ -127,4 +127,6 @@
 $messages['articles'] = '文章數';
 
 $messages['num_reads'] = '閱讀';
+$messages['contact_me'] = '聯絡我';
+$messages['required'] = '必填';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list