diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-15 02:25:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-15 02:25:45 +0000 |
commit | 54954cc374aed5265b53002b02fc40c9e93e7507 (patch) | |
tree | 09bfe791dff90e44750c926b2af35610a9434060 /apps/files/l10n/hr.js | |
parent | e764ee84c9a987a0c1258520fda873d5e42a5515 (diff) | |
download | nextcloud-server-54954cc374aed5265b53002b02fc40c9e93e7507.tar.gz nextcloud-server-54954cc374aed5265b53002b02fc40c9e93e7507.zip |
Fix(l10n): 🔠 Update translations 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index 57f925df4b7..e4caf61f22c 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -167,6 +167,7 @@ OC.L10N.register( "Show hidden files" : "Prikaz skrivenih datoteka", "Crop image previews" : "Obreži pretpreglede slika", "Additional settings" : "Dodatne postavke", + "WebDAV" : "WebDAV", "Copy to clipboard" : "Kopiraj u međuspremnik", "Use this address to access your Files via WebDAV" : "Upotrijebite ovu adresu za pristupanje svojim datotekama putem WebDAVa", "Unable to change the favourite state of the file" : "Nije moguće promijeniti status favorita datoteke", @@ -209,7 +210,6 @@ OC.L10N.register( "Cannot transfer ownership of a file or folder you don't own" : "Ne možete prenijeti vlasništvo nad datotekom ili mapom koja nije u vašem vlasništvu", "%s used" : "Iskorišteno %s", "%1$s of %2$s used" : "Iskorišteno %1$s od %2$s", - "Settings" : "Postavke", - "WebDAV" : "WebDAV" + "Settings" : "Postavke" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |