Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13006/lang
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cn.inc.php
serendipity_lang_cs.inc.php serendipity_lang_cz.inc.php
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
serendipity_lang_fr.inc.php serendipity_lang_it.inc.php
serendipity_lang_nl.inc.php serendipity_lang_no.inc.php
serendipity_lang_pt.inc.php serendipity_lang_tn.inc.php
serendipity_lang_tw.inc.php serendipity_lang_zh.inc.php
Log Message:
- Redesign and partly rewrite category management
TODO: needs the even/uneven css class, somehow
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- serendipity_lang_cs.inc.php 11 Dec 2004 14:39:43 -0000 1.82
+++ serendipity_lang_cs.inc.php 15 Dec 2004 19:46:36 -0000 1.83
@@ -32,7 +32,6 @@
@define('LOGOUT', 'Odhláení');
@define('LOGGEDOUT', 'Odhláen');
@define('CREATE', 'Vytvoøit');
-@define('EDIT_THIS_CAT', 'Editace "%s - %s"');
@define('SAVE', 'Uloit');
@define('NAME', 'Jméno');
@define('CLICK_CAT_TO_EDIT', 'Zvolte kategorii pro editaci ');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'Zruen záznam #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Kategorie #%s byla zruena. Starí záznamy byly pøemístìny do #%s');
@define('CATEGORY_DELETED', 'Kategorie #%s byla zru~Zena.');
-@define('CATEGORY_REMAINING', 'Zruit kategorii a záznamy pøemístit do: %s');
@define('INVALID_CATEGORY', 'ádná kategorie nebyla urèena k vymazání');
@define('CATEGORY_SAVED', 'Kategorie uloena');
@define('SELECT_TEMPLATE', 'Vyberte vzor pro Vá weblog');
@@ -655,6 +653,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- serendipity_lang_no.inc.php 11 Dec 2004 14:39:44 -0000 1.23
+++ serendipity_lang_no.inc.php 15 Dec 2004 19:46:39 -0000 1.24
@@ -25,7 +25,6 @@
@define('LOGOUT', 'Logg ut');
@define('LOGGEDOUT', 'Logget ut.');
@define('CREATE', 'Opprett');
-@define('EDIT_THIS_CAT', 'Redigerer "%s - %s"');
@define('SAVE', 'Lagre');
@define('NAME', 'Navn');
@define('CLICK_CAT_TO_EDIT', 'Klik på en kategori for å redigere den');
@@ -169,7 +168,6 @@
@define('RIP_ENTRY', 'Farvel artikel #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Kategori #%s ble slettet. Gamle artikler flyttet til kategori #%s');
@define('CATEGORY_DELETED', 'Kategori #%s ble slettet.');
-@define('CATEGORY_REMAINING', 'Slet denne kategoriem og flytt artiklene dens til denne kategori: %s');
@define('INVALID_CATEGORY', 'Ingen kategori ble valgt for sletting');
@define('CATEGORY_SAVED', 'Kategori lagret');
@define('SELECT_TEMPLATE', 'Velg den malen du ønsker å bruke til din blog');
@@ -650,5 +648,9 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_nl.inc.php 11 Dec 2004 14:39:44 -0000 1.58
+++ serendipity_lang_nl.inc.php 15 Dec 2004 19:46:38 -0000 1.59
@@ -34,7 +34,6 @@
@define('LOGOUT', 'Loguit');
@define('LOGGEDOUT', 'Uitgelogged.');
@define('CREATE', 'Aanmaken');
-@define('EDIT_THIS_CAT', 'Bewerken "%s - %s"');
@define('SAVE', 'Bewaren');
@define('NAME', 'Naam');
@define('CLICK_CAT_TO_EDIT', 'Klik op een categorie om deze te bewerken');
@@ -178,7 +177,6 @@
@define('DUMP_IT', 'Doe weg!');
@define('RIP_ENTRY', 'R.I.P. log #%s');
@define('CATEGORY_DELETED', 'Categorie #%s is verwijderd. Oude logs werden verplaatst naar #%s');
-@define('CATEGORY_REMAINING', 'Verwijder deze categorie en verplaats de logs naar de categorie: %s');
@define('INVALID_CATEGORY', 'Geen categorie opgegeven om te verwijderen');
@define('CATEGORY_SAVED', 'Categorie is bewaard');
@define('SELECT_TEMPLATE', 'Kies de template die je wilt gebruiken voor je blog');
@@ -660,6 +658,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- serendipity_lang_en.inc.php 11 Dec 2004 14:39:44 -0000 1.102
+++ serendipity_lang_en.inc.php 15 Dec 2004 19:46:37 -0000 1.103
@@ -32,7 +32,6 @@
@define('LOGOUT', 'Logout');
@define('LOGGEDOUT', 'Logged out.');
@define('CREATE', 'Create');
-@define('EDIT_THIS_CAT', 'Editing "%s - %s"');
@define('SAVE', 'Save');
@define('NAME', 'Name');
@define('CLICK_CAT_TO_EDIT', 'Click on a category to edit it');
@@ -66,7 +65,6 @@
@define('AUTHOR_SUITE', 'Authoring Suite');
@define('EDIT_ENTRIES', 'Edit entries');
@define('CATEGORIES', 'Categories');
-@define('EDIT_CATEGORIES', 'Manage Categories');
@define('WARNING_THIS_BLAHBLAH', "WARNING:\\nThis may take a long time if there are many images without thumbnails.");
@define('CREATE_THUMBS', 'Rebuild Thumbs');
@define('MANAGE_IMAGES', 'Manage images');
@@ -180,7 +178,6 @@
@define('RIP_ENTRY', 'R.I.P. entry #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Category #%s deleted. Old articles moved to category #%s');
@define('CATEGORY_DELETED', 'Category #%s deleted.');
-@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category: %s');
@define('INVALID_CATEGORY', 'No category was provided for deletion');
@define('CATEGORY_SAVED', 'Category saved');
@define('SELECT_TEMPLATE', 'Select the template you wish to use for your blog');
@@ -652,7 +649,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI');
@define('TEMPLATE_SET', '\'%s\' has been set as your active template');
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>');
-
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- serendipity_lang_tw.inc.php 11 Dec 2004 14:39:45 -0000 1.18
+++ serendipity_lang_tw.inc.php 15 Dec 2004 19:46:40 -0000 1.19
@@ -32,7 +32,6 @@
@define('LOGOUT', 'µn¥X');
@define('LOGGEDOUT', 'µn¥X.');
@define('CREATE', '«Ø¥ß');
-@define('EDIT_THIS_CAT', '½s¿è "%s - %s"');
@define('SAVE', 'Àx¦s');
@define('NAME', '¦WºÙ');
@define('CLICK_CAT_TO_EDIT', 'ÂIÃþ§O¶i¦æ½s¿è');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'R.I.P. ¤å³¹ #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Ãþ§O #%s ¤w§R°£. ¤峹¤w³Q²¾°Ê¨ìÃþ§O #%s');
@define('CATEGORY_DELETED', 'Ãþ§O #%s ¤w§R°£.');
-@define('CATEGORY_REMAINING', '§R°£³oÓÃþ§OµM«á²¾°Ê¤å³¹¨ì: %s');
@define('INVALID_CATEGORY', '¨S¦³´£¨Ñ§R°£ªºÃþ§O');
@define('CATEGORY_SAVED', 'Ãþ§O¤wÀx¦s');
@define('SELECT_TEMPLATE', '½Ð¿ï¾Üºô¸ô¤é°Oªº§G´º');
@@ -653,6 +651,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- serendipity_lang_bg.inc.php 11 Dec 2004 14:39:43 -0000 1.36
+++ serendipity_lang_bg.inc.php 15 Dec 2004 19:46:36 -0000 1.37
@@ -28,7 +28,6 @@
@define('LOGOUT', 'Èçõîä');
@define('LOGGEDOUT', 'Âèå èçëÿçîõòå.');
@define('CREATE', 'Ñúçäàé');
-@define('EDIT_THIS_CAT', 'Ðåäàêòèðàíå íå "%s - %s"');
@define('SAVE', 'Çàïàçè');
@define('NAME', 'Èìå');
@define('CLICK_CAT_TO_EDIT', 'Êëèêíåòå íà êàòåãîðèÿòà çà äà ìîæåòå äà ÿ ðåäàêòèðàòå');
@@ -172,7 +171,6 @@
@define('DUMP_IT', 'Äàâàé it!');
@define('RIP_ENTRY', 'Ïî÷åâàé â ìèð, íîìåð #%s');
@define('CATEGORY_DELETED', 'ÊÀòåãîðèÿòà #%s å èçòðèòà. Ñòàòèèòå ñà ïðåìåñòåíè êúì êàòåãîðèÿ #%s');
-@define('CATEGORY_REMAINING', 'Èçòðèéòå òàçè êàòåãîðèÿ è ïðåìåñòåòå ñúäúðæàíèåòî é êúì êàòåãîðèÿ: %s');
@define('INVALID_CATEGORY', 'Íÿìà êàòåãîðèÿ çà èçòðèâàíå');
@define('CATEGORY_SAVED', 'ÊÀòåãîðèÿòà å çàïàçåíà');
@define('SELECT_TEMPLATE', 'ÈÇáåðåòå âúíøíèÿ âèä íà áëîã-à ñè');
@@ -637,6 +635,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_pt.inc.php 11 Dec 2004 14:39:44 -0000 1.58
+++ serendipity_lang_pt.inc.php 15 Dec 2004 19:46:40 -0000 1.59
@@ -30,7 +30,6 @@
@define('LOGOUT', 'Logout');
@define('LOGGEDOUT', 'Logged out.');
@define('CREATE', 'Criar');
-@define('EDIT_THIS_CAT', 'Editando "%s - %s"');
@define('SAVE', 'Salvar');
@define('NAME', 'Nome');
@define('CLICK_CAT_TO_EDIT', 'Clique em uma categoria para editá-la');
@@ -174,7 +173,6 @@
@define('DUMP_IT', 'Suma com ele!');
@define('RIP_ENTRY', 'Até nunca mais artigo #%s');
@define('CATEGORY_DELETED', 'Categoria #%s excluída. Os artigos antigos foram movidos para a categoria #%s');
-@define('CATEGORY_REMAINING', 'Excluir esta categoria e mover seus artigos para a categoria: %s');
@define('INVALID_CATEGORY', 'Nenhuma categoria fornecida para exclusão');
@define('CATEGORY_SAVED', 'Categoria salva');
@define('SELECT_TEMPLATE', 'Selecione o template desejado para o seu Blog');
@@ -656,6 +654,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- serendipity_lang_it.inc.php 11 Dec 2004 14:39:44 -0000 1.22
+++ serendipity_lang_it.inc.php 15 Dec 2004 19:46:38 -0000 1.23
@@ -32,7 +32,6 @@
@define('LOGOUT', 'Logout');
@define('LOGGEDOUT', 'Scollegato.');
@define('CREATE', 'Crea');
-@define('EDIT_THIS_CAT', 'Modifica "%s - %s"');
@define('SAVE', 'Salva');
@define('NAME', 'Nome');
@define('CLICK_CAT_TO_EDIT', 'Clicka su una categoria per modificarla');
@@ -179,7 +178,6 @@
@define('RIP_ENTRY', 'Addio notizia #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Categoria #%s cancellata. Vecchi articoli spostati nella categoria #%s');
@define('CATEGORY_DELETED', 'Categoria #%s cancellata.');
-@define('CATEGORY_REMAINING', 'Cancella questa categoria e sposta le notizie nella categoria: %s');
@define('INVALID_CATEGORY', 'Nessuna categoria selezionata per la cancellazione');
@define('CATEGORY_SAVED', 'Categoria salvata');
@define('SELECT_TEMPLATE', 'Seleziona il modello che vuoi usare per il tuo blog');
@@ -655,6 +653,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- serendipity_lang_da.inc.php 11 Dec 2004 14:39:44 -0000 1.102
+++ serendipity_lang_da.inc.php 15 Dec 2004 19:46:37 -0000 1.103
@@ -28,7 +28,6 @@
@define('LOGOUT', 'Log ud');
@define('LOGGEDOUT', 'Logget ud.');
@define('CREATE', 'Opret');
-@define('EDIT_THIS_CAT', 'Redigerer "%s - %s"');
@define('SAVE', 'Gem');
@define('NAME', 'Navn');
@define('CLICK_CAT_TO_EDIT', 'Klik på en kategori for at redigere den');
@@ -172,7 +171,6 @@
@define('RIP_ENTRY', 'Farvel artikel #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Kategori #%s blev slettet. Gamle artikler flyttet til kategori #%s');
@define('CATEGORY_DELETED', 'Kategori #%s blev slettet.');
-@define('CATEGORY_REMAINING', 'Slet denne kategori og flyt dens artikler til denne kategori: %s');
@define('INVALID_CATEGORY', 'Ingen kategori blev valgt til sletning');
@define('CATEGORY_SAVED', 'Kategori gemt');
@define('SELECT_TEMPLATE', 'Vælg den skabelon du ønsker at bruge til din blog');
@@ -650,6 +648,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- serendipity_lang_fr.inc.php 11 Dec 2004 14:39:44 -0000 1.81
+++ serendipity_lang_fr.inc.php 15 Dec 2004 19:46:38 -0000 1.82
@@ -34,7 +34,6 @@
@define('LOGOUT', 'Se déconnecter');
@define('LOGGEDOUT', 'Déconnecté.');
@define('CREATE', 'Créer');
-@define('EDIT_THIS_CAT', 'Éditer "%s - %s"');
@define('SAVE', 'Enregistrer');
@define('NAME', 'Nom');
@define('CLICK_CAT_TO_EDIT', 'Cliquez sur une catégorie pour l\'éditer');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'Le billet #%s a rejoint l\'éternel.');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Catégorie #%s supprimée. Les billets ont été déplacés dans la catégorie #%s');
@define('CATEGORY_DELETED', 'Catégorie #%s supprimée.');
-@define('CATEGORY_REMAINING', 'Supprimer cette catégorie et déplacer les billets dans la catégorie: %s');
@define('INVALID_CATEGORY', 'Aucune catégorie sélectionnée pour la suppression');
@define('CATEGORY_SAVED', 'Catégorie sauvegardée');
@define('SELECT_TEMPLATE', 'Sélectionnez le thème que vous voulez utiliser pour votre blog');
@@ -658,6 +656,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- serendipity_lang_cz.inc.php 11 Dec 2004 14:39:44 -0000 1.82
+++ serendipity_lang_cz.inc.php 15 Dec 2004 19:46:37 -0000 1.83
@@ -32,7 +32,6 @@
@define('LOGOUT', 'Odhlá¹ení');
@define('LOGGEDOUT', 'Odhlá¹en');
@define('CREATE', 'Vytvoøit');
-@define('EDIT_THIS_CAT', 'Editace "%s - %s"');
@define('SAVE', 'Ulo¾it');
@define('NAME', 'Jméno');
@define('CLICK_CAT_TO_EDIT', 'Zvolte kategorii pro editaci ');
@@ -177,7 +176,6 @@
@define('RIP_ENTRY', 'Zru¹en záznam #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Kategorie #%s byla zru¹ena. Star¹í záznamy byly pøemístìny do #%s');
@define('CATEGORY_DELETED', 'Kategorie #%s byla zru~Zena.');
-@define('CATEGORY_REMAINING', 'Zru¹it kategorii a záznamy pøemístit do: %s');
@define('INVALID_CATEGORY', '®ádná kategorie nebyla urèena k vymazání');
@define('CATEGORY_SAVED', 'Kategorie ulo¾ena');
@define('SELECT_TEMPLATE', 'Vyberte vzor pro Vá¹ weblog');
@@ -653,6 +651,10 @@
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- serendipity_lang_es.inc.php 11 Dec 2004 14:39:44 -0000 1.98
+++ serendipity_lang_es.inc.php 15 Dec 2004 19:46:38 -0000 1.99
@@ -32,7 +32,6 @@
@define('LOGGEDOUT', 'No identificado');
@define('CREATE_NEW_CAT', 'Crear una categoría nueva');
@define('CREATE', 'Crear');
-@define('EDIT_THIS_CAT', 'Editar "%s - %s"');
@define('SAVE', 'Guardar');
@define('NAME', 'Nombre');
@define('CLICK_CAT_TO_EDIT', 'Haz click en una categoría para editarla');
@@ -175,7 +174,6 @@
@define('RIP_ENTRY', 'R.I.P, #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Categoría #%s eliminada. Los artículos antiguos han sido movidos a la categoría #%s');
@define('CATEGORY_DELETED', 'Categoría #%s eliminada.');
-@define('CATEGORY_REMAINING', 'Borra esta categoría y mueve sus posts a esta otra: %s');
@define('INVALID_CATEGORY', 'Ninguna categoría valida para borrar');
@define('CATEGORY_SAVED', 'Categoría guardada');
@define('SELECT_TEMPLATE', 'Selecciona la plantilla que deseas utilizar en tu weblog');
@@ -659,6 +657,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_cn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cn.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_lang_cn.inc.php 11 Dec 2004 14:39:43 -0000 1.3
+++ serendipity_lang_cn.inc.php 15 Dec 2004 19:46:36 -0000 1.4
@@ -32,7 +32,6 @@
@define('LOGOUT', 'ç»åº');
@define('LOGGEDOUT', 'ç»åº.');
@define('CREATE', '建ç«');
-@define('EDIT_THIS_CAT', 'ç¼è¾ "%s - %s"');
@define('SAVE', 'å¨å');
@define('NAME', 'åç§°');
@define('CLICK_CAT_TO_EDIT', 'ç¹ç±»å«è¿è¡ç¼è¾');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'R.I.P. æç« #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'ç±»å« #%s å·²å é¤. æ§æç« å·²è¢«ç§»å¨å°ç±»å« #%s');
@define('CATEGORY_DELETED', 'ç±»å« #%s å·²å é¤.');
-@define('CATEGORY_REMAINING', 'å é¤è¿ä¸ªç±»å«ç¶åç§»å¨æç« å°: %s');
@define('INVALID_CATEGORY', '没ææä¾å é¤çç±»å«');
@define('CATEGORY_SAVED', 'ç±»å«å·²å¨å');
@define('SELECT_TEMPLATE', 'è¯·éæ©ç½è·¯æ¥è®°ç叿¯');
@@ -653,6 +651,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_tn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tn.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_lang_tn.inc.php 11 Dec 2004 14:39:44 -0000 1.3
+++ serendipity_lang_tn.inc.php 15 Dec 2004 19:46:40 -0000 1.4
@@ -32,7 +32,6 @@
@define('LOGOUT', 'ç»åº');
@define('LOGGEDOUT', 'ç»åº.');
@define('CREATE', '建ç«');
-@define('EDIT_THIS_CAT', '編輯 "%s - %s"');
@define('SAVE', 'å²å');
@define('NAME', 'å稱');
@define('CLICK_CAT_TO_EDIT', 'é»é¡å¥é²è¡ç·¨è¼¯');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'R.I.P. æç« #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'é¡å¥ #%s å·²åªé¤. èæç« 已被移åå°é¡å¥ #%s');
@define('CATEGORY_DELETED', 'é¡å¥ #%s å·²åªé¤.');
-@define('CATEGORY_REMAINING', 'åªé¤éåé¡å¥ç¶å¾ç§»åæç« å°: %s');
@define('INVALID_CATEGORY', 'æ²ææä¾åªé¤çé¡å¥');
@define('CATEGORY_SAVED', 'é¡å¥å·²å²å');
@define('SELECT_TEMPLATE', 'è«é¸æç¶²è·¯æ¥è¨ç使¯');
@@ -653,6 +651,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- serendipity_lang_de.inc.php 11 Dec 2004 14:39:44 -0000 1.123
+++ serendipity_lang_de.inc.php 15 Dec 2004 19:46:37 -0000 1.124
@@ -31,7 +31,6 @@
@define('LOGOUT', 'Abmelden');
@define('LOGGEDOUT', 'Abgemeldet.');
@define('CREATE', 'Erstellen');
-@define('EDIT_THIS_CAT', '"%s - %s" bearbeiten');
@define('SAVE', 'Speichern');
@define('NAME', 'Name');
@define('SEND_MAIL_TO', 'Mail schicken an');
@@ -176,7 +175,6 @@
@define('RIP_ENTRY', 'Ruhe in Frieden, #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Kategorie #%s wurde gelöscht. Alte Artikel in dieser Kategorie nach %s verschoben');
@define('CATEGORY_DELETED', 'Kategorie #%s wurde gelöscht.');
-@define('CATEGORY_REMAINING', 'Diese Kategorie löschen und zugeordnete Artikel (falls vorhanden) nach #%s verschieben.');
@define('INVALID_CATEGORY', 'Es wurde keine Kategorie zum Löschen gewählt.');
@define('CATEGORY_SAVED', 'Kategorie gespeichert');
@define('SELECT_TEMPLATE', 'Wählen Sie das Template für das Blog');
@@ -652,6 +650,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI');
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'Die Suche konnte nicht wie gewünscht ausgeführt werden. Hinweis für den Administrator dieses Blogs: Der Fehler kann durch fehlende Index-Schlüssel der Datenbank verursacht werden. Auf MySQL-Systemen muss der Datenbankbenutzer-Account in der Lage sein, Index-Schlüssel zu erstellen und folgende Abfrage auszuführen: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> Die genaue Fehlermeldung der Datenbank bei der Suche lautete: <pre>%s</pre>');
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_zh.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_zh.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_lang_zh.inc.php 11 Dec 2004 14:39:45 -0000 1.3
+++ serendipity_lang_zh.inc.php 15 Dec 2004 19:46:40 -0000 1.4
@@ -32,7 +32,6 @@
@define('LOGOUT', 'µÇ³ö');
@define('LOGGEDOUT', 'µÇ³ö.');
@define('CREATE', '½¨Á¢');
-@define('EDIT_THIS_CAT', '±à¼ "%s - %s"');
@define('SAVE', '´¢´æ');
@define('NAME', 'Ãû³Æ');
@define('CLICK_CAT_TO_EDIT', 'µãÀà±ð½øÐбà¼');
@@ -178,7 +177,6 @@
@define('RIP_ENTRY', 'R.I.P. ÎÄÕÂ #%s');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Àà±ð #%s ÒÑɾ³ý. ¾ÉÎÄÕÂÒѱ»Òƶ¯µ½Àà±ð #%s');
@define('CATEGORY_DELETED', 'Àà±ð #%s ÒÑɾ³ý.');
-@define('CATEGORY_REMAINING', 'ɾ³ýÕâ¸öÀà±ðÈ»ºóÒÆ¶¯ÎÄÕµ½: %s');
@define('INVALID_CATEGORY', 'ûÓÐÌṩɾ³ýµÄÀà±ð');
@define('CATEGORY_SAVED', 'Àà±ðÒÑ´¢´æ');
@define('SELECT_TEMPLATE', 'ÇëÑ¡ÔñÍøÂ·ÈռǵIJ¼¾°');
@@ -653,6 +651,10 @@
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
+@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
+@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
+@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
+@define('NO_CATEGORIES', 'No categories'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|