Updated Hungarian translation

This commit is contained in:
Balázs Úr
2017-12-10 09:37:39 +01:00
committed by fguillot
parent d02d94cd2e
commit d386ec404d
2 changed files with 15 additions and 15 deletions

View File

@@ -388,7 +388,7 @@ return array(
'This project is private' => 'Ez a projekt személyes', 'This project is private' => 'Ez a projekt személyes',
'Add' => 'Hozzáadás', 'Add' => 'Hozzáadás',
'Start date' => 'Kezdés dátuma', 'Start date' => 'Kezdés dátuma',
'Time estimated' => 'Becsült időtartam', 'Time estimated' => 'Becsült idő',
'There is nothing assigned to you.' => 'Nincs semmi sem Önhöz rendelve.', 'There is nothing assigned to you.' => 'Nincs semmi sem Önhöz rendelve.',
'My tasks' => 'Saját feladatok', 'My tasks' => 'Saját feladatok',
'Activity stream' => 'Tevékenységfolyam', 'Activity stream' => 'Tevékenységfolyam',
@@ -1357,17 +1357,17 @@ return array(
'Unable to remove this template.' => 'Nem lehet eltávolítani a sablont.', 'Unable to remove this template.' => 'Nem lehet eltávolítani a sablont.',
'Template for the task description' => 'Sablon a feladatleíráshoz', 'Template for the task description' => 'Sablon a feladatleíráshoz',
'The start date is greater than the end date' => 'A kezdési dátum nagyobb mint a befejezési dátum', 'The start date is greater than the end date' => 'A kezdési dátum nagyobb mint a befejezési dátum',
// 'Tags must be separated by a comma' => '', 'Tags must be separated by a comma' => 'A címkéket vesszővel kell elválasztani',
// 'Only the task title is required' => '', 'Only the task title is required' => 'Csak a feladat címe kötelező',
// 'Creator Username' => '', 'Creator Username' => 'Létrehozó felhasználóneve',
// 'Color Name' => '', 'Color Name' => 'Szín neve',
// 'Column Name' => '', 'Column Name' => 'Oszlop neve',
// 'Swimlane Name' => '', 'Swimlane Name' => 'Sáv neve',
// 'Time Estimated' => '', 'Time Estimated' => 'Becsült idő',
// 'Time Spent' => '', 'Time Spent' => 'Eltöltött idő',
// 'External Link' => '', 'External Link' => 'Külső hivatkozás',
// 'This feature enable the iCal feed, RSS feed and the public board view.' => '', 'This feature enables the iCal feed, RSS feed and the public board view.' => 'Ez a funkció engedélyezi az iCal hírforrást, az RSS hírforrást és a nyilvános táblanézetet.',
// 'Stop the timer of all subtasks when moving a task to another column' => '', 'Stop the timer of all subtasks when moving a task to another column' => 'Az összes részfeladat időmérőjének leállítása, amikor a feladatot és másik oszlopba helyezik át',
// 'Subtask Title' => '', 'Subtask Title' => 'Részfeladat címe',
// 'Add a subtask and activate the timer when moving a task to another column' => '', 'Add a subtask and activate the timer when moving a task to another column' => 'Részfeladat hozzáadása és az időmérő bekapcsolása, amikor a feladatot egy másik oszlopba helyezik át',
); );

View File

@@ -15,6 +15,6 @@
<?= $this->url->link(t('Disable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'disable'), true, 'btn btn-red') ?> <?= $this->url->link(t('Disable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'disable'), true, 'btn btn-red') ?>
<?php else: ?> <?php else: ?>
<p class="alert alert-info"><?= t('This feature enable the iCal feed, RSS feed and the public board view.') ?></p> <p class="alert alert-info"><?= t('This feature enables the iCal feed, RSS feed and the public board view.') ?></p>
<?= $this->url->link(t('Enable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'enable'), true, 'btn btn-blue') ?> <?= $this->url->link(t('Enable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'enable'), true, 'btn btn-blue') ?>
<?php endif ?> <?php endif ?>