[pLog-svn] r5507 - in plog/branches/lifetype-1.2/locale: . admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jun 7 08:04:43 EDT 2007


Author: jondaley
Date: 2007-06-07 08:04:43 -0400 (Thu, 07 Jun 2007)
New Revision: 5507

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_gl_ES.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_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:
category string belongs in the regular locale, not the admin

Modified: plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_ca_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -132,7 +132,6 @@
 
 // posts page
 $messages['show_by'] = 'Visualitza per';
-$messages['category'] = 'Categoria';
 $messages['author'] = 'Autor';
 $messages['post_status_all'] = 'Tots';
 $messages['author_all'] = 'Tots';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -143,7 +143,6 @@
 
 // posts page
 $messages['show_by'] = 'Ordnen nach';
-$messages['category'] = 'Kategorie';
 $messages['author'] = 'Autor';
 $messages['post_status_all'] = 'Alle';
 $messages['author_all'] = 'Alle';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -143,7 +143,6 @@
 
 // posts page
 $messages['show_by'] = 'Show By';
-$messages['category'] = 'Category';
 $messages['author'] = 'Author';
 $messages['post_status_all'] = 'All';
 $messages['author_all'] = 'All';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_es_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -134,7 +134,6 @@
 
 // posts page
 $messages['show_by'] = 'Mostrar';
-$messages['category'] = 'Categoría';
 $messages['author'] = 'Autor';
 $messages['post_status_all'] = 'Todos';
 $messages['author_all'] = 'Todos';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_gl_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -135,7 +135,6 @@
 
 // posts page
 $messages['show_by'] = 'Amosar';
-$messages['category'] = 'Categoría';
 $messages['author'] = 'Autor';
 $messages['post_status_all'] = 'Todos';
 $messages['author_all'] = 'Todos';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_it_IT.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -140,7 +140,6 @@
 
 // posts page
 $messages['show_by'] = 'Mostra per';
-$messages['category'] = 'Categoria';
 $messages['author'] = 'Autore';
 $messages['post_status_all'] = 'Qualunque';
 $messages['author_all'] = 'Tutti'; 

Modified: plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_nl_NL.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -168,7 +168,6 @@
 
 // posts page
 $messages['show_by'] = 'Sorteer op';
-$messages['category'] = 'Categorie';
 $messages['author'] = 'Auteur';
 $messages['post_status_all'] = 'Alles';
 $messages['author_all'] = 'Allen';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -143,7 +143,6 @@
 
 // posts page
 $messages['show_by'] = '更新列表';
-$messages['category'] = '分类';
 $messages['author'] = '作者';
 $messages['post_status_all'] = '全部';
 $messages['author_all'] = '全部作者';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -143,7 +143,6 @@
 
 // posts page
 $messages['show_by'] = '更新列表';
-$messages['category'] = '分類';
 $messages['author'] = '作者';
 $messages['post_status_all'] = '全部';
 $messages['author_all'] = '全部作者';

Modified: plog/branches/lifetype-1.2/locale/locale_ca_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_ca_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -65,6 +65,7 @@
 $messages["page"] = "pàgina";
 $messages["posted"] = "publicat";
 $messages["reply"] = "Respon";
+$messages['category'] = 'Categoria';
 
 // add comment form
 $messages["add_comment"] = "Afegeix un comentari";

Modified: plog/branches/lifetype-1.2/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_de_DE.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -63,6 +63,7 @@
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'geschrieben von';
 $messages['reply'] = 'antworten';
+$messages['category'] = 'Kategorie';
 
 // add comment form
 $messages['add_comment'] = 'Artikel kommentieren';

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -63,6 +63,7 @@
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'Posted by';
 $messages['reply'] = 'Reply';
+$messages['category'] = 'Category';
 
 // add comment form
 $messages['add_comment'] = 'Add comment';

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -62,6 +62,7 @@
 $messages['permalink'] = 'Enlace';
 $messages['posted_by'] = 'Escrito por';
 $messages['reply'] = 'Responder';
+$messages['category'] = 'Categoría';
 
 $messages['add_comment'] = 'Añadir comentario';
 $messages['comment_topic'] = 'Título';

Modified: plog/branches/lifetype-1.2/locale/locale_fr_FR.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_fr_FR.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -93,6 +93,7 @@
 $messages['links'] = 'Liens';
 $messages['categories'] = 'Catégories';
 $messages['num_reads'] = 'Clics';
+$messages['category'] = 'Catégorie';
 
 // add comment form
 $messages['add_comment'] = 'Commenter';

Modified: plog/branches/lifetype-1.2/locale/locale_gl_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_gl_ES.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -64,6 +64,7 @@
 $messages['permalink'] = 'Enlace';
 $messages['posted_by'] = 'Escrito por';
 $messages['reply'] = 'Responder';
+$messages['category'] = 'Categoría';
 
 $messages['add_comment'] = 'Engadir comentario';
 

Modified: plog/branches/lifetype-1.2/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_it_IT.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -62,7 +62,8 @@
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'Inviato da';
 $messages['reply'] = 'Replica';
-
+$messages['category'] = 'Categoria';
+
 // add comment form
 $messages['add_comment'] = 'Aggiungi un commento'; 
 $messages['comment_topic'] = 'Argomento';

Modified: plog/branches/lifetype-1.2/locale/locale_nl_NL.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_nl_NL.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -63,6 +63,7 @@
 $messages['permalink'] = 'Permalink';
 $messages['posted_by'] = 'Geplaatst door';
 $messages['reply'] = 'Reacties';
+$messages['category'] = 'Categorie';
 
 // add comment form
 $messages['add_comment'] = 'Voeg reactie toe';

Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -64,6 +64,7 @@
 $messages['permalink'] = '静态链接网址';
 $messages['posted_by'] = '作者';
 $messages['reply'] = '回覆';
+$messages['category'] = '分类';
 
 // add comment form
 $messages['add_comment'] = '发表评论';

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-07 06:39:45 UTC (rev 5506)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-06-07 12:04:43 UTC (rev 5507)
@@ -64,6 +64,7 @@
 $messages['permalink'] = '靜態連結網址';
 $messages['posted_by'] = '作者';
 $messages['reply'] = '回覆';
+$messages['category'] = '分類';
 
 // add comment form
 $messages['add_comment'] = '發表迴響';



More information about the pLog-svn mailing list