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

ro.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be2244462980a0021ba059d6bdf5cc8358958183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "weather",
    {
    "Monday" : "Luni",
    "Tuesday" : "Marți",
    "Wednesday" : "Miercuri",
    "Thursday" : "Joi",
    "Friday" : "Vineri",
    "Saturday" : "Sâmbătă",
    "Sunday" : "Duminică",
    "Weather" : "Vreme",
    "Save" : "Salvează",
    "Add" : "Adaugă",
    "Cancel" : "Anulează",
    "Settings" : "Setări",
    "Date" : "Date"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");