Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24957/lang
Modified Files:
Tag: branch-smarty
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_en.inc.php
serendipity_lang_es.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
Log Message:
Extended path rewrite:
- Use diffirent URI for browsing months
- Allow the browsing of weeks
- Call "-short" "/summary"
- Use rewritten links in syndication plugin
- Allow access to rss1.0 feeds through rewritten URLs
- Allow access to comment feeds by doing /feeds/comments.(rss|atom|rss1|rss2)
- Add the ability to show months, weeks or days in the archive plugin sidebar
- Add the ability to define how many months, weeks or days that should be displayed in the archive plugin sidebar
- Implement serendipity_rewriteURL() to handle all the rewrite path logic, makes the code MUCH cleaner
TODO: Needs version bump, but I want to have it tested before we do so
TODO: The [RSS] buttons for the category listing still uses the old rss.php syntax, need to figure out how to solve that
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.61.2.4
retrieving revision 1.61.2.5
diff -u -d -r1.61.2.4 -r1.61.2.5
--- serendipity_lang_cs.inc.php 11 Oct 2004 22:32:47 -0000 1.61.2.4
+++ serendipity_lang_cs.inc.php 16 Oct 2004 17:27:13 -0000 1.61.2.5
@@ -570,5 +570,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.2.2.4
retrieving revision 1.2.2.5
diff -u -d -r1.2.2.4 -r1.2.2.5
--- serendipity_lang_no.inc.php 11 Oct 2004 22:32:48 -0000 1.2.2.4
+++ serendipity_lang_no.inc.php 16 Oct 2004 17:27:14 -0000 1.2.2.5
@@ -565,4 +565,12 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // Translate
?>
\ 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.36.2.4
retrieving revision 1.36.2.5
diff -u -d -r1.36.2.4 -r1.36.2.5
--- serendipity_lang_nl.inc.php 11 Oct 2004 22:32:48 -0000 1.36.2.4
+++ serendipity_lang_nl.inc.php 16 Oct 2004 17:27:14 -0000 1.36.2.5
@@ -575,6 +575,14 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.79.2.6
retrieving revision 1.79.2.7
diff -u -d -r1.79.2.6 -r1.79.2.7
--- serendipity_lang_en.inc.php 11 Oct 2004 22:32:48 -0000 1.79.2.6
+++ serendipity_lang_en.inc.php 16 Oct 2004 17:27:14 -0000 1.79.2.7
@@ -567,5 +567,15 @@
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval');
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed');
+@define('WEEK', 'Week');
+@define('WEEKS', 'Weeks');
+@define('MONTHS', 'Months');
+@define('DAYS', 'Days');
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency');
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list');
+@define('ARCHIVE_COUNT', 'Number of items in the list');
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display');
+
+
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -u -d -r1.15.2.4 -r1.15.2.5
--- serendipity_lang_bg.inc.php 11 Oct 2004 22:32:47 -0000 1.15.2.4
+++ serendipity_lang_bg.inc.php 16 Oct 2004 17:27:13 -0000 1.15.2.5
@@ -552,5 +552,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.36.2.5
retrieving revision 1.36.2.6
diff -u -d -r1.36.2.5 -r1.36.2.6
--- serendipity_lang_pt.inc.php 11 Oct 2004 22:32:48 -0000 1.36.2.5
+++ serendipity_lang_pt.inc.php 16 Oct 2004 17:27:15 -0000 1.36.2.6
@@ -571,6 +571,14 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- serendipity_lang_it.inc.php 11 Oct 2004 22:32:48 -0000 1.1.2.4
+++ serendipity_lang_it.inc.php 16 Oct 2004 17:27:14 -0000 1.1.2.5
@@ -567,6 +567,14 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.79.2.5
retrieving revision 1.79.2.6
diff -u -d -r1.79.2.5 -r1.79.2.6
--- serendipity_lang_da.inc.php 11 Oct 2004 22:32:48 -0000 1.79.2.5
+++ serendipity_lang_da.inc.php 16 Oct 2004 17:27:13 -0000 1.79.2.6
@@ -565,5 +565,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.58.2.5
retrieving revision 1.58.2.6
diff -u -d -r1.58.2.5 -r1.58.2.6
--- serendipity_lang_fr.inc.php 11 Oct 2004 22:32:48 -0000 1.58.2.5
+++ serendipity_lang_fr.inc.php 16 Oct 2004 17:27:14 -0000 1.58.2.6
@@ -573,5 +573,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.61.2.3
retrieving revision 1.61.2.4
diff -u -d -r1.61.2.3 -r1.61.2.4
--- serendipity_lang_cz.inc.php 11 Oct 2004 09:21:16 -0000 1.61.2.3
+++ serendipity_lang_cz.inc.php 16 Oct 2004 17:27:13 -0000 1.61.2.4
@@ -553,5 +553,13 @@
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // Translate
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.77.2.4
retrieving revision 1.77.2.5
diff -u -d -r1.77.2.4 -r1.77.2.5
--- serendipity_lang_es.inc.php 11 Oct 2004 22:32:48 -0000 1.77.2.4
+++ serendipity_lang_es.inc.php 16 Oct 2004 17:27:14 -0000 1.77.2.5
@@ -574,5 +574,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // 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.98.2.4
retrieving revision 1.98.2.5
diff -u -d -r1.98.2.4 -r1.98.2.5
--- serendipity_lang_de.inc.php 11 Oct 2004 22:32:48 -0000 1.98.2.4
+++ serendipity_lang_de.inc.php 16 Oct 2004 17:27:14 -0000 1.98.2.5
@@ -567,5 +567,13 @@
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|