nextcloud/apps/files_external/l10n/ca.php

19 lines
716 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
"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",
"SSL root certificates" => "Certificats SSL root",
"Import Root Certificate" => "Importa certificat root",
"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
"Allow users to mount their own external storage" => "Permet als usuaris muntar el seu emmagatzemament extern propi"
);