# HG changeset patch # User Mike Becker # Date 1590845307 -7200 # Node ID 4ec7f2600c837adaae51ec1bed7902a35599fffd # Parent 1a2e7b5d48f73be84f8266f8b856233b93b3cdc4 removes stupid thead prefix from every resource file diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/resources/localization/projects.properties --- a/src/main/resources/localization/projects.properties Sat May 30 15:26:15 2020 +0200 +++ b/src/main/resources/localization/projects.properties Sat May 30 15:28:27 2020 +0200 @@ -35,18 +35,18 @@ menu.issues=Issues -thead.name=Name -thead.description=Description -thead.repoUrl=Repository -thead.owner=Project Lead -thead.issues.open=Open -thead.issues.active=In Progress -thead.issues.done=Done +name=Name +description=Description +repoUrl=Repository +owner=Project Lead +issues.open=Open +issues.active=In Progress +issues.done=Done -thead.version.project=Project -thead.version.name=Version -thead.version.status=Status -thead.version.ordinal=Custom Ordering +version.project=Project +version.name=Version +version.status=Status +version.ordinal=Custom Ordering tooltip.ordinal=Use to override lexicographic ordering. placeholder.null-owner=Unassigned @@ -64,21 +64,21 @@ version.statistics.resolved=Resolved Issues version.statistics.total=Total -thead.issue.project=Project -thead.issue.subject=Subject -thead.issue.description=Description -thead.issue.assignee=Assignee -thead.issue.affected-version=Affected Version -thead.issue.affected-versions=Affected Versions -thead.issue.scheduled-version=Scheduled for Version -thead.issue.scheduled-versions=Scheduled for Versions -thead.issue.resolved-version=Resolved in Version -thead.issue.resolved-versions=Resolved in Versions -thead.issue.category=Category -thead.issue.status=Status -thead.issue.created=Created -thead.issue.updated=Updated -thead.issue.eta=ETA +issue.project=Project +issue.subject=Subject +issue.description=Description +issue.assignee=Assignee +issue.affected-version=Affected Version +issue.affected-versions=Affected Versions +issue.scheduled-version=Scheduled for Version +issue.scheduled-versions=Scheduled for Versions +issue.resolved-version=Resolved in Version +issue.resolved-versions=Resolved in Versions +issue.category=Category +issue.status=Status +issue.created=Created +issue.updated=Updated +issue.eta=ETA issue.category.Feature=Feature issue.category.Improvement=Improvement diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/resources/localization/projects_de.properties --- a/src/main/resources/localization/projects_de.properties Sat May 30 15:26:15 2020 +0200 +++ b/src/main/resources/localization/projects_de.properties Sat May 30 15:28:27 2020 +0200 @@ -35,18 +35,18 @@ menu.issues=Vorg\u00e4nge -thead.name=Name -thead.description=Beschreibung -thead.repoUrl=Repository -thead.owner=Projektleitung -thead.issues.open=Offen -thead.issues.active=In Arbeit -thead.issues.done=Erledigt +name=Name +description=Beschreibung +repoUrl=Repository +owner=Projektleitung +issues.open=Offen +issues.active=In Arbeit +issues.done=Erledigt -thead.version.project=Projekt -thead.version.name=Version -thead.version.status=Status -thead.version.ordinal=Sequenznummer +version.project=Projekt +version.name=Version +version.status=Status +version.ordinal=Sequenznummer tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung. placeholder.null-owner=Nicht Zugewiesen @@ -64,21 +64,21 @@ version.statistics.resolved=Gel\u00f6ste Vorg\u00e4nge version.statistics.total=Summe -thead.issue.project=Projekt -thead.issue.subject=Thema -thead.issue.description=Beschreibung -thead.issue.assignee=Zugewiesen -thead.issue.affected-version=Betroffene Version -thead.issue.affected-versions=Betroffene Versionen -thead.issue.scheduled-version=Zielversion -thead.issue.scheduled-versions=Zielversionen -thead.issue.resolved-version=Gel\u00f6st in Version -thead.issue.resolved-versions=Gel\u00f6st in Versionen -thead.issue.category=Kategorie -thead.issue.status=Status -thead.issue.created=Erstellt -thead.issue.updated=Aktualisiert -thead.issue.eta=Zieldatum +issue.project=Projekt +issue.subject=Thema +issue.description=Beschreibung +issue.assignee=Zugewiesen +issue.affected-version=Betroffene Version +issue.affected-versions=Betroffene Versionen +issue.scheduled-version=Zielversion +issue.scheduled-versions=Zielversionen +issue.resolved-version=Gel\u00f6st in Version +issue.resolved-versions=Gel\u00f6st in Versionen +issue.category=Kategorie +issue.status=Status +issue.created=Erstellt +issue.updated=Aktualisiert +issue.eta=Zieldatum issue.category.Feature=Feature issue.category.Improvement=Verbesserung diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/resources/localization/users.properties --- a/src/main/resources/localization/users.properties Sat May 30 15:26:15 2020 +0200 +++ b/src/main/resources/localization/users.properties Sat May 30 15:28:27 2020 +0200 @@ -27,9 +27,9 @@ no-users=No developers have been configured yet. -thead.username=User Name -thead.givenname=Given Name -thead.lastname=Last Name -thead.mail=E-Mail +username=User Name +givenname=Given Name +lastname=Last Name +mail=E-Mail -thead.displayname=Developer +displayname=Developer diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/resources/localization/users_de.properties --- a/src/main/resources/localization/users_de.properties Sat May 30 15:26:15 2020 +0200 +++ b/src/main/resources/localization/users_de.properties Sat May 30 15:28:27 2020 +0200 @@ -27,9 +27,9 @@ no-users=Bislang wurden keine Entwickler hinterlegt. -thead.username=Benutzername -thead.givenname=Vorname -thead.lastname=Nachname -thead.mail=E-Mail +username=Benutzername +givenname=Vorname +lastname=Nachname +mail=E-Mail -thead.displayname=Entwickler +displayname=Entwickler diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/issue-form.jsp --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat May 30 15:28:27 2020 +0200 @@ -42,7 +42,7 @@ - + @@ -68,7 +68,7 @@ - + " /> - + - + " /> - + - + diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/issues.jsp --- a/src/main/webapp/WEB-INF/jsp/issues.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issues.jsp Sat May 30 15:28:27 2020 +0200 @@ -39,13 +39,13 @@ - - - - - - - + + + + + + + diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/project-details.jsp --- a/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat May 30 15:28:27 2020 +0200 @@ -39,17 +39,17 @@
-
:
+
:
-
:
+
:
-
:
+
:
-
:
+
:
- + - + - + - + - - - - - + + + + + diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/user-form.jsp --- a/src/main/webapp/WEB-INF/jsp/user-form.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/user-form.jsp Sat May 30 15:28:27 2020 +0200 @@ -38,20 +38,20 @@ - + - + - + - + diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/users.jsp --- a/src/main/webapp/WEB-INF/jsp/users.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/users.jsp Sat May 30 15:28:27 2020 +0200 @@ -45,7 +45,7 @@ - + diff -r 1a2e7b5d48f7 -r 4ec7f2600c83 src/main/webapp/WEB-INF/jsp/version-form.jsp --- a/src/main/webapp/WEB-INF/jsp/version-form.jsp Sat May 30 15:26:15 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/version-form.jsp Sat May 30 15:28:27 2020 +0200 @@ -45,7 +45,7 @@ - + - + - + "> - +
" />
" />
" />
" readonly />
" />
" />
" />
" />