PHP Classes

File: Locale/hu_HU/translations.php

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

Contents

Class file image Download
<?php

return array(
   
'Start time' => 'Kezdés ideje',
   
'End time' => 'Végzés ideje',
   
'Comment' => 'Megjegyzés',
   
'All day' => 'Egész nap',
   
'Day' => 'Nap',
   
'Manage timetable' => 'Id?beosztás kezelése',
   
'Overtime timetable' => 'Túlóra id?beosztás',
   
'Time off timetable' => 'Szabadság id?beosztás',
   
'Timetable' => 'Id?beosztás',
   
'Work timetable' => 'Munka id?beosztás',
   
'Week timetable' => 'Heti id?beosztás',
   
'Day timetable' => 'Napi id?beosztás',
   
'From' => 'Feladó:',
   
'To' => 'Címzett:',
   
'Time slot created successfully.' => 'Id?szelet sikeresen létrehozva.',
   
'Unable to save this time slot.' => 'Id?szelet mentése sikertelen.',
   
'Time slot removed successfully.' => 'Id?szelet sikeresen törölve.',
   
'Unable to remove this time slot.' => 'Id?szelet törlése sikertelen.',
   
'Do you really want to remove this time slot?' => 'Biztos törli ezt az id?szeletet?',
   
'Remove time slot' => 'Id?szelet törlése',
   
'Add new time slot' => 'Új Id?szelet',
);