PHP Classes

File: Locale/es_ES/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/es_ES/translations.php   Download  
File: Locale/es_ES/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,117 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Start time' => 'Tiempo de inicio',
   
'End time' => 'Tiempo de fin',
   
'Comment' => 'Comentario',
   
'All day' => 'Todos los días',
   
'Day' => 'Día',
   
'Manage timetable' => 'Gestionar horario',
   
'Overtime timetable' => 'Horario de tiempo extra',
   
'Time off timetable' => 'Horario de tiempo libre',
   
'Timetable' => 'Horario',
   
'Work timetable' => 'Horario de trabajo',
   
'Week timetable' => 'Horario semanal',
   
'Day timetable' => 'Horario diario',
   
'From' => 'De',
   
'To' => 'Para',
   
'Time slot created successfully.' => 'Intervalo de tiempo creado correctamente.',
   
'Unable to save this time slot.' => 'No pude grabar este intervalo de tiempo.',
   
'Time slot removed successfully.' => 'Intervalo de tiempo quitado correctamente.',
   
'Unable to remove this time slot.' => 'No pude quitar este intervalo de tiempo.',
   
'Do you really want to remove this time slot?' => '¿Realmente quiere quitar este intervalo de tiempo?',
   
'Remove time slot' => 'Quitar intervalo de tiempo',
   
'Add new time slot' => 'Añadir nuevo intervalo de tiempo',
);