]> wagnertech.de Git - timetracker.git/commitdiff
A bit more cleanup in translations.
authorNik Okuntseff <support@anuko.com>
Thu, 8 Feb 2018 15:16:21 +0000 (15:16 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 8 Feb 2018 15:16:21 +0000 (15:16 +0000)
12 files changed:
WEB-INF/resources/ca.lang.php
WEB-INF/resources/cs.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/hu.lang.php
WEB-INF/resources/ja.lang.php
WEB-INF/resources/ko.lang.php
WEB-INF/resources/no.lang.php
WEB-INF/resources/ro.lang.php
WEB-INF/resources/tr.lang.php
WEB-INF/resources/zh-cn.lang.php
WEB-INF/resources/zh-tw.lang.php
WEB-INF/templates/footer.tpl

index f1983350c103998015d877e7ed40924098ba7da1..419c32b4c5bb5ffa08550329cb1b3b1339c6a17a 100644 (file)
@@ -207,9 +207,9 @@ $i18n_key_words = array(
 'label.comment' => 'Comentari',
 'label.status' => 'Estat',
 'label.tax' => 'Impost',
 'label.comment' => 'Comentari',
 'label.status' => 'Estat',
 'label.tax' => 'Impost',
+'label.subtotal' => 'Subtotal',
+'label.total' => 'Total',
 // TODO: translate the following.
 // TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
-// 'label.total' => 'Total',
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
 'label.or' => 'o',
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
 'label.or' => 'o',
@@ -239,7 +239,8 @@ $i18n_key_words = array(
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
-// 'label.quantity' => 'Quantity',
+'label.quantity' => 'Quantitat',
+// TODO: translate the following.
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
@@ -518,10 +519,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>Missatge enviat</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>Missatge enviat</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'Hores',
-"form.invoice.th.rate" => 'Taxa',
-"form.invoice.th.summ" => 'Quantitat',
-"form.invoice.subtotal" => 'Subtotal',
 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
 "form.invoice.sending_str" => '<b>Factura enviada</b>',
 );
 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
 "form.invoice.sending_str" => '<b>Factura enviada</b>',
 );
index e5e7ddcaa5e3a371e4a0ee7ace3494a47dc07785..6d83a0644171b3336ce450049b2f68e7c485b47e 100644 (file)
@@ -213,8 +213,7 @@ $i18n_key_words = array(
 'label.comment' => 'Komentář',
 'label.status' => 'Status',
 'label.tax' => 'DPH',
 'label.comment' => 'Komentář',
 'label.status' => 'Status',
 'label.tax' => 'DPH',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Subtotal', // TODO: is this correct?
 'label.total' => 'Celkem',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => 'Celkem',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -247,7 +246,8 @@ $i18n_key_words = array(
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
-// 'label.quantity' => 'Quantity',
+'label.quantity' => 'Množství',
+// TODO: translate the following.
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
@@ -533,10 +533,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>zpráva odeslána</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'hodin',
-"form.invoice.th.rate" => 'sazba',
-"form.invoice.th.summ" => 'množství',
-"form.invoice.subtotal" => 'subtotal',
 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
 );
 "form.invoice.mailinv_above" => 'poslat fakturu e-mailem',
 "form.invoice.sending_str" => '<b>faktura odeslána</b>',
 );
index e941e1ee049fb0dc54a09be21e4f743025945462..919738a6bfdc46b8a57ffd7686348b5180d189b3 100644 (file)
@@ -209,8 +209,7 @@ $i18n_key_words = array(
 'label.comment' => 'Kommentaar',
 'label.status' => 'Seisund',
 'label.tax' => 'Maks',
 'label.comment' => 'Kommentaar',
 'label.status' => 'Seisund',
 'label.tax' => 'Maks',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Vahesumma',
 'label.total' => 'Kokku',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => 'Kokku',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -537,11 +536,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>teade saadetud</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>teade saadetud</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'tunde',
-"form.invoice.th.rate" => 'hind',
-"form.invoice.th.summ" => 'summa',
-"form.invoice.subtotal" => 'vahesumma',
-"form.invoice.customer" => 'klient',
 "form.invoice.mailinv_above" => 'saada see arve e-mailiga',
 "form.invoice.sending_str" => '<b>arve saadetud</b>',
 );
 "form.invoice.mailinv_above" => 'saada see arve e-mailiga',
 "form.invoice.sending_str" => '<b>arve saadetud</b>',
 );
