diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-01 02:16:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-01 02:16:55 +0000 |
commit | dbd0cf054cad1230b67fa091c4df66aebe24ba19 (patch) | |
tree | 575c842ef267b228bd8440fc405259900cb28342 /apps/files/l10n | |
parent | 4a35dc1f896317f7f8836620b48208304aacad6e (diff) | |
download | nextcloud-server-dbd0cf054cad1230b67fa091c4df66aebe24ba19.tar.gz nextcloud-server-dbd0cf054cad1230b67fa091c4df66aebe24ba19.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/fi.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/fr.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 57b94427ba8..8e2ff4c4687 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -36,6 +36,7 @@ OC.L10N.register( "Move" : "Siirrä", "Copy" : "Kopioi", "Choose target folder" : "Valitse kohdekansio", + "Edit locally" : "Muokkaa paikallisesti", "Open" : "Avaa", "Delete file" : "Poista tiedosto", "Delete folder" : "Poista kansio", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 76b11966562..e4a9483d68a 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -34,6 +34,7 @@ "Move" : "Siirrä", "Copy" : "Kopioi", "Choose target folder" : "Valitse kohdekansio", + "Edit locally" : "Muokkaa paikallisesti", "Open" : "Avaa", "Delete file" : "Poista tiedosto", "Delete folder" : "Poista kansio", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 4b5f8786163..f24804fddb5 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -9,8 +9,8 @@ OC.L10N.register( "Download" : "Télécharger", "Delete" : "Supprimer", "Tags" : "Étiquettes", - "Show list view" : "Afficher la vue en liste", - "Show grid view" : "Afficher la vue en grille", + "Show list view" : "Activer l'affichage liste", + "Show grid view" : "Afficher l'affichage mosaïque", "Home" : "Accueil", "Close" : "Fermer", "Favorites" : "Favoris", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 66f35f9d6c9..8a08e7b02a2 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -7,8 +7,8 @@ "Download" : "Télécharger", "Delete" : "Supprimer", "Tags" : "Étiquettes", - "Show list view" : "Afficher la vue en liste", - "Show grid view" : "Afficher la vue en grille", + "Show list view" : "Activer l'affichage liste", + "Show grid view" : "Afficher l'affichage mosaïque", "Home" : "Accueil", "Close" : "Fermer", "Favorites" : "Favoris", |