diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
commit | 1518ded8b193ca789b28f8f64114798ab8df1747 (patch) | |
tree | e0470db295454297111293aac63827993b54aefe /apps/files_trashbin/l10n/sk.js | |
parent | 2a96042db19032d869b1d824d64cc355a2137fea (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/sk.js')
-rw-r--r-- | apps/files_trashbin/l10n/sk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js index 26c54639068..7b7acac04ea 100644 --- a/apps/files_trashbin/l10n/sk.js +++ b/apps/files_trashbin/l10n/sk.js @@ -11,7 +11,6 @@ OC.L10N.register( "Confirm permanent deletion" : "Potvrdiť premanentné zmazanie", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Naozaj chcete natrvalo odstrániť všetky súbory a priečinky v koši? Toto sa nedá vrátiť späť.", "Cancel" : "Zrušiť", - "Deletion cancelled" : "Zmazanie zrušené", "Original location" : "Pôvodné umiestnenie", "Deleted by" : "Odstránil", "Deleted" : "Zmazané", @@ -21,6 +20,7 @@ OC.L10N.register( "You" : "Vy", "List of files that have been deleted." : "Zoznam súborov, ktoré boli vymazané.", "No deleted files" : "Žiadne zmazané súbory", - "Files and folders you have deleted will show up here" : "Súbory a adresáre, ktoré ste vymazali, sa zobrazia tu" + "Files and folders you have deleted will show up here" : "Súbory a adresáre, ktoré ste vymazali, sa zobrazia tu", + "Deletion cancelled" : "Zmazanie zrušené" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |