X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e0929a3b47f8a28dcbafae87c8d7de82b5e858dd..b262cc9f78e50e6910fefc1744782ddd64bbccda:/WEB-INF/resources/hu.lang.php diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5343a149..7510442f 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -491,7 +491,7 @@ $i18n_key_words = array( 'form.import.file' => 'Válassz file', 'form.import.success' => 'Az importálás sikeresen véget ért.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: fix form.groups.hint by translating it properly from the English string. Note that the ending is not translated at all. 'form.groups.hint' => 'Új csoport létrehozása egy csoport-vezetői jogosultsággal.
A csoport adatokat importálhatjuk XML-ből (no login collisions are allowed).', @@ -516,6 +516,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Feladó', 'form.mail.to' => 'Címzett',