diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-02 11:06:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-02 11:06:18 +0000 |
commit | 0d05c600d607900ecddc5d4a57d9f861f460ce44 (patch) | |
tree | 6a55224a81f03ff05f0ad29a01f0c3b30eb48480 /apps/user_status/l10n/cs.js | |
parent | 905e1918d2796b9a79025283cd6edf2c40f49d77 (diff) | |
download | nextcloud-server-0d05c600d607900ecddc5d4a57d9f861f460ce44.tar.gz nextcloud-server-0d05c600d607900ecddc5d4a57d9f861f460ce44.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/cs.js')
-rw-r--r-- | apps/user_status/l10n/cs.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/user_status/l10n/cs.js b/apps/user_status/l10n/cs.js index b62377b50e3..4546a5398cb 100644 --- a/apps/user_status/l10n/cs.js +++ b/apps/user_status/l10n/cs.js @@ -8,14 +8,11 @@ OC.L10N.register( "Vacationing" : "Dovolená", "Working remotely" : "Pracuje na dálku", "User status" : "Stav uživatele", - "Online" : "Online", - "Away" : "Pryč", - "Do not disturb" : "Nerušit", - "Invisible" : "Neviditelné", - "Offline" : "Offline", - "Set status" : "Natavit stav", - "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", + "Clear status message after" : "Vyčistit stavovou zprávu po uplynutí", "What's your status?" : "Jaký je váš stav?", + "Set status" : "Natavit stav", + "Status message" : "Stavová zpráva", + "Set status message" : "Nastavit stavovou zprávu", "There was an error saving the status" : "Došlo k chybě při ukládání stavu", "There was an error clearing the status" : "Při čištění stavu došlo k chybě", "No recent status changes" : "Žádné nedávné změny stavu", @@ -23,13 +20,16 @@ OC.L10N.register( "Don't clear" : "Nečistit", "Today" : "Dnes", "This week" : "Tento týden", + "Online" : "Online", + "Away" : "Pryč", + "Do not disturb" : "Nerušit", + "Invisible" : "Neviditelné", + "Offline" : "Offline", + "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", "30 minutes" : "30 minut", "1 hour" : "1 hodina", "4 hours" : "4 hodiny", "Mute all notifications" : "Ztlumit veškerá upozornění", - "Set custom status" : "Nastavit uživatelsky určený stav", - "Clear status after" : "Vyčistit stav po uplynutí", - "Set a custom status" : "Nastavit uživatelsky určený stav", - "Clear custom status" : "Vyčistit uživatelsky určený stav" + "Clear status after" : "Vyčistit stav po uplynutí" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |