PHP Classes

File: Locale/it_IT/translations.php

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

Contents

Class file image Download
<?php

return array(
   
'Start time' => 'Data di inizio',
   
'End time' => 'Data di completamento',
   
'Comment' => 'Commento',
   
'All day' => 'Tutto il giorno',
   
'Day' => 'Giorno',
   
'Manage timetable' => 'Gestisci orario',
   
'Overtime timetable' => 'Straordinari',
   
'Time off timetable' => 'Fuori orario',
   
'Timetable' => 'Orario',
   
'Work timetable' => 'Orario di lavoro',
   
'Week timetable' => 'Orario settimanale',
   
'Day timetable' => 'Orario giornaliero',
   
'From' => 'Da',
   
'To' => 'A',
   
'Time slot created successfully.' => 'Fascia oraria creata con successo.',
   
'Unable to save this time slot.' => 'Impossibile creare questa fascia oraria.',
   
'Time slot removed successfully.' => 'Fascia oraria rimossa con successo.',
   
'Unable to remove this time slot.' => 'Impossibile rimuovere questa fascia oraria.',
   
'Do you really want to remove this time slot?' => 'Vuoi davvero rimuovere questa fascia oraria?',
   
'Remove time slot' => 'Rimuovi fascia oraria',
   
'Add new time slot' => 'Aggiungi nuova fascia oraria',
);