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-29 09:11:20 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-29 09:11:20 +0300
commit70bb6d4dced070374a7ad26cd94e486c2b769efd (patch)
tree11dd7fef4341c7eea255c17026e4d301697f8350 /l10n
parentc5a39a4eb6f3cf1f69bdc715a9a62aaf949af40d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/oc.js1
-rw-r--r--l10n/oc.json1
-rw-r--r--l10n/oc.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
index 43b2d0f..dc7f864 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Aqueste fichièr es tròp voluminós per èsser dobèrt. Telecargatz-lo, puslèu.",
"Cannot read the file." : "Impossible de legir lo fichièr.",
"Invalid file path supplied." : "Camin de fichièr provesit invalid.",
"An internal server error occurred." : "Una error intèrna del servidor s'es produsida.",
diff --git a/l10n/oc.json b/l10n/oc.json
index 1d00e99..a4a39a7 100644
--- a/l10n/oc.json
+++ b/l10n/oc.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Aqueste fichièr es tròp voluminós per èsser dobèrt. Telecargatz-lo, puslèu.",
"Cannot read the file." : "Impossible de legir lo fichièr.",
"Invalid file path supplied." : "Camin de fichièr provesit invalid.",
"An internal server error occurred." : "Una error intèrna del servidor s'es produsida.",
diff --git a/l10n/oc.php b/l10n/oc.php
index a12c90a..c88a15e 100644
--- a/l10n/oc.php
+++ b/l10n/oc.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Aqueste fichièr es tròp voluminós per èsser dobèrt. Telecargatz-lo, puslèu.",
"Cannot read the file." => "Impossible de legir lo fichièr.",
"Invalid file path supplied." => "Camin de fichièr provesit invalid.",
"An internal server error occurred." => "Una error intèrna del servidor s'es produsida.",