Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30440/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_fi.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_ja.inc.php
serendipity_lang_nl.inc.php serendipity_lang_no.inc.php
serendipity_lang_pt.inc.php serendipity_lang_ru.inc.php
serendipity_lang_tn.inc.php serendipity_lang_tw.inc.php
serendipity_lang_zh.inc.php
Log Message:
- A little more code cleanup
- Return error if a category of the same name already exist
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- serendipity_lang_cs.inc.php 2 Jan 2005 15:43:20 -0000 1.93
+++ serendipity_lang_cs.inc.php 3 Jan 2005 19:25:26 -0000 1.94
@@ -664,6 +664,7 @@
@define('NEXT', 'Dalí');
@define('APPROVE', 'Povolit');
@define('DO_MARKUP_DESCRIPTION', 'Pøevést znaèky na text (smajlíky, zkratky *, /, _, ...). Vypnutí této volby zajistí uloení HTML kódù v textu.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- serendipity_lang_no.inc.php 2 Jan 2005 15:43:22 -0000 1.33
+++ serendipity_lang_no.inc.php 3 Jan 2005 19:25:42 -0000 1.34
@@ -660,5 +660,6 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Tilføy markup-transformasjoner på teksten (smilies, shortcut markups via *, /, _, ...). Hvis du slår dette av vil all HTML-kode i teksten bli beholdt.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // Translate
-?>
+?>
\ 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_zh.inc.php 2 Jan 2005 15:43:23 -0000 1.13
+++ serendipity_lang_zh.inc.php 3 Jan 2005 19:25:42 -0000 1.14
@@ -663,6 +663,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- serendipity_lang_en.inc.php 2 Jan 2005 16:13:13 -0000 1.114
+++ serendipity_lang_en.inc.php 3 Jan 2005 19:25:40 -0000 1.115
@@ -661,6 +661,7 @@
@define('NEXT', 'Next');
@define('APPROVE', 'Approve');
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ja.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_ja.inc.php 2 Jan 2005 15:43:22 -0000 1.2
+++ serendipity_lang_ja.inc.php 3 Jan 2005 19:25:40 -0000 1.3
@@ -661,6 +661,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- serendipity_lang_tw.inc.php 2 Jan 2005 15:43:23 -0000 1.29
+++ serendipity_lang_tw.inc.php 3 Jan 2005 19:25:42 -0000 1.30
@@ -664,6 +664,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- serendipity_lang_cz.inc.php 2 Jan 2005 15:43:20 -0000 1.93
+++ serendipity_lang_cz.inc.php 3 Jan 2005 19:25:39 -0000 1.94
@@ -664,6 +664,7 @@
@define('NEXT', 'Dal¹í');
@define('APPROVE', 'Povolit');
@define('DO_MARKUP_DESCRIPTION', 'Pøevést znaèky na text (smajlíky, zkratky *, /, _, ...). Vypnutí této volby zajistí ulo¾ení HTML kódù v textu.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- serendipity_lang_pt.inc.php 2 Jan 2005 15:43:22 -0000 1.68
+++ serendipity_lang_pt.inc.php 3 Jan 2005 19:25:42 -0000 1.69
@@ -666,6 +666,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_it.inc.php 2 Jan 2005 15:43:22 -0000 1.32
+++ serendipity_lang_it.inc.php 3 Jan 2005 19:25:40 -0000 1.33
@@ -665,6 +665,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Applica le trasformazioni del markup al testo (smilies, abbreviazionicon *, /, _, ...). Disabilitare questa opzione significa mantenere il codice HTML nel testo.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- serendipity_lang_da.inc.php 2 Jan 2005 15:43:20 -0000 1.112
+++ serendipity_lang_da.inc.php 3 Jan 2005 19:25:39 -0000 1.113
@@ -660,6 +660,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Tilføj markup-transformationer på teksten (smilies, shortcut markups via *, /, _, ...). Hvis du slår dette fra vil al HTML-kode i teksten blive bibeholdt.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- serendipity_lang_fr.inc.php 3 Jan 2005 11:55:18 -0000 1.93
+++ serendipity_lang_fr.inc.php 3 Jan 2005 19:25:40 -0000 1.94
@@ -668,6 +668,7 @@
@define('NEXT', 'Suivant');
@define('APPROVE', 'Valider');
@define('DO_MARKUP_DESCRIPTION', 'Transforme les balises dans le texte (smileys, raccourcis via *, /, _, ...). La désactiver préserva tout le code HTML dans le texte.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_fi.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fi.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_lang_fi.inc.php 2 Jan 2005 15:52:46 -0000 1.1
+++ serendipity_lang_fi.inc.php 3 Jan 2005 19:25:40 -0000 1.2
@@ -661,6 +661,7 @@
@define('NEXT', 'Seuraava');
@define('APPROVE', 'Hyväksy');
@define('DO_MARKUP_DESCRIPTION', 'Tee tekstille notaatiomuutokset (hymiöt, lyhennelmät käyttäen *, /, _, ...). Kieltämällä tämä säilyy HTML-koodi tekstissä sellaisenaan.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- serendipity_lang_bg.inc.php 2 Jan 2005 15:43:20 -0000 1.46
+++ serendipity_lang_bg.inc.php 3 Jan 2005 19:25:25 -0000 1.47
@@ -647,6 +647,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- serendipity_lang_es.inc.php 2 Jan 2005 15:43:21 -0000 1.108
+++ serendipity_lang_es.inc.php 3 Jan 2005 19:25:40 -0000 1.109
@@ -669,6 +669,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Aplicar transformaciones de marcas al texto (caras, marcas abreviadas como *. /, _, ...). Desactivando esto preservará cualquier código HTML en el texto.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_cn.inc.php 2 Jan 2005 15:43:20 -0000 1.13
+++ serendipity_lang_cn.inc.php 3 Jan 2005 19:25:26 -0000 1.14
@@ -663,6 +663,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_tn.inc.php 2 Jan 2005 15:43:23 -0000 1.14
+++ serendipity_lang_tn.inc.php 3 Jan 2005 19:25:42 -0000 1.15
@@ -664,6 +664,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_ru.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ru.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_lang_ru.inc.php 2 Jan 2005 15:43:22 -0000 1.6
+++ serendipity_lang_ru.inc.php 3 Jan 2005 19:25:42 -0000 1.7
@@ -666,7 +666,8 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.'); // Translate
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // 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.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- serendipity_lang_de.inc.php 2 Jan 2005 15:43:21 -0000 1.134
+++ serendipity_lang_de.inc.php 3 Jan 2005 19:25:40 -0000 1.135
@@ -662,6 +662,7 @@
@define('NEXT', 'Weiter');
@define('APPROVE', 'Bewilligen');
@define('DO_MARKUP_DESCRIPTION', 'Textformatierung(en) durchführen, wie z.B. Smilies, Schnellformatierung via *, /, _, ...). Dadurch wird jeglicher eingegebener HTML-Code beibehalten.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ 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.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- serendipity_lang_nl.inc.php 2 Jan 2005 15:43:22 -0000 1.69
+++ serendipity_lang_nl.inc.php 3 Jan 2005 19:25:40 -0000 1.70
@@ -669,6 +669,7 @@
@define('NEXT', 'Next'); // Translate
@define('APPROVE', 'Approve'); // Translate
@define('DO_MARKUP_DESCRIPTION', 'Voer tekstopmaak uit (smilies, shortcut markups via *, /, _, ...). Met het uitschakelen van deze optie behoud u de HTML-code in the text.');
+@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|