diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
commit | a46d2f1d39c99b2e237b3b642099f02a3fb8c841 (patch) | |
tree | bf560a9cb33e8b58d370ab12fde859f983193b7d /apps/files_external/l10n/en_GB.js | |
parent | 6cc26efbc5329066cfd0a197023d2772311c85c0 (diff) | |
download | nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.tar.gz nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/en_GB.js')
-rw-r--r-- | apps/files_external/l10n/en_GB.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 969853dd708..7d6a81f731e 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -6,6 +6,7 @@ OC.L10N.register( "Please provide a valid app key and secret." : "Please provide a valid app key and secret.", "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", + "External storages" : "External storages", "Dropbox App Configuration" : "Dropbox App Configuration", "Google Drive App Configuration" : "Google Drive App Configuration", "Personal" : "Personal", @@ -24,6 +25,7 @@ OC.L10N.register( "Save" : "Save", "Empty response from the server" : "Empty response from the server", "Couldn't access. Please logout and login to activate this mount point" : "Couldn't access. Please logout and login to activate this mount point", + "Couldn't get the information from the remote server: {code} {type}" : "Couldn't get the information from the remote server: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Couldn't get the list of external mount points: {type}", "There was an error with message: " : "There was an error with message: ", "External mount error" : "External mount error", @@ -36,6 +38,7 @@ OC.L10N.register( "Credentials saved" : "Credentials saved", "Credentials saving failed" : "Credentials saving failed", "Credentials required" : "Credentials required", + "Storage with ID \"%d\" not found" : "Storage with ID \"%d\" not found", "Invalid backend or authentication mechanism class" : "Invalid backend or authentication mechanism class", "Invalid mount point" : "Invalid mount point", "Objectstore forbidden" : "Objectstore forbidden", @@ -46,6 +49,7 @@ OC.L10N.register( "Unsatisfied authentication mechanism parameters" : "Unsatisfied authentication mechanism parameters", "Insufficient data: %s" : "Insufficient data: %s", "%s" : "%s", + "Storage with ID \"%d\" is not user editable" : "Storage with ID \"%d\" is not user editable", "Access key" : "Access key", "Secret key" : "Secret key", "Builtin" : "Builtin", @@ -61,6 +65,7 @@ OC.L10N.register( "Identity endpoint URL" : "Identity endpoint URL", "Rackspace" : "Rackspace", "API key" : "API key", + "Global credentials" : "Global credentials", "Log-in credentials, save in database" : "Log-in credentials, save in database", "Username and password" : "Username and password", "Log-in credentials, save in session" : "Log-in credentials, save in session", @@ -85,6 +90,7 @@ OC.L10N.register( "Google Drive" : "Google Drive", "Local" : "Local", "Location" : "Location", + "Nextcloud" : "Nextcloud", "SFTP" : "SFTP", "Root" : "Root", "SFTP with secret key login" : "SFTP with secret key login", @@ -96,6 +102,10 @@ OC.L10N.register( "OpenStack Object Storage" : "OpenStack Object Storage", "Service name" : "Service name", "Request timeout (seconds)" : "Request timeout (seconds)", + "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "External storage support" : "External storage support", "No external storage configured" : "No external storage configured", "You can add external storages in the personal settings" : "You can add external storages in the personal settings", "Name" : "Name", |