Changeset 1364:6005ff85f7f5
- Timestamp:
- 08/14/13 16:02:37 (10 years ago)
- Branch:
- 2.5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r1179 r1364 87 87 html::escapeHTML($this->rs->cat_title)); 88 88 } else { 89 $cat_title = __(' None');89 $cat_title = __('(No cat)'); 90 90 } 91 91 -
locales/en/main.po
r1256 r1364 2790 2790 msgid "The following error was encountered while trying to read the database:" 2791 2791 msgstr "" 2792 2793 msgid "(No cat)" 2794 msgstr "(none)" -
locales/fr/main.po
r1288 r1364 2940 2940 msgid "Invalid publication date" 2941 2941 msgstr "Date de publication invalide" 2942 2943 msgid "(No cat)" 2944 msgstr "(aucune)"
Note: See TracChangeset
for help on using the changeset viewer.