index 48c8a40b227bfd247c9ae0cf5ce5779f3dd34280..31f1f1f0884538a9b8049c2c53c1363f469fee25 100644 (file)
@@ -211,8 +211,7 @@ $i18n_key_words = array(
 'label.comment' => 'Megjegyzés',
 'label.status' => 'Státusz',
 'label.tax' => 'Adó',
 'label.comment' => 'Megjegyzés',
 'label.status' => 'Státusz',
 'label.tax' => 'Adó',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Részösszeg',
 'label.total' => 'Összesen',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => 'Összesen',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -531,11 +530,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>az üzenet elküldve</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>az üzenet elküldve</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'óra',
-"form.invoice.th.rate" => 'tarifa',
-"form.invoice.th.summ" => 'darab',
-"form.invoice.subtotal" => 'részösszeg',
-"form.invoice.customer" => 'Ügyfél',
 "form.invoice.mailinv_above" => 'küldjük el ezt a számlát e-mail-en',
 "form.invoice.sending_str" => '<b>a számla elküldve</b>',
 );
 "form.invoice.mailinv_above" => 'küldjük el ezt a számlát e-mail-en',
 "form.invoice.sending_str" => '<b>a számla elküldve</b>',
 );
index b98362a275d1d3254b216173455a927fdc9545b9..c6b1851b4b3dd2d151c86f8389b361c0ff8b18bc 100644 (file)
@@ -163,9 +163,8 @@ $i18n_key_words = array(
 'label.end_date' => '終了日付',
 'label.user' => 'ユーザー',
 'label.users' => 'ユーザー',
 'label.end_date' => '終了日付',
 'label.user' => 'ユーザー',
 'label.users' => 'ユーザー',
-// TODO: translate the following.
-// 'label.client' => 'Client',
-// 'label.clients' => 'Clients',
+'label.client' => 'クライアント',
+'label.clients' => 'クライアント',
 'label.option' => 'オプション',
 'label.invoice' => '送り状',
 'label.project' => 'プロジェクト',
 'label.option' => 'オプション',
 'label.invoice' => '送り状',
 'label.project' => 'プロジェクト',
@@ -210,8 +209,7 @@ $i18n_key_words = array(
 'label.comment' => 'コメント',
 'label.status' => '状態',
 'label.tax' => '税',
 'label.comment' => 'コメント',
 'label.status' => '状態',
 'label.tax' => '税',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => '小計',
 'label.total' => '合計',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => '合計',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -531,11 +529,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>送信したメッセージ</b>',
 
 // invoice attributes
-"form.invoice.th.time" => '時間',
-"form.invoice.th.rate" => '給料',
-"form.invoice.th.summ" => '数量',
-"form.invoice.subtotal" => '小計',
-"form.invoice.customer" => 'クライアント',
 "form.invoice.mailinv_above" => '送り状をEメールで送信',
 "form.invoice.sending_str" => '<b>送信した送り状</b>',
 );
 "form.invoice.mailinv_above" => '送り状をEメールで送信',
 "form.invoice.sending_str" => '<b>送信した送り状</b>',
 );
index a434ca4f10848b3e9d8c942fb3e41f69f393f95b..8496c06cbc1aa25fd1b71ce63f4b6cd8a25afaf2 100644 (file)
@@ -209,8 +209,7 @@ $i18n_key_words = array(
 'label.comment' => '코멘트',
 'label.status' => '상태',
 'label.tax' => '세금',
 'label.comment' => '코멘트',
 'label.status' => '상태',
 'label.tax' => '세금',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => '소계',
 'label.total' => '합계',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => '합계',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -244,7 +243,8 @@ $i18n_key_words = array(
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
-// 'label.quantity' => 'Quantity',
+'label.quantity' => '수량',
+// TODO: translate the following.
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
@@ -532,11 +532,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>송신된 메시지</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>송신된 메시지</b>',
 
 // invoice attributes
-"form.invoice.th.time" => '시간',
-"form.invoice.th.rate" => '급여',
-"form.invoice.th.summ" => '수량',
-"form.invoice.subtotal" => '소계',
-"form.invoice.customer" => '클라이언트',
 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
 "form.invoice.sending_str" => '<b>송신한 송장</b>',
 );
 "form.invoice.mailinv_above" => '이 송장을 이메일로 송신',
 "form.invoice.sending_str" => '<b>송신한 송장</b>',
 );
index 657e4299b6e9515d854b4e7511f2403c761e485e..0e6da891664a466d2cc759ffed6bece4e9ee832f 100644 (file)
@@ -210,8 +210,8 @@ $i18n_key_words = array(
 'label.comment' => 'Kommentar',
 'label.status' => 'Status',
 'label.tax' => 'MVA',
 'label.comment' => 'Kommentar',
 'label.status' => 'Status',
 'label.tax' => 'MVA',
+'label.subtotal' => 'Delsum',
 // TODO: translate the following.
 // TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
 // 'label.total' => 'Total',
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
 // 'label.total' => 'Total',
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
@@ -526,10 +526,5 @@ $i18n_key_words = array(
 // "form.mail.sending_str" => '<b>the message has been sent</b>',
 
 // invoice attributes
 // "form.mail.sending_str" => '<b>the message has been sent</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'timer',
-"form.invoice.th.rate" => 'sats',
-"form.invoice.th.summ" => 'antall',
-"form.invoice.subtotal" => 'delsum',
-"form.invoice.customer" => 'kommentar',
 "form.invoice.mailinv_above" => 'send denne fakturaen som e-post',
 );
 "form.invoice.mailinv_above" => 'send denne fakturaen som e-post',
 );
