Changeset 1462:63d404e979b8
- Timestamp:
- 08/18/13 21:35:38 (10 years ago)
- Branch:
- 2.5
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/update.php
r1287 r1462 168 168 -------------------------------------------------------- */ 169 169 dcPage::open(__('Dotclear update'), 170 (!$step ? dcPage::jsPageTabs($default_tab) : '') 170 (!$step ? 171 dcPage::jsPageTabs($default_tab). 172 dcPage::jsLoad('js/_update.js') 173 : '') 171 174 ); 172 175 -
inc/admin/lib.dc.page.php
r1384 r1462 466 466 self::jsVar('dotclear.msg.confirm_delete_theme', 467 467 __('Are you sure you want to delete "%s" theme?')). 468 self::jsVar('dotclear.msg.confirm_delete_backup', 469 __('Are you sure you want to delete this backup?')). 468 470 self::jsVar('dotclear.msg.zip_file_content', 469 471 __('Zip file content')). -
locales/en/main.po
r1364 r1462 2139 2139 msgstr "" 2140 2140 2141 msgid "Are you sure you want to delete this backup?" 2142 msgstr "" 2143 2141 2144 msgid "Zip file content" 2142 2145 msgstr "" -
locales/fr/main.po
r1397 r1462 2252 2252 msgstr "Êtes-vous certain de vouloir supprimer le thème \"%s\" ?" 2253 2253 2254 msgid "Are you sure you want to delete this backup?" 2255 msgstr "Êtes-vous certain de vouloir supprimer cette sauvegarde ?" 2256 2254 2257 msgid "Zip file content" 2255 2258 msgstr "Contenu du fichier zip"
Note: See TracChangeset
for help on using the changeset viewer.