X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8ee9a8f8b402e0ef18c8fd9a9e379c1160b503e..b262cc9f78e50e6910fefc1744782ddd64bbccda:/WEB-INF/resources/ko.lang.php
diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php
index 23030787..5e621fe5 100644
--- a/WEB-INF/resources/ko.lang.php
+++ b/WEB-INF/resources/ko.lang.php
@@ -488,12 +488,13 @@ $i18n_key_words = array(
'form.export.compression_bzip' => 'bzip',
// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-'form.import.hint' => 'xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸.',
+'form.import.hint' => 'xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸.', // TODO: replace "team" with "group".
'form.import.file' => 'íì¼ ì í',
'form.import.success' => 'ì±ê³¼ì ì¼ë¡ ìë£ë ìí¬í¸.',
-// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
-'form.teams.hint' => 'ì ê· íê´ë¦¬ì ê³ì ì ìì±íì¬ ì ê· íì ìì±í©ëë¤.
ëí ë¤ë¥¸ Anuko Time Tracker ìë² ìì xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸í ì ììµëë¤ (ë¡ê·¸ì¸ ì¶©ëì íì©ëì§ ìì).',
+// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
+// TODO: replace "team" with "group" in the string below.
+'form.groups.hint' => 'ì ê· íê´ë¦¬ì ê³ì ì ìì±íì¬ ì ê· íì ìì±í©ëë¤.
ëí ë¤ë¥¸ Anuko Time Tracker ìë² ìì xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸í ì ììµëë¤ (ë¡ê·¸ì¸ ì¶©ëì íì©ëì§ ìì).',
// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
// TODO: translate the following.
@@ -516,6 +517,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' => 'ë¶í°',
'form.mail.to' => 'ê¹ì§', // TODO: is this correct? The meaning is that we send an email TO this person.