diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-16 02:25:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-16 02:25:45 +0000 |
commit | e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f (patch) | |
tree | 2c4baae1d3b6f9159acaf43ceae75e791b042dc6 /apps/files/l10n/hr.js | |
parent | 2f07ce1f349a3fa05f84a47f0e9f17f221e0ef95 (diff) | |
download | nextcloud-server-e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f.tar.gz nextcloud-server-e6feca6d1559efaaf5ba31d5c24c4a436c0ccf5f.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index 8049db8434f..e0e62276cc4 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -179,7 +179,6 @@ OC.L10N.register( "Templates" : "Predlošci", "Unable to initialize the templates directory" : "Nije moguće inicijalizirati direktorij predložaka", "%s used" : "Iskorišteno %s", - "%s%% of %s used" : "Iskorišteno %s%% od %s", "%1$s of %2$s used" : "Iskorišteno %1$s od %2$s", "Show hidden files" : "Prikaz skrivenih datoteka", "Crop image previews" : "Obreži pretpreglede slika", @@ -208,6 +207,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Ovdje ne smijete otpremati ili stvarati datoteke", "New" : "Novo", "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%% of %s used" : "Iskorišteno %s%% od %s", "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;"); |