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