Changeset 188:91847ffb37f0
- Timestamp:
- 05/06/11 19:03:08 (14 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r166 r188 122 122 if (!empty($__resources['doc'])) 123 123 { 124 $doc_links = '<h3>'.__('Documentation ').'</h3><ul>';124 $doc_links = '<h3>'.__('Documentation and support').'</h3><ul>'; 125 125 126 126 foreach ($__resources['doc'] as $k => $v) { -
admin/preferences.php
r162 r188 417 417 __('Disable javascript powered drag and drop for ordering items').'</label></p>'. 418 418 419 '< br class="clear" />'. //Opera sucks419 '<p class="clear form-note info">'.__('Numeric fields will indicate the position of the elements.').'</p>'. 420 420 '</fieldset>'; 421 421 -
locales/fr/main.po
r160 r188 798 798 msgstr "Documentation" 799 799 800 msgid "Documentation and support" 801 msgstr "Documentation et support" 802 800 803 msgid "Latest news" 801 804 msgstr "Actualités" … … 2760 2763 2761 2764 msgid "Disable javascript powered drag and drop for ordering items" 2762 msgstr "Désactiver le drag and drop javascript pour ordonner les éléments" 2765 msgstr "Désactiver le drag and drop javascript pour ordonnancer les éléments" 2766 2767 msgid "Numeric fields will indicate the position of the elements." 2768 msgstr "Des champs numériques permettront d'indiquer la position des éléments."
Note: See TracChangeset
for help on using the changeset viewer.