nextcloud/apps/files_external/l10n/en_GB.js

129 lines
6.7 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
2017-05-25 03:08:04 +03:00
"External storages" : "External storages",
"Personal" : "Personal",
"System" : "System",
2015-08-25 19:39:10 +03:00
"Grant access" : "Grant access",
2016-02-25 09:58:06 +03:00
"Error configuring OAuth1" : "Error configuring OAuth1",
2017-08-17 03:08:14 +03:00
"Please provide a valid app key and secret." : "Please provide a valid app key and secret.",
2016-02-25 09:58:06 +03:00
"Error configuring OAuth2" : "Error configuring OAuth2",
2015-09-14 08:55:35 +03:00
"Generate keys" : "Generate keys",
"Error generating key pair" : "Error generating key pair",
"All users. Type to select user or group." : "All users. Type to select user or group.",
"(group)" : "(group)",
2016-05-27 08:55:35 +03:00
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
2018-10-23 17:54:28 +03:00
"Enable encryption" : "Enable encryption",
"Enable previews" : "Enable previews",
"Enable sharing" : "Enable sharing",
"Check for changes" : "Check for changes",
"Never" : "Never",
"Once every direct access" : "Once every direct access",
"Read only" : "Read only",
"Delete" : "Delete",
2016-02-25 09:58:06 +03:00
"Admin defined" : "Admin defined",
2018-03-13 04:12:01 +03:00
"Are you sure you want to delete this external storage?" : "Are you sure you want to delete this external storage?",
2017-10-01 03:08:24 +03:00
"Delete storage?" : "Delete storage?",
"Saved" : "Saved",
2016-07-06 16:28:06 +03:00
"Saving..." : "Saving...",
"Save" : "Save",
2016-02-25 09:58:06 +03:00
"Empty response from the server" : "Empty response from the server",
2017-07-22 03:08:07 +03:00
"Couldn't access. Please log out and in again to activate this mount point" : "Couldn't access. Please log out and in again to activate this mount point",
2017-05-25 03:08:04 +03:00
"Couldn't get the information from the remote server: {code} {type}" : "Couldn't get the information from the remote server: {code} {type}",
2016-02-25 09:58:06 +03:00
"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",
"external-storage" : "external-storage",
2017-07-22 03:08:07 +03:00
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Couldn't fetch list of Windows network drive mount points: Empty response from server",
2016-02-25 09:58:06 +03:00
"Please enter the credentials for the {mount} mount" : "Please enter the credentials for the {mount} mount",
2016-02-06 09:55:36 +03:00
"Username" : "Username",
"Password" : "Password",
2016-02-25 09:58:06 +03:00
"Credentials saved" : "Credentials saved",
"Credentials saving failed" : "Credentials saving failed",
"Credentials required" : "Credentials required",
2017-05-25 03:08:04 +03:00
"Storage with ID \"%d\" not found" : "Storage with ID \"%d\" not found",
2016-05-24 22:24:38 +03:00
"Invalid backend or authentication mechanism class" : "Invalid backend or authentication mechanism class",
"Invalid mount point" : "Invalid mount point",
"Objectstore forbidden" : "Objectstore forbidden",
"Invalid storage backend \"%s\"" : "Invalid storage backend \"%s\"",
"Not permitted to use backend \"%s\"" : "Not permitted to use backend \"%s\"",
"Not permitted to use authentication mechanism \"%s\"" : "Not permitted to use authentication mechanism \"%s\"",
"Unsatisfied backend parameters" : "Unsatisfied backend parameters",
"Unsatisfied authentication mechanism parameters" : "Unsatisfied authentication mechanism parameters",
"Insufficient data: %s" : "Insufficient data: %s",
"%s" : "%s",
2017-05-25 03:08:04 +03:00
"Storage with ID \"%d\" is not user editable" : "Storage with ID \"%d\" is not user editable",
2016-02-25 09:58:06 +03:00
"Access key" : "Access key",
"Secret key" : "Secret key",
"Builtin" : "Builtin",
2015-08-25 19:39:10 +03:00
"None" : "None",
2016-02-25 09:58:06 +03:00
"OAuth1" : "OAuth1",
2015-08-25 19:39:10 +03:00
"App key" : "App key",
"App secret" : "App secret",
2016-02-25 09:58:06 +03:00
"OAuth2" : "OAuth2",
2015-08-25 19:39:10 +03:00
"Client ID" : "Client ID",
"Client secret" : "Client secret",
2018-02-28 04:12:31 +03:00
"OpenStack v2" : "OpenStack v2",
2016-02-25 09:58:06 +03:00
"Tenant name" : "Tenant name",
"Identity endpoint URL" : "Identity endpoint URL",
2018-02-28 04:12:31 +03:00
"OpenStack v3" : "OpenStack v3",
2018-02-27 04:14:26 +03:00
"Domain" : "Domain",
2016-02-25 09:58:06 +03:00
"Rackspace" : "Rackspace",
2015-09-14 08:55:35 +03:00
"API key" : "API key",
2017-05-25 03:08:04 +03:00
"Global credentials" : "Global credentials",
2016-07-06 16:28:06 +03:00
"Log-in credentials, save in database" : "Log-in credentials, save in database",
2016-02-25 09:58:06 +03:00
"Username and password" : "Username and password",
"Log-in credentials, save in session" : "Log-in credentials, save in session",
2016-07-06 16:28:06 +03:00
"User entered, store in database" : "User entered, store in database",
2016-02-25 09:58:06 +03:00
"RSA public key" : "RSA public key",
2015-09-14 08:55:35 +03:00
"Public key" : "Public key",
2018-06-12 03:12:46 +03:00
"RSA private key" : "RSA private key",
"Private key" : "Private key",
2018-11-16 04:12:14 +03:00
"Kerberos ticket" : "Kerberos ticket",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
2015-09-14 08:55:35 +03:00
"Bucket" : "Bucket",
2015-08-25 19:39:10 +03:00
"Hostname" : "Hostname",
"Port" : "Port",
"Region" : "Region",
"Enable SSL" : "Enable SSL",
"Enable Path Style" : "Enable Path Style",
2018-01-06 04:11:09 +03:00
"Legacy (v2) authentication" : "Legacy (v2) authentication",
2015-08-25 19:39:10 +03:00
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Remote subfolder" : "Remote subfolder",
2015-08-25 19:39:10 +03:00
"Secure https://" : "Secure https://",
2016-02-25 09:58:06 +03:00
"FTP" : "FTP",
2015-09-14 08:55:35 +03:00
"Host" : "Host",
2015-08-25 19:39:10 +03:00
"Secure ftps://" : "Secure ftps://",
"Local" : "Local",
"Location" : "Location",
2017-05-25 03:08:04 +03:00
"Nextcloud" : "Nextcloud",
2016-02-25 09:58:06 +03:00
"SFTP" : "SFTP",
2015-08-25 19:39:10 +03:00
"Root" : "Root",
2015-09-28 12:07:18 +03:00
"SFTP with secret key login" : "SFTP with secret key login",
2016-02-25 09:58:06 +03:00
"SMB / CIFS" : "SMB / CIFS",
2015-09-14 08:55:35 +03:00
"Share" : "Share",
2015-09-28 12:07:18 +03:00
"SMB / CIFS using OC login" : "SMB / CIFS using OC login",
2015-09-14 08:55:35 +03:00
"Username as share" : "Username as share",
"OpenStack Object Storage" : "OpenStack Object Storage",
2016-02-25 09:58:06 +03:00
"Service name" : "Service name",
"Request timeout (seconds)" : "Request timeout (seconds)",
2017-05-25 03:08:04 +03:00
"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.",
2018-02-13 00:33:37 +03:00
"External storage support" : "External storage support",
2018-02-28 04:12:31 +03:00
"No external storage configured or you don't have the permission to configure them" : "No external storage configured or you don't have the permission to configure them",
"Name" : "Name",
"Storage type" : "Storage type",
"Scope" : "Scope",
"Folder name" : "Folder name",
2017-05-08 23:49:06 +03:00
"External storage" : "External storage",
2016-02-25 09:58:06 +03:00
"Authentication" : "Authentication",
"Configuration" : "Configuration",
"Available for" : "Available for",
2018-03-02 04:12:16 +03:00
"Click to recheck the configuration" : "Click to recheck the configuration",
2015-11-25 09:55:37 +03:00
"Add storage" : "Add storage",
2015-04-23 08:54:51 +03:00
"Advanced settings" : "Advanced settings",
2019-09-17 15:33:26 +03:00
"Allow users to mount external storage" : "Allow users to mount external storage"
},
"nplurals=2; plural=(n != 1);");