Changeset 3180
- Timestamp:
- 09/18/13 12:41:15 (10 years ago)
- Location:
- plugins/mobileThemeSwitcher
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/mobileThemeSwitcher/_admin.php
r3163 r3180 40 40 } 41 41 } 42 echo '<fieldset><legend>Mobile Theme Switcher</legend>'. 43 '<div class="two-cols"><div class="col">'. 44 '<p><label>Mobile theme</label>'. 42 echo '<div class="fieldset"><h4>'.__('Mobile Theme Switcher').'</h4>'. 43 '<p><label>'.__('Mobile theme').'</label>'. 45 44 form::combo('mobileThemeSwitcher_theme', $themes, $settings->mobileThemeSwitcher->mobileThemeSwitcher_theme). 46 '</p></div> </div></fieldset>';45 '</p></div>'; 47 46 } 48 47 -
plugins/mobileThemeSwitcher/_define.php
r3163 r3180 27 27 /* Description*/ "Mobile Theme Switcher", 28 28 /* Author */ "Noel Guilbert, Pierre Van Glabeke", 29 /* Version */ '0.2. 3',29 /* Version */ '0.2.4', 30 30 /* Permissions */ 'usage,contentadmin' 31 31 ); -
plugins/mobileThemeSwitcher/locales/fr/main.po
r3163 r3180 11 11 "X-Generator: Poedit 1.5.7\n" 12 12 13 msgid "Mobile Theme Switcher" 14 msgstr "Gestionnaire de thème mobile" 15 13 16 msgid "Full Version" 14 17 msgstr "Version complete" … … 16 19 msgid "Mobile Version" 17 20 msgstr "Version mobile" 21 22 msgid "Mobile theme" 23 msgstr "Thème mobile"
Note: See TracChangeset
for help on using the changeset viewer.