PHP Classes

File: Locale/pt_BR/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/pt_BR/translations.php   Download  
File: Locale/pt_BR/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 1,133 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Start time' => 'Horário de início',
   
'End time' => 'Horário de término',
   
'Comment' => 'comentário',
   
'All day' => 'Dia inteiro',
   
'Day' => 'Dia',
   
'Manage timetable' => 'Gestão dos horários',
   
'Overtime timetable' => 'Horas extras',
   
'Time off timetable' => 'Horas de ausência',
   
'Timetable' => 'Horários',
   
'Work timetable' => 'Horas trabalhadas',
   
'Week timetable' => 'Horário da semana',
   
'Day timetable' => 'Horário de un dia',
   
'From' => 'Desde',
   
'To' => 'A',
   
'Time slot created successfully.' => 'Intervalo de tempo criado com sucesso.',
   
'Unable to save this time slot.' => 'Impossível de guardar este intervalo de tempo.',
   
'Time slot removed successfully.' => 'Intervalo de tempo removido com sucesso.',
   
'Unable to remove this time slot.' => 'Impossível de remover esse intervalo de tempo.',
   
'Do you really want to remove this time slot?' => 'Você deseja realmente remover este intervalo de tempo?',
   
'Remove time slot' => 'Remover um intervalo de tempo',
   
'Add new time slot' => 'Adicionar um intervalo de tempo',
);