Dotclear

Changeset 3493:ef9ce2caa7c4


Ignore:
Timestamp:
01/03/17 06:33:04 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add two new values for base font size

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/preferences.php

    r3491 r3493  
    9898} 
    9999 
    100 # Base font size (50% = 8px, 62.5% = 10px, 75% = 12px) 
     100# Body base font size (37.5% = 6px, 50% = 8px, 62.5% = 10px, 75% = 12px, 87.5% = 14px) 
    101101$htmlfontsize_combo = array( 
     102     __('Smallest') => '37.5%', 
    102103     __('Smaller') => '50%', 
    103104     __('Default') => '62.5%', 
    104      __('Larger') => '75%' 
     105     __('Larger') => '75%', 
     106     __('Largest') => '87,5%' 
    105107); 
    106108 
  • locales/fr/main.po

    r3460 r3493  
    20942094msgstr "Action sur les billets sélectionnés :" 
    20952095 
     2096msgid "Smallest" 
     2097msgstr "Très petite" 
     2098 
    20962099msgid "Smaller" 
    20972100msgstr "Petite" 
     
    20992102msgid "Larger" 
    21002103msgstr "Grande" 
     2104 
     2105msgid "Largest" 
     2106msgstr "Très grande" 
    21012107 
    21022108msgid "Blog description (in blog parameters)" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map