diff options
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/cs.js | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/cs.json | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.json | 2 |
6 files changed, 12 insertions, 4 deletions
diff --git a/apps/files_external/l10n/cs.js b/apps/files_external/l10n/cs.js index 537d155985c..2af699994c9 100644 --- a/apps/files_external/l10n/cs.js +++ b/apps/files_external/l10n/cs.js @@ -34,7 +34,7 @@ OC.L10N.register( "Credentials saved" : "Přihlašovací údaje uloženy", "Credentials saving failed" : "Uložení přihlašovacích údajů selhalo", "Credentials required" : "Vyžadovány přihlašovací údaje", - "Storage with ID \"%d\" not found" : "Úložiště s ID \"%d\" nebylo nalezeno", + "Storage with ID \"%d\" not found" : "Úložiště s identifikátorem „%d“ nebylo nalezeno", "Invalid backend or authentication mechanism class" : "Neplatný backend nebo třída ověřovacího mechanismu", "Invalid mount point" : "Neplatný přípojný bod", "Objectstore forbidden" : "Úložiště objektů zakázáno", @@ -56,8 +56,10 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "Klientské ID", "Client secret" : "Klientské tajemství", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Jméno vlastníka", "Identity endpoint URL" : "Identifikační koncový bod URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "Doména", "Rackspace" : "Rackspace", "API key" : "Klíč API", diff --git a/apps/files_external/l10n/cs.json b/apps/files_external/l10n/cs.json index ae4c59ef6be..a79f9e506fd 100644 --- a/apps/files_external/l10n/cs.json +++ b/apps/files_external/l10n/cs.json @@ -32,7 +32,7 @@ "Credentials saved" : "Přihlašovací údaje uloženy", "Credentials saving failed" : "Uložení přihlašovacích údajů selhalo", "Credentials required" : "Vyžadovány přihlašovací údaje", - "Storage with ID \"%d\" not found" : "Úložiště s ID \"%d\" nebylo nalezeno", + "Storage with ID \"%d\" not found" : "Úložiště s identifikátorem „%d“ nebylo nalezeno", "Invalid backend or authentication mechanism class" : "Neplatný backend nebo třída ověřovacího mechanismu", "Invalid mount point" : "Neplatný přípojný bod", "Objectstore forbidden" : "Úložiště objektů zakázáno", @@ -54,8 +54,10 @@ "OAuth2" : "OAuth2", "Client ID" : "Klientské ID", "Client secret" : "Klientské tajemství", + "OpenStack v2" : "OpenStack v2", "Tenant name" : "Jméno vlastníka", "Identity endpoint URL" : "Identifikační koncový bod URL", + "OpenStack v3" : "OpenStack v3", "Domain" : "Doména", "Rackspace" : "Rackspace", "API key" : "Klíč API", diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 3f41a88236d..2119e3a62db 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -62,7 +62,7 @@ OC.L10N.register( "OpenStack v3" : "OpenStack v3", "Domain" : "Dominio", "Rackspace" : "Espacio de Rack", - "API key" : "Clave API", + "API key" : "Clave de la API", "Global credentials" : "Credenciales global", "Log-in credentials, save in database" : "Credenciales de inicio de sesión, salvar en la base de datos", "Username and password" : "Nombre de usuario y contraseña", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index 86cfc6b5fc7..c0a3ef30f82 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -60,7 +60,7 @@ "OpenStack v3" : "OpenStack v3", "Domain" : "Dominio", "Rackspace" : "Espacio de Rack", - "API key" : "Clave API", + "API key" : "Clave de la API", "Global credentials" : "Credenciales global", "Log-in credentials, save in database" : "Credenciales de inicio de sesión, salvar en la base de datos", "Username and password" : "Nombre de usuario y contraseña", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index 8c4dddf2803..6eeb17bec65 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -102,6 +102,7 @@ OC.L10N.register( "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP ondersteuning in PHP is niet ingeschakeld of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder dit te installeren.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.", "External storage support" : "Externe opslag ondersteuning", + "No external storage configured or you don't have the permission to configure them" : "Geen externe opslag geconfigureerd of je hebt geen toestemming om deze te configureren", "Name" : "Naam", "Storage type" : "Opslagtype", "Scope" : "Scope", @@ -116,6 +117,7 @@ OC.L10N.register( "Authentication" : "Authenticatie", "Configuration" : "Configuratie", "Available for" : "Beschikbaar voor", + "Click to recheck the configuration" : "Klik om de configuratie opnieuw te controleren", "Add storage" : "Toevoegen opslag", "Advanced settings" : "Geavanceerde instellingen", "Delete" : "Verwijder", diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index a9b694de384..2de457a1739 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -100,6 +100,7 @@ "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP ondersteuning in PHP is niet ingeschakeld of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder dit te installeren.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.", "External storage support" : "Externe opslag ondersteuning", + "No external storage configured or you don't have the permission to configure them" : "Geen externe opslag geconfigureerd of je hebt geen toestemming om deze te configureren", "Name" : "Naam", "Storage type" : "Opslagtype", "Scope" : "Scope", @@ -114,6 +115,7 @@ "Authentication" : "Authenticatie", "Configuration" : "Configuratie", "Available for" : "Beschikbaar voor", + "Click to recheck the configuration" : "Klik om de configuratie opnieuw te controleren", "Add storage" : "Toevoegen opslag", "Advanced settings" : "Geavanceerde instellingen", "Delete" : "Verwijder", |