Changeset 606:ba79587b15fd for themes
- Timestamp:
- 07/21/11 15:58:40 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r605 r606 30 30 'search' => __('Search result entries'), 31 31 'archive' => __('Month archive entries') 32 );33 34 $sticker_images = array(35 __('Contact') => 'sticker-contact.png',36 __('Feed') => 'sticker-feed.png',37 __('About') => 'sticker-about.png'38 32 ); 39 33 -
themes/ductile/locales/fr/admin.po
r515 r606 10 10 msgid "Hide blog description:" 11 11 msgstr "Cacher la description du blog :" 12 13 msgid "Stickers" 14 msgstr "Étiquettes" 15 16 msgid "Stickers (footer)" 17 msgstr "Étiquettes (pied de page)" 18 19 msgid "Entries list types and limits" 20 msgstr "Types et limites des listes de billets" 21 22 msgid "Entries lists" 23 msgstr "Listes de billets" 24 25 msgid "Context" 26 msgstr "Contexte" 27 28 msgid "Entries list type" 29 msgstr "Type de liste de billets" 30 31 msgid "Number of entries" 32 msgstr "Nombre de billets" 33 34 msgid "Home (first page)" 35 msgstr "Page d'accueil (première page)" 36 37 msgid "Home (other pages)" 38 msgstr "Page d'accueil (pages suivantes)" 39 40 msgid "Entries for a category" 41 msgstr "Billets d'une catégorie" 42 43 msgid "Entries for a tag" 44 msgstr "Billets pour un mot-clé" 45 46 msgid "Search result entries" 47 msgstr "Billets résultants d'une recherche" 48 49 msgid "Month archive entries" 50 msgstr "Billets d'une archive mensuelle" 51 52 msgid "Title" 53 msgstr "Titre" 54 55 msgid "Short" 56 msgstr "Court" 57 58 msgid "Full" 59 msgstr "Complet" 12 60 13 61 msgid "Presentation"
Note: See TracChangeset
for help on using the changeset viewer.