diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
commit | 7f572c0645d2bf815d1d00e5434d6222aa3c40aa (patch) | |
tree | 41a4bed70fc3ef741f9872d0328473f9bd75908a /apps/files/l10n/hr.js | |
parent | 28b0e811cc4e2a8fb4b86cc8b331a6631f37d4c5 (diff) | |
download | nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.tar.gz nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/hr.js')
-rw-r--r-- | apps/files/l10n/hr.js | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index b3baf16f190..05b98c7effa 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -203,20 +203,10 @@ OC.L10N.register( "Pending shares" : "Dijeljenja na čekanju", "Text file" : "Tekstna datoteka", "New text file.txt" : "Nova tekstna datoteka.txt", - "Unshare" : "Prestani dijeliti", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Pohrana {owner} je puna, datoteke više nije moguće ažurirati niti sinkronizirati!", "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Mapa grupe „{mountPoint}“ je puna, datoteke više nije moguće ažurirati ni sinkronizirati!", "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Vanjsko spremište za pohranu „{mountPoint}“ je puno, datoteke više nije moguće ažurirati ni sinkronizirati!", "Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati ni sinkronizirati!", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Pohrana {owner} je skoro puna ({usedSpacePercent} %)", - "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Mapa grupe „{mountPoint}” je skoro puna ({usedSpacePercent} %)", - "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "Vanjsko spremište za pohranu „{mountPoint}” je skoro puno ({usedSpacePercent} %)", - "Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu gotovo je pun ({usedSpacePercent}%)", - "_matches '{filter}'_::_match '{filter}'_" : ["odgovara '{filter}'","podudaranje '{filter}'","podudaranje '{filter}'"], - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ili mapa je <strong>promijenjena</strong> ili <strong>preimenovana</strong>", - "A new file or folder has been <strong>created</strong>" : "Nova datoteka ili nova mapa je <strong>stvorena</strong>", - "A file or folder has been <strong>deleted</strong>" : "Datoteka ili mapa je <strong>izbrisana</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ograničite obavijesti o stvaranju i promjenama svojih <strong>favorita</strong> <em>(samo strujanje)</em>", - "A file or folder has been <strong>restored</strong>" : "Datoteka ili mapa je <strong>vraćena</strong>" + "_matches '{filter}'_::_match '{filter}'_" : ["odgovara '{filter}'","podudaranje '{filter}'","podudaranje '{filter}'"] }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |