Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6824
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_nl.inc.php
Log Message:
more wysiwyg langs
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_lang_nl.inc.php 5 Sep 2004 19:56:57 -0000 1.35
+++ serendipity_lang_nl.inc.php 8 Sep 2004 08:51:54 -0000 1.36
@@ -16,7 +16,7 @@
@define('LANG_CHARSET', 'ISO-8859-1');
@define('DATE_LOCALES', 'dutch, nl_BE, nl, nl_BE.ISO8859-1');
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
-@define('WYSIWYG_LANG', 'en');
+@define('WYSIWYG_LANG', 'nl');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administratie');
@define('HAVE_TO_BE_LOGGED_ON', 'u moet ingelogd zijn om deze pagina te zien');
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_bg.inc.php 5 Sep 2004 19:56:57 -0000 1.14
+++ serendipity_lang_bg.inc.php 8 Sep 2004 08:51:54 -0000 1.15
@@ -12,7 +12,7 @@
@define('LANG_CHARSET', 'windows-1251');
@define('DATE_LOCALES', 'bulgarian, bg, bg_BG');
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
-@define('WYSIWYG_LANG', 'bg');
+@define('WYSIWYG_LANG', 'en');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Àäìèíèñòðàöèÿ');
@define('HAVE_TO_BE_LOGGED_ON', 'Òðÿáâà äà âçëåçåòå çà äà âèäèòå òàçè ñòðàíèöà:');
|