]> wagnertech.de Git - timetracker.git/commitdiff
A bit more progress with renaming.
authorNik Okuntseff <support@anuko.com>
Mon, 2 Apr 2018 00:34:26 +0000 (00:34 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 2 Apr 2018 00:34:26 +0000 (00:34 +0000)
38 files changed:
WEB-INF/lib/ttAdmin.class.php
WEB-INF/lib/ttRegistrator.class.php
WEB-INF/resources/ca.lang.php
WEB-INF/resources/cs.lang.php
WEB-INF/resources/da.lang.php
WEB-INF/resources/de.lang.php
WEB-INF/resources/en.lang.php
WEB-INF/resources/es.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/fa.lang.php
WEB-INF/resources/fi.lang.php
WEB-INF/resources/fr.lang.php
WEB-INF/resources/gr.lang.php
WEB-INF/resources/he.lang.php
WEB-INF/resources/hu.lang.php
WEB-INF/resources/it.lang.php
WEB-INF/resources/ja.lang.php
WEB-INF/resources/ko.lang.php
WEB-INF/resources/nl.lang.php
WEB-INF/resources/no.lang.php
WEB-INF/resources/pl.lang.php
WEB-INF/resources/pt-br.lang.php
WEB-INF/resources/pt.lang.php
WEB-INF/resources/ro.lang.php
WEB-INF/resources/ru.lang.php
WEB-INF/resources/sk.lang.php
WEB-INF/resources/sl.lang.php
WEB-INF/resources/sr.lang.php
WEB-INF/resources/sv.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/admin_team_add.tpl
WEB-INF/templates/admin_team_edit.tpl
WEB-INF/templates/footer.tpl
WEB-INF/templates/group_edit.tpl
WEB-INF/templates/register.tpl
group_edit.php

index 83b93a7676dd0791b534f2d455c005045317e374..f9b12c86306643a022360dd82ca8482339c906c3 100644 (file)
@@ -189,7 +189,7 @@ class ttAdmin {
     $result = true;
 
     if (!ttValidString($fields['group_name'], true)) {
-      $this->err->add($i18n->get('error.field'), $i18n->get('label.team_name'));
+      $this->err->add($i18n->get('error.field'), $i18n->get('label.group_name'));
       $result = false;
     }
     if (!ttValidString($fields['user_name'])) {
index a82ebd3f4584e8e6e5b99c3f78b86b0444ec2eb9..6a2142b565fa713c83b12de7e58b6e9dc1fea6eb 100644 (file)
@@ -62,7 +62,7 @@ class ttRegistrator {
     global $i18n;
 
     if (!ttValidString($this->group_name, true))
-      $this->err->add($i18n->get('error.field'), $i18n->get('label.team_name'));
+      $this->err->add($i18n->get('error.field'), $i18n->get('label.group_name'));
     if (!ttValidString($this->currency, true))
       $this->err->add($i18n->get('error.field'), $i18n->get('label.currency'));
     if (!ttValidString($this->user_name))
index 91d25b1ad4e01eac823b7a3662e420ae8c58ea76..b46544599fbca7ebb20b2a3dcb92ab0961af170e 100644 (file)
@@ -139,7 +139,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Moneda',
 // TODO: translate the following.
index 51fa5030e57949a0f271e3644c775639a0ddd43d..749692404ca5a181a76bdf8848f4bb852155b364 100644 (file)
@@ -141,7 +141,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Měna',
 // TODO: translate the following.
index 8960321999e0338bc13b8b095fd8027507bc2ce4..af784cb6b129ff4a48430fa24ba795a4f8ffb421 100644 (file)
@@ -126,7 +126,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Team navn',
+'label.group_name' => 'Team navn', // TODO: replace "team" with "group".
 'label.address' => 'Adresse',
 'label.currency' => 'Valuta',
 'label.manager_name' => 'Manager navn',
index 6b6228fe1b43b3c6c3c5c15838079fdea000e7ea..0c1d5d72e28cc8edd0ee345ec9f251b6b7ce5713 100644 (file)
@@ -126,7 +126,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Teamname',
+'label.group_name' => 'Teamname', // TODO: replace "team" with "group".
 'label.address' => 'Adresse',
 'label.currency' => 'Währung',
 'label.manager_name' => 'Manager Name',
index 45062eb1b22dddc8f129f883e434968aa884df86..e487a574e56f73c2b08178dbd2f8252a918b0cd7 100644 (file)
@@ -120,7 +120,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Team name',
+'label.group_name' => 'Group name',
 'label.address' => 'Address',
 'label.currency' => 'Currency',
 'label.manager_name' => 'Manager name',
index dcf3bfc63c6b5382a4bfacb0fadaf1bda050d28b..d2e3d6d32ff6181ff62945be4eccefb1f83a2e18 100644 (file)
@@ -138,7 +138,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 'label.address' => 'Dirección',
 'label.currency' => 'Moneda',
 // TODO: translate the following.
index f7f800cefbff69553a87f2d5449de6415adbf07c..71ebe74afd0cdec6048bbcdd3682c69984b22f7d 100644 (file)
@@ -141,7 +141,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Valuuta',
 // TODO: translate the following.
index e629d8d9a623522428ac9a89af8bcd03c76aaab5..58bb44ec419e0fb9c19f40dac69d7f2c077dbe28 100644 (file)
@@ -134,7 +134,7 @@ $i18n_key_words = array(
 'button.stop' => 'توقف',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'نام تیم',
+'label.group_name' => 'نام تیم', // TODO: replace "team" with "group".
 'label.address' => 'آدرس',
 'label.currency' => 'واحد پول',
 'label.manager_name' => 'نام مدیر',
index b90e0ce1df1a12d9fbc2fa0c24a36ced60bf1a24..3afb86465a714465565fe0d29bddecf40bb5456e 100644 (file)
@@ -128,7 +128,7 @@ $i18n_key_words = array(
 'button.stop' => 'Lopeta',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Tiimin nimi',
+'label.group_name' => 'Tiimin nimi', // TODO: replace "team" with "group".
 'label.address' => 'Osoite',
 'label.currency' => 'Valuutta',
 'label.manager_name' => 'Esimies',
index 92b1b6c990bddc6f2a6143a6b159220172244d5a..f17a36c82821b732e97b473c8c74e7c0f03a7ddf 100644 (file)
@@ -126,7 +126,7 @@ $i18n_key_words = array(
 'button.stop' => 'Arrêter',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Nom équipe',
+'label.group_name' => 'Nom équipe', // TODO: replace "team" with "group".
 'label.address' => 'Adresse',
 'label.currency' => 'Devise',
 'label.manager_name' => 'Nom du responsable',
index 67041209c01cefa53c999bc80d858cc5c713cec2..a4ad2cbfbcde4030f851a7525db61bccdfa34ab1 100644 (file)
@@ -120,7 +120,7 @@ $i18n_key_words = array(
 'button.stop' => 'Τέλος',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Όνομα ομάδας',
+'label.group_name' => 'Όνομα ομάδας',
 'label.address' => 'Διεύθυνση',
 'label.currency' => 'Νόμισμα',
 'label.manager_name' => 'Όνομα διαχειριστή',
index e83a42b62904059bbb17da5e8c02aac744693978..a0931aeec57f4fa047843f0ae777fbf777ca6124 100644 (file)
@@ -144,7 +144,7 @@ $i18n_key_words = array(
 'button.stop' => 'עצור',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'שם הצוות',
+'label.group_name' => 'שם הצוות', // TODO: replace "team" with "group".
 'label.address' => 'כתובת',
 'label.currency' => 'מטבע',
 'label.manager_name' => 'שם של המנהל',
index 90b14ffc600b4962ad14422b762781a0020e3a35..81d336e8e6806a9c271acd7f7b89d7f5c98384df 100644 (file)
@@ -138,7 +138,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Pénznem',
 // TODO: translate the following.
index a7980b21e39c0db99f4488861053736d76a58db9..8d91f45229e2d8520325c71f922fc4bd012e711e 100644 (file)
@@ -124,7 +124,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Nome del gruppo',
+'label.group_name' => 'Nome del gruppo',
 'label.address' => 'Indirizzo',
 'label.currency' => 'Moneta',
 'label.manager_name' => 'Nome manager',
index 1ba547cf05c460c0518b80ad725e32d287c2ab24..02bb66f9e3afb909ae92ff5ae8be2c8f37abf7f7 100644 (file)
@@ -143,7 +143,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => '通貨',
 // TODO: translate the following.
index 1b14e06eacf6f32c92dc7c5505a85bcafea70431..48e17d8dcfd194e1b8a7e316e79167e46f697b39 100644 (file)
@@ -142,7 +142,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => '화폐',
 // TODO: translate the following.
index 69fc06e4ba34aac9c1972b89e7b41ab25b8692ca..ca7e54077163476c3c2a3b9b4a7244ab5b66db62 100644 (file)
@@ -119,7 +119,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Teamnaam',
+'label.group_name' => 'Teamnaam', // TODO: replace "team" with "group".
 'label.address' => 'Adres',
 'label.currency' => 'Munteenheid',
 'label.manager_name' => 'Naam van de manager',
index cca996ea09cd6a1597f0189110a5afacc50b3d94..2fd41c85e509bcd2bc26266d68cafec545826a08 100644 (file)
@@ -142,7 +142,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Valuta',
 // TODO: translate the following.
index fe3ba97a793e1f8162f1b57403bbd5bccf2737fb..da6d2af7b50a3ae52e1702b530e26feaeff6ff9d 100644 (file)
@@ -130,7 +130,7 @@ $i18n_key_words = array(
 'button.stop' => 'Zatrzymaj',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Nazwa zespołu',
+'label.group_name' => 'Nazwa zespołu',  // TODO: replace "team" with "group".
 'label.address' => 'Adres',
 'label.currency' => 'Waluta',
 'label.manager_name' => 'Nazwa managera',
index cb07cfdf2c760e8e6e2487221982d16c633cb49d..357afad974b4c59ebd4a3114d52c1676e6e37bbb 100644 (file)
@@ -127,7 +127,7 @@ $i18n_key_words = array(
 'button.stop' => 'Parar',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Nome da equipe',
+'label.group_name' => 'Nome da equipe',  // TODO: replace "team" with "group".
 'label.address' => 'Endereço',
 'label.currency' => 'Moeda',
 'label.manager_name' => 'Nome do gerente',
index e8b83a6eb254ebdf7ad330d401bef584e14da0d9..0944801843f425da8cc9efdc221f25d9f4c0bf3c 100644 (file)
@@ -136,7 +136,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 // 'label.currency' => 'Currency',
 // 'label.manager_name' => 'Manager name',
index 00f0e742f62e7ba77af22b9489e292de9267d06f..d2e661629fc7dfa30594e31bc8354b2719a25cab 100644 (file)
@@ -144,7 +144,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Moneda',
 // TODO: translate the following.
index 56dca8159aca530a1971089e415b428be6df77c5..72264251076115a3720ccce9268c240fdd435d20 100644 (file)
@@ -119,7 +119,7 @@ $i18n_key_words = array(
 'button.stop' => 'Завершить',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Название команды',
+'label.group_name' => 'Название группы',
 'label.address' => 'Адрес',
 'label.currency' => 'Валюта',
 'label.manager_name' => 'Имя менеджера',
index 593ce1e07affecd71da5c65c0fb36923846266e2..3f38b378f65e4ec871b41e25888ab1b82fd577d5 100644 (file)
@@ -135,7 +135,7 @@ $i18n_key_words = array(
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Názov tímu',
+'label.group_name' => 'Názov tímu', // TODO: replace "team" with "group".
 'label.address' => 'Adresa',
 'label.currency' => 'Mena',
 'label.manager_name' => 'Meno manažéra',
index 5f0543faf6bf64f1c3efec2fcfc2dae80455fd29..7c96172616d7c1731fe1bca7751b150fa1ff4852 100644 (file)
@@ -133,7 +133,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 // 'label.currency' => 'Currency',
 // 'label.manager_name' => 'Manager name',
index c8c3debfd26835e3a66e9b252e0c0cab85e691d5..4fb0d0d12156c212602a51217d659850250892ab 100644 (file)
@@ -127,7 +127,7 @@ $i18n_key_words = array(
 'button.stop' => 'Stani',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Naziv tim-a',
+'label.group_name' => 'Naziv tim-a', // TODO: replace "team" with "group".
 'label.address' => 'Adresa',
 'label.currency' => 'Valuta',
 'label.manager_name' => 'Ime Menadžera',
index c802f013f9e111f6c30d1529933c4fd0a45e8adc..658871f46952ea31a8112b53e6130891f773cc62 100644 (file)
@@ -124,7 +124,7 @@ $i18n_key_words = array(
 'button.stop' => 'Avsluta',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Namn på arbetsgrupp',
+'label.group_name' => 'Namn på grupp',
 'label.address' => 'Adress',
 'label.currency' => 'Valuta',
 'label.manager_name' => 'Namn på ansvarig',
index 1fe6a609ab6f49335eaa296d889ad7afdb846f7f..4c4604ba6a109cea4bfdec06dd9f1b0551e39388 100644 (file)
@@ -148,7 +148,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => 'Para birimi',
 // TODO: translate the following.
index 71325b5ca3e1df26482f0d09de2db6e0b53b4008..716099be7993e0f8864222ad657a55b28adaee6b 100644 (file)
@@ -133,7 +133,7 @@ $i18n_key_words = array(
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => '团队名称',
+'label.group_name' => '团队名称', // TODO: replace "team" with "group".
 // TODO: translate the following.
 // 'label.address' => 'Address',
 'label.currency' => '货币',
index a8277d2da9e39e88d2bf586de89e2f0345b71291..6384c0d45d8bd2a0de9a706f73754f68210ffc87 100644 (file)
@@ -139,7 +139,7 @@ $i18n_key_words = array(
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 // TODO: translate the following.
-// 'label.team_name' => 'Team name',
+// 'label.group_name' => 'Group name',
 // 'label.address' => 'Address',
 'label.currency' => '貨幣',
 // TODO: translate the following.
index 97cd94da0646f00abe90a59987e3ca15512ce326..364b599b689ab058e5997a6600b0c8c9d58b98ab 100644 (file)
@@ -4,7 +4,7 @@
     <td>
       <table cellspacing="1" cellpadding="2" border="0">
         <tr>
-          <td align="right" nowrap>{$i18n.label.team_name}:</td>
+          <td align="right" nowrap>{$i18n.label.group_name}:</td>
           <td>{$forms.teamForm.team_name.control}</td>
         </tr>
         <tr>
index 098049222ea649a45fab34b91a5063d0ea69114c..fb79204538b7ecac6594123252d7c40581f01b41 100644 (file)
@@ -4,7 +4,7 @@
     <td>
       <table cellspacing="1" cellpadding="2" border="0">
         <tr>
-          <td align="right" nowrap>{$i18n.label.team_name}:</td>
+          <td align="right" nowrap>{$i18n.label.group_name}:</td>
           <td>{$forms.teamForm.team_name.control}</td>
         </tr>
         <tr><td>&nbsp;</td></tr>
index 5e7060522f43a1839a4716bbc153077a52fbcd7d..f6ce46f9ba83309f210870323ade0de325ef9226 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.17.85.4214 | 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.85.4215 | 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>
index 4dedafdf17ebf06fb60ad627d985205b3159b216..5a5711b0717aa4264e99259a31e1156bfc331a23 100644 (file)
@@ -104,7 +104,7 @@ function handlePluginCheckboxes() {
         <table cellspacing="1" cellpadding="2" border="0">
 {if $user->isManager() || ($user->canManageTeam() && !defined(MANAGER_ONLY_TEAM_SETTINGS))}
           <tr>
-            <td align="right" nowrap>{$i18n.label.team_name}:</td>
+            <td align="right" nowrap>{$i18n.label.group_name}:</td>
             <td>{$forms.groupForm.team_name.control}</td>
           </tr>
           <tr>
index bc77a6a4d75b4b831bf896e58f09f9011e89d3e2..49fd2267eed6b10e4941884c68d3fd1063c6778f 100644 (file)
@@ -4,7 +4,7 @@
     <td>
       <table cellspacing="1" cellpadding="2" border="0">
         <tr>
-          <td align="right" nowrap>{$i18n.label.team_name}:</td>
+          <td align="right" nowrap>{$i18n.label.group_name}:</td>
           <td>{$forms.profileForm.team_name.control}</td>
         </tr>
         <tr>
index 128365f3468c56639d449e71d7857ffe3dc4ec3c..eb6995a53bb85c8012d452ec9f978106738ecea8 100644 (file)
@@ -210,7 +210,7 @@ $form->addInput(array('type'=>'submit','name'=>'btn_save','value'=>$i18n->get('b
 
 if ($request->isPost()) {
   // Validate user input.
-  if (!ttValidString($cl_team, true)) $err->add($i18n->get('error.field'), $i18n->get('label.team_name'));
+  if (!ttValidString($cl_team, true)) $err->add($i18n->get('error.field'), $i18n->get('label.group_name'));
   if (!ttValidString($cl_currency, true)) $err->add($i18n->get('error.field'), $i18n->get('label.currency'));
   if ($user->can('manage_advanced_settings')) {
     if (!ttValidEmail($cl_bcc_email, true)) $err->add($i18n->get('error.field'), $i18n->get('label.bcc'));