X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d47d579964586e1edeb197882eca183600e4aaa1..b454bd09414545118fff25fc67b8140edec0411c:/WEB-INF/resources/ko.lang.php
diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php
index aea771ab..3113c837 100644
--- a/WEB-INF/resources/ko.lang.php
+++ b/WEB-INF/resources/ko.lang.php
@@ -327,9 +327,8 @@ $i18n_key_words = array(
// Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
// Strings that are used in a single form must go to the specific form section.
-// TODO: translate the following.
-// 'dropdown.all' => '--- all ---',
-// 'dropdown.no' => '--- no ---',
+'dropdown.all' => '--- ì ë¶ ---',
+'dropdown.no' => '--- ìë ---',
'dropdown.current_day' => 'ì¤ë',
// TODO: translate the following.
// 'dropdown.previous_day' => 'yesterday',
@@ -415,8 +414,8 @@ $i18n_key_words = array(
// Report form. See example at https://timetracker.anuko.com/report.php
// (after generating a report at https://timetracker.anuko.com/reports.php).
+'form.report.export' => 'ìµì¤í¬í¸', // TODO: is this correct?
// TODO: translate the following.
-// 'form.report.export' => 'Export',
// 'form.report.assign_to_invoice' => 'Assign to invoice',
// Invoice form. See example at https://timetracker.anuko.com/invoice.php
@@ -471,13 +470,20 @@ $i18n_key_words = array(
// 'form.export.compression_none' => 'none',
// 'form.export.compression_bzip' => 'bzip',
+// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// TODO: translate the following.
+// 'form.import.hint' => 'Import team data from an xml file.',
+// 'form.import.file' => 'Select file',
+// 'form.import.success' => 'Import completed successfully.',
+
+// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
+'form.teams.hint' => 'ì ê· íê´ë¦¬ì ê³ì ì ìì±íì¬ ì ê· íì ìì±í©ëë¤.
ëí ë¤ë¥¸ Anuko Time Tracker ìë² ìì xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸í ì ììµëë¤ (ë¡ê·¸ì¸ ì¶©ëì íì©ëì§ ìì).',
+
// TODO: refactoring ongoing down from here.
// administrator form
-"form.admin.duty_text" => 'ì ê· íê´ë¦¬ì ê³ì ì ìì±íì¬ ì ê· íì ìì±í©ëë¤.
ëí ë¤ë¥¸ Anuko Time Tracker ìë² ìì xml íì¼ë¡ë¶í° í ë°ì´í°ë¥¼ ìí¬í¸í ì ììµëë¤ (ë¡ê·¸ì¸ ì¶©ëì íì©ëì§ ìì).',
-
"form.admin.profile.title" => 'í',
"form.admin.profile.noprofiles" => 'ë¹ì ì ë°ì´í°ë² ì´ì¤ë ë¹ì´ììµëë¤. ê´ë¦¬ìë¡ ë¡ê·¸ì¸íì¬ ìë¡ì´ íì ìì±íììì¤.',
"form.admin.profile.comment" => 'í ìì ',
@@ -553,13 +559,4 @@ $i18n_key_words = array(
"form.migration.compression.none" => 'ìì',
"form.migration.compression.gzip" => 'gzip',
"form.migration.compression.bzip" => 'bzip',
-
-// miscellaneous strings
-"forward.tocsvfile" => 'ë°ì´í°ë¥¼ .csv íì¼ë¡ ìµì¤í¬í¸',
-"forward.toxmlfile" => 'ë°ì´í°ë¥¼ .xml íì¼ë¡ ìµì¤í¬í¸',
-"forward.geninvoice" => 'ì¡ì¥ ë§ë¤ê¸°',
-
-"controls.project_bind" => '--- ì ë¶ ---',
-"controls.all" => '--- ì ë¶ ---',
-"controls.notbind" => '--- ìë ---',
);