Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7315/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 ability to define a real name for each author
- Added serendipity_addAuthor() and serendipity_deleteAuthor functions
Version bump
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- serendipity_lang_cs.inc.php 22 Feb 2005 10:10:26 -0000 1.119
+++ serendipity_lang_cs.inc.php 24 Feb 2005 20:14:25 -0000 1.120
@@ -657,6 +657,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- serendipity_lang_no.inc.php 22 Feb 2005 10:12:34 -0000 1.59
+++ serendipity_lang_no.inc.php 24 Feb 2005 20:14:26 -0000 1.60
@@ -656,5 +656,7 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_zh.inc.php 22 Feb 2005 10:12:57 -0000 1.39
+++ serendipity_lang_zh.inc.php 24 Feb 2005 20:14:26 -0000 1.40
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- serendipity_lang_en.inc.php 22 Feb 2005 10:10:54 -0000 1.141
+++ serendipity_lang_en.inc.php 24 Feb 2005 20:14:25 -0000 1.142
@@ -653,6 +653,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.');
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_ja.inc.php 22 Feb 2005 10:11:35 -0000 1.39
+++ serendipity_lang_ja.inc.php 24 Feb 2005 20:14:25 -0000 1.40
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- serendipity_lang_bg.inc.php 22 Feb 2005 10:10:23 -0000 1.72
+++ serendipity_lang_bg.inc.php 24 Feb 2005 20:14:25 -0000 1.73
@@ -640,6 +640,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- serendipity_lang_tw.inc.php 22 Feb 2005 10:12:52 -0000 1.55
+++ serendipity_lang_tw.inc.php 24 Feb 2005 20:14:26 -0000 1.56
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- serendipity_lang_cz.inc.php 22 Feb 2005 10:10:30 -0000 1.119
+++ serendipity_lang_cz.inc.php 24 Feb 2005 20:14:25 -0000 1.120
@@ -657,6 +657,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- serendipity_lang_pt.inc.php 22 Feb 2005 10:12:36 -0000 1.94
+++ serendipity_lang_pt.inc.php 24 Feb 2005 20:14:26 -0000 1.95
@@ -656,6 +656,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_it.inc.php 22 Feb 2005 10:11:33 -0000 1.58
+++ serendipity_lang_it.inc.php 24 Feb 2005 20:14:25 -0000 1.59
@@ -655,6 +655,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- serendipity_lang_da.inc.php 22 Feb 2005 10:10:45 -0000 1.139
+++ serendipity_lang_da.inc.php 24 Feb 2005 20:14:25 -0000 1.140
@@ -656,6 +656,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- serendipity_lang_fr.inc.php 22 Feb 2005 10:11:18 -0000 1.119
+++ serendipity_lang_fr.inc.php 24 Feb 2005 20:14:25 -0000 1.120
@@ -659,6 +659,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_fi.inc.php 22 Feb 2005 10:11:17 -0000 1.27
+++ serendipity_lang_fi.inc.php 24 Feb 2005 20:14:25 -0000 1.28
@@ -653,6 +653,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_ko.inc.php 22 Feb 2005 10:11:53 -0000 1.27
+++ serendipity_lang_ko.inc.php 24 Feb 2005 20:14:25 -0000 1.28
@@ -658,6 +658,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- serendipity_lang_es.inc.php 22 Feb 2005 10:11:10 -0000 1.134
+++ serendipity_lang_es.inc.php 24 Feb 2005 20:14:25 -0000 1.135
@@ -658,6 +658,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_cn.inc.php 22 Feb 2005 10:10:26 -0000 1.39
+++ serendipity_lang_cn.inc.php 24 Feb 2005 20:14:25 -0000 1.40
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- serendipity_lang_tn.inc.php 22 Feb 2005 10:12:51 -0000 1.40
+++ serendipity_lang_tn.inc.php 24 Feb 2005 20:14:26 -0000 1.41
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_ru.inc.php 22 Feb 2005 10:12:40 -0000 1.32
+++ serendipity_lang_ru.inc.php 24 Feb 2005 20:14:26 -0000 1.33
@@ -656,6 +656,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- serendipity_lang_de.inc.php 22 Feb 2005 10:10:51 -0000 1.160
+++ serendipity_lang_de.inc.php 24 Feb 2005 20:14:25 -0000 1.161
@@ -654,6 +654,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'Falls aktiviert wird Serendipity sicherstellen, dass der vom Besucher gewählte HTTP-Hostname als BaseURL variable verwendet wird. Sofern diese Option aktiviert ist, ist es möglich, mehrere Domainnamen für das Weblog zu verwenden. Alle Links werden dann mit dem HTTP-Hostnamen umgeschrieben, der vom Besucher gewählt wurde.');
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // 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.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- serendipity_lang_nl.inc.php 22 Feb 2005 10:12:12 -0000 1.95
+++ serendipity_lang_nl.inc.php 24 Feb 2005 20:14:25 -0000 1.96
@@ -657,6 +657,8 @@
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.'); // Translate
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
+@define('USERCONF_REALNAME', 'Real name'); // Translate
+@define('USERCONF_REALNAME_DESC', 'The full name of the author. This is the name seen by readers'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|