nextcloud/apps/files_external/l10n/en_GB.js

131 lines
7.2 KiB
JavaScript

OC.L10N.register(
"files_external",
{
"External storages" : "External storages",
"Personal" : "Personal",
"System" : "System",
"Grant access" : "Grant access",
"Error configuring OAuth1" : "Error configuring OAuth1",
"Please provide a valid app key and secret." : "Please provide a valid app key and secret.",
"Error configuring OAuth2" : "Error configuring OAuth2",
"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)",
"Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)",
"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",
"Admin defined" : "Admin defined",
"Are you sure you want to delete this external storage?" : "Are you sure you want to delete this external storage?",
"Delete storage?" : "Delete storage?",
"Saved" : "Saved",
"Saving..." : "Saving...",
"Save" : "Save",
"Empty response from the server" : "Empty response from the server",
"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",
"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",
"external-storage" : "external-storage",
"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",
"Please enter the credentials for the {mount} mount" : "Please enter the credentials for the {mount} mount",
"Username" : "Username",
"Password" : "Password",
"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",
"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",
"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",
"None" : "None",
"OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
"OAuth2" : "OAuth2",
"Client ID" : "Client ID",
"Client secret" : "Client secret",
"OpenStack v2" : "OpenStack v2",
"Tenant name" : "Tenant name",
"Identity endpoint URL" : "Identity endpoint URL",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Domain",
"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",
"User entered, store in database" : "User entered, store in database",
"RSA public key" : "RSA public key",
"Public key" : "Public key",
"RSA private key" : "RSA private key",
"Private key" : "Private key",
"Kerberos ticket" : "Kerberos ticket",
"Amazon S3" : "Amazon S3",
"Bucket" : "Bucket",
"Hostname" : "Hostname",
"Port" : "Port",
"Region" : "Region",
"Enable SSL" : "Enable SSL",
"Enable Path Style" : "Enable Path Style",
"Legacy (v2) authentication" : "Legacy (v2) authentication",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Remote subfolder",
"Secure https://" : "Secure https://",
"FTP" : "FTP",
"Host" : "Host",
"Secure ftps://" : "Secure ftps://",
"Local" : "Local",
"Location" : "Location",
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
"Root" : "Root",
"SFTP with secret key login" : "SFTP with secret key login",
"SMB / CIFS" : "SMB / CIFS",
"Share" : "Share",
"SMB / CIFS using OC login" : "SMB / CIFS using OC login",
"Username as share" : "Username as share",
"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.",
"External storage support" : "External storage support",
"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",
"External storage" : "External storage",
"Authentication" : "Authentication",
"Configuration" : "Configuration",
"Available for" : "Available for",
"Click to recheck the configuration" : "Click to recheck the configuration",
"Add storage" : "Add storage",
"Advanced settings" : "Advanced settings",
"Allow users to mount external storage" : "Allow users to mount external storage",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Some of the configured external mount points are not connected. Please click on the red row(s) for more information",
"\"%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."
},
"nplurals=2; plural=(n != 1);");