Issues (496)

l10n/gd.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" : "Sguab às",
5
    "OK" : "Ceart ma-thà",
6
    "Cancel" : "Sguir dheth",
7
    "Add to favorites" : "Cuir ris na h-annsachdan",
8
    "Share" : "Co-roinn",
9
    "Save" : "Sàbhail",
10
    "Download" : "Luchdaich a-nuas",
11
    "Report" : "Dèan aithris air",
12
    "Share link" : "Ceangal co-roinnidh",
13
    "Link copied" : "Chaidh lethbhreac dhen cheangal a dhèanamh",
14
    "Type" : "Seòrsa",
15
    "Search" : "Lorg",
16
    "Yes" : "Tha",
17
    "No" : "Chan eil",
18
    "Version" : "Tionndadh",
19
    "File" : "Faidhle",
20
    "Password" : "Facal-faire",
21
    "Favorites" : "Annsachdan",
22
    "Translate" : "Eadar-theangaich",
23
    "Back" : "Air ais",
24
    "Settings" : "Roghainnean",
25
    "Name" : "Ainm",
26
    "Copy" : "Dèan lethbhreac",
27
    "Unshare" : "Na co-roinn tuilleadh",
28
    "Copy link" : "Dèan lethbhreac dhen cheangal",
29
    "Create" : "Cruthaich"
30
},
31
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
32