nextcloud/apps/files_external/l10n/ca.php

25 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06: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",
"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",
2014-03-19 09:55:39 +04:00
"Saved" => "Desat",
2012-08-14 01:19:31 +04:00
"External Storage" => "Emmagatzemament extern",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nom de la carpeta",
"External storage" => "Emmagatzemament extern",
2012-08-14 01:19:31 +04:00
"Configuration" => "Configuració",
"Options" => "Options",
2013-03-01 03:07:02 +04:00
"Add storage" => "Afegeix emmagatzemament",
2012-08-14 01:19:31 +04:00
"All Users" => "Tots els usuaris",
"Groups" => "Grups",
"Users" => "Usuaris",
2013-04-27 04:24:29 +04:00
"Delete" => "Esborra",
2012-08-14 01:19:31 +04:00
"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari",
2014-03-19 09:55:39 +04:00
"Allow users to mount the following external storage" => "Permet als usuaris muntar els dispositius externs següents",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "Certificats SSL root",
"Import Root Certificate" => "Importa certificat root"
2012-08-14 01:19:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";