Changeset 2047:60b14ce93701
- Timestamp:
- 09/23/13 23:10:00 (12 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/plugins.po
r2045 r2047 989 989 msgstr "" 990 990 991 msgid "Compressed file for current blog" 992 msgstr "" 993 994 msgid "Compressed file for all blogs" 995 msgstr "" 996 997 msgid "Compressed file for all blogs" 991 msgid "Current blog" 992 msgstr "" 993 994 msgid "All blogs" 998 995 msgstr "" 999 996 -
locales/fr/plugins.po
r2045 r2047 1215 1215 msgstr "Autre" 1216 1216 1217 msgid "C ompressed file for current blog"1218 msgstr " Fichiers compressés pour le blog courant (zip)"1219 1220 msgid " Compressed file for all blogs"1221 msgstr " Fichier compressé pour tous les blogs (zip)"1217 msgid "Current blog" 1218 msgstr "Blog courant" 1219 1220 msgid "All blogs" 1221 msgstr "Tous les blogs" 1222 1222 1223 1223 msgid "Translations" -
plugins/maintenance/_admin.php
r2044 r2047 55 55 ->addGroup('purge', __('Purge')) 56 56 ->addGroup('other', __('Other')) 57 ->addGroup('zipblog', __('C ompressed file for current blog'))58 ->addGroup('zipfull', __(' Compressed file for all blogs'))57 ->addGroup('zipblog', __('Current blog')) 58 ->addGroup('zipfull', __('All blogs')) 59 59 60 60 ->addGroup('l10n', __('Translations'), array('summary' => __('Maintain translations')))
Note: See TracChangeset
for help on using the changeset viewer.