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:
authorNextcloud bot <bot@nextcloud.com>2020-10-25 05:18:28 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-25 05:18:28 +0300
commitca1dc0009dfde447c90db826465defbb156966da (patch)
tree79cde0509f17a598af2f093557d7b63674229ff9 /apps/dashboard/l10n/hr.js
parentac249b37e2ee526e13455d11bd12945c63aecea1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n/hr.js')
-rw-r--r--apps/dashboard/l10n/hr.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/hr.js b/apps/dashboard/l10n/hr.js
new file mode 100644
index 00000000000..b96b21abe20
--- /dev/null
+++ b/apps/dashboard/l10n/hr.js
@@ -0,0 +1,20 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Nadzorna ploča",
+ "Customize" : "Uredi",
+ "Edit widgets" : "Uredi widgete",
+ "Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama",
+ "Change background image" : "Promijenite sliku pozadinu",
+ "Weather" : "Vrijeme",
+ "Status" : "Status",
+ "Good evening, {name}" : "Dobar dan, {name}",
+ "Good evening" : "Dobar dan",
+ "Good afternoon, {name}" : "Dobar dan, {name}",
+ "Good afternoon" : "Dobar dan",
+ "Good morning, {name}" : "Dobro jutro, {name}",
+ "Good morning" : "Dobro jutro",
+ "Good night, {name}" : "Dobro večer, {name}",
+ "Good night" : "Dobro večer"
+},
+"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");