1
0

add language constant for all languagues.

Please ALWAYS add language constants to all files (using addlang.sh i.e.)
This commit is contained in:
Garvin Hicking
2012-05-22 13:30:14 +02:00
parent 6f4658db9c
commit d3b6906ffc
65 changed files with 962 additions and 840 deletions

View File

@ -971,3 +971,5 @@
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');
@define('SUMMARY', 'Summary');
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');