From eba33bf204da1de249241dec30a11677e2212088 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 7 Jun 2020 15:52:04 +0200 Subject: [PATCH] #506 - updated credits --- src/main/resources/languages/_de.properties | 2 +- src/main/resources/languages/_en.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/languages/_de.properties b/src/main/resources/languages/_de.properties index 7ef5c77bc..90295dcbf 100644 --- a/src/main/resources/languages/_de.properties +++ b/src/main/resources/languages/_de.properties @@ -1,7 +1,7 @@ locale=de # DEFAULT -credits=Verwendete Schriftarten: Roboto<br>Verwendete Bibliotheken:<br>spring-boot-starter-parent 1.5.13<br>spring-boot-devtools 1.5.13<br>spring-boot-starter-web 1.5.13<br>spring-boot-starter-test 1.5.13<br>spring-boot-starter-data-jpa 1.5.13<br>spring-boot-starter-security 1.5.13<br>h2 1.4.197<br>joda-time 2.9.9<br>usertype.core 5.0.0.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>gson 2.8.1<br>jquery 3.3.1<br>materialize 1.0.0<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.1<br>jlibs 2.0.5<br>itextpdf 5.5.13<br>mousetrap 1.6.1<br>plotly 1.48.3<br>momentjs 2.24.0<br>codemirror 5.45.0 +credits=Verwendete Schriftarten: Roboto<br>Verwendete Bibliotheken:<br>spring-boot-starter-parent 2.2.5<br>spring-boot-devtools 2.2.5<br>spring-boot-starter-web 2.2.5<br>spring-boot-starter-test 2.2.5<br>spring-boot-starter-data-jpa 2.2.5<br>spring-boot-starter-security 2.2.5<br>spring-boot-starter-tomcat 2.2.5<br>spring-boot-starter-freemarker 2.2.5<br>h2 1.4.199<br>joda-time 2.10.5<br>usertype.core 6.0.1.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>jquery 3.4.1<br>materialize 1.0.0<br>fontawesome 5.12.0<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.3<br>jlibs 2.0.5<br>itextpdf 5.5.13<br>mousetrap 1.6.1<br>plotly 1.48.3<br>momentjs 2.24.0<br>codemirror 5.50.0<br>webjars-locator 0.39<br>libUtils 2.1.5<br>libStorage 2.2.4<br>versionizer api:1.2.1<br> folder=Deadlocker/BudgetMaster roadmap.url=https://roadmaps.thecodelabs.de/roadmap/1 github.url=https://github.com/deadlocker8/BudgetMaster diff --git a/src/main/resources/languages/_en.properties b/src/main/resources/languages/_en.properties index 7fda4a8d9..a96346853 100644 --- a/src/main/resources/languages/_en.properties +++ b/src/main/resources/languages/_en.properties @@ -1,7 +1,7 @@ locale=en # DEFAULT -credits=Fonts used: Roboto<br>Libraries used:<br>spring-boot-starter-parent 1.5.13<br>spring-boot-devtools 1.5.13<br>spring-boot-starter-web 1.5.13<br>spring-boot-starter-test 1.5.13<br>spring-boot-starter-data-jpa 1.5.13<br>spring-boot-starter-security 1.5.13<br>h2 1.4.197<br>joda-time 2.9.9<br>usertype.core 5.0.0.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>gson 2.8.1<br>jquery 3.3.1<br>materialize 1.0.0<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.1<br>jlibs 2.0.5<br>itextpdf 5.5.13<br>mousetrap 1.6.1<br>plotly 1.48.3<br>momentjs 2.24.0<br>codemirror 5.45.0 +credits=Fonts used: Roboto<br>Libraries used:<br>spring-boot-starter-parent 2.2.5<br>spring-boot-devtools 2.2.5<br>spring-boot-starter-web 2.2.5<br>spring-boot-starter-test 2.2.5<br>spring-boot-starter-data-jpa 2.2.5<br>spring-boot-starter-security 2.2.5<br>spring-boot-starter-tomcat 2.2.5<br>spring-boot-starter-freemarker 2.2.5<br>h2 1.4.199<br>joda-time 2.10.5<br>usertype.core 6.0.1.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>jquery 3.4.1<br>materialize 1.0.0<br>fontawesome 5.12.0<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.3<br>jlibs 2.0.5<br>itextpdf 5.5.13<br>mousetrap 1.6.1<br>plotly 1.48.3<br>momentjs 2.24.0<br>codemirror 5.50.0<br>webjars-locator 0.39<br>libUtils 2.1.5<br>libStorage 2.2.4<br>versionizer api:1.2.1<br> folder=Deadlocker/BudgetMaster roadmap.url=https://roadmaps.thecodelabs.de/roadmap/2 github.url=https://github.com/deadlocker8/BudgetMaster -- GitLab