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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/hr.js')
-rw-r--r--apps/files/l10n/hr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js
index 0733c838b31..6659eefe213 100644
--- a/apps/files/l10n/hr.js
+++ b/apps/files/l10n/hr.js
@@ -39,7 +39,6 @@ OC.L10N.register(
"Could not load info for file \"{file}\"" : "Nije moguće učitati podatke za datoteku „{file}”",
"Files" : "Datoteke",
"Details" : "Pojedinosti",
- "Select" : "Odaberi",
"Pending" : "Na čekanju",
"Unable to determine date" : "Nije moguće odrediti datum",
"This operation is forbidden" : "Ova radnja je zabranjena",
@@ -208,6 +207,7 @@ OC.L10N.register(
"Deleted shares" : "Izbrisana dijeljenja",
"Pending shares" : "Dijeljenja na čekanju",
"Text file" : "Tekstna datoteka",
- "New text file.txt" : "Nova tekstna datoteka.txt"
+ "New text file.txt" : "Nova tekstna datoteka.txt",
+ "Select" : "Odaberi"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");