diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-09-23 02:29:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-09-23 02:29:39 +0000 |
commit | 344ffcc9b6f29a4abdcde37b9dc639382edfec43 (patch) | |
tree | 74fa0dc21a09e0ccc5609fd637ba5d8b131fa302 /apps/settings/l10n/sk.js | |
parent | 30cd6d57574107a735437840a3de4abbd721222e (diff) | |
download | nextcloud-server-344ffcc9b6f29a4abdcde37b9dc639382edfec43.tar.gz nextcloud-server-344ffcc9b6f29a4abdcde37b9dc639382edfec43.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/sk.js')
-rw-r--r-- | apps/settings/l10n/sk.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index a82ff035de7..b38254bcce7 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -220,7 +220,6 @@ OC.L10N.register( "Delete email" : "Zmazať email", "Unset as primary email" : "Zrušiť nastavenie ako primárny e-mail", "This address is not confirmed" : "Táto adresa nie je potvrdená", - "Set as primary mail" : "Nastaviť ako primárny e-mail", "Your email address" : "Vaša emailová adresa", "Additional email address {index}" : "Ďaľšia e-mail adresa {index}", "No email address set" : "Emailová adresa nie je nastavená", @@ -388,6 +387,7 @@ OC.L10N.register( "Use system cron service to call the cron.php file every 5 minutes." : "Použiť systémový plánovač (cron) pre spustenie súboru cron.php každých 5 minút.", "The cron.php needs to be executed by the system user \"%s\"." : "Je potrebné, aby cron.php bol spustený systémovým používateľom \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pre spustenie potrebujete mať rozšírenie PHP POSIX. Viac detailov v {linkstart}PHP dokumentácii{linkend}.", + "You need to enable the File sharing App." : "Musíte povoliť Aplikáciu pre zdieľanie súborov.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Ako administrátor môžete nastaviť správanie sprístupňovania. Pre viac informácií pozrite dokumentáciu.", "Allow apps to use the Share API" : "Povoliť aplikáciám používať API pre sprístupňovanie", "Set default expiration date for shares" : "Nastavte predvolený dátum expirácie pre zdieľania", @@ -471,6 +471,7 @@ OC.L10N.register( "No display name set" : "Zobrazované meno nie je nastavené", "For password reset and notifications" : "Na znovu-nastavenie hesla a oznámení", "Change privacy level of full name" : "Zmeniť úroveň súkromia pre celé meno", - "Change privacy level of email" : "Zmeniť úroveň súkromia pre email" + "Change privacy level of email" : "Zmeniť úroveň súkromia pre email", + "Set as primary mail" : "Nastaviť ako primárny e-mail" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |