2014-10-17 16:20:02 +04:00
OC . L10N . register (
"files_external" ,
{
"Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s" ,
"Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s" ,
"External storage" : "External storage" ,
2015-03-25 08:55:46 +03:00
"Storage with id \"%i\" not found" : "Storage with id \"%i\" not found" ,
"Invalid mount point" : "Invalid mount point" ,
"Invalid storage backend \"%s\"" : "Invalid storage backend \"%s\"" ,
2014-10-17 16:20:02 +04:00
"Personal" : "Personal" ,
"System" : "System" ,
2015-08-25 19:39:10 +03:00
"Grant access" : "Grant access" ,
"Access granted" : "Access granted" ,
2015-09-14 08:55:35 +03:00
"Generate keys" : "Generate keys" ,
"Error generating key pair" : "Error generating key pair" ,
2015-06-03 08:55:29 +03:00
"Enable encryption" : "Enable encryption" ,
2015-06-04 08:56:24 +03:00
"Enable previews" : "Enable previews" ,
"Check for changes" : "Check for changes" ,
"Never" : "Never" ,
"Once every direct access" : "Once every direct access" ,
2014-10-17 16:20:02 +04:00
"All users. Type to select user or group." : "All users. Type to select user or group." ,
"(group)" : "(group)" ,
"Saved" : "Saved" ,
2015-08-25 19:39:10 +03:00
"None" : "None" ,
"App key" : "App key" ,
"App secret" : "App secret" ,
"Client ID" : "Client ID" ,
"Client secret" : "Client secret" ,
2015-09-14 08:55:35 +03:00
"Username" : "Username" ,
2015-08-25 19:39:10 +03:00
"Password" : "Password" ,
2015-09-14 08:55:35 +03:00
"API key" : "API key" ,
"Public key" : "Public key" ,
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" ,
"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://" ,
"Dropbox" : "Dropbox" ,
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" ,
"ownCloud" : "ownCloud" ,
"Root" : "Root" ,
2015-09-28 12:07:18 +03:00
"SFTP with secret key login" : "SFTP with secret key login" ,
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" ,
2014-10-17 16:20:02 +04:00
"<b>Note:</b> " : "<b>Note:</b> " ,
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." ,
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." ,
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." ,
2015-01-13 09:56:58 +03:00
"No external storage configured" : "No external storage configured" ,
2015-04-23 08:54:51 +03:00
"You can add external storages in the personal settings" : "You can add external storages in the personal settings" ,
2014-10-17 16:20:02 +04:00
"Name" : "Name" ,
"Storage type" : "Storage type" ,
"Scope" : "Scope" ,
"External Storage" : "External Storage" ,
"Folder name" : "Folder name" ,
"Configuration" : "Configuration" ,
"Available for" : "Available for" ,
2015-11-25 09:55:37 +03:00
"Add storage" : "Add storage" ,
2015-04-23 08:54:51 +03:00
"Advanced settings" : "Advanced settings" ,
2014-10-17 16:20:02 +04:00
"Delete" : "Delete" ,
"Allow users to mount the following external storage" : "Allow users to mount the following external storage"
} ,
"nplurals=2; plural=(n != 1);" ) ;