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:
-rw-r--r--l10n/nb_NO.js3
-rw-r--r--l10n/nb_NO.json3
-rw-r--r--l10n/sq.js5
-rw-r--r--l10n/sq.json5
4 files changed, 14 insertions, 2 deletions
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
index ac44832..b99630d 100644
--- a/l10n/nb_NO.js
+++ b/l10n/nb_NO.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Preview" : "Forhåndsvis",
"New text file" : "Ny tekstfil",
"New text file.txt" : "Ny tekstfil.txt",
- "Text editor" : "Tekstbehandler"
+ "Text editor" : "Tekstbehandler",
+ "Text file" : "Tekstfil"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
index aa14d7f..72434d4 100644
--- a/l10n/nb_NO.json
+++ b/l10n/nb_NO.json
@@ -21,6 +21,7 @@
"Preview" : "Forhåndsvis",
"New text file" : "Ny tekstfil",
"New text file.txt" : "Ny tekstfil.txt",
- "Text editor" : "Tekstbehandler"
+ "Text editor" : "Tekstbehandler",
+ "Text file" : "Tekstfil"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/sq.js b/l10n/sq.js
index d50b378..1bbd729 100644
--- a/l10n/sq.js
+++ b/l10n/sq.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Invalid file path supplied." : "U dha shteg i pavlefshëm.",
"The file is locked." : "Kartela është e kyçur.",
"An internal server error occurred." : "Ndodhi një gabim i brendshëm shërbyesi.",
+ "You can not write to a folder" : "Ju s'mund të shkruani tek një dosje ",
"Cannot save file as it has been modified since opening" : "S’ruhet dot kartela, ngaqë është ndryshuar që prej hapjes",
"Insufficient permissions" : "Leje të pamjaftueshme",
"File path not supplied" : "S’u dha shteg kartele",
@@ -17,6 +18,10 @@ OC.L10N.register(
"Saved" : "U ruajt",
"There was a problem saving your changes. Click to resume editing." : "Pati një problem në ruajtjen e ndryshimeve tuaja. Klikoni që të rimerret përpunimi.",
"An error occurred!" : "Ndodhi një gabim!",
+ "Edit" : "Edit",
+ "Mixed" : "Miksuar",
+ "Preview" : "Parapamje ",
+ "New text file" : "Skedar teksti i ri ",
"New text file.txt" : "Kartelë e re file.txt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sq.json b/l10n/sq.json
index 051db22..212efbd 100644
--- a/l10n/sq.json
+++ b/l10n/sq.json
@@ -5,6 +5,7 @@
"Invalid file path supplied." : "U dha shteg i pavlefshëm.",
"The file is locked." : "Kartela është e kyçur.",
"An internal server error occurred." : "Ndodhi një gabim i brendshëm shërbyesi.",
+ "You can not write to a folder" : "Ju s'mund të shkruani tek një dosje ",
"Cannot save file as it has been modified since opening" : "S’ruhet dot kartela, ngaqë është ndryshuar që prej hapjes",
"Insufficient permissions" : "Leje të pamjaftueshme",
"File path not supplied" : "S’u dha shteg kartele",
@@ -15,6 +16,10 @@
"Saved" : "U ruajt",
"There was a problem saving your changes. Click to resume editing." : "Pati një problem në ruajtjen e ndryshimeve tuaja. Klikoni që të rimerret përpunimi.",
"An error occurred!" : "Ndodhi një gabim!",
+ "Edit" : "Edit",
+ "Mixed" : "Miksuar",
+ "Preview" : "Parapamje ",
+ "New text file" : "Skedar teksti i ri ",
"New text file.txt" : "Kartelë e re file.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file