2013-10-11 15:06:22 +02:00
< ? php
2014-11-28 13:24:53 +13:00
2014-08-19 11:07:50 +02:00
/**
* Localizations for the Kolab Tasks plugin
*
* Copyright ( C ) 2014 , Kolab Systems AG
*
* For translation see https :// www . transifex . com / projects / p / kolab / resource / tasklist /
*/
2014-11-28 13:24:53 +13:00
$labels = array ();
2013-10-11 15:06:22 +02:00
$labels [ 'navtitle' ] = 'Tarefas' ;
$labels [ 'lists' ] = 'Listas de tarefas' ;
$labels [ 'list' ] = 'Lista de tarefas' ;
$labels [ 'tags' ] = 'Etiquetas' ;
2014-08-19 11:07:50 +02:00
$labels [ 'tasklistsubscribe' ] = 'Listar permanentemente' ;
2014-11-28 13:24:53 +13:00
$labels [ 'listsearchresults' ] = 'Available Tasklists' ;
$labels [ 'findlists' ] = 'Find tasklists...' ;
$labels [ 'searchterms' ] = 'Search terms' ;
$labels [ 'notasklistsfound' ] = 'No tasklists found' ;
$labels [ 'nrtasklistsfound' ] = '$nr tasklists found' ;
$labels [ 'removelist' ] = 'Remove from list' ;
2013-10-11 15:06:22 +02:00
$labels [ 'newtask' ] = 'Nova Tarefa' ;
2014-11-28 13:24:53 +13:00
$labels [ 'createtask' ] = 'Create Task <Enter>' ;
2013-10-11 15:06:22 +02:00
$labels [ 'createnewtask' ] = 'Criar nova Tarefa (ex.: Sábado, Cortar a grama)' ;
$labels [ 'createfrommail' ] = 'Salvar como tarefa' ;
$labels [ 'mark' ] = 'Marcar' ;
$labels [ 'unmark' ] = 'Desmarcar' ;
$labels [ 'edit' ] = 'Editar' ;
$labels [ 'delete' ] = 'Deletar' ;
$labels [ 'title' ] = 'Título' ;
$labels [ 'description' ] = 'Descrição' ;
2014-11-28 13:24:53 +13:00
$labels [ 'datetime' ] = 'Due' ;
$labels [ 'duetime' ] = 'Due time' ;
2013-10-11 15:06:22 +02:00
$labels [ 'start' ] = 'Início' ;
2014-11-28 13:24:53 +13:00
$labels [ 'starttime' ] = 'Start time' ;
2013-10-11 15:06:22 +02:00
$labels [ 'alarms' ] = 'Lembrete' ;
2014-08-19 11:07:50 +02:00
$labels [ 'repeat' ] = 'Repetir' ;
2014-11-28 13:24:53 +13:00
$labels [ 'links' ] = 'Reference' ;
2014-08-19 11:07:50 +02:00
$labels [ 'status' ] = 'Situação' ;
2014-11-28 13:24:53 +13:00
$labels [ 'status-needs-action' ] = 'Needs action' ;
$labels [ 'status-in-process' ] = 'In process' ;
$labels [ 'status-completed' ] = 'Completed' ;
2014-08-19 11:07:50 +02:00
$labels [ 'status-cancelled' ] = 'Cancalado' ;
2014-11-28 13:24:53 +13:00
$labels [ 'assignedto' ] = 'Assigned to' ;
$labels [ 'created' ] = 'Created' ;
$labels [ 'changed' ] = 'Last Modified' ;
2013-10-11 15:06:22 +02:00
$labels [ 'all' ] = 'Todos' ;
$labels [ 'flagged' ] = 'Marcado' ;
$labels [ 'complete' ] = 'Completado' ;
2014-11-28 13:24:53 +13:00
$labels [ 'completeness' ] = 'Progress' ;
2013-10-11 15:06:22 +02:00
$labels [ 'overdue' ] = 'Atrasado' ;
$labels [ 'today' ] = 'Hoje' ;
$labels [ 'tomorrow' ] = 'Amanhã' ;
$labels [ 'next7days' ] = 'Próximos 7 dias' ;
$labels [ 'later' ] = 'Mais tarde' ;
2014-11-28 13:24:53 +13:00
$labels [ 'assigned' ] = 'Assigned' ;
$labels [ 'assignedtitle' ] = 'Tasks you assigned to others' ;
$labels [ 'mytasks' ] = 'My tasks' ;
$labels [ 'mytaskstitle' ] = 'Tasks assigned to you' ;
2013-10-11 15:06:22 +02:00
$labels [ 'nodate' ] = 'sem data' ;
$labels [ 'removetag' ] = 'Remover' ;
2014-11-28 13:24:53 +13:00
$labels [ 'removelink' ] = 'Remove email reference' ;
$labels [ 'auto' ] = 'Auto' ;
2013-10-11 15:06:22 +02:00
$labels [ 'taskdetails' ] = 'Detalhes' ;
$labels [ 'newtask' ] = 'Nova Tarefa' ;
$labels [ 'edittask' ] = 'Editar Tarefa' ;
$labels [ 'save' ] = 'Gravar' ;
$labels [ 'cancel' ] = 'Cancelar' ;
2014-11-28 13:24:53 +13:00
$labels [ 'saveandnotify' ] = 'Save and Notify' ;
2013-10-11 15:06:22 +02:00
$labels [ 'addsubtask' ] = 'Adicionar subtarefa' ;
$labels [ 'deletetask' ] = 'Remover tarefa' ;
$labels [ 'deletethisonly' ] = 'Remover esta tarefa somente' ;
$labels [ 'deletewithchilds' ] = 'Remover com todas as subtarefas' ;
2014-11-28 13:24:53 +13:00
$labels [ 'taskactions' ] = 'Task options...' ;
2013-10-11 15:06:22 +02:00
$labels [ 'tabsummary' ] = 'Sumário' ;
$labels [ 'tabrecurrence' ] = 'Repetição' ;
2014-11-28 13:24:53 +13:00
$labels [ 'tabassignments' ] = 'Assignments' ;
2013-10-11 15:06:22 +02:00
$labels [ 'tabattachments' ] = 'Anexos' ;
$labels [ 'tabsharing' ] = 'Compartilhamento' ;
2014-11-28 13:24:53 +13:00
2013-10-11 15:06:22 +02:00
$labels [ 'editlist' ] = 'Editar lista' ;
$labels [ 'createlist' ] = 'Adicionar lista' ;
$labels [ 'listactions' ] = 'Opções da lista...' ;
$labels [ 'listname' ] = 'Nome' ;
2014-04-24 14:45:27 +02:00
$labels [ 'showalarms' ] = 'Show reminders' ;
2013-10-11 15:06:22 +02:00
$labels [ 'import' ] = 'Importar' ;
2014-11-28 13:24:53 +13:00
$labels [ 'viewactions' ] = 'View actions' ;
$labels [ 'focusview' ] = 'View only this list' ;
// date words
2013-10-11 15:06:22 +02:00
$labels [ 'on' ] = 'em' ;
$labels [ 'at' ] = 'no' ;
$labels [ 'this' ] = 'este' ;
$labels [ 'next' ] = 'próximo' ;
2014-11-28 13:24:53 +13:00
// messages
2013-10-11 15:06:22 +02:00
$labels [ 'savingdata' ] = 'Salvando dados...' ;
$labels [ 'errorsaving' ] = 'Falha ao salvar dados.' ;
$labels [ 'notasksfound' ] = 'Nenhuma tarefa encontrada com estes critérios' ;
$labels [ 'invalidstartduedates' ] = 'Data de início não deve ser maior que data de término.' ;
$labels [ 'deletetasktconfirm' ] = 'Você realmente quer remover esta tarefa?' ;
$labels [ 'deleteparenttasktconfirm' ] = 'Você realmente quer remover esta tarefa e todas suas subtarefas?' ;
$labels [ 'deletelistconfirm' ] = 'Você realmente quer remover esta lista com todas as suas tarefas?' ;
2014-11-28 13:24:53 +13:00
$labels [ 'deletelistconfirmrecursive' ] = 'Do you really want to delete this list with all its sub-lists and tasks?' ;
$labels [ 'aclnorights' ] = 'You do not have administrator rights on this task list.' ;
$labels [ 'changetaskconfirm' ] = 'Update task' ;
$labels [ 'changeconfirmnotifications' ] = 'Do you want to notify the attendees about the modification?' ;
$labels [ 'partstatupdatenotification' ] = 'Do you want to notify the organizer about the status change?' ;
// (hidden) titles and labels for accessibility annotations
$labels [ 'quickaddinput' ] = 'New task date and title' ;
$labels [ 'arialabelquickaddbox' ] = 'Quick add new task' ;
$labels [ 'arialabelsearchform' ] = 'Task search form' ;
$labels [ 'arialabelquicksearchbox' ] = 'Task search input' ;
$labels [ 'arialabellistsearchform' ] = 'Tasklists search form' ;
$labels [ 'arialabeltaskselector' ] = 'List mode' ;
$labels [ 'arialabeltasklisting' ] = 'Tasks listing' ;
// attendees
$labels [ 'attendee' ] = 'Assignee' ;
2014-08-19 11:07:50 +02:00
$labels [ 'role' ] = 'Papel' ;
$labels [ 'availability' ] = 'Disp.' ;
$labels [ 'confirmstate' ] = 'Situação' ;
2014-11-28 13:24:53 +13:00
$labels [ 'addattendee' ] = 'Add assignee' ;
2014-08-19 11:07:50 +02:00
$labels [ 'roleorganizer' ] = 'Organizador' ;
$labels [ 'rolerequired' ] = 'Obrigatório' ;
$labels [ 'roleoptional' ] = 'Opcional' ;
$labels [ 'rolechair' ] = 'Chair' ;
2014-11-28 13:24:53 +13:00
$labels [ 'rolenonparticipant' ] = 'Observer' ;
2014-08-19 11:07:50 +02:00
$labels [ 'sendinvitations' ] = 'Enviar convites' ;
2014-11-28 13:24:53 +13:00
$labels [ 'sendnotifications' ] = 'Notify assignees about modifications' ;
$labels [ 'sendcancellation' ] = 'Notify assignees about task cancellation' ;
$labels [ 'invitationsubject' ] = 'You\'ve been assigned to "$title"' ;
$labels [ 'invitationmailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n Please find attached an iCalendar file with all the task details which you can import to your tasks application. " ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipupdatesubject' ] = '"$title" foi atualizado' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipupdatesubjectempty' ] = 'A task that concerns you has been updated' ;
$labels [ 'itipupdatemailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n Please find attached an iCalendar file with the updated task details which you can import to your tasks application. " ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipcancelsubject' ] = '"$title" foi cancelado' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipcancelmailbody' ] = " * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees \n \n The task has been cancelled by \$ organizer. \n \n Please find attached an iCalendar file with the updated task details. " ;
$labels [ 'saveintasklist' ] = 'save in ' ;
// invitation handling (overrides labels from libcalendaring)
$labels [ 'itipobjectnotfound' ] = 'The task referred by this message was not found in your tasks list.' ;
$labels [ 'itipmailbodyaccepted' ] = " \$ sender has accepted the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodytentative' ] = " \$ sender has tentatively accepted the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodydeclined' ] = " \$ sender has declined the assignment to the following task: \n \n * \$ title* \n \n Due: \$ date \n \n Assignees: \$ attendees " ;
$labels [ 'itipmailbodycancel' ] = " \$ sender has rejected your assignment to the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodyin-process' ] = " \$ sender has set the status of the following task to in-process: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodycompleted' ] = " \$ sender has completed the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodydelegated' ] = " \$ sender has delegated the following task: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'itipmailbodydelegatedto' ] = " \$ sender has delegated the following task to you: \n \n * \$ title* \n \n Due: \$ date " ;
$labels [ 'attendeeaccepted' ] = 'Assignee has accepted' ;
$labels [ 'attendeetentative' ] = 'Assignee has tentatively accepted' ;
$labels [ 'attendeedeclined' ] = 'Assignee has declined' ;
$labels [ 'attendeedelegated' ] = 'Assignee has delegated to $delegatedto' ;
$labels [ 'attendeein-process' ] = 'Assignee is in-process' ;
$labels [ 'attendeecompleted' ] = 'Assignee has completed' ;
$labels [ 'acceptinvitation' ] = 'Do you accept this assignment?' ;
$labels [ 'itipdeclinetask' ] = 'Decline your assignment to this task to the organizer' ;
$labels [ 'declinedeleteconfirm' ] = 'Do you also want to delete this declined task from your tasks list?' ;
$labels [ 'itipcomment' ] = 'Invitation/notification comment' ;
$labels [ 'itipcommenttitle' ] = 'This comment will be attached to the invitation/notification message sent to assignees' ;
$labels [ 'itipsendsuccess' ] = 'Notification sent to assignees' ;
$labels [ 'errornotifying' ] = 'Failed to send notifications to task assignees' ;
$labels [ 'removefromcalendar' ] = 'Remove from my tasks' ;
$labels [ 'delegateinvitation' ] = 'Delegate assignment' ;
2014-08-19 11:07:50 +02:00
$labels [ 'andnmore' ] = '$nr mais...' ;
$labels [ 'delegatedto' ] = 'Delegado para:' ;
$labels [ 'delegatedfrom' ] = 'Delegado de:' ;
2014-11-28 13:24:53 +13:00
$labels [ 'savetotasklist' ] = 'Save to tasks' ;
2014-08-19 11:07:50 +02:00
$labels [ 'comment' ] = 'Comentário' ;
2014-11-28 13:24:53 +13:00
$labels [ 'errorimportingtask' ] = 'Failed to import task(s)' ;
$labels [ 'importwarningexists' ] = 'A copy of this task already exists in your tasklist.' ;
$labels [ 'importsuccess' ] = 'Successfully imported $nr tasks' ;
$labels [ 'newerversionexists' ] = 'A newer version of this task already exists! Aborted.' ;
$labels [ 'nowritetasklistfound' ] = 'No tasklist found to save the task' ;
$labels [ 'importedsuccessfully' ] = 'The task was successfully added to \'$list\'' ;
$labels [ 'updatedsuccessfully' ] = 'The task was successfully updated in \'$list\'' ;
2014-08-19 11:07:50 +02:00
$labels [ 'attendeupdateesuccess' ] = 'O status do participante foi atualizado com sucesso.' ;
2014-11-28 13:24:53 +13:00
$labels [ 'itipresponseerror' ] = 'Failed to send the response to this task assignment' ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipinvalidrequest' ] = 'Este convite não é mais válido' ;
2014-11-28 13:24:53 +13:00
$labels [ 'sentresponseto' ] = 'Successfully sent assignment response to $mailto' ;
$labels [ 'successremoval' ] = 'The task has been deleted successfully.' ;
$labels [ 'arialabelsortmenu' ] = 'Tasks sorting options' ;