index b2fa77dc5a4f2df18b717ddd98d998de1d7fffe9..1e60ed3fff5f29855d0652a480a635eb22e7e21e 100644 (file)
@@ -212,8 +212,7 @@ $i18n_key_words = array(
 'label.comment' => 'Comentariu',
 'label.status' => 'Stare',
 'label.tax' => 'Taxa',
 'label.comment' => 'Comentariu',
 'label.status' => 'Stare',
 'label.tax' => 'Taxa',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Subtotal',
 'label.total' => 'Total',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => 'Total',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -533,11 +532,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>mesaj trimis</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>mesaj trimis</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'ore',
-"form.invoice.th.rate" => 'rata',
-"form.invoice.th.summ" => 'valoare',
-"form.invoice.subtotal" => 'subtotal',
-"form.invoice.customer" => 'client',
 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
 "form.invoice.sending_str" => '<b>factura trimisa</b>',
 );
 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
 "form.invoice.sending_str" => '<b>factura trimisa</b>',
 );
index d0957ed63d20a4873c89ab7d9142fe5d60c4180f..82a0c824f40045d4b42c57c891ce457c7494a142 100644 (file)
@@ -172,12 +172,11 @@ $i18n_key_words = array(
 'label.end_date' => 'Son tarihi',
 'label.user' => 'Kullanıcı',
 'label.users' => 'Kullanıcılar',
 'label.end_date' => 'Son tarihi',
 'label.user' => 'Kullanıcı',
 'label.users' => 'Kullanıcılar',
+'label.client' => 'Müşteri',
+'label.clients' => 'Müşteriler',
 // TODO: translate the following.
 // TODO: translate the following.
-// 'label.client' => 'Client',
-// 'label.clients' => 'Clients',
 // 'label.option' => 'Option',
 'label.invoice' => 'Fatura',
 // 'label.option' => 'Option',
 'label.invoice' => 'Fatura',
-// TODO: translate the following.
 'label.project' => 'Proje',
 'label.projects' => 'Projeler',
 // TODO: translate the following.
 'label.project' => 'Proje',
 'label.projects' => 'Projeler',
 // TODO: translate the following.
@@ -219,8 +218,7 @@ $i18n_key_words = array(
 'label.comment' => 'Yorum',
 'label.status' => 'Durum',
 'label.tax' => 'Vergi',
 'label.comment' => 'Yorum',
 'label.status' => 'Durum',
 'label.tax' => 'Vergi',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Alt toplamı',
 'label.total' => 'Toplam',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 'label.total' => 'Toplam',
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
@@ -544,11 +542,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>ileti yollandı</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>ileti yollandı</b>',
 
 // invoice attributes
-"form.invoice.th.time" => 'saatler',
-"form.invoice.th.rate" => 'tarife',
-"form.invoice.th.summ" => 'tutar',
-"form.invoice.subtotal" => 'alt toplamı',
-"form.invoice.customer" => 'müşteri',
 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
 );
 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
 );
index edf1cc93a2e57efa388591dc122158c363643b0f..324cb916a0379b2dfaab53e2ff733f85e1ffad8b 100644 (file)
@@ -517,11 +517,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>消息已发送</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>消息已发送</b>',
 
 // invoice attributes
-"form.invoice.th.time" => '小时数',
-"form.invoice.th.rate" => '费率',
-"form.invoice.th.summ" => '账号',
-"form.invoice.subtotal" => '共计',
-"form.invoice.customer" => '客户',
 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
 "form.invoice.sending_str" => '<b>发票已送出</b>',
 );
 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
 "form.invoice.sending_str" => '<b>发票已送出</b>',
 );
index 267a626732a50cde24808a5829005ee48bde4192..65661728c4d96b6a9140872285245ec5a4fc3ea2 100644 (file)
@@ -527,11 +527,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>消息已發送</b>',
 
 // invoice attributes
 "form.mail.sending_str" => '<b>消息已發送</b>',
 
 // invoice attributes
-"form.invoice.th.time" => '小時數',
-"form.invoice.th.rate" => '費率',
-"form.invoice.th.summ" => '帳號',
-"form.invoice.subtotal" => '共計',
-"form.invoice.customer" => '客戶',
 "form.invoice.mailinv_above" => '通過電子郵件發送此發票',
 "form.invoice.sending_str" => '<b>發票已送出</b>',
 );
 "form.invoice.mailinv_above" => '通過電子郵件發送此發票',
 "form.invoice.sending_str" => '<b>發票已送出</b>',
 );
index c0cf348c90dcb2f7528df6f41baff5e742a96451..278c9d116d1a4486edab04de56ba91159860a840 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.17.12.3953 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.12.3954 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>