2014-08-19 07:42:51 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
|
|
|
"Tasks" => "Tarefas",
|
2014-08-31 15:32:02 +00:00
|
|
|
"Important" => "Importante",
|
|
|
|
"Today" => "Hoxe",
|
|
|
|
"Week" => "Semana",
|
|
|
|
"All" => "Todo",
|
|
|
|
"Current" => "Actual",
|
|
|
|
"Completed" => "Completado",
|
2014-08-19 07:42:51 +00:00
|
|
|
"Due yesterday" => "Caducou onte",
|
|
|
|
"Due today" => "Caduca hoxe",
|
|
|
|
"Due tomorrow" => "Caduca mañá",
|
|
|
|
"Due on" => "Caduca o",
|
|
|
|
"Started yesterday" => "Comezou onte",
|
|
|
|
"Starts today" => "Comeza hoxe",
|
|
|
|
"Starts tomorrow" => "Comeza mañá",
|
2014-11-08 06:07:28 +00:00
|
|
|
"Started on" => "Comezou o",
|
2014-08-19 07:42:51 +00:00
|
|
|
"Starts on" => "Comeza o",
|
|
|
|
"[Remind me yesterday at ]HH:mm" => "[Lembrado onte as ]HH:mm",
|
|
|
|
"[Remind me today at ]HH:mm" => "[Lembrarmo hoxe as ]HH:mm",
|
|
|
|
"[Remind me tomorrow at ]HH:mm" => "[Lembrarmo mañá as ]HH:mm",
|
|
|
|
"[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" => "[Lembrarmo o ]DD de MMM de YYYY,[ ás ]HH:mm",
|
|
|
|
"Yesterday" => "Onte",
|
|
|
|
"Tomorrow" => "Mañá",
|
|
|
|
"in %s" => "en %s",
|
|
|
|
"%s ago" => "hai %s",
|
|
|
|
"seconds" => "segundos",
|
|
|
|
"a minute" => "un minuto",
|
|
|
|
"%d minutes" => "%d minutos",
|
|
|
|
"an hour" => "unha hora",
|
|
|
|
"%d hours" => "%d horas",
|
|
|
|
"a day" => "un día",
|
|
|
|
"%d days" => "%d días",
|
|
|
|
"a month" => "un mes",
|
|
|
|
"%d months" => "%d meses",
|
|
|
|
"a year" => "un ano",
|
|
|
|
"%d years" => "%d anos",
|
|
|
|
"Hours" => "Horas",
|
|
|
|
"Minutes" => "Minutos",
|
|
|
|
"week" => "semana",
|
|
|
|
"weeks" => "semanas",
|
|
|
|
"day" => "día",
|
|
|
|
"days" => "días",
|
|
|
|
"hour" => "hora",
|
|
|
|
"hours" => "horas",
|
|
|
|
"minute" => "minuto",
|
|
|
|
"minutes" => "minutos",
|
|
|
|
"second" => "segundo",
|
|
|
|
"before beginning" => "antes de comezar",
|
|
|
|
"after beginning" => "após comezar",
|
|
|
|
"before end" => "antes de rematar",
|
|
|
|
"after end" => "após de rematar",
|
|
|
|
"Comment" => "Comentario",
|
|
|
|
"Add a comment" => "Engadir un comentario",
|
|
|
|
"This will delete the Calendar \"%s\" and all of its entries." => "Isto eliminará o calendario «%s» e todas as súas entradas.",
|
|
|
|
"The name \"%s\" is already used." => "O nome «%s» xa esta a ser usado.",
|
2015-02-15 06:07:12 +00:00
|
|
|
"An empty name is not allowed." => "Non está permitido deixar baleiro o campo nome",
|
2014-08-19 07:42:51 +00:00
|
|
|
"Hidden" => "Agochado",
|
|
|
|
"Visible" => "Visíbel",
|
|
|
|
"Automatic" => "Automatico",
|
|
|
|
"Sunday" => "domingo",
|
|
|
|
"Monday" => "luns",
|
|
|
|
"Tuesday" => "martes",
|
|
|
|
"Wednesday" => "mércores",
|
|
|
|
"Thursday" => "xoves",
|
|
|
|
"Friday" => "venres",
|
|
|
|
"Saturday" => "sábado",
|
|
|
|
"Add an important item in \"%s\"..." => "Engadir un elemento importante en «%s»...",
|
|
|
|
"Add an item due today in \"%s\"..." => "Engadir un elemento que caduca hoxe en «%s»...",
|
2014-08-22 15:10:27 +00:00
|
|
|
"Add an item in \"%s\"..." => "Engadir un elemento en «%s»...",
|
|
|
|
"Add a current item in \"%s\"..." => "Engadir un elemento actual en «%s»...",
|
2015-02-20 06:07:13 +00:00
|
|
|
"_%n Completed Task_::_%n Completed Tasks_" => array("%n tarefa completada","%n tarefas completadas"),
|
2014-08-19 07:42:51 +00:00
|
|
|
"Set due date" => "Estabelecer a data de caducidade",
|
2014-08-22 15:10:27 +00:00
|
|
|
"%s %% completed" => "%s %% completado",
|
2014-08-19 07:42:51 +00:00
|
|
|
"Remind me" => "Lembrarmo",
|
|
|
|
"at the end" => "no remate",
|
|
|
|
"at the beginning" => "no comezo",
|
|
|
|
"Set start date" => "Estabelezer a data de comezo",
|
|
|
|
"Add List..." => "Engadir unha lista...",
|
|
|
|
"New List" => "Lista nova",
|
2014-12-04 06:07:11 +00:00
|
|
|
"Load remaining completed tasks." => "Cargar as tarefas completadas restantes.",
|
2015-02-10 06:07:13 +00:00
|
|
|
"Loading the task..." => "Cargando a tarefa...",
|
|
|
|
"Task not found!" => "Non se atopou a tarefa!",
|
2014-08-19 07:42:51 +00:00
|
|
|
"Settings" => "Axustes",
|
|
|
|
"Done" => "Feito",
|
|
|
|
"General" => "Xeral",
|
|
|
|
"General Settings" => "Axustes xerais",
|
|
|
|
"Start of week" => "Inicio da semana",
|
|
|
|
"Smart Collections" => "Coleccións intelixentes",
|
2014-11-09 06:07:15 +00:00
|
|
|
"Visibility of Smart Collections" => "Visibilidade das coleccións intelixentes"
|
2014-08-19 07:42:51 +00:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|