Issues (496)

l10n/ur_PK.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "analytics",
3
    {
4
    "Delete" : "حذف کریں",
5
    "OK" : "اوکے",
6
    "Cancel" : "منسوخ کریں",
7
    "Add" : "شامل کریں",
8
    "Remove from favorites" : "Remove from favorites",
9
    "Add to favorites" : "Add to favorites",
10
    "Share" : "تقسیم",
11
    "Save" : "حفظ",
12
    "Download" : "ڈاؤن لوڈ",
13
    "Share link" : "اشتراک لنک",
14
    "Type" : "Type",
15
    "Date" : "Date",
16
    "Search" : "Search",
17
    "Yes" : "Yes",
18
    "No" : "No",
19
    "Password" : "پاسورڈ",
20
    "Favorites" : "Favorites",
21
    "Settings" : "سیٹینگز",
22
    "Name" : "اسم",
23
    "Advanced" : "ایڈوانسڈ",
24
    "Description" : "تصریح",
25
    "Title" : "عنوان",
26
    "Unshare" : "شئیرنگ ختم کریں",
27
    "Password protection" : "Password protection"
28
},
29
"nplurals=2; plural=(n != 1);");
30