aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/oc.js
blob: 2239187271ab0992af889c345bab51f0c60ec292 (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
79
80
OC.L10N.register(
    "lib",
    {
    "The page could not be found on the server." : "Se podiá pas trobar la pagina sul servidor.",
    "Other activities" : "Autras activitats",
    "Authentication" : "Autentificacion",
    "Unknown filetype" : "filetype desconegut",
    "Invalid image" : "Imatge invalid",
    "Files" : "Fichièrs",
    "View profile" : "Veire perfil",
    "today" : "uèi",
    "yesterday" : "ièr",
    "_in %n day_::_in %n days_" : ["d’aquí %n jorn","d’aquí %n jorns"],
    "_%n day ago_::_%n days ago_" : ["fa %n jorn","fa %n jorns"],
    "last month" : "lo mes passat",
    "_in %n month_::_in %n months_" : ["d’aquí %n mes","d’aquí %n meses"],
    "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n meses"],
    "last year" : "l’an passat",
    "_in %n year_::_in %n years_" : ["d’aquí %n annada","d’aquí %n annadas"],
    "_%n year ago_::_%n years ago_" : ["fa %n annada","fa %n annadas"],
    "_in %n hour_::_in %n hours_" : ["d’aquí %n ora","d’aquí %n oras"],
    "_%n hour ago_::_%n hours ago_" : ["fa %n ora ","fa %n oras"],
    "_in %n minute_::_in %n minutes_" : ["d’aquí %n minuta","d’aquí %n minutas"],
    "_%n minute ago_::_%n minutes ago_" : ["fa %n minuta","fa %n minutas"],
    "seconds ago" : "fa qualques segondas",
    "Empty file" : "Fichièr void",
    "File already exists" : "Lo fichièr existís ja",
    "Templates" : "Modèls",
    "__language_name__" : "Occitan",
    "Apps" : "Aplicacions",
    "Settings" : "Paramètres",
    "Log out" : "Desconnexion",
    "Email" : "Corrièl",
    "Mail %s" : "Mail %s",
    "Phone" : "Telefòn",
    "Call %s" : "Sonar %s",
    "Twitter" : "Twitter",
    "View %s on Twitter" : "Veire %s sus Twitter",
    "Website" : "Site web",
    "Visit %s" : "Visitar %s",
    "Address" : "Adreça",
    "Profile picture" : "Imatge de perfil",
    "About" : "A prepaus",
    "Headline" : "Títol",
    "Organisation" : "Organizacion",
    "Role" : "Ròtle",
    "Additional settings" : "Paramètres addicionals",
    "Set an admin password." : "Definir un senhal admin.",
    "Sunday" : "dimenge",
    "Monday" : "diluns",
    "Tuesday" : "dimars",
    "Wednesday" : "dimècres",
    "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" : "Setembre",
    "October" : "Octòbre",
    "November" : "Novembre",
    "December" : "Decembre",
    "May." : "Mai.",
    "a safe home for all your data" : "un ostal segur per vòstras donadas",
    "Authentication error" : "Error d’autentificacion",
    "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible",
    "Chat" : "Messatjariá",
    "Text" : "Tèxt",
    "Translate" : "Tradurre",
    "Help" : "Ajuda",
    "Users" : "Utilizaires",
    "Open »%s«" : "Dobrir « %s »",
    "User disabled" : "Utilizaire desactivat"
},
"nplurals=2; plural=(n > 1);");