From 56b155192c363f25875d871e5b4369cc3562b962 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 24 Nov 2017 11:47:26 +0100 Subject: [PATCH] gen trans from crowdin --- l10n/fr.js | 2 ++ l10n/fr.json | 2 ++ l10n/no.js | 3 ++- l10n/no.json | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/l10n/fr.js b/l10n/fr.js index c955941..9203706 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -61,6 +61,8 @@ OC.L10N.register( "Load folder" : "Charger un dossier", "There is nothing to save" : "Il n'y a rien à sauver", "Where to save" : "Où enregistrer", + "left" : "gauche", + "right" : "droite", "Extra symbols" : "Symboles supplémentaires", "Those symbols will be available in GpxEdit." : "Ces symboles seront disponibles dans GpxEdit", "Keep in mind that only symbol names are saved in gpx files. Other programs will display default symbol if they do not know a symbol name." : "Gardez à l'esprit que seuls les noms de symboles sont sauvés dans les fichiers gpx. D'autres programmes afficheront un symbole par défaut s'ils ne connaissent pas un nom de symbole.", diff --git a/l10n/fr.json b/l10n/fr.json index 7a1e9fd..f9866b3 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -59,6 +59,8 @@ "Load folder" : "Charger un dossier", "There is nothing to save" : "Il n'y a rien à sauver", "Where to save" : "Où enregistrer", + "left" : "gauche", + "right" : "droite", "Extra symbols" : "Symboles supplémentaires", "Those symbols will be available in GpxEdit." : "Ces symboles seront disponibles dans GpxEdit", "Keep in mind that only symbol names are saved in gpx files. Other programs will display default symbol if they do not know a symbol name." : "Gardez à l'esprit que seuls les noms de symboles sont sauvés dans les fichiers gpx. D'autres programmes afficheront un symbole par défaut s'ils ne connaissent pas un nom de symbole.", diff --git a/l10n/no.js b/l10n/no.js index b91aee1..021c777 100644 --- a/l10n/no.js +++ b/l10n/no.js @@ -8,6 +8,7 @@ OC.L10N.register( "Draw a track" : "Lag et spor", "Add a waypoint" : "Legg til et veipunkt", "Edit" : "Redigér", - "Nothing to edit" : "Ingenting å redigere" + "Nothing to edit" : "Ingenting å redigere", + "Nothing to delete" : "Ingenting å slette" }, "nplurals=2; plural=(n != 1);\nX-Generator: crowdin.com\nX-Crowdin-Project: gpxedit\nX-Crowdin-Language: no"); diff --git a/l10n/no.json b/l10n/no.json index f42b75a..9ba169a 100644 --- a/l10n/no.json +++ b/l10n/no.json @@ -6,6 +6,7 @@ "Draw a track" : "Lag et spor", "Add a waypoint" : "Legg til et veipunkt", "Edit" : "Redigér", - "Nothing to edit" : "Ingenting å redigere" + "Nothing to edit" : "Ingenting å redigere", + "Nothing to delete" : "Ingenting å slette" },"pluralForm" :"nplurals=2; plural=(n != 1);\nX-Generator: crowdin.com\nX-Crowdin-Project: gpxedit\nX-Crowdin-Language: no" } \ No newline at end of file