Changeset 1526:b17db2367958 for themes
- Timestamp:
- 08/22/13 22:55:04 (12 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r1096 r1526 54 54 55 55 $fonts = array( 56 __(' default') => '',56 __('Default') => '', 57 57 __('Ductile primary') => 'Ductile body', 58 58 __('Ductile secondary') => 'Ductile alternate', … … 540 540 (!empty($ductile_user['body_font']) ? ' '.fontDef($ductile_user['body_font']) : ''). 541 541 '</p>'. 542 '<p class="form-note">'.__('Set main font to default to use webfont below.').'</p> '.542 '<p class="form-note">'.__('Set main font to Default to use webfont below.').'</p> '. 543 543 '<p class="field"><label for="body_webfont_family">'.__('Webfont family:').'</label> '. 544 544 form::field('body_webfont_family',25,255,$ductile_user['body_webfont_family']).'</p>'. … … 554 554 (!empty($ductile_user['alternate_font']) ? ' '.fontDef($ductile_user['alternate_font']) : ''). 555 555 '</p>'. 556 '<p class="form-note">'.__('Set secondary font to default to use webfont below.').'</p> '.556 '<p class="form-note">'.__('Set secondary font to Default to use webfont below.').'</p> '. 557 557 '<p class="field"><label for="alternate_webfont_family">'.__('Webfont family:').'</label> '. 558 558 form::field('alternate_webfont_family',25,255,$ductile_user['alternate_webfont_family']).'</p>'. -
themes/ductile/locales/fr/admin.po
r1096 r1526 1 1 msgid "Theme configuration upgraded." 2 msgstr " Configuration du thèmemise à jour."2 msgstr "La configuration du thème a été mise à jour." 3 3 4 4 msgid "Content" … … 51 51 52 52 msgid "Search result entries" 53 msgstr "Billets résultant sd'une recherche"53 msgstr "Billets résultant d'une recherche" 54 54 55 55 msgid "Month archive entries" … … 69 69 70 70 msgid "Comment preview is not mandatory:" 71 msgstr "Prévisualisation du commentaire optionnelle :"71 msgstr "Prévisualisation du commentaire non obligatoire :" 72 72 73 73 msgid "Presentation" … … 87 87 88 88 msgid "Font size (in em by default):" 89 msgstr "Taille d e police(en em par défaut) :"89 msgstr "Taille du texte courant (en em par défaut) :" 90 90 91 91 msgid "Color:" … … 125 125 msgstr "feuille de style (Google)" 126 126 127 msgid "Set main font to default to use webfont below."127 msgid "Set main font to Default to use webfont below." 128 128 msgstr "Mettre la police de caractère principale à Défaut pour utiliser la fonte web ci-dessous." 129 129 130 msgid "Set secondary font to default to use webfont below."130 msgid "Set secondary font to Default to use webfont below." 131 131 msgstr "Mettre la police de caractère secondaire à Défaut pour utiliser la fonte web ci-dessous." 132 132
Note: See TracChangeset
for help on using the changeset viewer.