Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24759
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cs.inc.php
serendipity_lang_cz.inc.php serendipity_lang_da.inc.php
serendipity_lang_de.inc.php serendipity_lang_es.inc.php
serendipity_lang_fr.inc.php serendipity_lang_nl.inc.php
serendipity_lang_pt.inc.php
Log Message:
Synchronize language files with English file (I love writing scripts)
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- serendipity_lang_cs.inc.php 5 Sep 2004 19:31:00 -0000 1.60
+++ serendipity_lang_cs.inc.php 5 Sep 2004 19:56:57 -0000 1.61
@@ -548,6 +548,7 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- serendipity_lang_da.inc.php 5 Sep 2004 19:31:00 -0000 1.77
+++ serendipity_lang_da.inc.php 5 Sep 2004 19:56:57 -0000 1.78
@@ -543,6 +543,9 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('SIDEBAR_PLUGINS', 'Sidebar Plugins'); // Translate
+@define('EVENT_PLUGINS', 'Event Plugins'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- serendipity_lang_fr.inc.php 5 Sep 2004 19:31:00 -0000 1.56
+++ serendipity_lang_fr.inc.php 5 Sep 2004 19:56:57 -0000 1.57
@@ -547,6 +547,8 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('PAGE_BROWSE_ENTRIES', 'Page %s of %s, totalling %s entries'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- serendipity_lang_cz.inc.php 5 Sep 2004 19:31:00 -0000 1.60
+++ serendipity_lang_cz.inc.php 5 Sep 2004 19:56:57 -0000 1.61
@@ -546,6 +546,7 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- serendipity_lang_nl.inc.php 5 Sep 2004 19:31:00 -0000 1.34
+++ serendipity_lang_nl.inc.php 5 Sep 2004 19:56:57 -0000 1.35
@@ -548,6 +548,12 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('DATE_FORMAT_SHORT', '%Y-%m-%d %H:%M'); // Translate
+@define('NUMBER_FORMAT_DECIMALS', '2'); // Translate
+@define('NUMBER_FORMAT_DECPOINT', '.'); // Translate
+@define('NUMBER_FORMAT_THOUSANDS', ','); // Translate
+@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Category #%s deleted. Old articles moved to category #%s'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- serendipity_lang_es.inc.php 5 Sep 2004 19:31:00 -0000 1.76
+++ serendipity_lang_es.inc.php 5 Sep 2004 19:56:57 -0000 1.77
@@ -543,6 +543,16 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('LOGIN', 'Login'); // Translate
+@define('AUTOMATIC_LOGIN', 'Save information'); // Translate
+@define('DO_MARKUP', 'Perform Markup Transformations'); // 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. Default is "Yes".'); // Translate
+@define('GENERAL_PLUGIN_DATEFORMAT', 'Dateformatting'); // Translate
+@define('GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH', 'The format of the entry\'s actual date, using PHPs strftime() variables. (Default: "%s")'); // Translate
+@define('ERROR_TEMPLATE_FILE', 'Unable to open template file, please update serendipity!'); // Translate
+@define('ADVANCED_OPTIONS', 'Advanced Options'); // Translate
+@define('EDIT_ENTRY', 'Edit entry'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_bg.inc.php 5 Sep 2004 19:31:00 -0000 1.13
+++ serendipity_lang_bg.inc.php 5 Sep 2004 19:56:57 -0000 1.14
@@ -348,6 +348,189 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('DATE_FORMAT_SHORT', '%Y-%m-%d %H:%M'); // Translate
+@define('NUMBER_FORMAT_DECIMALS', '2'); // Translate
+@define('NUMBER_FORMAT_DECPOINT', '.'); // Translate
+@define('NUMBER_FORMAT_THOUSANDS', ','); // Translate
+@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.'); // Translate
+@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Category #%s deleted. Old articles moved to category #%s'); // Translate
+@define('USE_DEFAULT', 'Default'); // Translate
+@define('PAGE_BROWSE_ENTRIES', 'Page %s of %s, totalling %s entries'); // Translate
+@define('MANAGE_USERS', 'Manage users'); // Translate
+@define('EDIT_USERS', 'Edit users'); // Translate
+@define('CREATE_USERS', 'Create users'); // Translate
+@define('CREATE_NEW_USER', 'Create new user'); // Translate
+@define('CREATE_NOT_AUTHORIZED', 'You cannot modify users with the same userlevel as yourself'); // Translate
+@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'You cannot create users with a higher userlevel than yourself'); // Translate
+@define('CREATED_USER', 'A new user %s has been created'); // Translate
+@define('MODIFIED_USER', 'The properties of user %s have been changed'); // Translate
+@define('USER_SELF_INFO', 'logged in as %s, level %s'); // Translate
+@define('USER_LEVEL', 'Userlevel'); // Translate
+@define('DELETE_USER', 'You are about to delete user #%d %s. Are you serious? This will disallow showing any entries written by him on the frontend.'); // Translate
+@define('DELETED_USER', 'User #%d %s deleted.'); // Translate
+@define('LIMIT_TO_NUMBER', 'How many items should be displayed?'); // Translate
+@define('FILTER', 'Filter'); // Translate
+@define('ENTRIES_PER_PAGE', 'entries per page'); // Translate
+@define('XML_IMAGE_TO_DISPLAY', 'XML Button'); // Translate
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.'); // Translate
+@define('ALL_DIRECTORIES', 'all directories'); // Translate
+@define('MANAGE_DIRECTORIES', 'Manage directories'); // Translate
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.'); // Translate
+@define('NEW_DIRECTORY', 'Create a new directory'); // Translate
+@define('PARENT_DIRECTORY', 'Parent directory'); // Translate
+@define('DELETE_DIRECTORY', 'Delete this directory'); // Translate
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?'); // Translate
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist'); // Translate
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database'); // Translate
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s'); // Translate
+@define('DELETING_FILE', 'Deleting file %s...'); // Translate
+@define('ERROR_DIRECTORY_NOT_EMPTY', 'Could not remove non-empty directory. Check the "force deletion" checkbox if you want to remove those files as well, and then submit again. Existing files are:'); // Translate
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.'); // Translate
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.'); // Translate
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.'); // Translate
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.'); // Translate
+@define('FOUND_FILE', 'Found new/modified file: %s.'); // Translate
+@define('ALREADY_SUBCATEGORY', '%s is a already a subcategory of %s.'); // Translate
+@define('PARENT_CATEGORY', 'Parent category'); // Translate
+@define('REPLY', 'Reply'); // Translate
+@define('IN_REPLY_TO', 'In reply to'); // Translate
+@define('TOP_LEVEL', 'Top level'); // Translate
+@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed'); // Translate
+@define('PERMISSIONS', 'Permissions'); // Translate
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s'); // Translate
+@define('INSTALL_CAT_DB', 'Database settings'); // Translate
+@define('INSTALL_CAT_DB_DESC', 'Here you can enter all your database information. Serendipity needs this to be able to function'); // Translate
+@define('INSTALL_DBTYPE', 'Database type'); // Translate
+@define('INSTALL_DBTYPE_DESC', 'Database type'); // Translate
+@define('INSTALL_DBHOST', 'Database host'); // Translate
+@define('INSTALL_DBHOST_DESC', 'The hostname for your database server'); // Translate
+@define('INSTALL_DBUSER', 'Database user'); // Translate
+@define('INSTALL_DBUSER_DESC', 'The username used to connect to your database'); // Translate
+@define('INSTALL_DBPASS', 'Database password'); // Translate
+@define('INSTALL_DBPASS_DESC', 'The password matching the above username'); // Translate
+@define('INSTALL_DBNAME', 'Database name'); // Translate
+@define('INSTALL_DBNAME_DESC', 'The name of your database'); // Translate
+@define('INSTALL_DBPREFIX', 'Database table prefix'); // Translate
+@define('INSTALL_DBPREFIX_DESC', 'Prefix for the table names, i.e. serendipity_'); // Translate
+@define('INSTALL_CAT_PATHS', 'Paths'); // Translate
+@define('INSTALL_CAT_PATHS_DESC', 'Various paths to different essential folders and files. Don\'t forget trailing slashes for directories!'); // Translate
+@define('INSTALL_FULLPATH', 'Full path'); // Translate
+@define('INSTALL_FULLPATH_DESC', 'The full and absolute path to your serendipity installation'); // Translate
+@define('INSTALL_UPLOADPATH', 'Upload path'); // Translate
+@define('INSTALL_UPLOADPATH_DESC', 'All uploads will go here, relative to the \'Full path\' - typically \'uploads/\''); // Translate
+@define('INSTALL_RELPATH', 'Relative path'); // Translate
+@define('INSTALL_RELPATH_DESC', 'Path to serendipity for your browser, typically \'/serendipity/\''); // Translate
+@define('INSTALL_RELTEMPLPATH', 'Relative template path'); // Translate
+@define('INSTALL_RELTEMPLPATH_DESC', 'The path to the folder containing your templates - Relative to the \'relative path\''); // Translate
+@define('INSTALL_RELUPLOADPATH', 'Relative upload path'); // Translate
+@define('INSTALL_RELUPLOADPATH_DESC', 'Path to your uploads for browsers - Relative to the \'relative path\''); // Translate
+@define('INSTALL_URL', 'URL to blog'); // Translate
+@define('INSTALL_URL_DESC', 'Base URL to your serendipity installation'); // Translate
+@define('INSTALL_INDEXFILE', 'Index file'); // Translate
+@define('INSTALL_INDEXFILE_DESC', 'The name of your serendipity index file'); // Translate
+@define('INSTALL_CAT_SETTINGS', 'General settings'); // Translate
+@define('INSTALL_CAT_SETTINGS_DESC', 'Customize how Serendipity behaves'); // Translate
+@define('INSTALL_USERNAME', 'Admin username'); // Translate
+@define('INSTALL_USERNAME_DESC', 'Username for admin login'); // Translate
+@define('INSTALL_PASSWORD', 'Admin password'); // Translate
+@define('INSTALL_PASSWORD_DESC', 'Password for admin login'); // Translate
+@define('INSTALL_EMAIL', 'Admin email'); // Translate
+@define('INSTALL_EMAIL_DESC', 'Email for the blog administrator'); // Translate
+@define('INSTALL_SENDMAIL', 'Send mails to admin?'); // Translate
+@define('INSTALL_SENDMAIL_DESC', 'Do you want to receive emails when comments are posted to your entries?'); // Translate
+@define('INSTALL_SUBSCRIBE', 'Allow users to subscribe to entries?'); // Translate
+@define('INSTALL_SUBSCRIBE_DESC', 'Allow users to subscribe to an entry and thereby receive a mail when new comments are made to that entry'); // Translate
+@define('INSTALL_BLOGNAME', 'Blog name'); // Translate
+@define('INSTALL_BLOGNAME_DESC', 'The title of your blog'); // Translate
+@define('INSTALL_BLOGDESC', 'Blog description'); // Translate
+@define('INSTALL_BLOGDESC_DESC', 'Description of your blog'); // Translate
+@define('INSTALL_LANG', 'Language'); // Translate
+@define('INSTALL_LANG_DESC', 'Select the language for your blog'); // Translate
+@define('INSTALL_CAT_DISPLAY', 'Appearance and options'); // Translate
+@define('INSTALL_CAT_DISPLAY_DESC', 'Customize how Serendipity looks and feels'); // Translate
+@define('INSTALL_EXTERNALSTYLE', 'External Stylesheet'); // Translate
+@define('INSTALL_EXTERNALSTYLE_DESC', 'You can define a stylesheet URI here, aditionally to the settings adjustable in the admin interface (enter \'none\' if you don\'t need this)'); // Translate
+@define('INSTALL_WYSIWYG', 'Use WYSIWYG editor'); // Translate
+@define('INSTALL_WYSIWYG_DESC', 'Do you want to use the WYSIWYG editor? (Works on IE5+, partially in Mozilla 1.3+)'); // Translate
+@define('INSTALL_POPUP', 'Enable use of popup windows'); // Translate
+@define('INSTALL_POPUP_DESC', 'Do you want to use popup windows for comments, trackbacks et al?'); // Translate
+@define('INSTALL_EMBED', 'Is serendipity embedded?'); // Translate
+@define('INSTALL_EMBED_DESC', 'If you want to embed serendipity within a regular page, set to true to discard any headers and just print the contents. You can make use of the indexFile option to use a wrapper class where you put your normal webpage headers. See the README file for more information!'); // Translate
+@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?'); // Translate
+@define('INSTALL_TOP_AS_LINKS_DESC', '"no": Exits and Referrers are shown as plain text to prevent google spam. "yes": Exits and Referrers are shown as hyperlinks. "default": Use setting from global configuration (recommended).'); // Translate
+@define('INSTALL_BLOCKREF', 'Blocked Referers'); // Translate
+@define('INSTALL_BLOCKREF_DESC', 'Are there any special hosts you want not to show up in the referers list? Separate the list of hostnames with \';\' and note that the host is blocked by substring matches!'); // Translate
+@define('INSTALL_REWRITE', 'URL Rewriting'); // Translate
+@define('INSTALL_REWRITE_DESC', 'Select which rules you wish to use when generating URLs. Enabling rewrite rules will make pretty URLs for your blog and make it better indexable for spiders like google. The webserver needs to support either mod_rewrite or "AllowOverride All" for your serendipity dir. The default setting is auto-detected'); // Translate
+@define('INSTALL_CAT_IMAGECONV', 'Imageconversion Settings'); // Translate
+@define('INSTALL_CAT_IMAGECONV_DESC', 'Enter general information about how serendipity should handle Images'); // Translate
+@define('INSTALL_IMAGEMAGICK', 'Use Imagemagick'); // Translate
+@define('INSTALL_IMAGEMAGICK_DESC', 'Do you have image magick installed and want to use it to resize images?'); // Translate
+@define('INSTALL_IMAGEMAGICKPATH', 'Path to convert binary'); // Translate
+@define('INSTALL_IMAGEMAGICKPATH_DESC', 'Full path & name of your image magick convert binary'); // Translate
+@define('INSTALL_THUMBSUFFIX', 'Thumbnail suffix'); // Translate
+@define('INSTALL_THUMBSUFFIX_DESC', 'Thumbnails will be named with the following format: original.[suffix].ext'); // Translate
+@define('INSTALL_THUMBWIDTH', 'Thumbnail dimensions'); // Translate
+@define('INSTALL_THUMBWIDTH_DESC', 'Static maximum width of auto-generated thumbnails'); // Translate
+@define('USERCONF_CAT_PERSONAL', 'Your personal details'); // Translate
+@define('USERCONF_CAT_PERSONAL_DESC', 'Change your personal details'); // Translate
+@define('USERCONF_USERNAME', 'Your username'); // Translate
+@define('USERCONF_USERNAME_DESC', 'The username you use to log in to the blog'); // Translate
+@define('USERCONF_PASSWORD', 'Your password'); // Translate
+@define('USERCONF_PASSWORD_DESC', 'The password you wish to use to log in to the blog'); // Translate
+@define('USERCONF_USERLEVEL', 'Permissionlevel'); // Translate
+@define('USERCONF_USERLEVEL_DESC', 'Userlevel. Should be one of the following: [USERLEVEL_ADMIN] - Admin, [USERLEVEL_CHIEF] - Chief editor, [USERLEVEL_EDITOR] - Standard editor.'); // Translate
+@define('USERCONF_EMAIL', 'Your e-mail address'); // Translate
+@define('USERCONF_EMAIL_DESC', 'Your personal e-mail address'); // Translate
+@define('USERCONF_SENDCOMMENTS', 'Send comment announcements?'); // Translate
+@define('USERCONF_SENDCOMMENTS_DESC', 'Do you want to receive emails when comments are posted to your entries?'); // Translate
+@define('USERCONF_SENDTRACKBACKS', 'Send trackback announcements?'); // Translate
+@define('USERCONF_SENDTRACKBACKS_DESC', 'Do you want to receive emails when trackbacks are posted to your entries?'); // Translate
+@define('USERCONF_ALLOWPUBLISH', 'Rights: Publishing entries?'); // Translate
+@define('USERCONF_ALLOWPUBLISH_DESC', 'Is this user allowed to publish entries?'); // Translate
+@define('SUCCESS', 'Success'); // Translate
+@define('POWERED_BY_SHOW_TEXT', 'Show "Serendipity" as text'); // Translate
+@define('POWERED_BY_SHOW_TEXT_DESC', 'Will display "Serendipity Weblog" as text'); // Translate
+@define('POWERED_BY_SHOW_IMAGE', 'Show "Serendipity" with a logo'); // Translate
+@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo'); // Translate
+@define('PLUGIN_ITEM_DISPLAY', 'Where should the item be displayed?'); // Translate
+@define('PLUGIN_ITEM_DISPLAY_EXTENDED', 'Extended entry only'); // Translate
+@define('PLUGIN_ITEM_DISPLAY_OVERVIEW', 'Overview page only'); // Translate
+@define('PLUGIN_ITEM_DISPLAY_BOTH', 'All times'); // Translate
+@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.'); // Translate
+@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries'); // Translate
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options available:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs approval before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Translate
+@define('THIS_TRACKBACK_NEEDS_REVIEW', 'Warning: This trackback needs approval before it will be displayed'); // Translate
+@define('DELETE_TRACKBACK', 'Delete trackback'); // Translate
+@define('APPROVE_TRACKBACK', 'Approve trackback'); // Translate
+@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
+@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // Translate
+@define('TRACKBACK_SPECIFIC_ON_CLICK', 'This link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.'); // Translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login'); // Translate
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!'); // Translate
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?'); // Translate
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', '"no": Unchecked external links (Top Exits, Top Referrers, User comments) are not shown/shown as plain text where applicable to prevent google spam (recommended). "yes": Unchecked external links are shown as hyperlinks. Can be overridden within sidebar plugin configuration!'); // Translate
+@define('PAGE_BROWSE_COMMENTS', 'Page %s of %s, totalling %s comments'); // Translate
+@define('FILTERS', 'Filters'); // Translate
+@define('FIND_ENTRIES', 'Find entries'); // Translate
+@define('FIND_COMMENTS', 'Find comments'); // Translate
+@define('FIND_MEDIA', 'Find media'); // Translate
+@define('FILTER_DIRECTORY', 'Directory'); // Translate
+@define('SORT_BY', 'Sort by'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
+@define('XML_IMAGE_TO_DISPLAY_DESC', 'Links to XML Feeds will be displayed by this image. Leave empty for default, enter \'none\' to disable.'); // 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.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- serendipity_lang_de.inc.php 5 Sep 2004 19:31:00 -0000 1.96
+++ serendipity_lang_de.inc.php 5 Sep 2004 19:56:57 -0000 1.97
@@ -545,6 +545,7 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // 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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- serendipity_lang_pt.inc.php 5 Sep 2004 19:31:00 -0000 1.34
+++ serendipity_lang_pt.inc.php 5 Sep 2004 19:56:57 -0000 1.35
@@ -544,6 +544,14 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
+@define('DATE_FORMAT_SHORT', '%Y-%m-%d %H:%M'); // Translate
+@define('NUMBER_FORMAT_DECIMALS', '2'); // Translate
+@define('NUMBER_FORMAT_DECPOINT', '.'); // Translate
+@define('NUMBER_FORMAT_THOUSANDS', ','); // Translate
+@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Category #%s deleted. Old articles moved to category #%s'); // Translate
+@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?'); // Translate
+@define('INSTALL_TOP_AS_LINKS_DESC', '"no": Exits and Referrers are shown as plain text to prevent google spam. "yes": Exits and Referrers are shown as hyperlinks. "default": Use setting from global configuration (recommended).'); // Translate
+@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|