diff options
author | Vincent Ambo <viam@humac.com> | 2012-03-05T23·50+0100 |
---|---|---|
committer | Vincent Ambo <viam@humac.com> | 2012-03-05T23·50+0100 |
commit | 0418692f07e057e2aa847fb2f5f24e6021a6073e (patch) | |
tree | 11be04de3bfd67f38326548e7b7a4e480191846c /src/Locales.hs | |
parent | f113778e17be9124615ccc1ba684cb4a832f9408 (diff) |
* finished comment field
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 01852cbdb0a9..20b4cb8476da 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -90,6 +90,9 @@ cHead EN = "Comments:" cwHead DE = "Kommentieren:" cwHead EN = "Comment:" +cSingle DE = "Kommentar:" --input label +cSingle EN = "Comment:" + cTimeFormat DE = "[Am %d.%m.%y um %H:%M Uhr]" cTimeFormat EN = "[On %D at %H:%M]" |