diff options
Diffstat (limited to 'apps/oauth2/l10n/cs.js')
-rw-r--r-- | apps/oauth2/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index b41ad4ee235..008e1627780 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -16,8 +16,8 @@ OC.L10N.register( "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í", - "Hide client secret" : "Skrýt tajemství klienta" + "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;"); |