From e0929a3b47f8a28dcbafae87c8d7de82b5e858dd Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 2 Apr 2018 19:41:54 +0000 Subject: [PATCH] Some more progress with renaming. --- WEB-INF/resources/ca.lang.php | 5 +++-- WEB-INF/resources/cs.lang.php | 5 +++-- WEB-INF/resources/da.lang.php | 5 +++-- WEB-INF/resources/de.lang.php | 5 +++-- WEB-INF/resources/en.lang.php | 4 ++-- WEB-INF/resources/es.lang.php | 5 +++-- WEB-INF/resources/et.lang.php | 4 ++-- WEB-INF/resources/fa.lang.php | 6 +++--- WEB-INF/resources/fi.lang.php | 5 +++-- WEB-INF/resources/fr.lang.php | 5 +++-- WEB-INF/resources/gr.lang.php | 4 ++-- WEB-INF/resources/he.lang.php | 5 +++-- WEB-INF/resources/hu.lang.php | 6 +++--- WEB-INF/resources/it.lang.php | 4 ++-- WEB-INF/resources/ja.lang.php | 5 +++-- WEB-INF/resources/ko.lang.php | 5 +++-- WEB-INF/resources/nl.lang.php | 5 +++-- WEB-INF/resources/no.lang.php | 5 +++-- WEB-INF/resources/pl.lang.php | 5 +++-- WEB-INF/resources/pt-br.lang.php | 5 +++-- WEB-INF/resources/pt.lang.php | 4 ++-- WEB-INF/resources/ro.lang.php | 7 ++++--- WEB-INF/resources/ru.lang.php | 4 ++-- WEB-INF/resources/sk.lang.php | 5 +++-- WEB-INF/resources/sl.lang.php | 4 ++-- WEB-INF/resources/sr.lang.php | 5 +++-- WEB-INF/resources/sv.lang.php | 5 +++-- WEB-INF/resources/tr.lang.php | 7 ++++--- WEB-INF/resources/zh-cn.lang.php | 5 +++-- WEB-INF/resources/zh-tw.lang.php | 6 +++--- WEB-INF/templates/admin_teams.tpl | 2 +- WEB-INF/templates/footer.tpl | 2 +- 32 files changed, 87 insertions(+), 67 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 5294dc16..cbdf292a 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -488,8 +488,9 @@ $i18n_key_words = array( 'form.import.file' => 'Sel·leccioni l\\\'arxiu', 'form.import.success' => 'Importació finalitzada amb èxit.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index febe2ae7..0a0cab99 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -500,10 +500,11 @@ $i18n_key_words = array( 'form.import.file' => 'Výběr souboru', 'form.import.success' => 'Import byl úspěšně dokončen.', -// Teams 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_teams.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. -'form.teams.hint' => 'Vytvořit nový tým prostřednictvím účtu týmového manažera.
Můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody login).', +// ALSO TODO: replace "team" with "group" in the string below. +'form.groups.hint' => 'Vytvořit nový tým prostřednictvím účtu týmového manažera.
Můžete také importovat týmová data z xml souboru z jiného time tracker serveru (nejsou povoleny shody login).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 8ac98505..589cb1f8 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -446,8 +446,9 @@ $i18n_key_words = array( 'form.import.file' => 'Vælg fil', 'form.import.success' => 'Import sluttede med succes.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 48351b83..e22c3741 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -444,8 +444,9 @@ $i18n_key_words = array( 'form.import.file' => 'Datei auswählen', 'form.import.success' => 'Import erfolgreich abgeschlossen.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Das Erzeugen eines neuen Manager Kontos, erzeugt eine neues Team.
Diese Teams können auch von XML-Dateien importiert werden.', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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.', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 8c3d9d30..ea85dd5c 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -426,8 +426,8 @@ $i18n_key_words = array( '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' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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. 'form.profile.swap_roles' => 'Swap roles', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 4f3a2201..a0b4bf79 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -501,9 +501,10 @@ $i18n_key_words = array( 'form.import.file' => 'Seleccione el archivo', 'form.import.success' => 'Importación finalizada con éxito.', -// Teams 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_teams.php (login as admin first). // TODO: improve translation of form.admin.hint - no login collisions are allowed. -'form.teams.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).', +// 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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 75f64898..02b84499 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -498,9 +498,9 @@ $i18n_key_words = array( 'form.import.file' => 'Vali fail', 'form.import.success' => 'Andmed imporditud.', -// Teams 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_teams.php (login as admin first). // TODO: translate the following. -// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// '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. // TODO: translate the following. diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 96711e70..c7b916a3 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -473,9 +473,9 @@ $i18n_key_words = array( 'form.import.file' => 'انتخاب فایل', 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: translate form.teams.hint. -'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 31595ac8..681cd98d 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -454,8 +454,9 @@ $i18n_key_words = array( 'form.import.file' => 'Valitse tiedosto', 'form.import.success' => 'Tietojen tuonti onnistui.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 0955e8e6..12a32a66 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -443,8 +443,9 @@ $i18n_key_words = array( 'form.import.file' => 'Sélectionner le fichier', 'form.import.success' => 'Importation réussie.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index d2e55283..9b7668af 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -427,8 +427,8 @@ $i18n_key_words = array( 'form.import.file' => 'Επιλογή αρχείου', 'form.import.success' => 'Η εισαγωγή ολοκληρώθηκε με επιτυχία.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Δημιουργήστε μια νέα ομάδα δημιουργώντας ένα νέο λογαριασμό διαχειριστή ομάδας.
Μπορείτε επίσης να εισαγάγετε δεδομένα ομάδας από ένα αρχείο xml από άλλο διακομιστή Anuko Time Tracker (δεν επιτρέπονται συγκρούσεις σύνδεσης).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +'form.groups.hint' => 'Δημιουργήστε μια νέα ομάδα δημιουργώντας ένα νέο λογαριασμό διαχειριστή ομάδας.
Μπορείτε επίσης να εισαγάγετε δεδομένα ομάδας από ένα αρχείο xml από άλλο διακομιστή Anuko Time Tracker (δεν επιτρέπονται συγκρούσεις σύνδεσης).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 7c1ade6b..32380ed2 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -480,8 +480,9 @@ $i18n_key_words = array( 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'ניתן ליצור צוות חדש על-ידי יצירת מנהל צוות חדש.
ניתן לייבא נתוני צוות מקובץ XML משרת Anuko Time Tracker אחר (אין אפשרות לשמות משתמש זהים)', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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 אחר (אין אפשרות לשמות משתמש זהים)', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 9d19b3dd..5343a149 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -491,9 +491,9 @@ $i18n_key_words = array( 'form.import.file' => 'Válassz file', 'form.import.success' => 'Az importálás sikeresen véget ért.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: fix form.teams.hint by translating it properly from the English string. Note that the ending is not translated at all. -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 9bb83f97..747c1c99 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -442,8 +442,8 @@ $i18n_key_words = array( 'form.import.file' => 'Seleziona il file', 'form.import.success' => 'Importazione eseguita con successo.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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. // TODO: translate the following. diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 84e51ea5..3e474393 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -494,8 +494,9 @@ $i18n_key_words = array( 'form.import.file' => 'ファイルの選択', 'form.import.success' => 'インポートが成功的に完了されました。', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => '新規チームの管理者のアカウントを生成して新規チームを作成します。
あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => '新規チームの管理者のアカウントを生成して新規チームを作成します。
あなたはなお他のAnuko Time Trackerサーバのxmlのファイルからチームデータをインポートすることができます(ログインの衝突は許可されません)。', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 23030787..b5bc0111 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -492,8 +492,9 @@ $i18n_key_words = array( 'form.import.file' => '파일 선택', 'form.import.success' => '성과적으로 완료된 임포트.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.
또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => '신규 팀관리자 계정을 생성하여 신규 팀을 생성합니다.
또한 다른 Anuko Time Tracker 서버 에서 xml 파일로부터 팀 데이터를 임포트할수 있습니다 (로그인 충돌은 허용되지 안음).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index e48685c7..bb455221 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -424,8 +424,9 @@ $i18n_key_words = array( 'form.import.file' => 'Kies bestand', 'form.import.success' => 'Importeren gelukt.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.swap_roles' => 'Rollen verruilen', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index ba6dd604..b379e296 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -491,8 +491,9 @@ $i18n_key_words = array( 'form.import.file' => 'Velg fil', 'form.import.success' => 'Import gjennomført vellykket.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 8fd72565..26f60fbc 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -456,8 +456,9 @@ $i18n_key_words = array( 'form.import.file' => 'Wybierz plik', 'form.import.success' => 'Import zakończony powodzeniem.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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ć).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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ć).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index f90ebdf3..42fb7a2f 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -451,8 +451,9 @@ $i18n_key_words = array( 'form.import.file' => 'Selecionar arquivo', 'form.import.success' => 'Importação realizada com sucesso.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 276e0abb..48eae11e 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -475,9 +475,9 @@ $i18n_key_words = array( // '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). +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). // TODO: translate the following. -// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// '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. // TODO: translate the following. diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 712b7b95..fcdd5100 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -496,9 +496,10 @@ $i18n_key_words = array( 'form.import.file' => 'Alege fisier', 'form.import.success' => 'Importul s-a incheiat cu succes.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: check form.teams.hint for accuracy. -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index f0971274..e7cf9cf3 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -423,8 +423,8 @@ $i18n_key_words = array( 'form.import.file' => 'Укажите файл', 'form.import.success' => 'Импорт успешно выполнен.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Cоздайте новую команду, сделав новый аккаунт для её менеджера.
Также вы можете импортировать данные команды через xml файл из другого Anuko Time Tracker сервера (запрещено дублирование логинов).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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. 'form.profile.swap_roles' => 'Обменять роль', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 4722dc6b..c538d11c 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -471,8 +471,9 @@ $i18n_key_words = array( 'form.import.file' => 'Vyberte súbor', 'form.import.success' => 'Import úspešne dokončený.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index bffc47f7..39f18efe 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -471,9 +471,9 @@ $i18n_key_words = array( // '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). +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). // TODO: translate the following. -// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// '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. // TODO: translate the following. diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index dafc47bc..b9f777aa 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -455,8 +455,9 @@ $i18n_key_words = array( 'form.import.file' => 'Odaberi datoteku', 'form.import.success' => 'Uvoz uspešan.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Forma profila. Pogledajte primer na at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 7c17a1af..7a9bbfb8 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -449,8 +449,9 @@ $i18n_key_words = array( 'form.import.file' => 'Välj fil', 'form.import.success' => 'Importeringen lyckades utan problem.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Skapa en ny arbetsgrupp genom att skapa ett konto för en ansvarig person. Du kan även importera arbetsgrupper från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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.', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 2bfc9e70..d721cb36 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -509,9 +509,10 @@ $i18n_key_words = array( 'form.import.file' => 'Dosya seç', 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: check form.teams.hint for accuracy. I did not not how to translate "login", so this may be garbage now. -'form.teams.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).', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.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).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 2a691c07..e5659b83 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -478,8 +478,9 @@ $i18n_key_words = array( 'form.import.file' => '选择档', 'form.import.success' => '成功完成导入。', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => '通过创建新的团队经理账号来创建新团队。
您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => '通过创建新的团队经理账号来创建新团队。
您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 5eb249f3..1bed9284 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -486,9 +486,9 @@ $i18n_key_words = array( 'form.import.file' => '選擇檔', 'form.import.success' => '成功完成導入。', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -// TODO: translate the following. -'form.teams.hint' => '通過創建新的團隊經理帳號來創建新團隊。
您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。', +// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => '通過創建新的團隊經理帳號來創建新團隊。
您也可以從其它的Anuko時間追蹤器伺服器的xml檔導入團隊資料(登錄資訊不能發生衝突)。', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. diff --git a/WEB-INF/templates/admin_teams.tpl b/WEB-INF/templates/admin_teams.tpl index 59f15c90..aa017883 100644 --- a/WEB-INF/templates/admin_teams.tpl +++ b/WEB-INF/templates/admin_teams.tpl @@ -3,7 +3,7 @@ - +
{$i18n.form.teams.hint}
{$i18n.form.groups.hint}
diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 5b5463a7..b931f0c7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.86.4221 | Copyright © Anuko | +  Anuko Time Tracker 1.17.86.4222 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1