This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/htmlarea/plugins/FullPage/lang/fr.js

26 lines
833 B
JavaScript
Raw Normal View History

// I18N for the FullPage plugin
// LANG: "fr", ENCODING: UTF-8 | ISO-8859-1
// Author: Cédric Guillemette, http://www.ebdata.com
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
FullPage.I18N = {
"Alternate style-sheet:": "Feuille de style alternative:",
"Background color:": "Couleur d'arrière plan:",
"Cancel": "Annuler",
"DOCTYPE:": "DOCTYPE:",
"Document properties": "Propriétés de document",
"Document title:": "Titre du document:",
"OK": "OK",
"Primary style-sheet:": "Feuille de style primaire:",
"Text color:": "Couleur de texte:"
};