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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Jun 12 00:58:38 EDT 2007


Author: jondaley
Date: 2007-06-12 00:58:37 -0400 (Tue, 12 Jun 2007)
New Revision: 5526

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_gl_ES.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:
added missing string

Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -95,6 +95,7 @@
 $messages['about'] = 'Sobre';
 $messages['download'] = 'Baixa';
 $messages['error_incorrect_email_address'] = 'L\'adreça de correu electrònic no és correcta';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 
 ////// error messages /////

Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -92,6 +92,7 @@
 $messages['about'] = 'Über';
 $messages['download'] = 'Download';
 $messages['error_incorrect_email_address'] = 'Die E-Mail Adresse ist ungültig.';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = 'Der gesuchte Artikel kann nicht gefunden werden.';

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -92,6 +92,7 @@
 $messages['about'] = 'About';
 $messages['download'] = 'Download';
 $messages['error_incorrect_email_address'] = 'The email address is not correct';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = 'The article you specified could not be found.';

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -90,6 +90,7 @@
 $messages['about'] = 'Acerca de';
 $messages['download'] = 'Descargar';
 $messages['error_incorrect_email_address'] = 'La dirección de correo no es válida';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 $messages['error_fetching_article'] = 'El artículo especificado no existe.';
 $messages['error_fetching_articles'] = 'No se encontraron artículos';

Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -121,6 +121,7 @@
 $messages['main'] = 'Principal';
 $messages['about'] = 'À propos';
 $messages['download'] = 'Télécharger';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = 'Article spécifié non trouvé.';
@@ -143,6 +144,4 @@
 $messages['error_fetching_resource'] = 'Erreur lors de la requête de la ressource.';
 $messages['error_incorrect_user'] = 'Membre non valide';
 
-//// MISSING IN en_UK ////
-$messages['category'] = 'Catégorie';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -93,6 +93,7 @@
 $messages['about'] = 'Acerca de';
 $messages['download'] = 'Descargar';
 $messages['error_incorrect_email_address'] = 'O enderezo de correo non é válido';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 
 $messages['error_fetching_article'] = 'O artigo especificado non existe.';

Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -91,7 +91,8 @@
 $messages['about'] = 'Informazioni';
 $messages['download'] = 'Scarica';
 $messages['error_incorrect_email_address'] = 'L\'indirizzo email non è corretto';
-
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
+
 ////// error messages /////
 $messages['error_fetching_article'] = 'L\'articolo richiesto non può essere trovato.';
 $messages['error_fetching_articles'] = 'Impossibile selezionare gli articoli';

Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -92,6 +92,7 @@
 $messages['about'] = 'Over...';
 $messages['download'] = 'Download';
 $messages['error_incorrect_email_address'] = 'Het e-mail adres is niet correct';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = 'Het opgevraagde artikel is niet gevonden.';

Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -93,6 +93,7 @@
 $messages['about'] = '关于';
 $messages['download'] = '下载';
 $messages['error_incorrect_email_address'] = '电子邮件信箱格式错误。';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = '找不到您所指定的文章。';

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-11 17:46:50 UTC (rev 5525)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-12 04:58:37 UTC (rev 5526)
@@ -93,6 +93,7 @@
 $messages['about'] = '關於';
 $messages['download'] = '下載';
 $messages['error_incorrect_email_address'] = '電子郵件信箱格式錯誤。';
+$messages['invalid_url'] = 'You entered an invalid URL. Please correct and try again';
 
 ////// error messages /////
 $messages['error_fetching_article'] = '找不到您所指定的文章。';



More information about the pLog-svn mailing list