[pLog-svn] r5336 - in plog/branches/lifetype-1.2/locale: . admin
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Tue Apr 24 05:02:16 EDT 2007
Author: jondaley
Date: 2007-04-24 05:02:16 -0400 (Tue, 24 Apr 2007)
New Revision: 5336
Modified:
plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php
plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php
plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php
plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php
plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php
plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
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:
error_fetching_category was missing. error_incorrect_user need to be in the front end. error_fetching_post was a duplicate of error_fetching_article.
Modified: plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -151,7 +151,6 @@
// edit post page
$messages['update'] = 'Actualitza';
$messages['editPost'] = 'Edita article';
-$messages["error_fetching_post"] = "S'ha produït un error en obtenir l'article.";
$messages['post_updated_ok'] = 'L\'article "%s" ha actualitzat correctament';
$messages['error_updating_post'] = 'S\'ha produït un error en actualitzar l\'article';
$messages['notification_added'] = 'Se t\'enviarà una notificació quan s\'hi afegeixin comentaris o retroenllaços';
@@ -861,7 +860,6 @@
$messages['trackbacks_updated_ok'] = '%s retroenllaços actualitzats correctament';
$messages['trackback_updated_ok'] = 'Retroenllaç modificat correctament';
$messages['error_trackback_status'] = 'Selecciona un estat vàlid';
-$messages['error_incorrect_user'] = 'L\'usuari no és vàlid';
$messages['select'] = 'Selecciona';
$messages['remove_selected'] = 'Esborra la selecció';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -162,7 +162,6 @@
// edit post page
$messages['update'] = 'aktualisieren';
$messages['editPost'] = 'Artikel bearbeiten';
-$messages['error_fetching_post'] = 'Beim Öffnen des Artikels ist ein Fehler aufgetreten.';
$messages['post_updated_ok'] = 'Der Artikel "%s" wurde erfolgreich aktualisiert.';
$messages['error_updating_post'] = 'Beim Aktualisieren des Artikels ist ein Fehler aufgetreten.';
$messages['notification_added'] = 'Sie werden bei neuen Kommentaren oder Trackbacks benachrichtigt.';
@@ -881,7 +880,6 @@
$messages['trackbacks_updated_ok'] = '%s Trackbacks erfolgreich aktualisiert.';
$messages['trackback_updated_ok'] = 'Trackback erfolgreich aktualisiert.';
$messages['error_trackback_status'] = 'Bitte wählen Sie einen gültigen Status.';
-$messages['error_incorrect_user'] = 'Benutzer ist ungültig';
$messages['select'] = 'Auswahl';
$messages['remove_selected'] = 'Entferne Auswahl';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -162,7 +162,6 @@
// edit post page
$messages['update'] = 'Update';
$messages['editPost'] = 'Edit Post';
-$messages['error_fetching_post'] = 'There was an error fetching the article';
$messages['post_updated_ok'] = 'Post "%s" updated successfully.';
$messages['error_updating_post'] = 'There was an error updating the post';
$messages['notification_added'] = 'You will receive notifications of new comments or trackbacks';
@@ -235,7 +234,6 @@
// update category
$messages['error_updating_article_category'] = 'There was an error updating the article category';
-$messages['error_fetching_category'] = 'There was an error fetching the category';
$messages['article_category_updated_ok'] = 'Category "%s" was updated successfully';
// links
@@ -882,7 +880,6 @@
$messages['trackbacks_updated_ok'] = '%s trackbacks updated successfully';
$messages['trackback_updated_ok'] = 'Trackback updated successfully';
$messages['error_trackback_status'] = 'Please select a valid status';
-$messages['error_incorrect_user'] = 'User is not valid';
$messages['select'] = 'Select';
$messages['remove_selected'] = 'Remove Selected';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -153,7 +153,6 @@
// edit post page
$messages['update'] = 'Actualizar';
$messages['editPost'] = 'Editar Artículo';
-$messages['error_fetching_post'] = 'Hubo un error cargando el artículo';
$messages['post_updated_ok'] = 'El artículo "%s" fue actualizado corrrectamente';
$messages['error_updating_post'] = 'Hubo un error actualizando el artículo';
$messages['notification_added'] = 'Se enviará un mensaje cada vez que se reciba un comentario o retroenlace';
@@ -861,7 +860,6 @@
$messages['trackbacks_updated_ok'] = '%s retroenlaces actualizados correctamente';
$messages['trackback_updated_ok'] = 'Retroenlace modificado correctamente';
$messages['error_trackback_status'] = 'Elija un estado válido';
-$messages['error_incorrect_user'] = 'El usuario no es válido';
$messages['select'] = 'Seleccionar';
$messages['remove_selected'] = 'Eliminar selección';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_fr_FR.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -166,7 +166,6 @@
// edit post page
$messages["update"] = "Mettre à jour";
$messages["editPost"] = "Editer l'article";
-$messages["error_fetching_post"] = "Erreur en récupérant l'article.";
$messages["post_updated_ok"] = "Article \"%s\" mis à jour";
$messages["error_updating_post"] = "Il y a eu une erreur en mettant à jour l'article";
$messages["notification_added"] = "Une notification vous sera envoyée par mail à chaque nouveau commentaire ou trackback.";
@@ -903,7 +902,6 @@
$messages['trackbacks_updated_ok'] = "%s Trackbacks misent à jour avec succès"; //'%s trackbacks updated successfully';
$messages['trackback_updated_ok'] = "Trackback mis à jour avec succès"; //''Trackback updated successfully';
$messages['error_trackback_status'] = "Sélectionner un statut valide"; //'Please select a valid status';
-$messages['error_incorrect_user'] = "Utilisateur invalide"; //'User is not valid';
$messages['select'] = "Sélectionner"; //'Select';
$messages['remove_selected'] = "Choix supprimés"; //'Remove Selected';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -159,7 +159,6 @@
// edit post page
$messages['update'] = 'Aggiorna';
$messages['editPost'] = 'Modifica articolo';
-$messages['error_fetching_post'] = 'Errore durante la lettura dell\'articolo';
$messages['post_updated_ok'] = 'Articolo "%s" modificato';
$messages['error_updating_post'] = 'Errore durante la modifica dell\'articolo';
$messages['notification_added'] = 'Riceverai una notifica per ciascun commento o trackback';
@@ -882,7 +881,6 @@
$messages['trackbacks_updated_ok'] = '%s trackback aggiornati con successo';
$messages['trackback_updated_ok'] = 'Trackback aggiornato con successo';
$messages['error_trackback_status'] = 'Scegli uno stato valido';
-$messages['error_incorrect_user'] = 'Utente non valido';
$messages['select'] = 'Scegli';
$messages['remove_selected'] = 'Rimuovi selezionato';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -187,7 +187,6 @@
// edit post page
$messages['update'] = 'Wijzigen';
$messages['editPost'] = 'Wijzig document';
-$messages['error_fetching_post'] = 'Fout tijdens ophalen van het document';
$messages['post_updated_ok'] = 'Document "%s" is gewijzigd';
$messages['error_updating_post'] = 'Fout tijdens wijzigen van het document';
$messages['notification_added'] = 'Er wordt een bericht verstuurd zodra er commentaar of een Trackback is geplaatst';
@@ -912,7 +911,6 @@
$messages['trackbacks_updated_ok'] = '%s trackbacks met succes aangepast';
$messages['trackback_updated_ok'] = 'Trackbacks met succes aangepast';
$messages['error_trackback_status'] = 'Selecteer een correcte status';
-$messages['error_incorrect_user'] = 'Gebruiker is niet correct';
$messages['select'] = 'Selecteer';
$messages['remove_selected'] = 'Verwijder Selectie';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -162,7 +162,6 @@
// edit post page
$messages['update'] = 'æ´æ°';
$messages['editPost'] = 'ç¼è¾æç« ';
-$messages['error_fetching_post'] = '读åæç« æ°æ®æ¶åçé误';
$messages['post_updated_ok'] = 'æç« [%s]å·²æåæ´æ°ã';
$messages['error_updating_post'] = 'æ´æ°æç« æ¶åçé误';
$messages['notification_added'] = '彿æ°çè¯è®ºææ¯å¼ç¨æ¶ï¼ä¾¿åæåéçµåé®ä»¶éç¥';
@@ -882,7 +881,6 @@
$messages['trackbacks_updated_ok'] = '%s 个å¼ç¨å·²æåçæ´æ°';
$messages['trackback_updated_ok'] = 'å¼ç¨å·²æåçæ´æ°';
$messages['error_trackback_status'] = 'è¯·éæ©ä¸ä¸ªåæ³çç¶æ';
-$messages['error_incorrect_user'] = 'ä¸åæ³çç¨æ·';
$messages['select'] = 'éæ©';
$messages['remove_selected'] = 'åæ¶éå';
Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -162,7 +162,6 @@
// edit post page
$messages['update'] = 'æ´æ°';
$messages['editPost'] = '編輯æç« ';
-$messages['error_fetching_post'] = 'è®åæç« è³ææç¼çé¯èª¤';
$messages['post_updated_ok'] = 'æç« [%s]å·²æåæ´æ°ã';
$messages['error_updating_post'] = 'æ´æ°æç« æç¼çé¯èª¤';
$messages['notification_added'] = 'ç¶ææ°çè¿´é¿ææ¯å¼ç¨æï¼ä¾¿åæç¼éé»åéµä»¶éç¥';
@@ -882,7 +881,6 @@
$messages['trackbacks_updated_ok'] = '%s åå¼ç¨å·²æåçæ´æ°';
$messages['trackback_updated_ok'] = 'å¼ç¨å·²æåçæ´æ°';
$messages['error_trackback_status'] = 'è«é¸æä¸ååæ³ççæ
';
-$messages['error_incorrect_user'] = 'ä¸åæ³ç使ç¨è
';
$messages['select'] = '鏿';
$messages['remove_selected'] = 'åæ¶é¸å';
Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -99,6 +99,7 @@
////// error messages /////
$messages["error_fetching_article"] = "L'article especificat no s'ha pogut trobar.";
$messages["error_fetching_articles"] = "Els articles no s'han pogut carregar.";
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages["error_trackback_no_trackback"] = "No s'han trobat retroenllaços per a l'article especificat.";
$messages["error_incorrect_article_id"] = "L'identificador de l'article és incorrecte.";
$messages["error_incorrect_blog_id"] = "L'identificador del bloc és incorrecte.";
@@ -113,6 +114,7 @@
$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['error_incorrect_user'] = 'L\'usuari no és vàlid';
$messages['posted_in'] = 'Publicat a';
$messages['form_authenticated'] = 'Autentitficat';
Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -95,6 +95,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'Der gesuchte Artikel kann nicht gefunden werden.';
$messages['error_fetching_articles'] = 'Für diese Auswahl können keine Artikel angezeigt werden.';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'Für diesen Artikel wurden keine Trackbacks gefunden.';
$messages['error_incorrect_article_id'] = 'Die Artikel-ID ist nicht korrekt.';
$messages['error_incorrect_blog_id'] = 'Die Weblog-ID ist nicht korrekt.';
@@ -109,6 +110,7 @@
$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['error_incorrect_user'] = 'Benutzer ist ungültig';
$messages['form_authenticated'] = 'Authentifiziert';
$messages['posted_in'] = 'Abgelegt unter';
Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -95,6 +95,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'The article you specified could not be found.';
$messages['error_fetching_articles'] = 'The articles could not be fetched.';
+$messages['error_fetching_category'] = 'There was an error fetching the category';
$messages['error_trackback_no_trackback'] = 'No trackbacks were found for the article.';
$messages['error_incorrect_article_id'] = 'The article identifier is not correct.';
$messages['error_incorrect_blog_id'] = 'The blog identifier is not correct.';
@@ -109,6 +110,7 @@
$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['error_incorrect_user'] = 'User is not valid';
$messages['form_authenticated'] = 'Authenticated';
$messages['posted_in'] = 'Posted in';
Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -92,6 +92,7 @@
$messages['error_fetching_article'] = 'El artículo especificado no existe.';
$messages['error_fetching_articles'] = 'No se encontraron artículos';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'El artículo no ha recibido ningun retroenlace';
$messages['error_incorrect_article_id'] = 'El identificador del artículo no es correcto';
$messages['error_incorrect_blog_id'] = 'El identificador de la bitácora no es correcto';
@@ -105,6 +106,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['error_incorrect_user'] = 'El usuario no es válido';
$messages['posted_in'] = 'Publicado en';
$messages['form_authenticated'] = 'Autentificado';
Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -97,6 +97,7 @@
////// error messages /////
$messages["error_fetching_article"] = "Article introuvable.";
$messages["error_fetching_articles"] = "Articles introuvables.";
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages["error_trackback_no_trackback"] = "Aucun TrackBack.";
$messages["error_incorrect_article_id"] = "Identifiant d'article incorrect.";
$messages["error_incorrect_blog_id"] = "Identifiant de blog incorrect.";
@@ -110,6 +111,7 @@
$messages["error_incorrect_search_terms"] = "Les mots clés ne sont pas valides";
$messages["error_no_search_results"] = "Recherche infructueuse";
$messages["error_no_albums_defined"] = "Il n'y a pas d'album dans ce blog";
+$messages['error_incorrect_user'] = "Utilisateur invalide"; //'User is not valid';
$messages['form_authenticated'] = 'Authentifié';
$messages['posted_in'] = 'Posté dans';
Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -94,6 +94,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'L\'articolo richiesto non può essere trovato.';
$messages['error_fetching_articles'] = 'Impossibile selezionare gli articoli';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'Non sono presenti trackback per l\'articolo.';
$messages['error_incorrect_article_id'] = 'Identificativo dell\'articolo non corretto.';
$messages['error_incorrect_blog_id'] = 'Identificativo del blog non corretto.';
@@ -106,6 +107,7 @@
$messages['error_incorrect_search_terms'] = 'Se non sai quello che cerchi, non riuscirai a trovarlo ;-)';
$messages['error_no_search_results'] = 'Non ci sono elementi che soddisfano i criteri di ricerca';
$messages['error_no_albums_defined'] = 'Non ci sono album in questo blog.';
+$messages['error_incorrect_user'] = 'Utente non valido';
$messages['comment_default_title'] = '(Senza titolo)';
$messages['error_incorrect_category_id'] = 'L\'id della categoria non è corretto o nessun elemento selezionato';
Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -95,6 +95,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'Het opgevraagde artikel is niet gevonden.';
$messages['error_fetching_articles'] = 'Het artikel kan niet worden opgevraagd.';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'Er zijn geen trackbacks gevonden voor dit artikel.';
$messages['error_incorrect_article_id'] = 'Het artikel ID bestaat.';
$messages['error_incorrect_blog_id'] = 'Het blog ID gestaat niet.';
@@ -108,6 +109,7 @@
$messages['error_no_search_results'] = 'Er zijn geen resultaten gevonden die voldoen aan de zoekopdracht';
$messages['error_no_albums_defined'] = 'Er zijn geen albums beschikbaar in deze blog.';
$messages['error_incorrect_category_id'] = 'De categorie id is niet juist of er werden geen items geselecteerd';
+$messages['error_incorrect_user'] = 'Gebruiker is niet correct';
$messages['form_authenticated'] = 'Geauthenticeerd';
$messages['posted_in'] = 'Gepubliceerd in';
Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -96,6 +96,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'æ¾ä¸å°æ¨ææå®çæç« ã';
$messages['error_fetching_articles'] = 'æ¾ä¸å°æ¨ææå®çæç« ã';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'å°æªæäººåæ¬æåéå¼ç¨éåã';
$messages['error_incorrect_article_id'] = 'æç« ID é误ã';
$messages['error_incorrect_blog_id'] = 'å客ç«å° ID é误ã';
@@ -110,6 +111,7 @@
$messages['error_no_albums_defined'] = 'è¿ä¸ªå客ç«å°æ²¡æä»»ä½æä»¶å¤¹ã';
$messages['error_incorrect_category_id'] = 'æç« åç±» ID é误ã';
$messages['error_fetching_resource'] = '读åæä»¶ä¿¡æ¯æ¶åçé误ã';
+$messages['error_incorrect_user'] = 'ä¸åæ³çç¨æ·';
$messages['form_authenticated'] = 'å·²ç»å
¥';
$messages['posted_in'] = 'å表äº';
Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2007-04-23 21:18:57 UTC (rev 5335)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php 2007-04-24 09:02:16 UTC (rev 5336)
@@ -96,6 +96,7 @@
////// error messages /////
$messages['error_fetching_article'] = 'æ¾ä¸å°æ¨ææå®çæç« ã';
$messages['error_fetching_articles'] = 'æ¾ä¸å°æ¨ææå®çæç« ã';
+$messages['error_fetching_category'] = 'There was an error fetching the category'; // translate
$messages['error_trackback_no_trackback'] = 'å°æªæäººåæ¬æç¼éå¼ç¨éåã';
$messages['error_incorrect_article_id'] = 'æç« ID é¯èª¤ã';
$messages['error_incorrect_blog_id'] = 'ç¶²èªç«å° ID é¯èª¤ã';
@@ -110,6 +111,7 @@
$messages['error_no_albums_defined'] = 'éåç¶²èªç«å°æ²æä»»ä½è³æå¤¾ã';
$messages['error_incorrect_category_id'] = 'æç« åé¡ ID é¯èª¤ã';
$messages['error_fetching_resource'] = 'è®åæªæ¡è³è¨æç¼çé¯èª¤ã';
+$messages['error_incorrect_user'] = 'ä¸åæ³ç使ç¨è
';
$messages['form_authenticated'] = 'å·²ç»å
¥';
$messages['posted_in'] = 'ç¼è¡¨æ¼';
More information about the pLog-svn
mailing list