forked from github/kensanata.oddmuse
*** empty log message ***
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,5 +1,17 @@
|
||||
2006-03-24 Alex Schroeder <alex@gnu.org>
|
||||
|
||||
* modules/calendar.pl (Cal): No double translation.
|
||||
(month_name): Translate here instead of in Cal, because this
|
||||
allows us to extract the English month names and put them into the
|
||||
translation files.
|
||||
|
||||
2006-03-22 Alex Schroeder <alex@gnu.org>
|
||||
|
||||
* modules/calendar.pl (Cal): Use default year if no month is
|
||||
given.
|
||||
(month_name): Don't translate month names here, they are
|
||||
translated in Cal.
|
||||
|
||||
* wiki.pl (%Includes): New variable.
|
||||
(ApplyRules): Use it to prevent loops when including local pages.
|
||||
(DoEditLock, DoPageLock): Save some whitespace.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
# Create a modules subdirectory in your data directory, and put the
|
||||
# file in there. It will be loaded automatically.
|
||||
#
|
||||
$ModulesDescription .= '<p>$Id: new-utf8.pl,v 1.7 2006/01/21 21:06:00 as Exp $</p>';
|
||||
$ModulesDescription .= '<p>$Id: new-utf8.pl,v 1.8 2006/03/24 15:12:48 as Exp $</p>';
|
||||
%Translate = split(/\n/,<<END_OF_TRANSLATION);
|
||||
Reading not allowed: user, ip, or network is blocked.
|
||||
|
||||
@@ -27,6 +27,8 @@ UserName must be 50 characters or less: not saved
|
||||
|
||||
This page contains an uploaded file:
|
||||
|
||||
Recursive include of %s!
|
||||
|
||||
XML::RSS is not available on this system.
|
||||
|
||||
diff
|
||||
@@ -529,7 +531,7 @@ was here
|
||||
|
||||
and read
|
||||
|
||||
Only works for years >= 1583 - the beginning of Gregorian calendar!
|
||||
Illegal year value: Use 0001-9999
|
||||
|
||||
The match parameter is missing.
|
||||
|
||||
@@ -609,11 +611,9 @@ Footnotes:
|
||||
|
||||
Could not find %1.html template in %2
|
||||
|
||||
Only Editors are allowed to see hidden pages.
|
||||
Only Editors are allowed to see this hidden page.
|
||||
|
||||
Only Admins are allowed to see hidden pages.
|
||||
|
||||
image: %s
|
||||
Only Admins are allowed to see this hidden page.
|
||||
|
||||
Index
|
||||
|
||||
@@ -779,6 +779,8 @@ Tag
|
||||
|
||||
Rebuild index for searching
|
||||
|
||||
Tag Cloud
|
||||
|
||||
Rebuilding Index
|
||||
|
||||
Search::FreeText is not available on this system.
|
||||
@@ -787,6 +789,8 @@ Rebuilding index not done.
|
||||
|
||||
(Rebuilding the index can only be done once every 12 hours.)
|
||||
|
||||
...
|
||||
|
||||
Search term missing.
|
||||
|
||||
Result pages:
|
||||
|
||||
Reference in New Issue
Block a user