Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/lang
Modified Files:
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_fr.inc.php
Log Message:
Upgraded image manager: Manage/upload to/sync/browse subdirectories.
Accept non-image files.
DB Layout upgrade needed!
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_cs.inc.php 19 May 2004 21:37:33 -0000 1.14
+++ serendipity_lang_cs.inc.php 25 May 2004 16:16:15 -0000 1.15
@@ -366,7 +366,6 @@
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'Nemùete vytvoøit uivatele s vyí úrovní ne je vae');
@define('CREATED_USER', 'Nový uivatel %s byl vytvoøen');
@define('MODIFIED_USER', 'Nastavení uivatele %s byla zmìnìna');
-@define('USER_SELF_INFO', 'logged in as %s, level %s'); // TRANSLATE AGAIN
@define('USER_LEVEL', 'Úroveò');
@define('DELETE_USER', 'Chcete vymazat uivatele #%d %s. Myslíte to vánì? Tato akce znemoní prohlíet jím vytvoøené záznamy na hlavní stránce.');
@define('DELETED_USER', 'Uivatel #%d %s je vymazán.');
@@ -374,5 +373,32 @@
@define('FILTER', 'Filtr');
@define('ENTRIES_PER_PAGE', 'záznamù na stránku');
+/* TRANSLATE */
+@define('USER_SELF_INFO', 'logged in as %s, level %s');
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
+
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- serendipity_lang_da.inc.php 19 May 2004 21:37:33 -0000 1.30
+++ serendipity_lang_da.inc.php 25 May 2004 16:16:15 -0000 1.31
@@ -370,5 +370,31 @@
@define('FILTER', 'Filter');
@define('ENTRIES_PER_PAGE', 'artikler per side');
+/* 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.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
+
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- serendipity_lang_fr.inc.php 19 May 2004 21:37:33 -0000 1.11
+++ serendipity_lang_fr.inc.php 25 May 2004 16:16:15 -0000 1.12
@@ -353,15 +353,38 @@
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'Vous ne pouvez pas modifier les utilisateurs puisqu\'ils ont un niveau plus élevé que le vôtre');
@define('CREATED_USER', 'Un nouvel utilisateur %s a été crée');
@define('MODIFIED_USER', 'Les propriétés de l\'utilisateur %s ont été changées');
-@define('USER_SELF_INFO', 'logged in as %s, level %s'); // TRANSLATE AGAIN
@define('USER_LEVEL', 'Niveau d\'utilisateur');
@define('DELETE_USER', 'Vous allez supprimer l\'utilisateur #%d %s. Etes vous sérieux? Cela empêchera toute visualisation de ses news sur la page principale.');
@define('DELETED_USER', 'Utilisateur #%d %s supprimé.');
-@define('LIMIT_TO_NUMBER', 'How many items should be displayed?'); /* TRANSLATE */
// TRANSLATE
+@define('LIMIT_TO_NUMBER', 'How many items should be displayed?');
@define('FILTER', 'Filter');
@define('ENTRIES_PER_PAGE', 'entries per page');
+@define('USER_SELF_INFO', 'logged in as %s, level %s');
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_cz.inc.php 19 May 2004 21:37:33 -0000 1.14
+++ serendipity_lang_cz.inc.php 25 May 2004 16:16:15 -0000 1.15
@@ -364,7 +364,6 @@
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'Nemù¾ete vytvoøit u¾ivatele s vy¹¹í úrovní ne¾ je va¹e');
@define('CREATED_USER', 'Nový u¾ivatel %s byl vytvoøen');
@define('MODIFIED_USER', 'Nastavení u¾ivatele %s byla zmìnìna');
-@define('USER_SELF_INFO', 'logged in as %s, level %s'); // TRANSLATE AGAIN
@define('USER_LEVEL', 'Úroveò');
@define('DELETE_USER', 'Chcete vymazat u¾ivatele #%d %s. Myslíte to vá¾nì? Tato akce znemo¾ní prohlí¾et jím vytvoøené záznamy na hlavní stránce.');
@define('DELETED_USER', 'U¾ivatel #%d %s je vymazán.');
@@ -372,5 +371,32 @@
@define('FILTER', 'Filtr');
@define('ENTRIES_PER_PAGE', 'záznamù na stránku');
+/* TRANSLATE */
+@define('USER_SELF_INFO', 'logged in as %s, level %s');
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
+
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- serendipity_lang_en.inc.php 19 May 2004 21:03:47 -0000 1.31
+++ serendipity_lang_en.inc.php 25 May 2004 16:16:15 -0000 1.32
@@ -360,5 +360,30 @@
@define('LIMIT_TO_NUMBER', 'How many items should be displayed?');
@define('FILTER', 'Filter');
@define('ENTRIES_PER_PAGE', 'entries per page');
+
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_es.inc.php 19 May 2004 21:37:33 -0000 1.32
+++ serendipity_lang_es.inc.php 25 May 2004 16:16:15 -0000 1.33
@@ -20,7 +20,6 @@
@define('SERENDIPITY_ADMIN_SUITE', 'Suite de Administración de Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Debes identificarte para ver esta pagina:');
-@define('WRONG_USERNAME_OR_PASSWORD', '[TRANSLATE!!]');
@define('APPEARANCE', 'Apariencia');
@define('MANAGE_STYLES', 'Control de estilos');
@define('CONFIGURE_PLUGINS', 'Configurar Plugins');
@@ -300,46 +299,47 @@
@define('NEXT_PAGE', 'Pagina siguiente');
@define('ALL_CATEGORIES', 'Todas las categorías');
-@define('HTACCESS_ERROR', 'To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this: <br /> %s<br />and reload this page.'); // TRANSLATE
-@define('SIDEBAR_PLUGINS', 'Sidebar Plugins'); // TRANSLATE
-@define('EVENT_PLUGINS', 'Event Plugins'); // TRANSLATE
-@define('SYNCING', 'Syncronizing the database with the image folder'); // TRANSLATE
-@define('SYNC_DONE', 'Done (Syncronized %s images).'); // TRANSLATE
-@define('SORT_ORDER', 'Sort order'); // TRANSLATE
-@define('SORT_ORDER_NAME', 'Filename'); // TRANSLATE
-@define('SORT_ORDER_EXTENSION', 'File extension'); // TRANSLATE
-@define('SORT_ORDER_SIZE', 'Filesize'); // TRANSLATE
-@define('SORT_ORDER_WIDTH', 'Image width'); // TRANSLATE
-@define('SORT_ORDER_HEIGHT', 'Image height'); // TRANSLATE
-@define('SORT_ORDER_DATE', 'Upload date'); // TRANSLATE
-@define('SORT_ORDER_ASC', 'Ascending'); // TRANSLATE
-@define('SORT_ORDER_DESC', 'Descending'); // TRANSLATE
-@define('THUMBNAIL_SHORT', 'Thumb'); // TRANSLATE
-@define('ORIGINAL_SHORT', 'Orig.'); // TRANSLATE
-@define('IMAGES_PER_PAGE', 'images per page'); // TRANSLATE
-@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Prevent HTTP caching'); // TRANSLATE
-@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'If set to "true" this will suggest the link to your RSS feed to not allow clients the bandwidth saving caching of RSS feed request. It is suggested to set this to "false".'); // TRANSLATE
-@define('APPLY_MARKUP_TO', 'Apply markup to %s'); // TRANSLATE
-@define('CALENDAR_BEGINNING_OF_WEEK', 'Beginning of the week'); // TRANSLATE
-@define('CALENDAR_BOW_DESC', 'An integer describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 6 = saturday (default: 1)'); // TRANSLATE
-
-/* TRANSLATE */ @define('SERENDIPITY_NEEDS_UPGRADE', 'Serendipity has deteceted that your configuration is currently installed with version %s, however serendipity itself is installed as version %s, you need to upgrade! <a href="%s">Click here</a>');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_WELCOME', 'Hi, and welcome to the Serendipity upgrade agent.');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_PURPOSE', 'I am here to help you upgrade your Serendipity %s installation.');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_WHY', 'You are seeing this message because you have just installed Serendipity %s, but have not yet upgraded your database installation to fit this version');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_DATABASE_UPDATES', 'Database updates (%s)');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_FOUND_SQL_FILES', 'I have found the following .sql files which needs to be run before you can continue normal operation of Serendipity');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_VERSION_SPECIFIC', 'Version specific tasks');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC', 'No version specific tasks found');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Do you wish me perform the above tasks?');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_PROCEED_ABORT', 'No, I will run them manually');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_PROCEED_DOIT', 'Yes, please do so');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_NO_UPGRADES', 'It appears you do not need any upgrades run');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_CONSIDER_DONE', 'Consider Serendipity upgraded');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED', 'You have ignored the upgrade stage of Serendipity, please make sure your database is correctly installed, and scheduled functions are run');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_NOW_UPGRADED', 'Your Serendipity installation is now upgraded to version %s');
-/* TRANSLATE */ @define('SERENDIPITY_UPGRADER_RETURN_HERE', 'You can return to your blog by clicking %shere%s');
-@define('IMAGE_NAME', 'Save the image using filename (empty: use original file name): '); // TRANSLATE
+/* TRANSLATE */
+@define('WRONG_USERNAME_OR_PASSWORD', 'Wrong username or password');
+@define('HTACCESS_ERROR', 'To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this: <br /> %s<br />and reload this page.');
+@define('SIDEBAR_PLUGINS', 'Sidebar Plugins');
+@define('EVENT_PLUGINS', 'Event Plugins');
+@define('SYNCING', 'Syncronizing the database with the image folder');
+@define('SYNC_DONE', 'Done (Syncronized %s images).');
+@define('SORT_ORDER', 'Sort order');
+@define('SORT_ORDER_NAME', 'Filename');
+@define('SORT_ORDER_EXTENSION', 'File extension');
+@define('SORT_ORDER_SIZE', 'Filesize');
+@define('SORT_ORDER_WIDTH', 'Image width');
+@define('SORT_ORDER_HEIGHT', 'Image height');
+@define('SORT_ORDER_DATE', 'Upload date');
+@define('SORT_ORDER_ASC', 'Ascending');
+@define('SORT_ORDER_DESC', 'Descending');
+@define('THUMBNAIL_SHORT', 'Thumb');
+@define('ORIGINAL_SHORT', 'Orig.');
+@define('IMAGES_PER_PAGE', 'images per page');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Prevent HTTP caching');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'If set to "true" this will suggest the link to your RSS feed to not allow clients the bandwidth saving caching of RSS feed request. It is suggested to set this to "false".');
+@define('APPLY_MARKUP_TO', 'Apply markup to %s');
+@define('CALENDAR_BEGINNING_OF_WEEK', 'Beginning of the week');
+@define('CALENDAR_BOW_DESC', 'An integer describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 6 = saturday (default: 1)');
+@define('SERENDIPITY_NEEDS_UPGRADE', 'Serendipity has deteceted that your configuration is currently installed with version %s, however serendipity itself is installed as version %s, you need to upgrade! <a href="%s">Click here</a>');
+@define('SERENDIPITY_UPGRADER_WELCOME', 'Hi, and welcome to the Serendipity upgrade agent.');
+@define('SERENDIPITY_UPGRADER_PURPOSE', 'I am here to help you upgrade your Serendipity %s installation.');
+@define('SERENDIPITY_UPGRADER_WHY', 'You are seeing this message because you have just installed Serendipity %s, but have not yet upgraded your database installation to fit this version');
+@define('SERENDIPITY_UPGRADER_DATABASE_UPDATES', 'Database updates (%s)');
+@define('SERENDIPITY_UPGRADER_FOUND_SQL_FILES', 'I have found the following .sql files which needs to be run before you can continue normal operation of Serendipity');
+@define('SERENDIPITY_UPGRADER_VERSION_SPECIFIC', 'Version specific tasks');
+@define('SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC', 'No version specific tasks found');
+@define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Do you wish me perform the above tasks?');
+@define('SERENDIPITY_UPGRADER_PROCEED_ABORT', 'No, I will run them manually');
+@define('SERENDIPITY_UPGRADER_PROCEED_DOIT', 'Yes, please do so');
+@define('SERENDIPITY_UPGRADER_NO_UPGRADES', 'It appears you do not need any upgrades run');
+@define('SERENDIPITY_UPGRADER_CONSIDER_DONE', 'Consider Serendipity upgraded');
+@define('SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED', 'You have ignored the upgrade stage of Serendipity, please make sure your database is correctly installed, and scheduled functions are run');
+@define('SERENDIPITY_UPGRADER_NOW_UPGRADED', 'Your Serendipity installation is now upgraded to version %s');
+@define('SERENDIPITY_UPGRADER_RETURN_HERE', 'You can return to your blog by clicking %shere%s');
+@define('IMAGE_NAME', 'Save the image using filename (empty: use original file name): ');
@define('MANAGE_USERS', 'Manage users');
@define('EDIT_USERS', 'Edit users');
@define('CREATE_USERS', 'Create users');
@@ -348,13 +348,37 @@
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'You cannot create users with a higher userlevel than yourself');
@define('CREATED_USER', 'A new user %s has been created');
@define('MODIFIED_USER', 'The properties of user %s have been changed');
-@define('USER_SELF_INFO', 'logged in as %s, level %s'); // TRANSLATE AGAIN
+@define('USER_SELF_INFO', 'logged in as %s, level %s');
@define('USER_LEVEL', 'Userlevel');
@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.');
@define('DELETED_USER', 'User #%d %s deleted.');
-@define('LIMIT_TO_NUMBER', 'How many items should be displayed?'); /* TRANSLATE */
+@define('LIMIT_TO_NUMBER', 'How many items should be displayed?');
@define('FILTER', 'Filter');
@define('ENTRIES_PER_PAGE', 'entries per page');
+@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
+@define('ALL_DIRECTORIES', 'all directories');
+@define('MANAGE_DIRECTORIES', 'Manage directories');
+@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
+@define('NEW_DIRECTORY', 'Create a new directory');
+@define('PARENT_DIRECTORY', 'Parent directory');
+@define('DELETE_DIRECTORY', 'Delete this directory');
+@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
+@define('STORE_IN_DIRECTORY', 'Store inside this directory: ');
+@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
+@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
+@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
+@define('DELETING_DIRECTORY', 'Deleting directory %s...');
+@define('DELETING_FILE', 'Deleting file %s...');
+@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:');
+@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
+@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
+@define('FOUND_FILE', 'Found new/modified file: %s.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', '.');
+@define('NUMBER_FORMAT_THOUSANDS', ',');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_de.inc.php 19 May 2004 21:37:33 -0000 1.39
+++ serendipity_lang_de.inc.php 25 May 2004 16:16:15 -0000 1.40
@@ -161,8 +161,8 @@
@define('LINK_TO_REMOTE_ENTRY', 'Link zum Remote-Eintrag');
@define('IP_ADDRESS', 'IP-Adresse');
@define('USER', 'Benutzer');
-@define('THUMBNAIL_USING_OWN', 'Using %s as it\'s own thumbnail because it is so small already.');
-@define('THUMBNAIL_FAILED_COPY', 'Wanted to use %s as it\'s own thumbnail, but failed to copy!');
+@define('THUMBNAIL_USING_OWN', 'Verwende %s als Vorschaubild, da das Originalbild bereits so klein ist.');
+@define('THUMBNAIL_FAILED_COPY', 'Wollte %s als Vorschaubild verwenden, aber das Kopieren schlug fehl!');
@define('AUTHOR', 'Author');
@define('LAST_UPDATED', 'Zuletzt aktualisiert');
@define('TRACKBACK_SPECIFIC', 'Trackback für spezifische URI dieses Eintrags');
@@ -353,7 +353,7 @@
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'Sie können keine Benutzer mit einem höheren Benutzerlevel als ihrem anlegen');
@define('CREATED_USER', 'Der neue Benutzer %s wurde angelegt');
@define('MODIFIED_USER', 'Die Eigenschaften von Benutzer %s wurden geändert');
-@define('USER_SELF_INFO', 'logged in as %s, level %s'); // TRANSLATE AGAIN
+@define('USER_SELF_INFO', 'angemeldet als %s, Userlevel %s');
@define('USER_LEVEL', 'Userlevel');
@define('DELETE_USER', 'Sie wollen den Benutzer #%d %s löschen. Sind sie sicher? Dadurch werden seine Artikel nicht mehr auf der Oberfläche angezeigt.');
@define('DELETED_USER', 'Benutzer #%d %s gelöscht.');
@@ -361,5 +361,31 @@
@define('FILTER', 'Filter');
@define('ENTRIES_PER_PAGE', 'Artikel pro Seite');
+/* TRANSLATE */
+@define('DIRECTORIES_AVAILABLE', 'In der Liste der verfügbaren Unterverzeichnisse kann durch einen Klick auf einen Verzeichnisnamen ein neuer Ordner unterhalb des gewählten erstellt werden.');
+@define('ALL_DIRECTORIES', 'alle Verzeichnisse');
+@define('MANAGE_DIRECTORIES', 'Verzeichnisse verwalten');
+@define('DIRECTORY_CREATED', 'Verzeichnis <strong>%s</strong> wurde angelegt.');
+@define('NEW_DIRECTORY', 'Neues Verzeichnis anlegen');
+@define('PARENT_DIRECTORY', 'Stammverzeichnis');
+@define('DELETE_DIRECTORY', 'Dieses Verzeichnis löschen');
+@define('CONFIRM_DELETE_DIRECTORY', 'Wirklich alle Inhalte von Verzeichnis %s löschen?');
+@define('STORE_IN_DIRECTORY', 'In diesem Verzeichnis speichern: ');
+@define('ERROR_NO_DIRECTORY', 'Fehler: Verzeichnis %s existiert nicht.');
+@define('FORCE_DELETE', 'Aller Dateien ausserhalb der Mediendatenbank löschen');
+@define('CHECKING_DIRECTORY', 'Prüfe Dateien im Verzeichnis %s');
+@define('DELETING_DIRECTORY', 'Lösche Verzeichnis %s...');
+@define('DELETING_FILE', 'Lösche Datei %s...');
+@define('ERROR_DIRECTORY_NOT_EMPTY', 'Konnte das Verzeichnis nicht löschen, da noch Dateien vorhanden sind. Bitte die "Alle Dateien löschen"-Auswahlbox anklicken, falls diese Dateien trotzdem gelöscht werden sollen. Die noch vorhandenen Dateien sind:');
+@define('DIRECTORY_DELETE_FAILED', 'Das Löschen des Verzeichnisses %s ist fehlgeschlagen. Bitte Verzeichnisrechte oder vorige Meldungen überprüfen.');
+@define('DIRECTORY_DELETE_SUCCESS', 'Verzeichnis %s erfolgreich gelöscht.');
+@define('SKIPPING_FILE_EXTENSION', 'Überspringe Datei: Fehlende Dateiendung von %s.');
+@define('SKIPPING_FILE_UNREADABLE', 'Überspringe Datei: %s nicht lesbar.');
+@define('FOUND_FILE', 'Neue/Geänderte Datei %s gefunden.');
+
+@define('NUMBER_FORMAT_DECIMALS', '2');
+@define('NUMBER_FORMAT_DECPOINT', ',');
+@define('NUMBER_FORMAT_THOUSANDS', '.');
+
/* vim: set sts=4 ts=4 expandtab : */
?>
|