[pLog-svn] r5182 - plog/branches/lifetype-1.2/locale
reto at devel.lifetype.net
reto at devel.lifetype.net
Sun Mar 25 11:29:37 EDT 2007
Author: reto
Date: 2007-03-25 11:29:37 -0400 (Sun, 25 Mar 2007)
New Revision: 5182
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:
added missing string to locale files (added the english version to all locales)
Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -111,9 +111,9 @@
$messages["error_comments_not_enabled"] = "La funció de comentar articles ha estat desactivada en aquest bloc.";
$messages['error_incorrect_search_terms'] = 'Els termes de la recerca no són vàlids.';
$messages['error_no_search_results'] = 'No hi ha coincidències amb els termes de la cerca.';
-
$messages['error_no_albums_defined'] = 'Aquest blog no té cap album definit.';
$messages['error_incorrect_category_id'] = 'L\'identificador de la categoria no és correcte.';
+
$messages['posted_in'] = 'Publicat a';
$messages['form_authenticated'] = 'Autentitficat';
$messages['previous_post'] = 'Anterior';
@@ -125,4 +125,6 @@
$messages['admin'] = 'Administració';
$messages['guestbook'] = 'Llibre visites';
$messages['num_reads'] = 'Lectures';
-?>
\ No newline at end of file
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -108,6 +108,7 @@
$messages['error_no_search_results'] = 'Es wurden keine den Suchbegriffen entsprechenden Ergebnisse gefunden.';
$messages['error_no_albums_defined'] = 'In diesem Blog sind keine Alben verfügbar.';
$messages['error_incorrect_category_id'] = 'Es wurden keine Kategorien ausgewählt oder die entsprechenden IDs sind nicht korrekt.';
+$messages['error_fetching_resource'] = 'Die gewünschte Datei wurde nicht gefunden.';
$messages['form_authenticated'] = 'Authentifiziert';
$messages['posted_in'] = 'Posted in';
Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -108,6 +108,7 @@
$messages['error_no_search_results'] = 'No items matching the search terms were found';
$messages['error_no_albums_defined'] = 'There are no albums available in this blog.';
$messages['error_incorrect_category_id'] = 'The category identifier is not correct or no items were selected';
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
$messages['form_authenticated'] = 'Authenticated';
$messages['posted_in'] = 'Posted in';
@@ -124,4 +125,4 @@
$messages['categories'] = 'Categories';
$messages['num_reads'] = 'Views';
-?>
\ 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-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -105,6 +105,7 @@
$messages['error_no_search_results'] = 'No se encontraros artículos que se correspondan con los términos de la búsqueda.';
$messages['error_no_albums_defined'] = 'No hay ningun álbum disponible en esta bitácora.';
$messages['error_incorrect_category_id'] = 'El identificador de la categoría no es correcto o no se seleccionaron categorías a borrar';
+
$messages['posted_in'] = 'Publicado en';
$messages['form_authenticated'] = 'Autentificado';
$messages['previous_post'] = 'Anterior';
@@ -116,4 +117,6 @@
$messages['admin'] = 'Administración';
$messages['guestbook'] = 'Libro de visitas';
$messages['num_reads'] = 'Lecturas';
-?>
\ No newline at end of file
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -127,5 +127,6 @@
$messages['num_reads'] = 'Vus';
$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_incorrect_email_address"] = "Adresse email incorrecte";
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
?>
Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -122,5 +122,7 @@
$messages['links'] = 'Link';
// missing strings //
-$messages['num_reads'] = 'Letture';
-?>
\ No newline at end of file
+$messages['num_reads'] = 'Letture';
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -124,5 +124,7 @@
$messages['num_reads'] = 'Bekeken';
$messages['links'] = 'Links';
-$messages['categories'] = 'Categorieen';
-?>
\ No newline at end of file
+$messages['categories'] = 'Categorieen';
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -124,5 +124,7 @@
$messages['links'] = 'ç½ç«é¾æ¥';
$messages['categories'] = 'æç« åç±»';
-$messages['num_reads'] = 'é
读';
-?>
\ No newline at end of file
+$messages['num_reads'] = 'é
读';
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2007-03-25 12:51:44 UTC (rev 5181)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2007-03-25 15:29:37 UTC (rev 5182)
@@ -124,5 +124,7 @@
$messages['links'] = '網ç«é£çµ';
$messages['categories'] = 'æç« åé¡';
-$messages['num_reads'] = 'é±è®';
-?>
\ No newline at end of file
+$messages['num_reads'] = 'é±è®';
+
+$messages['error_fetching_resource'] = 'The file you specified could not be found.';
+?>
More information about the pLog-svn
mailing list