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 83b93a7..f9b12c8 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 a82ebd3..6a2142b 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 91d25b1..b465445 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 51fa503..7496924 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 8960321..af784cb 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 6b6228f..0c1d5d7 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 45062eb..e487a57 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 dcf3bfc..d2e3d6d 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 f7f800c..71ebe74 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 e629d8d..58bb44e 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 b90e0ce..3afb864 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 92b1b6c..f17a36c 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 6704120..a4ad2cb 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 e83a42b..a0931ae 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 90b14ff..81d336e 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 a7980b2..8d91f45 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 1ba547c..02bb66f 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 1b14e06..48e17d8 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 69fc06e..ca7e540 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 cca996e..2fd41c8 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 fe3ba97..da6d2af 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 cb07cfd..357afad 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 e8b83a6..0944801 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 00f0e74..d2e6616 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 56dca81..7226425 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 593ce1e..3f38b37 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 5f0543f..7c96172 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 c8c3deb..4fb0d0d 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 c802f01..658871f 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 1fe6a60..4c4604b 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 71325b5..716099b 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 a8277d2..6384c0d 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 97cd94d..364b599 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 0980492..fb79204 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 5e70605..f6ce46f 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 4dedafd..5a5711b 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 bc77a6a..49fd226 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 128365f..eb6995a 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'));