diff options
Diffstat (limited to 'apps/user_status/l10n/hr.js')
-rw-r--r-- | apps/user_status/l10n/hr.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/hr.js b/apps/user_status/l10n/hr.js index f0e63a13de6..09a5f661d0b 100644 --- a/apps/user_status/l10n/hr.js +++ b/apps/user_status/l10n/hr.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Nedavni statusi", + "No recent status changes" : "Nema nedavnih promjena statusa", "In a meeting" : "Na sastanku", "Commuting" : "Na putu", "Out sick" : "Na bolovanju", @@ -19,14 +20,12 @@ OC.L10N.register( "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", + "Away" : "Odsutan", + "Do not disturb" : "Ne ometaj", "Invisible" : "Nevidljiva", "Offline" : "Izvanmrežno", "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa", @@ -34,6 +33,7 @@ OC.L10N.register( "1 hour" : "1 sat", "4 hours" : "4 sata", "Mute all notifications" : "Utišaj sve obavijesti", - "Appear offline" : "Prikaži izvanmrežno" + "Appear offline" : "Prikaži izvanmrežno", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |