Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55ab8f2b63af1a23940a32db53c8ac9598fba103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php $TRANSLATIONS = array(
"Authentication error" => "Error d'autenticació",
"OpenID Changed" => "OpenID ha canviat",
"Invalid request" => "Sol.licitud no vàlida",
"Language changed" => "S'ha canviat l'idioma",
"Ask a question" => "Feu una pregunta",
"Select an App" => "Sel·leccioneu una aplicació",
"-licensed" => "- amb llicència",
"by" => "per",
"Your password got changed" => "La contrasenya ha canviat",
"New password" => "Contrasenya nova",
"show" => "mostra",
"Language" => "Idioma",
"Name" => "Nom",
"Password" => "Contrasenya",
"Groups" => "Grups",
"Create" => "Crea"
);