Ticket #118: fr.10.js
| File fr.10.js, 0.8 kB (added by mokhet, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | // I18N constants |
| 2 | |
| 3 | // LANG: "fr", ENCODING: UTF-8 |
| 4 | // Author: Laurent Vilday, mokhet@mokhet.com |
| 5 | |
| 6 | // FOR TRANSLATORS: |
| 7 | // |
| 8 | // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE |
| 9 | // (at least a valid email address) |
| 10 | // |
| 11 | // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; |
| 12 | // (if this is not possible, please include a comment |
| 13 | // that states what encoding is necessary.) |
| 14 | |
| 15 | ListType.I18N = { |
| 16 | "Decimal" : "Nombres décimaux", |
| 17 | "Lower roman" : "Nombres romains minuscule", |
| 18 | "Upper roman" : "Nombres romains majuscule", |
| 19 | "Lower latin" : "Lettres latines minuscule", |
| 20 | "Upper latin" : "Lettres latines majuscule", |
| 21 | "Lower greek" : "Lettres grecques minuscule", |
| 22 | "ListStyleTooltip" : "Choisissez le style de liste (pour les listes ordonnées)" |
| 23 | }; |
