2012-08-14 01:19:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-10-04 04:07:35 +04:00
|
|
|
"Access granted" => "S'ha concedit l'accés",
|
|
|
|
"Error configuring Dropbox storage" => "Error en configurar l'emmagatzemament Dropbox",
|
|
|
|
"Grant access" => "Concedeix accés",
|
|
|
|
"Fill out all required fields" => "Ompliu els camps requerits",
|
|
|
|
"Please provide a valid Dropbox app key and secret." => "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox",
|
|
|
|
"Error configuring Google Drive storage" => "Error en configurar l'emmagatzemament Google Drive",
|
2012-08-14 01:19:31 +04:00
|
|
|
"External Storage" => "Emmagatzemament extern",
|
|
|
|
"Mount point" => "Punt de muntatge",
|
|
|
|
"Backend" => "Dorsal",
|
|
|
|
"Configuration" => "Configuració",
|
|
|
|
"Options" => "Options",
|
|
|
|
"Applicable" => "Aplicable",
|
|
|
|
"Add mount point" => "Afegeix punt de muntatge",
|
|
|
|
"None set" => "Cap d'establert",
|
|
|
|
"All Users" => "Tots els usuaris",
|
|
|
|
"Groups" => "Grups",
|
|
|
|
"Users" => "Usuaris",
|
|
|
|
"Delete" => "Elimina",
|
|
|
|
"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
|
2012-10-03 01:18:26 +04:00
|
|
|
"Allow users to mount their own external storage" => "Permet als usuaris muntar el seu emmagatzemament extern propi",
|
|
|
|
"SSL root certificates" => "Certificats SSL root",
|
|
|
|
"Import Root Certificate" => "Importa certificat root"
|
2012-08-14 01:19:31 +04:00
|
|
|
);
|