31 lines
974 B
JavaScript
31 lines
974 B
JavaScript
|
OC.L10N.register(
|
||
|
"tasks",
|
||
|
{
|
||
|
"Important" : "Importante",
|
||
|
"Today" : "Hodie",
|
||
|
"Week" : "Septimana",
|
||
|
"All" : "Tote",
|
||
|
"Current" : "Actual",
|
||
|
"Completed" : "Completate",
|
||
|
"Delete" : "Deler",
|
||
|
"Cancel" : "Cancellar",
|
||
|
"Change sort order" : "Cambiar ordine de classification",
|
||
|
"Priority" : "Prioritate",
|
||
|
"Manually" : "Manualmente",
|
||
|
"Alphabetically" : "Alphabeticamente",
|
||
|
"Tomorrow" : "Deman",
|
||
|
"Set start date" : "Assigna le data de initio",
|
||
|
"Set due date" : "Assignar data debite",
|
||
|
"Edit" : "Modificar",
|
||
|
"Download" : "Discargar",
|
||
|
"Save" : "Salveguardar",
|
||
|
"New List" : "Nove Lista",
|
||
|
"An empty name is not allowed." : "Un nomine vacue non es permittite.",
|
||
|
"Settings" : "Configurationes",
|
||
|
"Visibility of Smart Collections" : "Visibilitate de Collectiones Intelligente",
|
||
|
"Hidden" : "Occultate",
|
||
|
"Visible" : "Visibile",
|
||
|
"Automatic" : "Automatic"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|