diff options
Diffstat (limited to 'apps/user_status/l10n/hr.js')
-rw-r--r-- | apps/user_status/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/l10n/hr.js b/apps/user_status/l10n/hr.js index 0512bf2bdc9..b92cad83cc1 100644 --- a/apps/user_status/l10n/hr.js +++ b/apps/user_status/l10n/hr.js @@ -9,7 +9,6 @@ OC.L10N.register( "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", @@ -33,6 +32,7 @@ OC.L10N.register( "4 hours" : "4 sata", "Mute all notifications" : "Utišaj sve obavijesti", "Appear offline" : "Prikaži izvanmrežno", - "Clear status after" : "Izbriši status nakon" + "Clear status after" : "Izbriši status nakon", + "What's your status?" : "Koji je vaš status?" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |