25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Access granted" => "S'ha concedit l'accés",
|
|
"Error configuring Dropbox storage" => "Error en configurar l'emmagatzemament Dropbox",
|
|
"Grant access" => "Concedeix accés",
|
|
"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",
|
|
"Saved" => "Desat",
|
|
"External Storage" => "Emmagatzemament extern",
|
|
"Folder name" => "Nom de la carpeta",
|
|
"External storage" => "Emmagatzemament extern",
|
|
"Configuration" => "Configuració",
|
|
"Options" => "Options",
|
|
"Add storage" => "Afegeix emmagatzemament",
|
|
"All Users" => "Tots els usuaris",
|
|
"Groups" => "Grups",
|
|
"Users" => "Usuaris",
|
|
"Delete" => "Esborra",
|
|
"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
|
|
"Allow users to mount the following external storage" => "Permet als usuaris muntar els dispositius externs següents",
|
|
"SSL root certificates" => "Certificats SSL root",
|
|
"Import Root Certificate" => "Importa certificat root"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|