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-12-10 05:20:27 +0300
committerNextcloud bot <bot@nextcloud.com>2020-12-10 05:20:27 +0300
commit4a51875a73f5c9b8adf4485b476b4b607283b169 (patch)
treefd85e71a73d2f350a69626ce7a3be48ce44c19b0 /apps/user_status/l10n/hr.js
parent9c053c66607a5c261bbf27a3db442addd9b5b6ee (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/hr.js')
-rw-r--r--apps/user_status/l10n/hr.js38
1 files changed, 38 insertions, 0 deletions
diff --git a/apps/user_status/l10n/hr.js b/apps/user_status/l10n/hr.js
new file mode 100644
index 00000000000..0512bf2bdc9
--- /dev/null
+++ b/apps/user_status/l10n/hr.js
@@ -0,0 +1,38 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Recent statuses" : "Nedavni statusi",
+ "In a meeting" : "Na sastanku",
+ "Commuting" : "Na putu",
+ "Out sick" : "Na bolovanju",
+ "Vacationing" : "Na odmoru",
+ "Working remotely" : "Rad na daljinu",
+ "User status" : "Status korisnika",
+ "Clear status message after" : "Izbriši poruku statusa nakon",
+ "What's your status?" : "Koji je vaš status?",
+ "Set status" : "Postavi status",
+ "Online status" : "Status na mreži",
+ "Status message" : "Poruka statusa",
+ "Clear status message" : "Izbriši poruku statusa",
+ "Set status message" : "Postavi poruku statusa",
+ "There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa",
+ "There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa",
+ "No recent status changes" : "Nema nedavnih promjena statusa",
+ "Away" : "Odsutan",
+ "Do not disturb" : "Ne ometaj",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
+ "Don't clear" : "Ne briši",
+ "Today" : "Danas",
+ "This week" : "Ovaj tjedan",
+ "Online" : "Na mreži",
+ "Invisible" : "Nevidljiva",
+ "Offline" : "Izvanmrežno",
+ "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa",
+ "30 minutes" : "30 minuta",
+ "1 hour" : "1 sat",
+ "4 hours" : "4 sata",
+ "Mute all notifications" : "Utišaj sve obavijesti",
+ "Appear offline" : "Prikaži izvanmrežno",
+ "Clear status after" : "Izbriši status nakon"
+},
+"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");