Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 35 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Saved" : "ಉಳಿಸಿದ", |
||
5 | "Delete" : "ಅಳಿಸಿ", |
||
6 | "OK" : "ಸರಿ", |
||
7 | "Cancel" : "ರದ್ದು", |
||
8 | "Add" : "ಸೇರಿಸಿ", |
||
9 | "Remove from favorites" : "Remove from favorites", |
||
10 | "Add to favorites" : "Add to favorites", |
||
11 | "Share" : "ಹಂಚಿಕೊಳ್ಳಿ", |
||
12 | "Save" : "ಉಳಿಸಿ", |
||
13 | "Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ", |
||
14 | "New" : "ಹೊಸ", |
||
15 | "Share link" : "ಸಂಪರ್ಕ ಕೊಂಡಿಯನ್ನು ಹಂಚಿಕೊಳ್ಳಬಹುದು", |
||
16 | "Type" : "Type", |
||
17 | "Date" : "Date", |
||
18 | "Search" : "Search", |
||
19 | "Yes" : "Yes", |
||
20 | "No" : "No", |
||
21 | "Version" : "ಆವೃತ್ತಿ", |
||
22 | "Local" : "ಸ್ಥಳೀಯ", |
||
23 | "Password" : "ಗುಪ್ತ ಪದ", |
||
24 | "Favorites" : "ಅಚ್ಚುಮೆಚ್ಚಿನ", |
||
25 | "Settings" : "ಆಯ್ಕೆ", |
||
26 | "Name" : "ಹೆಸರು", |
||
27 | "Export" : "ರಫ್ತು", |
||
28 | "Import" : "ಆಮದು", |
||
29 | "Title" : "ಶೀರ್ಷಿಕೆ", |
||
30 | "Copy" : "ನಕಲಿಸಿ", |
||
31 | "Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ", |
||
32 | "Password protection" : "Password protection", |
||
33 | "Create" : "ಸೃಷ್ಟಿಸಿ" |
||
34 | }, |
||
35 | "nplurals=2; plural=(n > 1);"); |
||
36 |
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.