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

ur_PK.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7d7b31f6ab682ddce729dc6ecfb093b3af77cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "settings",
    {
    "Invalid request" : "غلط درخواست",
    "Email sent" : "ارسال شدہ ای میل ",
    "Delete" : "حذف کریں",
    "Very weak password" : "بہت کمزور پاسورڈ",
    "Weak password" : "کمزور پاسورڈ",
    "So-so password" : "نص نص پاسورڈ",
    "Good password" : "اچھا پاسورڈ",
    "Strong password" : "مضبوط پاسورڈ",
    "More" : "مزید",
    "Less" : "کم",
    "Cheers!" : "واہ!",
    "Cancel" : "منسوخ کریں",
    "Password" : "پاسورڈ",
    "New password" : "نیا پاسورڈ",
    "Username" : "یوزر نیم",
    "Other" : "دیگر"
},
"nplurals=2; plural=(n != 1);");