2014-04-08 09:57:51 +04:00
< ? php
$TRANSLATIONS = array (
2014-04-30 09:57:53 +04:00
" Local " => " Llocal " ,
" Location " => " Llocalización " ,
2014-05-14 09:55:31 +04:00
" Amazon S3 " => " Amazon S3 " ,
" Key " => " Clave " ,
" Secret " => " Secretu " ,
" Bucket " => " Depósitu " ,
" Amazon S3 and compliant " => " Amazon S3 y compatibilidá " ,
" Access Key " => " Clave d'accesu " ,
" Secret Key " => " Clave Secreta " ,
" Hostname (optional) " => " Nome d'equipu (opcional) " ,
" Port (optional) " => " Puertu (opcional) " ,
" Region (optional) " => " Rexón (opcional) " ,
" Enable SSL " => " Habilitar SSL " ,
" Enable Path Style " => " Habilitar Estilu de ruta " ,
" App key " => " App principal " ,
" App secret " => " App secreta " ,
2014-05-17 09:57:38 +04:00
" Host " => " Sirvidor " ,
2014-04-30 09:57:53 +04:00
" Username " => " Nome d'usuariu " ,
" Password " => " Contraseña " ,
2014-05-14 09:55:31 +04:00
" Root " => " Raíz " ,
" Secure ftps:// " => " Secure ftps:// " ,
" Client ID " => " ID de veceru " ,
" Client secret " => " Veceru secretu " ,
" OpenStack Object Storage " => " OpenStack Object Storage " ,
" Username (required) " => " Nome d'usuariu (necesariu) " ,
" Bucket (required) " => " Depósitu (necesariu) " ,
" Region (optional for OpenStack Object Storage) " => " Rexón (opcional pa OpenStack Object Storage) " ,
" API Key (required for Rackspace Cloud Files) " => " Clave API (necesaria pa Rackspace Cloud Files) " ,
" Tenantname (required for OpenStack Object Storage) " => " Nome d'inquilín (necesariu pa OpenStack Object Storage) " ,
" Password (required for OpenStack Object Storage) " => " Contraseña (necesaria pa OpenStack Object Storage) " ,
" Service Name (required for OpenStack Object Storage) " => " Nome de Serviciu (necesariu pa OpenStack Object Storage) " ,
" URL of identity endpoint (required for OpenStack Object Storage) " => " URL d'identidá de puntu final (necesariu pa OpenStack Object Storage) " ,
" Timeout of HTTP requests in seconds (optional) " => " Tiempu d'espera de peticiones HTTP en segundos (opcional) " ,
2014-04-30 09:57:53 +04:00
" Share " => " Compartir " ,
2014-05-14 09:55:31 +04:00
" SMB / CIFS using OC login " => " SMB / CIFS usando accesu OC " ,
" Username as share " => " Nome d'usuariu como Compartición " ,
2014-05-16 09:55:55 +04:00
" URL " => " URL " ,
2014-05-14 09:55:31 +04:00
" Secure https:// " => " Secure https:// " ,
" Remote subfolder " => " Subcarpeta remota " ,
" Access granted " => " Accesu concedíu " ,
" Error configuring Dropbox storage " => " Fallu configurando l'almacenamientu de Dropbox " ,
" Grant access " => " Conceder accesu " ,
" Please provide a valid Dropbox app key and secret. " => " Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta. " ,
" Error configuring Google Drive storage " => " Fallu configurando l'almacenamientu de Google Drive " ,
2014-04-28 09:56:24 +04:00
" Saved " => " Guardáu " ,
2014-05-14 09:55:31 +04:00
" <b>Note:</b> " => " <b>Nota:</b> " ,
" and " => " y " ,
" <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>Nota:</b> El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale. " ,
" <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>Nota:</b> El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale. " ,
" <b>Note:</b> \" %s \" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it. " => " <b>Nota:</b> \" %s \" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale. " ,
" External Storage " => " Almacenamientu esternu " ,
2014-04-10 09:55:39 +04:00
" Folder name " => " Nome de la carpeta " ,
2014-05-14 09:55:31 +04:00
" External storage " => " Almacenamientu esternu " ,
2014-04-26 09:55:32 +04:00
" Configuration " => " Configuración " ,
2014-04-09 09:56:49 +04:00
" Options " => " Opciones " ,
2014-05-14 09:55:31 +04:00
" Available for " => " Disponible pa " ,
" Add storage " => " Amestar almacenamientu " ,
" No user or group " => " Nengún usuariu o grupu " ,
" All Users " => " Tolos usuarios " ,
2014-04-09 09:56:49 +04:00
" Groups " => " Grupos " ,
2014-04-10 09:55:39 +04:00
" Users " => " Usuarios " ,
2014-05-14 09:55:31 +04:00
" Delete " => " Desaniciar " ,
" Enable User External Storage " => " Habilitar almacenamientu esterno d'usuariu " ,
" Allow users to mount the following external storage " => " Permitir a los usuarios montar el siguiente almacenamientu esternu " ,
" SSL root certificates " => " Certificaos raíz SSL " ,
" Import Root Certificate " => " Importar certificáu raíz "
2014-04-08 09:57:51 +04:00
);
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;