Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 21 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
2 | "deck", |
||
3 | { |
||
4 | "Finished" : "Finite", |
||
5 | "To review" : "A revider", |
||
6 | "Action needed" : "Action necessari", |
||
7 | "Later" : "Depost", |
||
8 | "Delete" : "Deler", |
||
9 | "Select users or groups to share with" : "Selectiona usatores o gruppos pro compartir", |
||
10 | "No matching user or group found." : "Nulle usator o gruppo correspondente trovate.", |
||
11 | "Share" : "Compartir", |
||
12 | "Edit" : "Modificar", |
||
13 | "Manage" : "Administrar", |
||
14 | "Members" : "Membros", |
||
15 | "Modified:" : "Modificate:", |
||
16 | "Created:" : "Create:", |
||
17 | "by" : "per", |
||
18 | "Saved" : "Salveguardate", |
||
19 | "Shared with you" : "Compartite con te" |
||
20 | }, |
||
21 | "nplurals=2; plural=(n != 1);"); |
||
22 |