Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/fr.js')
-rw-r--r--l10n/fr.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 9a9ecc9f2..5b8d7993c 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -22,8 +22,10 @@ OC.L10N.register(
"New text document.md" : "Nouveau document texte.md",
"Edit" : "Modifier",
"Undo" : "Annuler",
+ "Redo" : "Rétablir",
"Bold" : "Gras",
"Italic" : "Italique",
+ "Strikethrough" : "Barré",
"Paragraph" : "Paragraphe",
"Headings" : "Titres",
"Heading 1" : "Titre 1",
@@ -31,6 +33,10 @@ OC.L10N.register(
"Heading 3" : "Titre 3",
"Heading 4" : "Titre 4",
"Heading 5" : "Titre 5",
- "Heading 6" : "Titre 6"
+ "Heading 6" : "Titre 6",
+ "Unordered list" : "Liste non triée",
+ "Ordered list" : "Liste triée",
+ "Blockquote" : "Citation",
+ "Code block" : "Bloc de code"
},
"nplurals=2; plural=(n > 1);");