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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-11-23 04:17:37 +0300
committerNextcloud bot <bot@nextcloud.com>2017-11-23 04:17:37 +0300
commit3d75ffa01f581e4cfdc2e6a685329023bcc75cf6 (patch)
tree796920e48c55acc27647638532700a620121d2f9
parent7b77b1629d7abaac667c2490cf767a14a38a762d (diff)
[tx-robot] updated from transifexv12.0.4RC3v12.0.4RC2
-rw-r--r--l10n/eu.js29
-rw-r--r--l10n/eu.json27
-rw-r--r--l10n/eu.php12
3 files changed, 56 insertions, 12 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
new file mode 100644
index 0000000..89140c8
--- /dev/null
+++ b/l10n/eu.js
@@ -0,0 +1,29 @@
+OC.L10N.register(
+ "files_texteditor",
+ {
+ "saving..." : "gordetzen...",
+ "saved!" : "gordeta!",
+ "failed!" : "errorea!",
+ "Saved" : "Gordeta",
+ "There was a problem saving your changes. Click to resume editing." : "Aldaketak gordetzean errorea egon da. Klik egin edizioarekin jarraitzeko",
+ "An error occurred!" : "Errore bat gertatu da!",
+ "Edit" : "Editatu",
+ "Mixed" : "Nahastua",
+ "Preview" : "Aurrebista",
+ "New text file" : "Testu fitxategi berria",
+ "New text file.txt" : "file.txt testu fitxategi berria",
+ "You can not open a folder" : "Ezin duzu karpeta bat ireki",
+ "This file is too big to be opened. Please download the file instead." : "Fitxategia handiegia da irekitzeko. Jaitsi fitxategia mesedez.",
+ "Cannot read the file." : "Ezin da fitxategia irakurri.",
+ "Invalid file path supplied." : "Fitxategiaren helbide ezegokia.",
+ "The file is locked." : "Fitxategia blokeatuta dago.",
+ "An internal server error occurred." : "Barne errorea gertatu da.",
+ "You can not write to a folder" : "Ezin duzu karpetan idatzi",
+ "Cannot save file as it has been modified since opening" : "Ezin da fitxategia gorde ireki denetik aldatu delako",
+ "Insufficient permissions" : "Baimen gutxiegi",
+ "File path not supplied" : "Ez da fitxategiaren helbidea idatzi",
+ "File mtime not supplied" : "Fitxategiaren mtime-a ez da ezarri",
+ "Text editor" : "Testu editorea",
+ "Text file" : "Testu fitxategia"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
new file mode 100644
index 0000000..f274793
--- /dev/null
+++ b/l10n/eu.json
@@ -0,0 +1,27 @@
+{ "translations": {
+ "saving..." : "gordetzen...",
+ "saved!" : "gordeta!",
+ "failed!" : "errorea!",
+ "Saved" : "Gordeta",
+ "There was a problem saving your changes. Click to resume editing." : "Aldaketak gordetzean errorea egon da. Klik egin edizioarekin jarraitzeko",
+ "An error occurred!" : "Errore bat gertatu da!",
+ "Edit" : "Editatu",
+ "Mixed" : "Nahastua",
+ "Preview" : "Aurrebista",
+ "New text file" : "Testu fitxategi berria",
+ "New text file.txt" : "file.txt testu fitxategi berria",
+ "You can not open a folder" : "Ezin duzu karpeta bat ireki",
+ "This file is too big to be opened. Please download the file instead." : "Fitxategia handiegia da irekitzeko. Jaitsi fitxategia mesedez.",
+ "Cannot read the file." : "Ezin da fitxategia irakurri.",
+ "Invalid file path supplied." : "Fitxategiaren helbide ezegokia.",
+ "The file is locked." : "Fitxategia blokeatuta dago.",
+ "An internal server error occurred." : "Barne errorea gertatu da.",
+ "You can not write to a folder" : "Ezin duzu karpetan idatzi",
+ "Cannot save file as it has been modified since opening" : "Ezin da fitxategia gorde ireki denetik aldatu delako",
+ "Insufficient permissions" : "Baimen gutxiegi",
+ "File path not supplied" : "Ez da fitxategiaren helbidea idatzi",
+ "File mtime not supplied" : "Fitxategiaren mtime-a ez da ezarri",
+ "Text editor" : "Testu editorea",
+ "Text file" : "Testu fitxategia"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/eu.php b/l10n/eu.php
deleted file mode 100644
index cca1339..0000000
--- a/l10n/eu.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php $TRANSLATIONS = array(
-"Save" => "Gorde",
-"Search" => "Bilatu",
-"Close" => "Itxi",
-"Next" => "Hurrengoa",
-"Clear" => "Garbitu",
-"Saving..." => "Gordetzen...",
-"Failed to save file" => "Fitxategia gordetzeak huts egin du",
-"An error occurred!" => "Errore bat gertatu da!",
-"There are unsaved changes in the text editor" => "Testu editorean gorde gabeko aldaketak daude",
-"There were unsaved changes, click here to go back" => "Gorde gabeko aldaketak daude, klikatu hemen atzera joateko"
-);