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

oc.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d785441ee285758d2940548ed953b8f773078e22 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?php
$TRANSLATIONS = array(
"Sunday" => "Dimenge",
"Monday" => "Diluns",
"Tuesday" => "Dimarç",
"Wednesday" => "Dimecres",
"Thursday" => "Dijòus",
"Friday" => "Divendres",
"Saturday" => "Dissabte",
"January" => "genièr",
"February" => "febrièr",
"March" => "març",
"April" => "abril",
"May" => "mai",
"June" => "junh",
"July" => "julhet",
"August" => "agost",
"September" => "septembre",
"October" => "octobre",
"November" => "Novembre",
"December" => "Decembre",
"Settings" => "Configuracion",
"Folder" => "Dorsièr",
"Saving..." => "Enregistra...",
"Reset password" => "Senhal tornat botar",
"No" => "Non",
"Yes" => "Òc",
"Choose" => "Causís",
"Ok" => "D'accòrdi",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
"Cancel" => "Annula",
"Share" => "Parteja",
"Error" => "Error",
"Error while sharing" => "Error al partejar",
"Error while unsharing" => "Error al non partejar",
"Error while changing permissions" => "Error al cambiar permissions",
"Password protect" => "Parat per senhal",
"Set expiration date" => "Met la data d'expiracion",
"Expiration date" => "Data d'expiracion",
"group" => "grop",
"Resharing is not allowed" => "Tornar partejar es pas permis",
"Unshare" => "Pas partejador",
"can edit" => "pòt modificar",
"access control" => "Contraròtle d'acces",
"create" => "crea",
"update" => "met a jorn",
"delete" => "escafa",
"Password protected" => "Parat per senhal",
"Error unsetting expiration date" => "Error al metre de la data d'expiracion",
"Error setting expiration date" => "Error setting expiration date",
"Delete" => "Escafa",
"Add" => "Ajusta",
"Use the following link to reset your password: {link}" => "Utiliza lo ligam seguent per tornar botar lo senhal : {link}",
"You will receive a link to reset your password via Email." => "Reçaupràs un ligam per tornar botar ton senhal via corrièl.",
"Username" => "Non d'usancièr",
"New password" => "Senhal novèl",
"Personal" => "Personal",
"Users" => "Usancièrs",
"Apps" => "Apps",
"Admin" => "Admin",
"Help" => "Ajuda",
"Access forbidden" => "Acces enebit",
"Security Warning" => "Avertiment de securitat",
"Create an <strong>admin account</strong>" => "Crea un <strong>compte admin</strong>",
"Password" => "Senhal",
"Data folder" => "Dorsièr de donadas",
"Configure the database" => "Configura la basa de donadas",
"Database user" => "Usancièr de la basa de donadas",
"Database password" => "Senhal de la basa de donadas",
"Database name" => "Nom de la basa de donadas",
"Database tablespace" => "Espandi de taula de basa de donadas",
"Database host" => "Òste de basa de donadas",
"Finish setup" => "Configuracion acabada",
"Log out" => "Sortida",
"remember" => "bremba-te",
"Log in" => "Dintrada"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";