From: Nik Okuntseff Date: Mon, 2 Apr 2018 16:43:24 +0000 (+0000) Subject: A bit more progress with renaming team to group. X-Git-Tag: timetracker_1.19-1~885 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c8ee9a8f8b402e0ef18c8fd9a9e379c1160b503e;p=timetracker.git A bit more progress with renaming team to group. --- diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index edb5c216..5294dc16 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -324,7 +324,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -476,14 +476,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Vosté pot exportar totes les dades del grup dins d\\\'un archivo xml. Això pot ser útil si necessita migrar dades al seu propi servidor.', 'form.export.compression' => 'Compressió', // TODO: translate the following. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importar dades del grup des d\\\'un arxiu xml.', 'form.import.file' => 'Sel·leccioni l\\\'arxiu', 'form.import.success' => 'Importació finalitzada amb èxit.', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 48122a1f..febe2ae7 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -335,7 +335,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -487,14 +487,15 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Můžete exportova týmová data do xml souboru. Může se to hodit pro přesun na jiný server.', 'form.export.compression' => 'Komprese', // TODO: translate the following. // 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importovat týmová data z xml souboru.', 'form.import.file' => 'Výběr souboru', 'form.import.success' => 'Import byl úspěšně dokončen.', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index dd34e6e8..8ac98505 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -434,13 +434,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Klient der skal slettes', 'form.client.client_entries' => 'Klient indlæg', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Du kan eksportere alle Teamdata til en xml-fil. Det kan være nyttigt, hvis du migrerer data til din egen server.', 'form.export.compression' => 'Komprimering', 'form.export.compression_none' => 'Ingen', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importer teamdata fra en xml-fil.', 'form.import.file' => 'Vælg fil', 'form.import.success' => 'Import sluttede med succes.', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index bbc3c372..48351b83 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -432,13 +432,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Zu löschender Kunde', 'form.client.client_entries' => 'Kundeneintrag', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Sie können alle Teamdaten in eine XML-Datei exportieren. Diese können in andere Zeiterfassungs-Programme importiert werden.', 'form.export.compression' => 'Kompression', 'form.export.compression_none' => 'Keine', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Teamdaten von einer XML-Datei importieren.', 'form.import.file' => 'Datei auswählen', 'form.import.success' => 'Import erfolgreich abgeschlossen.', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index b3893a5e..8c3d9d30 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -279,7 +279,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Editing Option', 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. 'title.locking' => 'Locking', 'title.week_view' => 'Week View', 'title.swap_roles' => 'Swapping Roles', @@ -415,13 +415,13 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Client to delete', 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'You can export all group data into an xml file. It could be useful if you are migrating data to your own server.', 'form.export.compression' => 'Compression', 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Import team data from an xml file.', 'form.import.file' => 'Select file', 'form.import.success' => 'Import completed successfully.', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 40aae055..4f3a2201 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -323,7 +323,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -489,14 +489,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Usted puede exportar todos los datos del grupo dentro de un archivo xml. Ésto puede ser útil si necesita migrar datos a su propio sevidor.', 'form.export.compression' => 'Comprimir', // Note to translators: the strings below are missing in the translation and must be added. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.', 'form.import.file' => 'Seleccione el archivo', 'form.import.success' => 'Importación finalizada con éxito.', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index ccc8eb2a..75f64898 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -330,7 +330,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -485,14 +485,15 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.', 'form.export.compression' => 'Pakkimine', // TODO: translate the following. // 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Impordi meeskonna andmed xml-failist.', 'form.import.file' => 'Vali fail', 'form.import.success' => 'Andmed imporditud.', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index fb352447..96711e70 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -304,7 +304,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'ویرایش گزینه', 'title.cf_delete_dropdown_option' => 'حذف گزینه', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -461,13 +461,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.', 'form.export.compression' => 'فشرده سازی', 'form.export.compression_none' => 'هیچ کدام', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', 'form.import.file' => 'انتخاب فایل', 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 86f1a111..31595ac8 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -442,13 +442,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Poistettava asiakas', 'form.client.client_entries' => 'Asiakassyötteet', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.', 'form.export.compression' => 'Pakkaus', 'form.export.compression_none' => 'ei pakata', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.', 'form.import.file' => 'Valitse tiedosto', 'form.import.success' => 'Tietojen tuonti onnistui.', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 1a7958d7..0955e8e6 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -431,13 +431,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Client à supprimer', 'form.client.client_entries' => 'Entrées de client', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Vous pouvez exporter toutes les données d\\\'une équipe dans un ficheir xml. Cela peut être utile si vous transférez des données vers votre serveur.', 'form.export.compression' => 'Compression', 'form.export.compression_none' => 'Aucune', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importer les donnés des équipes depuis un fichier xml.', 'form.import.file' => 'Sélectionner le fichier', 'form.import.success' => 'Importation réussie.', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 12c68806..d2e55283 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -416,13 +416,13 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Διαγραφή πελάτη', 'form.client.client_entries' => 'Είσοδος πελάτη', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Μπορείτε να εξαγάγετε όλα τα δεδομένα μιας ομάδας σε ένα αρχείο xml. Θα είναι χρήσιμο εάν μετακινήσετε τα δεδομένα σε δικό σας διακομιστή.', 'form.export.compression' => 'Συμπίεση', 'form.export.compression_none' => 'χωρίς', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Εισαγωγή δεδομένων ομάδας από αρχείο xml.', 'form.import.file' => 'Επιλογή αρχείου', 'form.import.success' => 'Η εισαγωγή ολοκληρώθηκε με επιτυχία.', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 5ca8ab1d..7c1ade6b 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -315,7 +315,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'עריכת אפשרות', 'title.cf_delete_dropdown_option' => 'מחיקת אפשרות', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -468,13 +468,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'ניתן לייצא את כל נתוני הצוות בקובץ XML. זה מאד שימושי אם ברצונך להשתמש בשרת משלך.', 'form.export.compression' => 'דחיסה', 'form.export.compression_none' => 'ללא', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'ייבא נתוני צוות מתוך קובץ XML.', 'form.import.file' => 'בחר קובץ', 'form.import.success' => 'הייבוא הושלם בהצלחה.', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index c041d29f..9d19b3dd 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -321,7 +321,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -477,16 +477,16 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php // TODO: improve or check form.export.hint as the translation seems incorrect if we trust translate.google.com. -// Export does a single team export (all data in ONE team). +// Export does a single group export (all data in ONE group). 'form.export.hint' => 'Kimentheted az összes felvitt csoport adatait egy XML file-ba, ami megkönnyíti a TimeTracker szerverek közötti adatátvitelt.', 'form.export.compression' => 'Tömörítés', // TODO: translate the following. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Csoport adatok importja XML file-ból.', 'form.import.file' => 'Válassz file', 'form.import.success' => 'Az importálás sikeresen véget ért.', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 19019d99..9bb83f97 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -291,7 +291,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Modifica opzione', 'title.cf_delete_dropdown_option' => 'Eliminazione opzione', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. 'title.locking' => 'Bloccaggio', 'title.week_view' => 'Vista settimanale', // 'title.swap_roles' => 'Swapping Roles', @@ -431,13 +431,13 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Client da eliminare', 'form.client.client_entries' => 'Voci client', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Puoi esporate tutti i dati dei gruppo in un file xml. Questo può essere utile se devi trasferire i dati da un server ad un altro.', 'form.export.compression' => 'Compressione', 'form.export.compression_none' => 'niente', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importa i dati del gruppo da un file xml.', 'form.import.file' => 'Seleziona il file', 'form.import.success' => 'Importazione eseguita con successo.', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index c5e731d7..84e51ea5 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -328,7 +328,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -482,13 +482,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'あなたはすべてのチームのデータをxmlファイルにエクスポートすることができます。これはあなたの自分のサーバに移動する時に有用します。', 'form.export.compression' => '圧縮', 'form.export.compression_none' => 'なし', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'xmlファイルからチームのデータをインポート。', 'form.import.file' => 'ファイルの選択', 'form.import.success' => 'インポートが成功的に完了されました。', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index b72ba280..23030787 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -329,7 +329,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -480,13 +480,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => '팀의 모든 데이터를 xml 파일로 익스포트 할수 있습니다. 이것은 데이터를 당신자신의 서버에로 옮길때 쓸모있을수 있습니다.', 'form.export.compression' => '압축', 'form.export.compression_none' => '없음', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'xml 파일로부터 팀 데이터를 임포트.', 'form.import.file' => '파일 선택', 'form.import.success' => '성과적으로 완료된 임포트.', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 66547028..e48685c7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -412,13 +412,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Klant die wordt verwijderd', 'form.client.client_entries' => 'Klant gegevens', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'U kunt alle teamgegevens naar een xml bestand exporteren. Dit kan zinvol zijn als u gegevens migreert naar uw eigen server.', 'form.export.compression' => 'Compressie', 'form.export.compression_none' => 'geen', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importeer teamgegevens uit een xml bestand.', 'form.import.file' => 'Kies bestand', 'form.import.success' => 'Importeren gelukt.', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 0b499006..ba6dd604 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -325,7 +325,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -479,13 +479,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Du kan eksportere alle team data til en XML fil. Dette kan være nyttig dersom du skal migrere data til din egen server.', 'form.export.compression' => 'Komprimering', 'form.export.compression_none' => 'ingen', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Import team data fra en xml fil.', 'form.import.file' => 'Velg fil', 'form.import.success' => 'Import gjennomført vellykket.', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 77329da0..8fd72565 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -295,7 +295,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Edytowanie opcji', 'title.cf_delete_dropdown_option' => 'Usuwanie opcji', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -444,13 +444,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Klient do usunięcia', 'form.client.client_entries' => 'Wpisy dot. klienta', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.', 'form.export.compression' => 'Kompresja', 'form.export.compression_none' => 'brak', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Import danych zespołu z pliku xml.', 'form.import.file' => 'Wybierz plik', 'form.import.success' => 'Import zakończony powodzeniem.', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index f436d250..f90ebdf3 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -439,13 +439,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Cliente a ser apagado', 'form.client.client_entries' => 'Entradas de cliente', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Você pode exportar todos os dados da equipe para um arquivo xml. Isto pode ser útil se você estiver migrando os dados para um servidor próprio.', 'form.export.compression' => 'Compressão', 'form.export.compression_none' => 'nenhuma', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', 'form.import.file' => 'Selecionar arquivo', 'form.import.success' => 'Importação realizada com sucesso.', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index cd0e232f..276e0abb 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -311,7 +311,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -462,14 +462,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php // TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// 'form.export.hint' => 'You can export all group data into an xml file. It could be useful if you are migrating data to your own server.', // 'form.export.compression' => 'Compression', // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). // TODO: translate the following. // 'form.import.hint' => 'Import team data from an xml file.', // 'form.import.file' => 'Select file', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index a5037bda..712b7b95 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -330,7 +330,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -483,14 +483,15 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.', 'form.export.compression' => 'Compresie', // TODO: translate the following. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.', 'form.import.file' => 'Alege fisier', 'form.import.success' => 'Importul s-a incheiat cu succes.', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 2026789c..f0971274 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -412,13 +412,13 @@ $i18n_key_words = array( 'form.clients.active_clients' => 'Активные клиенты', 'form.clients.inactive_clients' => 'Неактивные клиенты', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -'form.export.hint' => 'Вы можете экспортировать все данные команды в xml файл. Это может быть полезно если вы переносите данные на свой собственный сервер.', +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'Вы можете экспортировать все данные группы в xml файл. Это может быть полезно если вы переносите данные на свой собственный сервер.', 'form.export.compression' => 'Сжатие', 'form.export.compression_none' => 'нет', 'form.export.compression_bzip' => 'в формате bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Импортируйте данные команды из xml файла.', 'form.import.file' => 'Укажите файл', 'form.import.success' => 'Импорт успешно выполнен.', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f518b219..4722dc6b 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -305,7 +305,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Upravovanie možností', 'title.cf_delete_dropdown_option' => 'Vymazávanie možností', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -459,13 +459,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Môžete exportovať všetky údaje o tíme do xml súboru. Toto môže byť užitočné pri prenose údajov na iný server.', 'form.export.compression' => 'Kompresia', 'form.export.compression_none' => 'žiadna', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', 'form.import.file' => 'Vyberte súbor', 'form.import.success' => 'Import úspešne dokončený.', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index e4c36e26..bffc47f7 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -305,7 +305,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -458,14 +458,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php // TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// 'form.export.hint' => 'You can export all group data into an xml file. It could be useful if you are migrating data to your own server.', // 'form.export.compression' => 'Compression', // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). // TODO: translate the following. // 'form.import.hint' => 'Import team data from an xml file.', // 'form.import.file' => 'Select file', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f5b69aa8..dafc47bc 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -294,7 +294,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Izmena opcija', 'title.cf_delete_dropdown_option' => 'Brisanje opcija', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -443,13 +443,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Klijent za brisanje', 'form.client.client_entries' => 'Unos klijenta', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Postoji mogućnost izvoza svih podataka od timova u xml fajlu. Može vam biti korisno ako imate internu bazu podataka.', 'form.export.compression' => 'Kompresija', 'form.export.compression_none' => 'ništa', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Uvezi podatke timova iz xml fajla.', 'form.import.file' => 'Odaberi datoteku', 'form.import.success' => 'Uvoz uspešan.', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 3ff0bf2d..7c17a1af 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -292,7 +292,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Redigera alternativ', 'title.cf_delete_dropdown_option' => 'Ta bort alternativ', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. 'title.locking' => 'Låsning', // TODO: translate the following. // 'title.week_view' => 'Week View', @@ -437,13 +437,14 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Kund', 'form.client.client_entries' => 'Relaterade tider och kostnader', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php -'form.export.hint' => 'Du kan exportera all information om arbetsgrupperna till en XML-fil. Det kan vara användbart när du migrerar till en egen server.', +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: check and confirm the translation of form.export.hint is correct. We are exporting ONE group. +'form.export.hint' => 'Du kan exportera all information om grupp till en XML-fil. Det kan vara användbart när du migrerar till en egen server.', 'form.export.compression' => 'Komprimering', 'form.export.compression_none' => 'Ingen', 'form.export.compression_bzip' => 'B-zip', -// Importing Team Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Importera arbetsgrupp från en XML-fil.', 'form.import.file' => 'Välj fil', 'form.import.success' => 'Importeringen lyckades utan problem.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index c2c4db0f..2bfc9e70 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -339,7 +339,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -496,14 +496,15 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.', 'form.export.compression' => 'Sıkıştırma', // TODO: translate the following. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', 'form.import.file' => 'Dosya seç', 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 069f0faa..2a691c07 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -317,7 +317,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -466,13 +466,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。', 'form.export.compression' => '压缩', 'form.export.compression_none' => '不压缩', 'form.export.compression_bzip' => 'bzip格式', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => '从xml文件导入团队数据。', 'form.import.file' => '选择档', 'form.import.success' => '成功完成导入。', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 2de60101..5eb249f3 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -324,7 +324,7 @@ $i18n_key_words = array( // 'title.cf_edit_dropdown_option' => 'Editing Option', // 'title.cf_delete_dropdown_option' => 'Deleting Option', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', @@ -474,13 +474,14 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => '您可以將所有團隊資料匯出到xml檔。如果您要將資料轉移到您自己的伺服器,這項操作很有用。', 'form.export.compression' => '壓縮', 'form.export.compression_none' => '不压缩', 'form.export.compression_bzip' => 'bzip格式', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => '從xml檔導入團隊資料。', 'form.import.file' => '選擇檔', 'form.import.success' => '成功完成導入。', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 9130beed..5b5463a7 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.86.4220 | Copyright © Anuko | +  Anuko Time Tracker 1.17.86.4221 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}