Sha256: 68358b454189894368c17ada5a6888892417918cc68fdeb9cb37df5176d39814

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

/* ===========================================================
 * fr.js
 * French translation for Trumbowyg
 * http://alex-d.github.com/Trumbowyg
 * ===========================================================
 * Author : Alexandre Demode (Alex-D)
 *          Twitter : @AlexandreDemode
 *          Website : alex-d.fr
 */

jQuery.trumbowyg.langs.fr = {
    viewHTML: 'Voir le HTML',

    undo: 'Annuler',
    redo: 'Refaire',

    formatting: 'Format',
    p: 'Paragraphe',
    blockquote: 'Citation',
    code: 'Code',
    header: 'Titre',

    bold: 'Gras',
    italic: 'Italique',
    strikethrough: 'Rayé',
    underline: 'Souligné',

    strong: 'Fort',
    em: 'Emphase',
    del: 'Supprimé',

    superscript: 'Exposant',
    subscript: 'Indice',

    unorderedList: 'Liste à puces',
    orderedList: 'Liste ordonnée',

    insertImage: 'Insérer une image',
    insertVideo: 'Insérer une video',
    link: 'Lien',
    createLink: 'Insérer un lien',
    unlink: 'Supprimer le lien',

    justifyLeft: 'Aligner à gauche',
    justifyCenter: 'Centrer',
    justifyRight: 'Aligner à droite',
    justifyFull: 'Justifier',

    horizontalRule: 'Insérer un séparateur horizontal',

    fullscreen: 'Plein écran',

    close: 'Fermer',

    submit: 'Valider',
    reset: 'Annuler',

    required: 'Obligatoire',
    description: 'Description',
    title: 'Titre',
    text: 'Texte',
    target: 'Cible'
};

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
trumbowyg_rails-2.1.0.3 vendor/assets/javascripts/trumbowyg/langs/fr.js
trumbowyg_rails-2.1.0.2 vendor/assets/javascripts/trumbowyg/langs/fr.js
trumbowyg2-rails-2.1.0.2 vendor/assets/javascripts/trumbowyg/langs/fr.js
trumbowyg2-rails-2.1.0 vendor/assets/javascripts/trumbowyg/langs/fr.js