diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 6c26501f..db5ba8ab 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -27,6 +27,10 @@ TODO: Built in automatic job available that will regenerate sample data on a tim =-=-=-=-=-=- Less urgent things... +TODO: UNLOCALIZED TEXT + - Look for old locale text keys that were not translated, there are more than a few keys that were added later to v7 and never translated out of english. + - Some may never be used so be careful about this. + DEVELOPMENT STREAMLINING - VIRTUAL DEV - Look into dockerizing all development tools in such a way they can be pulled in to a new computer quickly and start working diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index e32d6790..8bc9f60f 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -1179,7 +1179,7 @@ "UserScheduleBackColor": "Zeitplanhintergrundfarbe", "UserStatus": "Status", "UserSubContractor": "Ist ein Subunternehmer", - "UserTimeZoneOffset": "Override timezone", + "UserTimeZoneOffset": "UTC-Abweichung", "UserUIClearAllLayoutCustomization": "Alle Formularanpassungen des Benutzers löschen", "UserUserCertifications": "Zertifizierungen", "UserUserSkills": "Fähigkeiten", diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 5b547c31..bbb5ecf0 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -1179,7 +1179,7 @@ "UserScheduleBackColor": "Schedule back color", "UserStatus": "Status", "UserSubContractor": "Is a Subcontractor", - "UserTimeZoneOffset": "Override timezone", + "UserTimeZoneOffset": "UTC offset", "UserUIClearAllLayoutCustomization": "Clear all user's form customizations", "UserUserCertifications": "Certifications", "UserUserSkills": "Skills", diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index 60889890..37ca595e 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -1179,7 +1179,7 @@ "UserScheduleBackColor": "Color fondo programación", "UserStatus": "Status", "UserSubContractor": "Es subcontratista", - "UserTimeZoneOffset": "Override timezone", + "UserTimeZoneOffset": "Diferencia horaria con UTC", "UserUIClearAllLayoutCustomization": "Borrar elementos personalizados del formulario", "UserUserCertifications": "Certificados", "UserUserSkills": "Habilidades", diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 954ac3a3..baf3b3c6 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -1179,7 +1179,7 @@ "UserScheduleBackColor": "Couleur d'arrière-plan de programmation", "UserStatus": "Status", "UserSubContractor": "Est un sous-traitant", - "UserTimeZoneOffset": "Override timezone", + "UserTimeZoneOffset": "Décalage UTC", "UserUIClearAllLayoutCustomization": "Effacer tous les formulaires personnalisés d'utilisateur", "UserUserCertifications": "Certificats", "UserUserSkills": "Aptitudes",