Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 14 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | OC.L10N.register( |
||
|
|||
2 | "mood", |
||
3 | { |
||
4 | "New mood" : "Yeni duygu", |
||
5 | "Share with ..." : "Şunlarla paylaş ...", |
||
6 | "Share your mood" : "Duygunuzu paylaşın", |
||
7 | "{author} shared a mood with you" : "{author} sizinle bir duygusunu paylaştı", |
||
8 | "{author} shared a mood with {circles}" : "{author}, {circles} ile bir duygusunu paylaştı", |
||
9 | "You shared a mood with {circles}" : "{circles} ile bir duygunuzu paylaştınız", |
||
10 | "A social <strong>mood</strong> is shared" : "Bir sosyal <strong>duygu</strong> paylaşıldı", |
||
11 | "mood" : "duygu", |
||
12 | "Your mood over the clouds" : "Duygularınız bulutların üzerinde" |
||
13 | }, |
||
14 | "nplurals=2; plural=(n > 1);"); |
||
15 |
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.