1
0

added constant for every language

This commit is contained in:
Garvin Hicking
2012-11-29 16:00:28 +01:00
parent 68712333e1
commit 3dd1a40f58
61 changed files with 61 additions and 2 deletions

View File

@ -973,3 +973,4 @@
@define('ABOUT_TO_DELETE_FILES', 'You are about to delete a bunch of files at once.<br />If you are using these in some of your entries, it will cause dead links or images<br />Are you sure you wish to proceed?<br /><br />');
@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.');
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');