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

oc.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c41061bbe730eeae130322fb4e7e06fa7a570cc (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
$TRANSLATIONS = array(
"Authentication error" => "Error d'autentificacion",
"Group already exists" => "Lo grop existís ja",
"Unable to add group" => "Pas capable d'apondre  un grop",
"Email saved" => "Corrièl enregistrat",
"Invalid email" => "Corrièl incorrècte",
"Unable to delete group" => "Pas capable d'escafar un grop",
"Unable to delete user" => "Pas capable d'escafar un usancièr",
"Language changed" => "Lengas cambiadas",
"Invalid request" => "Demanda invalida",
"Unable to add user to group %s" => "Pas capable d'apondre un usancièr al grop %s",
"Unable to remove user from group %s" => "Pas capable de tira un usancièr del grop %s",
"Disable" => "Desactiva",
"Enable" => "Activa",
"Delete" => "Escafa",
"Groups" => "Grops",
"undo" => "defar",
"never" => "jamai",
"__language_name__" => "__language_name__",
"Login" => "Login",
"Security Warning" => "Avertiment de securitat",
"Cron" => "Cron",
"Execute one task with each page loaded" => "Executa un prètfach amb cada pagina cargada",
"Sharing" => "Al partejar",
"Log" => "Jornal",
"More" => "Mai d'aquò",
"by" => "per",
"Password" => "Senhal",
"Your password was changed" => "Ton senhal a cambiat",
"Unable to change your password" => "Pas possible de cambiar ton senhal",
"Current password" => "Senhal en cors",
"New password" => "Senhal novèl",
"Change password" => "Cambia lo senhal",
"Email" => "Corrièl",
"Your email address" => "Ton adreiça de corrièl",
"Cancel" => "Annula",
"Language" => "Lenga",
"Help translate" => "Ajuda a la revirada",
"Login Name" => "Login",
"Create" => "Crea",
"Default Quota" => "Quota per defaut",
"Other" => "Autres",
"Username" => "Non d'usancièr",
"Quota" => "Quota"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";