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: fef9714ba15fd21786c1dcb801e0894f7498823a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "settings",
    {
    "Email sent" : "ارسال شدہ ای میل ",
    "Invalid request" : "غلط درخواست",
    "Delete" : "حذف کریں",
    "Very weak password" : "بہت کمزور پاسورڈ",
    "Weak password" : "کمزور پاسورڈ",
    "So-so password" : "نص نص پاسورڈ",
    "Good password" : "اچھا پاسورڈ",
    "Strong password" : "مضبوط پاسورڈ",
    "__language_name__" : "اردو",
    "Cheers!" : "واہ!",
    "Cancel" : "منسوخ کریں",
    "Password" : "پاسورڈ",
    "New password" : "نیا پاسورڈ",
    "Name" : "اسم",
    "Username" : "یوزر نیم",
    "Other" : "دیگر",
    "More" : "مزید",
    "Less" : "کم"
},
"nplurals=2; plural=(n != 1);");