Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15996/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_ko.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:
Added initial support for RTL-direction languages
(Plugin Configuration, CSS backend style)
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- serendipity_lang_cs.inc.php 23 Jan 2005 01:08:24 -0000 1.99
+++ serendipity_lang_cs.inc.php 24 Jan 2005 10:47:49 -0000 1.100
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', ' ');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Administrátorská sekce');
@define('HAVE_TO_BE_LOGGED_ON', 'Pro zobrazení této stránky musíte být pøihláen');
@@ -672,4 +673,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_no.inc.php 23 Jan 2005 01:08:26 -0000 1.39
+++ serendipity_lang_no.inc.php 24 Jan 2005 10:47:51 -0000 1.40
@@ -10,6 +10,7 @@
@define('DATE_FORMAT_ENTRY', '%A d. %e. %B %Y');
@define('DATE_FORMAT_SHORT', '%d.%m.%Y %H:%M');
@define('WYSIWYG_LANG', 'no');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administrasjonssuite');
@define('HAVE_TO_BE_LOGGED_ON', 'Du må være logget inn for å kunne se denne siden');
@@ -667,4 +668,4 @@
@define('IFRAME_PREVIEW', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- serendipity_lang_zh.inc.php 23 Jan 2005 01:08:27 -0000 1.19
+++ serendipity_lang_zh.inc.php 24 Jan 2005 10:47:52 -0000 1.20
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity ¹ÜÀíÌ×¼þ');
@define('HAVE_TO_BE_LOGGED_ON', 'ÇëÏȵÇÈë');
@@ -671,4 +672,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- serendipity_lang_en.inc.php 23 Jan 2005 01:08:25 -0000 1.121
+++ serendipity_lang_en.inc.php 24 Jan 2005 10:47:50 -0000 1.122
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administration Suite');
@define('HAVE_TO_BE_LOGGED_ON', 'You have to be logged in to view this page');
@@ -669,4 +670,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ja.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- serendipity_lang_ja.inc.php 23 Jan 2005 01:08:26 -0000 1.12
+++ serendipity_lang_ja.inc.php 24 Jan 2005 10:47:51 -0000 1.13
@@ -20,6 +20,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity 管çã¹ã¤ã¼ã');
@define('HAVE_TO_BE_LOGGED_ON', 'ãã®ãã¼ã¸ãé²è¦§ããã«ã¯ãã°ã¤ã³ããªããã°ãªãã¾ããã');
@@ -675,4 +676,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- serendipity_lang_bg.inc.php 23 Jan 2005 01:08:23 -0000 1.52
+++ serendipity_lang_bg.inc.php 24 Jan 2005 10:47:49 -0000 1.53
@@ -13,6 +13,7 @@
@define('DATE_LOCALES', 'bulgarian, bg, bg_BG');
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
@define('WYSIWYG_LANG', 'en');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Àäìèíèñòðàöèÿ');
@define('HAVE_TO_BE_LOGGED_ON', 'Òðÿáâà äà âçëåçåòå çà äà âèäèòå òàçè ñòðàíèöà:');
@@ -655,4 +656,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_lang_tw.inc.php 23 Jan 2005 01:08:26 -0000 1.35
+++ serendipity_lang_tw.inc.php 24 Jan 2005 10:47:52 -0000 1.36
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity ºÞ²z®M¥ó');
@define('HAVE_TO_BE_LOGGED_ON', '½Ð¥ýµn¤J');
@@ -672,4 +673,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- serendipity_lang_cz.inc.php 23 Jan 2005 01:08:24 -0000 1.99
+++ serendipity_lang_cz.inc.php 24 Jan 2005 10:47:49 -0000 1.100
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', ' ');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Administrátorská sekce');
@define('HAVE_TO_BE_LOGGED_ON', 'Pro zobrazení této stránky musíte být pøihlá¹en');
@@ -672,4 +673,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- serendipity_lang_pt.inc.php 23 Jan 2005 01:08:26 -0000 1.74
+++ serendipity_lang_pt.inc.php 24 Jan 2005 10:47:52 -0000 1.75
@@ -15,6 +15,7 @@
@define('DATE_LOCALES', 'portuguese brazilian, pt, pt_BR');
@define('DATE_FORMAT_ENTRY', '%A, %e de %B de %Y');
@define('WYSIWYG_LANG', 'pt_br');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Painel de Administração do Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Você deve entrar no sistema para ver esta página');
@@ -674,4 +675,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- serendipity_lang_it.inc.php 23 Jan 2005 01:08:26 -0000 1.38
+++ serendipity_lang_it.inc.php 24 Jan 2005 10:47:51 -0000 1.39
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', '.');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Amministrazione di Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Devi fare login per vedere questa pagina');
@@ -673,4 +674,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- serendipity_lang_da.inc.php 23 Jan 2005 01:08:24 -0000 1.119
+++ serendipity_lang_da.inc.php 24 Jan 2005 10:47:50 -0000 1.120
@@ -13,6 +13,7 @@
@define('DATE_FORMAT_ENTRY', '%A d. %e. %B %Y');
@define('DATE_FORMAT_SHORT', '%d.%m.%Y %H:%M');
@define('WYSIWYG_LANG', 'da');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administrationssuite');
@define('HAVE_TO_BE_LOGGED_ON', 'Du skal være logget ind for at kunne se denne side');
@@ -668,4 +669,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- serendipity_lang_fr.inc.php 23 Jan 2005 01:08:25 -0000 1.99
+++ serendipity_lang_fr.inc.php 24 Jan 2005 10:47:50 -0000 1.100
@@ -19,6 +19,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Administration de Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Vous devez être authentifié pour accéder à cette page');
@@ -676,4 +677,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_fi.inc.php 23 Jan 2005 01:08:25 -0000 1.7
+++ serendipity_lang_fi.inc.php 24 Jan 2005 10:47:50 -0000 1.8
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', '.');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity ylläpitovalikko');
@define('HAVE_TO_BE_LOGGED_ON', 'Sinun täytyy kirjautua tätä toiminta varten');
@@ -669,4 +670,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_ko.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ko.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_ko.inc.php 23 Jan 2005 01:08:26 -0000 1.7
+++ serendipity_lang_ko.inc.php 24 Jan 2005 10:47:51 -0000 1.8
@@ -19,6 +19,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administration Suite');
@@ -674,4 +675,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- serendipity_lang_es.inc.php 23 Jan 2005 01:08:25 -0000 1.114
+++ serendipity_lang_es.inc.php 24 Jan 2005 10:47:50 -0000 1.115
@@ -18,6 +18,7 @@
@define('DATE_FORMAT_ENTRY', '%A, %e de %B de %Y');
@define('DATE_FORMAT_SHORT', '%d.%m.%Y %H:%M');
@define('WYSIWYG_LANG', 'es');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Suite de Administración de Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Debes identificarte para ver esta página');
@@ -677,4 +678,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- serendipity_lang_cn.inc.php 23 Jan 2005 01:08:24 -0000 1.19
+++ serendipity_lang_cn.inc.php 24 Jan 2005 10:47:49 -0000 1.20
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity 管çå¥ä»¶');
@define('HAVE_TO_BE_LOGGED_ON', '请å
ç»å
¥');
@@ -671,4 +672,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- serendipity_lang_tn.inc.php 23 Jan 2005 01:08:26 -0000 1.20
+++ serendipity_lang_tn.inc.php 24 Jan 2005 10:47:52 -0000 1.21
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity 管çå¥ä»¶');
@define('HAVE_TO_BE_LOGGED_ON', 'è«å
ç»å
¥');
@@ -672,4 +673,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- serendipity_lang_ru.inc.php 23 Jan 2005 01:08:26 -0000 1.12
+++ serendipity_lang_ru.inc.php 24 Jan 2005 10:47:52 -0000 1.13
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ', ');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'ÐдминиÑÑÑиÑование Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²Ð¾Ð¹Ñи под каким-нибÑÐ´Ñ Ð¿Ð¾Ð»ÑзоваÑелем, ÑÑÐ¾Ð±Ñ Ð¸Ð¼ÐµÑÑ Ð´Ð¾ÑÑÑп к ÑÑой ÑÑÑаниÑе');
@@ -674,4 +675,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- serendipity_lang_de.inc.php 23 Jan 2005 01:08:25 -0000 1.140
+++ serendipity_lang_de.inc.php 24 Jan 2005 10:47:50 -0000 1.141
@@ -17,6 +17,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', '.');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Verwaltungsoberfläche');
@define('HAVE_TO_BE_LOGGED_ON', 'Sie müssen angemeldet sein, um diese Seite zu sehen');
@@ -670,4 +671,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- serendipity_lang_nl.inc.php 23 Jan 2005 01:08:26 -0000 1.75
+++ serendipity_lang_nl.inc.php 24 Jan 2005 10:47:51 -0000 1.76
@@ -21,6 +21,7 @@
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', ',');
@define('NUMBER_FORMAT_THOUSANDS', '.');
+@define('LANG_DIRECTION', 'ltr');
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Beheer');
@define('HAVE_TO_BE_LOGGED_ON', 'U moet zijn ingelogd om deze pagina te kunnen bekijken');
@@ -677,4 +678,4 @@
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|