X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a46ca9f2c279305fc8a6c7456e23f4ef46fd6fe4..c858de92eb6b3b55a622d0457fd331aa0b26061f:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 215cda30..8fd427c9 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = '한국어'; +$i18n_language = 'Korean (한국어)'; $i18n_months = array('1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'); $i18n_weekdays = array('일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'); $i18n_weekdays_short = array('일', '월', '화', '수', '목', '금', '토');