diff options
Diffstat (limited to 'apps/theming/l10n/hr.js')
-rw-r--r-- | apps/theming/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/hr.js b/apps/theming/l10n/hr.js index 51306d8c0e8..b2849d9fc48 100644 --- a/apps/theming/l10n/hr.js +++ b/apps/theming/l10n/hr.js @@ -49,7 +49,6 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Otpremi novi favicon", "User settings" : "Korisničke postavke", - "Background" : "Pozadina", "Keyboard shortcuts" : "Tipkovni prečaci", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Nama je vrlo važno osigurati univerzalan pristup. Pratimo sve internetske i mrežne standarde i provjeravamo je li sustav upotrebljiv bez miša i pomoćnog softvera, kao što je čitač zaslona. Naš je cilj postići sukladnost sa {guidelines}Smjernicama pristupačnosti web-sadržaja{linkend} 2.1 na razini AA s temom jakog kontrasta na razini AAA.", "Move up" : "Premjesti gore", @@ -57,6 +56,7 @@ OC.L10N.register( "Change color" : "Promijeni boju", "Reset to default" : "Vrati na zadanu postavku", "Upload" : "Otpremi", - "Remove background image" : "Ukloni pozadinsku sliku" + "Remove background image" : "Ukloni pozadinsku sliku", + "Background" : "Pozadina" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |