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-09-28 09:39:11 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-28 09:39:11 +0300
commitc454f1097b85a5d730e6310ab958aafc47c09a1a (patch)
tree2d13b98c27087de4fa7ea51b4bc4a76ea33beed4 /l10n
parent5264ac3e44d1e5058ab459f4410a3048eecaafc2 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/oc.js16
-rw-r--r--l10n/oc.json16
-rw-r--r--l10n/oc.php16
3 files changed, 24 insertions, 24 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
index 11c56bd..08e8dd0 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -1,17 +1,17 @@
OC.L10N.register(
"files_texteditor",
{
+ "Cannot read the file." : "Impossible de legir lo fichièr.",
+ "Invalid file path supplied." : "Camin de fichièr provesit invalid.",
"Cannot save file as it has been modified since opening" : "Impossible de salvar lo fichièr, es estat modificat entre temps",
"Insufficient permissions" : "Permissions insufisentas",
"File path not supplied" : "Camin del fichièr pas provesit",
"File mtime not supplied" : "mtime del fichièr pas provesit",
- "Save" : "Enregistrar",
- "Search" : "Recercar",
- "Next" : "Seguent",
- "Clear" : "Escafar",
- "Saving..." : "Enregistrament...",
- "An error occurred!" : "Una error s'es produsida !",
- "There are unsaved changes in the text editor" : "D'unas modificacions dins l'editor de tèxte son pas estadas salvadas",
- "There were unsaved changes, click here to go back" : "D'unas modificacions son pas estadas salvadas. Clicatz aicí per tornar en arrièr"
+ "saving..." : "enregistrament...",
+ "saved!" : "enregistrat!",
+ "failed!" : "fracàs!",
+ "Saved" : "Salvat",
+ "There was a problem saving your changes. Click to resume editing." : "Un problèma s'es produsit al moment del salvament de vòstras modificacions. Clicatz per contunhar l'edicion.",
+ "An error occurred!" : "Una error s'es produsida !"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
index a46946a..2eb989d 100644
--- a/l10n/oc.json
+++ b/l10n/oc.json
@@ -1,15 +1,15 @@
{ "translations": {
+ "Cannot read the file." : "Impossible de legir lo fichièr.",
+ "Invalid file path supplied." : "Camin de fichièr provesit invalid.",
"Cannot save file as it has been modified since opening" : "Impossible de salvar lo fichièr, es estat modificat entre temps",
"Insufficient permissions" : "Permissions insufisentas",
"File path not supplied" : "Camin del fichièr pas provesit",
"File mtime not supplied" : "mtime del fichièr pas provesit",
- "Save" : "Enregistrar",
- "Search" : "Recercar",
- "Next" : "Seguent",
- "Clear" : "Escafar",
- "Saving..." : "Enregistrament...",
- "An error occurred!" : "Una error s'es produsida !",
- "There are unsaved changes in the text editor" : "D'unas modificacions dins l'editor de tèxte son pas estadas salvadas",
- "There were unsaved changes, click here to go back" : "D'unas modificacions son pas estadas salvadas. Clicatz aicí per tornar en arrièr"
+ "saving..." : "enregistrament...",
+ "saved!" : "enregistrat!",
+ "failed!" : "fracàs!",
+ "Saved" : "Salvat",
+ "There was a problem saving your changes. Click to resume editing." : "Un problèma s'es produsit al moment del salvament de vòstras modificacions. Clicatz per contunhar l'edicion.",
+ "An error occurred!" : "Una error s'es produsida !"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/oc.php b/l10n/oc.php
index 0a50f2a..38f9b1c 100644
--- a/l10n/oc.php
+++ b/l10n/oc.php
@@ -1,16 +1,16 @@
<?php
$TRANSLATIONS = array(
+"Cannot read the file." => "Impossible de legir lo fichièr.",
+"Invalid file path supplied." => "Camin de fichièr provesit invalid.",
"Cannot save file as it has been modified since opening" => "Impossible de salvar lo fichièr, es estat modificat entre temps",
"Insufficient permissions" => "Permissions insufisentas",
"File path not supplied" => "Camin del fichièr pas provesit",
"File mtime not supplied" => "mtime del fichièr pas provesit",
-"Save" => "Enregistrar",
-"Search" => "Recercar",
-"Next" => "Seguent",
-"Clear" => "Escafar",
-"Saving..." => "Enregistrament...",
-"An error occurred!" => "Una error s'es produsida !",
-"There are unsaved changes in the text editor" => "D'unas modificacions dins l'editor de tèxte son pas estadas salvadas",
-"There were unsaved changes, click here to go back" => "D'unas modificacions son pas estadas salvadas. Clicatz aicí per tornar en arrièr"
+"saving..." => "enregistrament...",
+"saved!" => "enregistrat!",
+"failed!" => "fracàs!",
+"Saved" => "Salvat",
+"There was a problem saving your changes. Click to resume editing." => "Un problèma s'es produsit al moment del salvament de vòstras modificacions. Clicatz per contunhar l'edicion.",
+"An error occurred!" => "Una error s'es produsida !"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";