Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cfg/const.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
$tlCfg->locales_date_format = array('cs_CZ' => '%d.%m.%Y','de_DE' => '%d.%m.%Y','en_GB' => '%d/%m/%Y',
'en_US' => '%m/%d/%Y','es_AR' => '%d/%m/%Y','es_ES' => '%d/%m/%Y',
'fi_FI' => '%d/%m/%Y','fr_FR' => '%d/%m/%Y','id_ID' => '%d/%m/%Y',
'hu_HU' => '%Y-%m-%d',
'it_IT' => '%d/%m/%Y','ja_JP' => '%Y/%m/%d','ko_KR' => '%Y/%m/%d',
'nl_NL' => '%d-%m-%Y','pl_PL' => '%d.%m.%Y','pt_BR' => '%d/%m/%Y',
'pt_PT' => '%d/%m/%Y','ru_RU' => '%d.%m.%Y','zh_CN' => '%Y-%m-%d');
Expand All @@ -304,6 +305,7 @@
'en_GB' => '%d/%m/%Y %H:%M:%S','en_US' => '%m/%d/%Y %H:%M:%S',
'es_AR' => '%d/%m/%Y %H:%M:%S','es_ES' => '%d/%m/%Y %H:%M:%S',
'fi_FI' => '%d/%m/%Y %H:%M:%S','fr_FR' => '%d/%m/%Y %H:%M:%S',
'hu_HU' => '%Y-%m-%d %H:%M:%S',
'id_ID' => '%d/%m/%Y %H:%M:%S','it_IT' => '%d/%m/%Y %H:%M:%S',
'ja_JP' => '%Y/%m/%d %H:%M:%S','ko_KR' => '%Y/%m/%d %H:%M:%S',
'nl_NL' => '%d-%m-%Y %H:%M:%S','pl_PL' => '%d.%m.%Y %H:%M:%S',
Expand All @@ -314,7 +316,9 @@
* deprecated since use of datepicker */
$tlCfg->locales_html_select_date_field_order = array('cs_CZ' => 'dmY','de_DE' => 'dmY','en_GB' => 'dmY',
'en_US' => 'mdY','es_AR' => 'dmY','es_ES' => 'dmY','fi_FI' => 'dmY',
'fr_FR' => 'dmY','id_ID' => 'dmY','it_IT' => 'dmY','ja_JP' => 'Ymd',
'fr_FR' => 'dmY','id_ID' => 'dmY',
'hu_HU' => 'Ymd',
'it_IT' => 'dmY','ja_JP' => 'Ymd',
'ko_KR' => 'Ymd','nl_NL' => 'dmY','pl_PL' => 'dmY','pt_BR' => 'dmY',
'pt_PT' => 'dmY','ru_RU' => 'dmY','zh_CN' => 'Ymd');

Expand Down
27 changes: 27 additions & 0 deletions locale/hu_HU/custom_strings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* ♔ TestLink Open Source Project - http://testlink.sourceforge.net/
* This script is distributed under the GNU General Public License 2 or later.
*
* Define your custom strings for this locale here.
* Custom strings need to be defined for each locale you plan to use
* Remove ".example" from filename to use this file
*
* @filesource locale/hu_HU/custom_strings.txt
* @package TestLink
* @author Julian Krien
* @copyright 2003, TestLink community
* @link http://www.teamst.org/index.php
*
**/

$TLS_test_status_ineffective = "Ineffektív";
$TLS_test_status_not_testable = "Nem tesztelhető";


$TLS_click_ineffective = "Ineffektív";
$TLS_click_not_testable = "Nem tesztelhető";

$TLS_click_ineffective_next = "Ineffektív és a következőre teszteset";
$TLS_click_not_testable_next = "Nem tesztelhető és a következő teszteset";
?>
331 changes: 331 additions & 0 deletions locale/hu_HU/description.php

Large diffs are not rendered by default.

Loading