tasks/l10n/ia.js

31 lines
974 B
JavaScript
Raw Normal View History

2019-07-13 02:52:13 +00:00
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);");