diff options
Diffstat (limited to 'apps/files_external/l10n/cs.json')
-rw-r--r-- | apps/files_external/l10n/cs.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/cs.json b/apps/files_external/l10n/cs.json index 07d489f8076..f81bcb4b4b8 100644 --- a/apps/files_external/l10n/cs.json +++ b/apps/files_external/l10n/cs.json @@ -1,8 +1,5 @@ { "translations": { - "Step 1 failed. Exception: %s" : "Selhal krok 1. Výjimka: %s", - "Step 2 failed. Exception: %s" : "Selhal krok 2. Výjimka: %s", "External storages" : "Externí úložiště", - "Google Drive App Configuration" : "Nastavení aplikace Disk Google", "Personal" : "Osobní", "System" : "Systém", "Grant access" : "Povolit přístup", @@ -81,7 +78,6 @@ "FTP" : "FTP", "Host" : "Počítač", "Secure ftps://" : "Zabezpečené ftps://", - "Google Drive" : "Google Drive", "Local" : "Místní", "Location" : "Umístění", "Nextcloud" : "Nextcloud", @@ -122,9 +118,13 @@ "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace a tajné heslo jsou správné.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace a tajné heslo jsou správné.", + "Step 1 failed. Exception: %s" : "Selhal krok 1. Výjimka: %s", + "Step 2 failed. Exception: %s" : "Selhal krok 2. Výjimka: %s", "Dropbox App Configuration" : "Nastavení aplikace Dropbox", + "Google Drive App Configuration" : "Nastavení aplikace Disk Google", "Storage with id \"%i\" not found" : "Úložiště s id \"%i\" nebylo nalezeno", "Storage with id \"%i\" is not user editable" : "Úložiště s id \"%i\" uživatelé nemohou upravovat", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |