X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d5f3d27d84a808f8333822de5662b2cd3a2e322c..b262cc9f78e50e6910fefc1744782ddd64bbccda:/WEB-INF/resources/ko.lang.php
diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php
index 5bbf8e40..5e621fe5 100644
--- a/WEB-INF/resources/ko.lang.php
+++ b/WEB-INF/resources/ko.lang.php
@@ -314,8 +314,8 @@ $i18n_key_words = array(
// 'title.edit_notification' => 'Editing Notification',
// 'title.delete_notification' => 'Deleting Notification',
// 'title.monthly_quotas' => 'Monthly Quotas',
-// 'title.export' => 'Exporting Team Data',
-// 'title.import' => 'Importing Team Data',
+// 'title.export' => 'Exporting Group Data',
+// 'title.import' => 'Importing Group Data',
'title.options' => 'ìµì
',
'title.profile' => 'íë¡í',
// TODO: translate the following.
@@ -329,7 +329,7 @@ $i18n_key_words = array(
// 'title.cf_edit_dropdown_option' => 'Editing Option',
// 'title.cf_delete_dropdown_option' => 'Deleting Option',
// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
-// It is also a name for the Locking plugin on the Team profile page.
+// It is also a name for the Locking plugin on the group settings page.
// 'title.locking' => 'Locking',
// 'title.week_view' => 'Week View',
// 'title.swap_roles' => 'Swapping Roles',
@@ -480,19 +480,21 @@ $i18n_key_words = array(
// 'form.client.client_to_delete' => 'Client to delete',
// 'form.client.client_entries' => 'Client entries',
-// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: replace "team" with "group" in the string below.
'form.export.hint' => 'íì 모ë ë°ì´í°ë¥¼ xml íì¼ë¡ ìµì¤í¬í¸ í ì ììµëë¤. ì´ê²ì ë°ì´í°ë¥¼ ë¹ì ìì ì ìë²ìë¡ ì®ê¸¸ë ì¸ëª¨ììì ììµëë¤.',
'form.export.compression' => 'ìì¶',
'form.export.compression_none' => 'ìì',
'form.export.compression_bzip' => 'bzip',
-// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-'form.import.hint' => 'xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸.',
+// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+'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.
@@ -515,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.