diff options
Diffstat (limited to 'apps/oauth2/l10n/cs.js')
-rw-r--r-- | apps/oauth2/l10n/cs.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index 5a77ea78077..008e1627780 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -13,10 +13,11 @@ OC.L10N.register( "Client Identifier" : "Identifikátor klienta", "Secret key" : "Tajný klíč", "Delete client" : "Smazat klienta", + "Make sure you store the secret key, it cannot be recovered." : "Nezapomeňte si uložit tajný klíč – není možné ho obnovit.", "Add client" : "Přidat klienta", "Add" : "Přidat", - "Delete" : "Smazat", "Show client secret" : "Zobrazit klientské tajemství", - "Secret" : "Tajemství" + "Hide client secret" : "Skrýt tajemství klienta", + "Delete" : "Smazat" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |