summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-28 17:04:16 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-28 17:04:16 +0100
commit9120e75e3cf52af0b395615621727ca418229f29 (patch)
tree08abfec9683c66039e2f9311133af05390e1de2b /config
parentb7981fe363dda231e37192bdd357553e4f923cc5 (diff)
Add a bug report link in the footer which opens a new issue.
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml5
-rw-r--r--config/locales/en.yml3
2 files changed, 7 insertions, 1 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index e82f513..9d85d8e 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -194,4 +194,7 @@ de:
long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr'
pm: nachmittags
- date_only: '%d.%m.%Y' \ No newline at end of file
+ date_only: '%d.%m.%Y'
+ misc:
+ send_a_bugreport: 'Fehler melden (Bugreport).'
+ consulting: 'Consulting'
diff --git a/config/locales/en.yml b/config/locales/en.yml
index dab4595..0ad4b1c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -4,3 +4,6 @@ en:
date_only: '%m/%d/%Y'
short: ! '%m/%d/%y %H:%M'
date_only: '%m/%d/%Y'
+ misc:
+ send_a_bugreport: 'Send a bugreport.'
+ consulting: 'Consulting' \ No newline at end of file