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:
-rw-r--r--l10n/fr.js10
-rw-r--r--l10n/fr.json10
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index d3240a93a..3627ab3ab 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"text",
{
"New text document" : "Nouveau document texte",
+ "The file was uploaded" : "Le fichier a été envoyé",
+ "No file was uploaded" : "Aucun fichier n'a été envoyé",
"Nextcloud Text" : "Nextcloud Text",
"text document" : "document texte",
"Readme" : "Lisez moi",
@@ -24,16 +26,24 @@ OC.L10N.register(
"Formatting help" : "Aide sur la mise en forme",
"Style" : "Style",
"Syntax" : "Syntaxe ",
+ "Keyboard shortcuts" : "Raccourcis clavier",
"Bold" : "Gras",
+ "Bold text" : "Texte en gras",
"Ctrl" : "Ctrl",
"Italic" : "Italique",
+ "Italicized text" : "Texte en italique",
"Strikethrough" : "Barré",
"Heading 1" : "Titre 1",
"Heading 6" : "Titre 6",
"Unordered list" : "Liste non triée",
+ "An item" : "Un élément",
"Ordered list" : "Liste triée",
+ "First item" : "Premier élément",
"Blockquote" : "Citation",
+ "Quoted text" : "Citation",
"Code block" : "Bloc de code",
+ "Some code" : "Code source",
+ "Upload from computer" : "Téléverser depuis l'ordinateur",
"Insert image" : "Ajouter image",
"Insert an image" : "Insérer une image",
"Update Link" : "Mettre à jour le lien",
diff --git a/l10n/fr.json b/l10n/fr.json
index b36df56bd..0757f9ccd 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,5 +1,7 @@
{ "translations": {
"New text document" : "Nouveau document texte",
+ "The file was uploaded" : "Le fichier a été envoyé",
+ "No file was uploaded" : "Aucun fichier n'a été envoyé",
"Nextcloud Text" : "Nextcloud Text",
"text document" : "document texte",
"Readme" : "Lisez moi",
@@ -22,16 +24,24 @@
"Formatting help" : "Aide sur la mise en forme",
"Style" : "Style",
"Syntax" : "Syntaxe ",
+ "Keyboard shortcuts" : "Raccourcis clavier",
"Bold" : "Gras",
+ "Bold text" : "Texte en gras",
"Ctrl" : "Ctrl",
"Italic" : "Italique",
+ "Italicized text" : "Texte en italique",
"Strikethrough" : "Barré",
"Heading 1" : "Titre 1",
"Heading 6" : "Titre 6",
"Unordered list" : "Liste non triée",
+ "An item" : "Un élément",
"Ordered list" : "Liste triée",
+ "First item" : "Premier élément",
"Blockquote" : "Citation",
+ "Quoted text" : "Citation",
"Code block" : "Bloc de code",
+ "Some code" : "Code source",
+ "Upload from computer" : "Téléverser depuis l'ordinateur",
"Insert image" : "Ajouter image",
"Insert an image" : "Insérer une image",
"Update Link" : "Mettre à jour le lien",