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: 538e24a56a303028c1711574ab9e32fab9157578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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",
"Problems connecting to help database." => "Problemes per connectar-se a la base de dades d'ajuda.",
"Go there manually." => "Vés-hi manualment.",
"Answer" => "Resposta",
"Select an App" => "Sel·leccioneu una aplicació",
"-licensed" => "- amb llicència",
"by" => "per",
"You use" => "Esteu usant",
"of the available" => "del disponible",
"Your password got changed" => "La contrasenya ha canviat",
"Current password" => "contrasenya actual",
"New password" => "Contrasenya nova",
"show" => "mostra",
"Change password" => "canvia la contrasenya",
"Language" => "Idioma",
"Help translating" => "Ajudeu amb la traducció",
"use this address to connect to your ownCloud in your file manager" => "useu aquesta adreça per connectar-vos a ownCloud des del gestor de fitxers",
"Name" => "Nom",
"Password" => "Contrasenya",
"Groups" => "Grups",
"Create" => "Crea",
"Delete" => "Esborra"
);