2013-09-18 19:50:02 +04:00
< ? php
$TRANSLATIONS = array (
2014-07-01 09:54:43 +04:00
" Fetching request tokens failed. Verify that your Dropbox app key and secret are correct. " => " Fetching request tokens failed. Verify that your Dropbox app key and secret are correct. " ,
" Fetching access tokens failed. Verify that your Dropbox app key and secret are correct. " => " Fetching access tokens failed. Verify that your Dropbox app key and secret are correct. " ,
2014-06-29 09:56:00 +04:00
" Please provide a valid Dropbox app key and secret. " => " Please provide a valid Dropbox app key and secret. " ,
2014-07-01 09:54:43 +04:00
" Step 1 failed. Exception: %s " => " Step 1 failed. Exception: %s " ,
" Step 2 failed. Exception: %s " => " Step 2 failed. Exception: %s " ,
2014-06-07 09:56:13 +04:00
" External storage " => " External storage " ,
2014-04-30 09:57:53 +04:00
" Local " => " Local " ,
" Location " => " Location " ,
" Amazon S3 " => " Amazon S3 " ,
" Key " => " Key " ,
" Secret " => " Secret " ,
" Bucket " => " Bucket " ,
" Amazon S3 and compliant " => " Amazon S3 and compliant " ,
" Access Key " => " Access Key " ,
" Secret Key " => " Secret Key " ,
2014-09-01 09:59:19 +04:00
" Hostname " => " Hostname " ,
" Port " => " Port " ,
" Region " => " Region " ,
2014-04-30 09:57:53 +04:00
" Enable SSL " => " Enable SSL " ,
" Enable Path Style " => " Enable Path Style " ,
" App key " => " App key " ,
" App secret " => " App secret " ,
2014-05-17 09:57:38 +04:00
" Host " => " Host " ,
2014-04-30 09:57:53 +04:00
" Username " => " Username " ,
" Password " => " Password " ,
" Root " => " Root " ,
" Secure ftps:// " => " Secure ftps:// " ,
" Client ID " => " Client ID " ,
" Client secret " => " Client secret " ,
" OpenStack Object Storage " => " OpenStack Object Storage " ,
" Region (optional for OpenStack Object Storage) " => " Region (optional for OpenStack Object Storage) " ,
" API Key (required for Rackspace Cloud Files) " => " API Key (required for Rackspace Cloud Files) " ,
" Tenantname (required for OpenStack Object Storage) " => " Tenantname (required for OpenStack Object Storage) " ,
" Password (required for OpenStack Object Storage) " => " Password (required for OpenStack Object Storage) " ,
" Service Name (required for OpenStack Object Storage) " => " Service Name (required for OpenStack Object Storage) " ,
" URL of identity endpoint (required for OpenStack Object Storage) " => " URL of identity endpoint (required for OpenStack Object Storage) " ,
2014-09-01 09:59:19 +04:00
" Timeout of HTTP requests in seconds " => " Timeout of HTTP requests in seconds " ,
2014-04-30 09:57:53 +04:00
" Share " => " Share " ,
" SMB / CIFS using OC login " => " SMB / CIFS using OC login " ,
" Username as share " => " Username as share " ,
2014-05-16 09:55:55 +04:00
" URL " => " URL " ,
2014-04-30 09:57:53 +04:00
" Secure https:// " => " Secure https:// " ,
" Remote subfolder " => " Remote subfolder " ,
2013-09-18 19:50:02 +04:00
" Access granted " => " Access granted " ,
" Error configuring Dropbox storage " => " Error configuring Dropbox storage " ,
" Grant access " => " Grant access " ,
" Error configuring Google Drive storage " => " Error configuring Google Drive storage " ,
2014-06-08 09:56:13 +04:00
" Personal " => " Personal " ,
2014-06-17 09:55:43 +04:00
" System " => " System " ,
2014-08-30 09:57:04 +04:00
" All users. Type to select user or group. " => " All users. Type to select user or group. " ,
" (group) " => " (group) " ,
2014-03-12 09:57:17 +04:00
" Saved " => " Saved " ,
2014-04-10 09:55:39 +04:00
" <b>Note:</b> " => " <b>Note:</b> " ,
" and " => " and " ,
" <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. " ,
2014-06-17 09:55:43 +04:00
" You don't have any external storages " => " You don't have any external storage " ,
2014-06-08 09:56:13 +04:00
" Name " => " Name " ,
2014-06-17 09:55:43 +04:00
" Storage type " => " Storage type " ,
" Scope " => " Scope " ,
2013-09-18 19:50:02 +04:00
" External Storage " => " External Storage " ,
" Folder name " => " Folder name " ,
" Configuration " => " Configuration " ,
2014-04-03 09:56:12 +04:00
" Available for " => " Available for " ,
2013-09-18 19:50:02 +04:00
" Add storage " => " Add storage " ,
" Delete " => " Delete " ,
" Enable User External Storage " => " Enable User External Storage " ,
2014-09-01 09:59:19 +04:00
" Allow users to mount the following external storage " => " Allow users to mount the following external storage "
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;