[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