PHP Classes

File: Locale/hu_HU/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt 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 Gantt plugin
Display Gantt charts in Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 1,067 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Sort by position' => 'Rendezés pozíció szerint',
   
'Sort by date' => 'Rendezés dátum szerint',
   
'Add task' => 'Feladat hozzáadása',
   
'There is no start date or due date for this task.' => 'Nincs kezdési dátum vagy határid? ehhez a feladathoz.',
   
'Moving or resizing a task will change the start and due date of the task.' => 'Egy feladat áthelyezése vagy átméretezése megváltoztatja a feladat kezdési dátumát és határidejét.',
   
'There is no task in your project.' => 'Nincs feladat a projektjében.',
   
'Gantt chart' => 'Gantt-diagram',
   
'Gantt chart for all projects' => 'Gantt-diagram az összes projekthez',
   
'Gantt chart for this project' => 'Gantt-diagram ehhez a projekthez',
   
'Project board' => 'Projekt tábla',
   
'There is no start date or end date for this project.' => 'Nincs kezdési dátum vagy befejezési dátum ehhez a projekthez.',
   
'Projects Gantt chart' => 'A projektek Gantt-diagramja',
   
'Switch to the Gantt chart view' => 'Váltás a Gantt-diagram nézetre',
);