Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9900/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:
Fix serious plugin hook_event bug. Plugins were cached because of the introduction of a new hook too early in sequence, resulting in weird behaviour with plugin configuration (see mail by rasmus)
For the multilingual plugin to be able to function properly, a new autodetection routine has been put in place. I think this even acts nicely in the core serendipity, but for the future we may want to move it to a plugin somehow (I don't see a way currently)
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- serendipity_lang_cs.inc.php 16 Feb 2005 00:43:50 -0000 1.115
+++ serendipity_lang_cs.inc.php 16 Feb 2005 12:36:27 -0000 1.116
@@ -651,6 +651,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- serendipity_lang_no.inc.php 16 Feb 2005 00:43:53 -0000 1.55
+++ serendipity_lang_no.inc.php 16 Feb 2005 12:36:29 -0000 1.56
@@ -650,5 +650,7 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
-?>
\ 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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_lang_zh.inc.php 16 Feb 2005 00:43:53 -0000 1.35
+++ serendipity_lang_zh.inc.php 16 Feb 2005 12:36:30 -0000 1.36
@@ -648,6 +648,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- serendipity_lang_en.inc.php 16 Feb 2005 00:43:52 -0000 1.137
+++ serendipity_lang_en.inc.php 16 Feb 2005 12:36:28 -0000 1.138
@@ -617,36 +617,38 @@
@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');
@define('ERROR_FILE_FORBIDDEN', 'You are not allowed to upload files with active content');
-@define('ADMIN', 'Administration'); // Re-Translate
-@define('ADMIN_FRONTPAGE', 'Frontpage'); // Translate
-@define('QUOTE', 'Quote'); // Translate
-@define('IFRAME_SAVE', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..'); // Translate
-@define('IFRAME_SAVE_DRAFT', 'A draft of this entry has been saved'); // Translate
-@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
+@define('ADMIN', 'Administration');
+@define('ADMIN_FRONTPAGE', 'Frontpage');
+@define('QUOTE', 'Quote');
+@define('IFRAME_SAVE', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..');
+@define('IFRAME_SAVE_DRAFT', 'A draft of this entry has been saved');
+@define('IFRAME_PREVIEW', 'Serendipity is now creating the preview of your entry...');
+@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.');
@define('NONE', 'none');
-@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
+@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries');
@define('UPGRADE', 'Upgrade');
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s');
-@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
-@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
-@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
-@define('CREATE_DIRECTORY', 'Create directory'); // Translate
-@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
-@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
-@define('BASE_DIRECTORY', 'Base directory'); // Translate
-@define('USERLEVEL_EDITOR_DESC', 'Standard editor'); // Translate
-@define('USERLEVEL_CHIEF_DESC', 'Chief editor'); // Translate
-@define('USERLEVEL_ADMIN_DESC', 'Administrator'); // Translate
-@define('USERCONF_USERLEVEL', 'Access level'); // Translate
-@define('USERCONF_USERLEVEL_DESC', 'This level is used to determine what kind of access this user has to the blog'); // Translate
-@define('USER_SELF_INFO', 'Logged in as %s (%s)'); // Translate
-@define('ADMIN_ENTRIES', 'Entries'); // Translate
-@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
-@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
-@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
-@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory');
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.');
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity');
+@define('CREATE_DIRECTORY', 'Create directory');
+@define('CREATE_NEW_DIRECTORY', 'Create new directory');
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.');
+@define('BASE_DIRECTORY', 'Base directory');
+@define('USERLEVEL_EDITOR_DESC', 'Standard editor');
+@define('USERLEVEL_CHIEF_DESC', 'Chief editor');
+@define('USERLEVEL_ADMIN_DESC', 'Administrator');
+@define('USERCONF_USERLEVEL', 'Access level');
+@define('USERCONF_USERLEVEL_DESC', 'This level is used to determine what kind of access this user has to the blog');
+@define('USER_SELF_INFO', 'Logged in as %s (%s)');
+@define('ADMIN_ENTRIES', 'Entries');
+@define('RECHECK_INSTALLATION', 'Recheck installation');
+@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d');
+@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone');
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s');
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- serendipity_lang_ja.inc.php 16 Feb 2005 00:43:52 -0000 1.34
+++ serendipity_lang_ja.inc.php 16 Feb 2005 12:36:29 -0000 1.35
@@ -648,6 +648,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'è¦æ±ã«å¤±æ: %s');
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- serendipity_lang_bg.inc.php 16 Feb 2005 00:43:50 -0000 1.68
+++ serendipity_lang_bg.inc.php 16 Feb 2005 12:36:27 -0000 1.69
@@ -634,6 +634,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- serendipity_lang_tw.inc.php 16 Feb 2005 00:43:53 -0000 1.51
+++ serendipity_lang_tw.inc.php 16 Feb 2005 12:36:30 -0000 1.52
@@ -648,6 +648,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- serendipity_lang_cz.inc.php 16 Feb 2005 00:43:51 -0000 1.115
+++ serendipity_lang_cz.inc.php 16 Feb 2005 12:36:27 -0000 1.116
@@ -651,6 +651,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- serendipity_lang_pt.inc.php 16 Feb 2005 00:43:53 -0000 1.90
+++ serendipity_lang_pt.inc.php 16 Feb 2005 12:36:30 -0000 1.91
@@ -650,6 +650,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- serendipity_lang_it.inc.php 16 Feb 2005 00:43:52 -0000 1.54
+++ serendipity_lang_it.inc.php 16 Feb 2005 12:36:28 -0000 1.55
@@ -649,6 +649,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- serendipity_lang_da.inc.php 16 Feb 2005 00:43:51 -0000 1.135
+++ serendipity_lang_da.inc.php 16 Feb 2005 12:36:28 -0000 1.136
@@ -650,6 +650,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- serendipity_lang_fr.inc.php 16 Feb 2005 00:43:52 -0000 1.115
+++ serendipity_lang_fr.inc.php 16 Feb 2005 12:36:28 -0000 1.116
@@ -653,6 +653,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- serendipity_lang_fi.inc.php 16 Feb 2005 00:43:52 -0000 1.23
+++ serendipity_lang_fi.inc.php 16 Feb 2005 12:36:28 -0000 1.24
@@ -647,6 +647,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- serendipity_lang_ko.inc.php 16 Feb 2005 00:43:53 -0000 1.23
+++ serendipity_lang_ko.inc.php 16 Feb 2005 12:36:29 -0000 1.24
@@ -652,6 +652,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- serendipity_lang_es.inc.php 16 Feb 2005 00:43:52 -0000 1.130
+++ serendipity_lang_es.inc.php 16 Feb 2005 12:36:28 -0000 1.131
@@ -652,6 +652,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_lang_cn.inc.php 16 Feb 2005 00:43:50 -0000 1.35
+++ serendipity_lang_cn.inc.php 16 Feb 2005 12:36:27 -0000 1.36
@@ -648,6 +648,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- serendipity_lang_tn.inc.php 16 Feb 2005 00:43:53 -0000 1.36
+++ serendipity_lang_tn.inc.php 16 Feb 2005 12:36:30 -0000 1.37
@@ -648,6 +648,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- serendipity_lang_ru.inc.php 16 Feb 2005 00:43:53 -0000 1.28
+++ serendipity_lang_ru.inc.php 16 Feb 2005 12:36:30 -0000 1.29
@@ -650,6 +650,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* 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.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- serendipity_lang_de.inc.php 16 Feb 2005 00:43:51 -0000 1.156
+++ serendipity_lang_de.inc.php 16 Feb 2005 12:36:28 -0000 1.157
@@ -647,7 +647,9 @@
@define('IMAGICK_EXEC_ERROR', 'Konnte folgendes Programm nicht ausführen: "%s", Fehlermeldung: %s, Rückgabewert: %d');
@define('INSTALL_OFFSET_DESC', 'Wieviele Stunden liegen zwischen der Uhrzeit des Servers (aktuell: %clock%) und der eigenen Zeitzone');
@define('UNMET_REQUIREMENTS', 'Bedingung unerfüllt: %s');
-@define('CHARSET', 'Charset');
+@define('CHARSET', 'Zeichensatz');
+@define('AUTOLANG', 'Sprache des Browsers eines Besuchers verwenden');
+@define('AUTOLANG_DESC', 'Falls aktiviert wird die im Browser des Besuchers eingestellte Sprache als Standardsprache für Einträge und die Serendipity Oberfläche benutzt.');
/* 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.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- serendipity_lang_nl.inc.php 16 Feb 2005 00:43:53 -0000 1.91
+++ serendipity_lang_nl.inc.php 16 Feb 2005 12:36:29 -0000 1.92
@@ -651,6 +651,8 @@
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
@define('CHARSET', 'Charset');
+@define('AUTOLANG', 'Use visitor\'s browser language as default');
+@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|