Changes in [82:a31a062afd24:83:74c8a4e84e4c]
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r3 r80 147 147 } 148 148 */ 149 } 150 151 if (!empty($_GET['logout'])) { 152 // Nothing more to do here before logout 153 return; 149 154 } 150 155 … … 322 327 $core->auth->check('usage,contentadmin',$core->blog->id),'menu-new-post',null); 323 328 } 324 325 329 } 326 330 ?> -
locales/fr/plugins.po
r3 r78 1421 1421 #~ msgid "Invalid page URL" 1422 1422 #~ msgstr "URL de la page non valide" 1423 1424 msgid "Choose a predefined style" 1425 msgstr "Sélectionnez un style prédéfini" -
locales/po_update.sh
r0 r81 33 33 themeEditor 34 34 widgets 35 userPref 35 36 " 36 37 -
plugins/blowupConfig/config.js
r76 r78 36 36 37 37 // Predefined styles 38 // /!\ needs geek master to add title="Choose a predefined style" in select tag38 // /!\ needs geek master to add locale for attr title="Choose a predefined style" in select tag 39 39 var styles_combo = document.createElement('select'); 40 40 $(styles_combo).append('<option value=""> </option>'); 41 41 $(styles_combo).append('<option value="none">none</option>'); 42 $(styles_combo).attr('title',dotclear.msg.predefined_style_title); 42 43 43 44 for (var style in dotclear.blowup_styles) { -
plugins/blowupConfig/index.php
r76 r78 208 208 echo dcPage::jsVar('dotclear.msg.predefined_styles',__('Predefined styles')); 209 209 echo dcPage::jsVar('dotclear.msg.apply_code',__('Apply code')); 210 echo dcPage::jsVar('dotclear.msg.predefined_style_title',__('Choose a predefined style')); 210 211 ?> 211 212 //]]>
Note: See TracChangeset
for help on using the changeset viewer.