Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28468
Modified Files:
serendipity_lang_de.inc.php serendipity_lang_en.inc.php
serendipity_lang_es.inc.php
Log Message:
New languag strings for event plugins, removed external plugin strings
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_de.inc.php 9 Feb 2004 14:15:01 -0000 1.7
+++ serendipity_lang_de.inc.php 9 Feb 2004 15:15:56 -0000 1.8
@@ -300,27 +300,16 @@
@define('DO_MARKUP', 'Textformatierung(en) durchführen');
@define('DO_MARKUP_DESCRIPTION', 'Textformatierung(en) durchführen, wie z.B. Smilies, Schnellformatierung via *, /, _, ...). Dadurch wird jeglicher eingegebener HTML-Code beibehalten. Standardmäßig sind Textformatierungen aktiviert.');
@define('AUTOMATIC_LOGIN', 'Daten speichern');
-@define('RECENTENTRIES_PLUGIN_TITLE', 'Aktuelle Einträge');
-@define('RECENTENTRIES_PLUGIN_BLAHBLAH', 'Zeigt die Titel der aktuellsten Einträge mit Datum');
-@define('RECENTENTRIES_PLUGIN_NUMBER', 'Anzahl der Einträge');
-@define('RECENTENTRIES_PLUGIN_NUMBER_BLAHBLAH', 'Wieviele Einträge sollen angezeigt werden? (Standard: 10)');
-@define('COMMENTS_PLUGIN_BLAHBLAH', 'Zeigt die letzten Kommentare');
-@define('COMMENTS_PLUGIN_WORDWRAP', 'Zeilenumbruch');
-@define('COMMENTS_PLUGIN_WORDWRAP_BLAHBLAH', 'Nach wievielen Wörtern soll ein Zeilenumbruch eingefügt werden? (Standard: 30)');
-@define('COMMENTS_PLUGIN_MAXCHARS', 'Zeichen pro Kommentar');
-@define('COMMENTS_PLUGIN_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)');
-@define('COMMENTS_PLUGIN_MAXENTRIES', 'Anzahl an Kommentaren');
-@define('COMMENTS_PLUGIN_MAXENTRIES_BLAHBLAH', 'Wieviele Kommentare sollen gezeigt werden? (Standard: 15)');
@define('GENERAL_PLUGIN_DATEFORMAT', 'Datumsformat');
@define('GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH', 'Das Datumsformat des Eintrages, mithilfe von PHPs strftime() Variablen. (Standard: "%s")');
@define('GENERAL_PLUGIN_LANGUAGE', 'Anzeigesprache');
@define('GENERAL_PLUGIN_LANGUAGE_BLAHBLAH', 'In welcher Sprache soll das Datum formatiert werden? ("en|de", Standard "en")');
@define('ERROR_TEMPLATE_FILE', 'Die Templatedatei konnte nicht geöffnet werden, bitte die serendipity-Version aktualisieren!');
@define('ADVANCED_OPTIONS', 'Erweiterte Optionen');
-@define('PING_WEBLOGS', 'Einträge ankündigen (via XML-RPC ping) bei:');
-@define('SENDING_PING', 'Sende XML-RPC ping zu %s');
@define('EDIT_ENTRY', 'Eintrag bearbeiten');
@define('HTACCESS_ERROR', 'Um die Webserverkonfiguration zu testen benötigt serendipity die Möglichkeit, die Datei ".htaccess" zu erstellen. Das aufgrund von rechteproblemen nicht möglich. Bitte passen sie die Rechte wie folgt an: <br /> %s<br />und laden Sie diese Seite neu.');
+@define('SIDEBAR_PLUGINS', 'Seitenleisten Plugins');
+@define('EVENT_PLUGINS', 'Ereignis Plugins');
@define('SYNCING', 'Synchronsizere Datenbank mit Bilder-Ordner');
@define('SYNC_DONE', 'Fertig (%s Bilder synchronisiert).');
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_lang_en.inc.php 8 Feb 2004 17:56:28 -0000 1.6
+++ serendipity_lang_en.inc.php 9 Feb 2004 15:15:56 -0000 1.7
@@ -302,27 +302,16 @@
@define('ALL_CATEGORIES', 'All categories');
@define('DO_MARKUP', 'Perform Markup Transformations');
@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".');
-@define('RECENTENTRIES_PLUGIN_TITLE', 'Recent Entries');
-@define('RECENTENTRIES_PLUGIN_BLAHBLAH', 'Shows the titles and dates of the most recent entries');
-@define('RECENTENTRIES_PLUGIN_NUMBER', 'Number of entries');
-@define('RECENTENTRIES_PLUGIN_NUMBER_BLAHBLAH', 'How many entries should be displayed? (Default: 10)');
-@define('COMMENTS_PLUGIN_BLAHBLAH', 'Displays the last comments to your entries');
-@define('COMMENTS_PLUGIN_WORDWRAP', 'Wordwrap');
-@define('COMMENTS_PLUGIN_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)');
-@define('COMMENTS_PLUGIN_MAXCHARS', 'Maximum chars per comment');
-@define('COMMENTS_PLUGIN_MAXCHARS_BLAHBLAH', 'How many chars will be displayed for each comment? (Default: 120)');
-@define('COMMENTS_PLUGIN_MAXENTRIES', 'Maximum number of comments');
-@define('COMMENTS_PLUGIN_MAXENTRIES_BLAHBLAH', 'How many comments will be shown? (Default: 15)');
@define('GENERAL_PLUGIN_DATEFORMAT', 'Dateformatting');
@define('GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH', 'The format of the entry\'s actual date, using PHPs strftime() variables. (Default: "%s")');
@define('GENERAL_PLUGIN_LANGUAGE', 'Output language');
@define('GENERAL_PLUGIN_LANGUAGE_BLAHBLAH', 'What is your output language used for date and text formatting? ("en|de", default "en")');
@define('ERROR_TEMPLATE_FILE', 'Unable to open template file, please update serendipity!');
@define('ADVANCED_OPTIONS', 'Advanced Options');
-@define('PING_WEBLOGS', 'Announce entries (via XML-RPC ping) to:');
-@define('SENDING_PING', 'Sending XML-RPC ping to host %s');
@define('EDIT_ENTRY', 'Edit entry');
@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');
/* 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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_lang_es.inc.php 9 Feb 2004 14:15:01 -0000 1.6
+++ serendipity_lang_es.inc.php 9 Feb 2004 15:15:56 -0000 1.7
@@ -300,6 +300,8 @@
@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.');
+@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).');
|