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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-09 09:11:18 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-09 09:11:18 +0300
commit371192a947302884a2c5d8f8d4d1f75bf1d4edd9 (patch)
tree525dd7fbec17d09b2f1909f4a619a56623c4a71b /l10n
parentc3effacfb208830c06029d8d4af456754600c60e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/fr.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index e0c70f6..aedebda 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Ce fichier est trop volumineux pour être ouvert. S'il vous plaît télécharger le fichier à la place.",
"Cannot read the file." : "Impossible de lire le fichier.",
"Invalid file path supplied." : "Chemin de fichier fourni non valide.",
"Cannot save file as it has been modified since opening" : "Impossible de sauvegarder le fichier, il a été modifié entre temps",
diff --git a/l10n/fr.json b/l10n/fr.json
index d53702f..0f21e93 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Ce fichier est trop volumineux pour être ouvert. S'il vous plaît télécharger le fichier à la place.",
"Cannot read the file." : "Impossible de lire le fichier.",
"Invalid file path supplied." : "Chemin de fichier fourni non valide.",
"Cannot save file as it has been modified since opening" : "Impossible de sauvegarder le fichier, il a été modifié entre temps",
diff --git a/l10n/fr.php b/l10n/fr.php
index a1a4bbf..c98ca39 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Ce fichier est trop volumineux pour être ouvert. S'il vous plaît télécharger le fichier à la place.",
"Cannot read the file." => "Impossible de lire le fichier.",
"Invalid file path supplied." => "Chemin de fichier fourni non valide.",
"Cannot save file as it has been modified since opening" => "Impossible de sauvegarder le fichier, il a été modifié entre temps",