From 995feb6c9e97991e5b9d9803fbc3c8a41ac48922 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 4 Apr 2018 22:46:37 +0000 Subject: [PATCH] Some more renaming in progress. --- WEB-INF/resources/ca.lang.php | 2 +- WEB-INF/resources/cs.lang.php | 2 +- WEB-INF/resources/da.lang.php | 2 +- WEB-INF/resources/de.lang.php | 2 +- WEB-INF/resources/en.lang.php | 2 +- WEB-INF/resources/es.lang.php | 2 +- WEB-INF/resources/et.lang.php | 2 +- WEB-INF/resources/fa.lang.php | 2 +- WEB-INF/resources/fi.lang.php | 2 +- WEB-INF/resources/fr.lang.php | 2 +- WEB-INF/resources/gr.lang.php | 2 +- WEB-INF/resources/he.lang.php | 2 +- WEB-INF/resources/hu.lang.php | 2 +- WEB-INF/resources/it.lang.php | 2 +- WEB-INF/resources/ja.lang.php | 2 +- WEB-INF/resources/ko.lang.php | 2 +- WEB-INF/resources/nl.lang.php | 2 +- WEB-INF/resources/no.lang.php | 2 +- WEB-INF/resources/pl.lang.php | 2 +- WEB-INF/resources/pt-br.lang.php | 2 +- WEB-INF/resources/pt.lang.php | 2 +- WEB-INF/resources/ro.lang.php | 2 +- WEB-INF/resources/ru.lang.php | 2 +- WEB-INF/resources/sk.lang.php | 2 +- WEB-INF/resources/sl.lang.php | 2 +- WEB-INF/resources/sr.lang.php | 2 +- WEB-INF/resources/sv.lang.php | 2 +- WEB-INF/resources/tr.lang.php | 2 +- WEB-INF/resources/zh-cn.lang.php | 2 +- WEB-INF/resources/zh-tw.lang.php | 2 +- WEB-INF/templates/header.tpl | 2 +- WEB-INF/templates/mobile/header.tpl | 2 +- admin_teams.php => admin_groups.php | 2 +- admin_options.php | 2 +- admin_team_add.php | 2 +- admin_team_delete.php | 4 ++-- admin_team_edit.php | 4 ++-- index.php | 2 +- login.php | 2 +- mobile/index.php | 2 +- mobile/login.php | 2 +- password_change.php | 2 +- 42 files changed, 44 insertions(+), 44 deletions(-) rename admin_teams.php => admin_groups.php (99%) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index cbdf292a..af4bc1d2 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -488,7 +488,7 @@ $i18n_key_words = array( 'form.import.file' => 'Sel·leccioni l\\\'arxiu', 'form.import.success' => 'Importació finalitzada amb èxit.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Crear un nou grup, creant un nou compte del manejador de l\\\'equip.
També pot importar dades de grups, d\\\'un arxiu xml d\\\'un altre servidor Anuko Time Tracker (no està permès col·lisions de login).', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 0a0cab99..1267f464 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -500,7 +500,7 @@ $i18n_key_words = array( 'form.import.file' => 'Výběr souboru', 'form.import.success' => 'Import byl úspěšně dokončen.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: translate the following. This part is not translated accurately from English: // "Vytvořit nový tým prostřednictvím účtu týmového manažera." Improve and check the entire string for accuracy. // ALSO TODO: replace "team" with "group" in the string below. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 589cb1f8..809532b4 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -446,7 +446,7 @@ $i18n_key_words = array( 'form.import.file' => 'Vælg fil', 'form.import.success' => 'Import sluttede med succes.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Opret et nyt team ved at oprette en ny teamadministrator konto.
Du kan også importere teamdata fra en xml-fil fra en anden Anuko Time Tracker-server (eksisterende brugernavne er ikke tilladt).', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 2c4785ea..8dd92ef9 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -444,7 +444,7 @@ $i18n_key_words = array( 'form.import.file' => 'Datei auswählen', 'form.import.success' => 'Import erfolgreich abgeschlossen.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Das Erzeugen eines neuen Manager Kontos, erzeugt eine neues Team.
Diese Teams können auch von XML-Dateien importiert werden.', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index ea85dd5c..68133c8f 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -426,7 +426,7 @@ $i18n_key_words = array( 'form.import.file' => 'Select file', 'form.import.success' => 'Import completed successfully.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index a0b4bf79..e79f3d4a 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -501,7 +501,7 @@ $i18n_key_words = array( 'form.import.file' => 'Seleccione el archivo', 'form.import.success' => 'Importación finalizada con éxito.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: improve translation of form.admin.hint - no login collisions are allowed. // ALSO TODO: replace "team" with "group" in the string below. 'form.groups.hint' => 'Crear un nuevo grupo, creando una nueva cuenta del manejador del equipo.
También puede importar datos de grupos, de un archivo xml de otro servidor Anuko Time Tracker (no estan permitidad colisiones de e-mail).', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 02b84499..a8c0a10c 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -498,7 +498,7 @@ $i18n_key_words = array( 'form.import.file' => 'Vali fail', 'form.import.success' => 'Andmed imporditud.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: translate the following. // 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index c7b916a3..1b744c6a 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -473,7 +473,7 @@ $i18n_key_words = array( 'form.import.file' => 'انتخاب فایل', 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: translate form.groups.hint. // 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 681cd98d..d861b32b 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -454,7 +454,7 @@ $i18n_key_words = array( 'form.import.file' => 'Valitse tiedosto', 'form.import.success' => 'Tietojen tuonti onnistui.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Luo uusi tiimi luomalla ensin tiimin esimiehen käyttäjätili.
Tiimin tiedot voi myös tuoda toiselta Anuko Time Tracker -palvelimelta xml-muodossa (käyttäjänimien oltava uusia).', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 12a32a66..b499eea8 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -443,7 +443,7 @@ $i18n_key_words = array( 'form.import.file' => 'Sélectionner le fichier', 'form.import.success' => 'Importation réussie.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Créez une nouvelle équipe en créant un nouveau compte de responsable d\\\'équipe.
Vous pouvez également importer des données d\\\'une équipe depuis un fichier xml provenant d\\\'un autre serveur Anuko Time Tracker (les doublons d\\\'identifiants ne sont pas autorisés).', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 9b7668af..2d2d0d5e 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -427,7 +427,7 @@ $i18n_key_words = array( 'form.import.file' => 'Επιλογή αρχείου', 'form.import.success' => 'Η εισαγωγή ολοκληρώθηκε με επιτυχία.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). 'form.groups.hint' => 'Δημιουργήστε μια νέα ομάδα δημιουργώντας ένα νέο λογαριασμό διαχειριστή ομάδας.
Μπορείτε επίσης να εισαγάγετε δεδομένα ομάδας από ένα αρχείο xml από άλλο διακομιστή Anuko Time Tracker (δεν επιτρέπονται συγκρούσεις σύνδεσης).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 32380ed2..ef466880 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -480,7 +480,7 @@ $i18n_key_words = array( 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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. Also improve formatting, as multiple spaces or no spaces look a bit weird. 'form.groups.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 5343a149..f897844c 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -491,7 +491,7 @@ $i18n_key_words = array( 'form.import.file' => 'Válassz file', 'form.import.success' => 'Az importálás sikeresen véget ért.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: fix form.groups.hint by translating it properly from the English string. Note that the ending is not translated at all. 'form.groups.hint' => 'Új csoport létrehozása egy csoport-vezetői jogosultsággal.
A csoport adatokat importálhatjuk XML-ből (no login collisions are allowed).', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 747c1c99..67af3161 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -442,7 +442,7 @@ $i18n_key_words = array( 'form.import.file' => 'Seleziona il file', 'form.import.success' => 'Importazione eseguita con successo.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). 'form.groups.hint' => 'Crea un nuovo gruppo creando un account gruppo manager.
Puoi anche importare i dati di un gruppo da un file xml esportato da un altro server Anuko Time Tracker (non sono ammessi login duplicati).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 3e474393..7f63a9cd 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -494,7 +494,7 @@ $i18n_key_words = array( 'form.import.file' => 'ファイルの選択', 'form.import.success' => 'インポートが成功的に完了されました。', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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のファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index b5bc0111..8cafcde5 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -492,7 +492,7 @@ $i18n_key_words = array( 'form.import.file' => '파일 선택', 'form.import.success' => '성과적으로 완료된 임포트.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index bb455221..f6496d25 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -424,7 +424,7 @@ $i18n_key_words = array( 'form.import.file' => 'Kies bestand', 'form.import.success' => 'Importeren gelukt.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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 (3 places). 'form.groups.hint' => 'Maak een nieuw team door een team manager account aan te maken.
U kunt ook teamgegevens importeren uit een xml file van een andere Anuko Time Tracker server (login namen moeten uniek zijn).', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index b379e296..6c0e0bff 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -491,7 +491,7 @@ $i18n_key_words = array( 'form.import.file' => 'Velg fil', 'form.import.success' => 'Import gjennomført vellykket.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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 (3 places). 'form.groups.hint' => 'Opprett et nytt team ved å opprette en ny team manager konto.
Du kan også importere team data fra en xml fil fra en annen Anuko Time Tracker server (ingen login kollisjoner er tillatt).', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 26f60fbc..e59d5809 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -456,7 +456,7 @@ $i18n_key_words = array( 'form.import.file' => 'Wybierz plik', 'form.import.success' => 'Import zakończony powodzeniem.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Załóż nowy zespół najpierw tworząc konto managera.
Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 42fb7a2f..944870f3 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -451,7 +451,7 @@ $i18n_key_words = array( 'form.import.file' => 'Selecionar arquivo', 'form.import.success' => 'Importação realizada com sucesso.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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 (3 places). 'form.groups.hint' => 'Crie uma nova equipe fazendo uma nova conta de gerente.
Você também pode importar os dados de um arquivo xml de outro servidor Anuko Time Tracker (não havendo colisão de usuários).', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 48eae11e..8514a368 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -475,7 +475,7 @@ $i18n_key_words = array( // 'form.import.file' => 'Select file', // 'form.import.success' => 'Import completed successfully.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: translate the following. // 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index fcdd5100..baf430bb 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -496,7 +496,7 @@ $i18n_key_words = array( 'form.import.file' => 'Alege fisier', 'form.import.success' => 'Importul s-a incheiat cu succes.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: check form.groups.hint for accuracy. // ALSO TODO: replace "team" with "group" in the string below (3 places). 'form.groups.hint' => 'Adauga o noua echipa prin adaugarea unui nou cont de tip manager.
Deasemeni poti importa datele despre echipa dintr-un fisier xml generat de un alt server Anuko Time Tracker (nu sunt permise duplicate pentru login).', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index e7cf9cf3..e6d639d1 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -423,7 +423,7 @@ $i18n_key_words = array( 'form.import.file' => 'Укажите файл', 'form.import.success' => 'Импорт успешно выполнен.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). 'form.groups.hint' => 'Cоздайте новую группу, сделав новый аккаунт для её менеджера.
Также вы можете импортировать данные группы через xml файл из другого Anuko Time Tracker сервера (запрещено дублирование логинов).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index c538d11c..4d8cd9da 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -471,7 +471,7 @@ $i18n_key_words = array( 'form.import.file' => 'Vyberte súbor', 'form.import.success' => 'Import úspešne dokončený.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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 (3 places). 'form.groups.hint' => 'Pomocou vytvorenia nového účtu tímového manažéra vytvorte nový tím.
Taktiež môžete importovať údaje o tíme z xml súboru z iného Anuko Time Tracker serveru (nie sú povolené kolízie v prihlasovacom mene).', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 39f18efe..3609b46f 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -471,7 +471,7 @@ $i18n_key_words = array( // 'form.import.file' => 'Select file', // 'form.import.success' => 'Import completed successfully.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: translate the following. // 'form.groups.hint' => 'Create a new group by creating a new group manager account.
You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index b9f777aa..f42f339f 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -455,7 +455,7 @@ $i18n_key_words = array( 'form.import.file' => 'Odaberi datoteku', 'form.import.success' => 'Uvoz uspešan.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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' => 'Napravite novi tim. Počnite sa otvaranjem naloga za Menadžera.
Takođe možete uvoziti podatke iz xml fajla sa drugog Anuko Time Tracker server-a (dupliranje prijava nisu dozvoljeni).', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 7a9bbfb8..4774453b 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -449,7 +449,7 @@ $i18n_key_words = array( 'form.import.file' => 'Välj fil', 'form.import.success' => 'Importeringen lyckades utan problem.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: check translation of form.groups.hint for accuracy. 'form.groups.hint' => 'Skapa en ny grupp genom att skapa ett konto för en ansvarig person. Du kan även importera grupp från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index d721cb36..9359107c 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -509,7 +509,7 @@ $i18n_key_words = array( 'form.import.file' => 'Dosya seç', 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: check form.groups.hint for accuracy. I did not not how to translate "login", so this may be garbage now. // ALSO TODO: replace "team" with "group" in the string below. 'form.groups.hint' => 'Yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.
Ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (login çakışmalarına izin verilmemekte).', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index e5659b83..b0d15aaa 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -478,7 +478,7 @@ $i18n_key_words = array( 'form.import.file' => '选择档', 'form.import.success' => '成功完成导入。', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 1bed9284..ae6a09e6 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -486,7 +486,7 @@ $i18n_key_words = array( 'form.import.file' => '選擇檔', 'form.import.success' => '成功完成導入。', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// 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時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。', diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 8dc7bc99..2752dc42 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -71,7 +71,7 @@ diff --git a/WEB-INF/templates/mobile/header.tpl b/WEB-INF/templates/mobile/header.tpl index 417cca25..fdded891 100644 --- a/WEB-INF/templates/mobile/header.tpl +++ b/WEB-INF/templates/mobile/header.tpl @@ -61,7 +61,7 @@
  - {$i18n.menu.groups} · + {$i18n.menu.groups} · {$i18n.menu.options}
diff --git a/admin_teams.php b/admin_groups.php similarity index 99% rename from admin_teams.php rename to admin_groups.php index 6744582e..a5521ad9 100644 --- a/admin_teams.php +++ b/admin_groups.php @@ -25,7 +25,7 @@ // | Contributors: // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ - + require_once('initialize.php'); import('ttGroupHelper'); diff --git a/admin_options.php b/admin_options.php index cc9fd65c..226a8a5e 100644 --- a/admin_options.php +++ b/admin_options.php @@ -73,7 +73,7 @@ if ($request->isPost()) { $admin = new ttAdmin($err); $result = $admin->updateSelf($fields); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost diff --git a/admin_team_add.php b/admin_team_add.php index 65031efd..7904d9f2 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -107,7 +107,7 @@ if ($request->isPost()) { $registrator->register(); $registrator->setCreatedBy($user->id); // Override created_by to admin account. if ($err->no()) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost diff --git a/admin_team_delete.php b/admin_team_delete.php index 1bc290bd..99d508fb 100644 --- a/admin_team_delete.php +++ b/admin_team_delete.php @@ -51,14 +51,14 @@ if ($request->isPost()) { $admin = new ttAdmin(); $result = $admin->markGroupDeleted($group_id); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } else $err->add($i18n->get('error.db')); } if ($request->getParameter('btn_cancel')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost diff --git a/admin_team_edit.php b/admin_team_edit.php index 58e81b99..0efca4f6 100644 --- a/admin_team_edit.php +++ b/admin_team_edit.php @@ -90,13 +90,13 @@ if ($request->isPost()) { $admin = new ttAdmin($err); $result = $admin->updateGroup($group_id, $fields); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } if ($request->getParameter('btn_cancel')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost diff --git a/index.php b/index.php index fd4dde8e..cabc7060 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ require_once('initialize.php'); // Redirects for admin and client roles. if ($auth->isAuthenticated()) { if ($user->can('administer_site')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } elseif ($user->isClient()) { header('Location: reports.php'); diff --git a/login.php b/login.php index 7ccb9391..3bfed9a4 100644 --- a/login.php +++ b/login.php @@ -63,7 +63,7 @@ if ($request->isPost()) { $user = new ttUser(null, $auth->getUserId()); // Redirect, depending on user role. if ($user->can('administer_site')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); } elseif ($user->isClient()) { header('Location: reports.php'); } else { diff --git a/mobile/index.php b/mobile/index.php index 9b2ed530..fa3f04c4 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -31,7 +31,7 @@ require_once('../initialize.php'); // Redirects for admin and client roles. if ($auth->isAuthenticated()) { if ($user->can('administer_site')) { - header('Location: ../admin_teams.php'); + header('Location: ../admin_groups.php'); exit(); } elseif ($user->isClient()) { header('Location: ../reports.php'); diff --git a/mobile/login.php b/mobile/login.php index 78db8dab..d1f659a9 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -68,7 +68,7 @@ if ($request->isPost()) { $user = new ttUser(null, $auth->getUserId()); // Redirect, depending on user role. if ($user->isAdmin()) { - header('Location: ../admin_teams.php'); + header('Location: ../admin_groups.php'); } elseif ($user->isClient()) { header('Location: ../reports.php'); } else { diff --git a/password_change.php b/password_change.php index f8c47112..2dce99f9 100644 --- a/password_change.php +++ b/password_change.php @@ -83,7 +83,7 @@ if ($request->isPost()) { setcookie('tt_login', $user->login, time() + COOKIE_EXPIRE, '/'); // Redirect, depending on user role. if ($user->can('administer_site')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); } elseif ($user->isClient()) { header('Location: reports.php'); } else { -- 2.20.1
  - {$i18n.menu.groups} · + {$i18n.menu.groups} · {$i18n.menu.options}