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

ur_PK.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ce36885e1ea8ae7e348210e715e76741071ce37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "weather",
    {
    "Monday" : "سوموار",
    "Tuesday" : "منگل",
    "Wednesday" : "بدھ",
    "Thursday" : "جمعرات",
    "Friday" : "جمعہ",
    "Saturday" : "ہفتہ",
    "Sunday" : "اتوار",
    "Save" : "حفظ",
    "Add" : "شامل کریں",
    "Cancel" : "منسوخ کریں",
    "Settings" : "سیٹینگز",
    "Date" : "Date"
},
"nplurals=2; plural=(n != 1);");