1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Saved" : "Salveguardate", |
||
5 | "Delete" : "Deler", |
||
6 | "Done" : "Preste", |
||
7 | "OK" : "Ok", |
||
8 | "Cancel" : "Cancellar", |
||
9 | "Add" : "Adder", |
||
10 | "Remove from favorites" : "Remove from favorites", |
||
11 | "Delete folder" : "Deler dossier", |
||
12 | "Add to favorites" : "Add to favorites", |
||
13 | "Share" : "Compartir", |
||
14 | "Save" : "Salveguardar", |
||
15 | "Download" : "Discargar", |
||
16 | "New" : "Nove", |
||
17 | "Share link" : "Compartir ligamine", |
||
18 | "Type" : "Typo", |
||
19 | "Date" : "Date", |
||
20 | "Search" : "Cercar", |
||
21 | "Total" : "Total", |
||
22 | "Yes" : "Si", |
||
23 | "No" : "No", |
||
24 | "Authentication" : "Authentication", |
||
25 | "Version" : "Version", |
||
26 | "Local" : "Local", |
||
27 | "Announcements" : "Annucios", |
||
28 | "The password is wrong. Try again." : "Le contrasigno es incorrecte. Tenta de novo.", |
||
29 | "Password" : "Contrasigno", |
||
30 | "Favorites" : "Favoritos", |
||
31 | "Back" : "Retro", |
||
32 | "Settings" : "Configurationes", |
||
33 | "Name" : "Nomine", |
||
34 | "Open documentation" : "Aperir documentation", |
||
35 | "Update" : "Actualisation", |
||
36 | "Export" : "Exportar", |
||
37 | "Description" : "Description", |
||
38 | "Import" : "Importar", |
||
39 | "Title" : "Titulo", |
||
40 | "Daily" : "Cata die", |
||
41 | "Hourly" : "Cata hora", |
||
42 | "Unshare" : "Cessa de compartir", |
||
43 | "Password protection" : "Password protection", |
||
44 | "Copy link" : "Copiar ligamine", |
||
45 | "Create" : "Crear" |
||
46 | }, |
||
47 | "nplurals=2; plural=(n != 1);"); |
||
48 |
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.