diff --git a/VERSION b/VERSION index 9dd55610..f0d54ecb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.1 (2012-08-28 10:56:15) rc4 +Version 2.00.1 (2012-08-28 11:42:17) rc4 diff --git a/applications/welcome/languages/default.py b/applications/welcome/languages/default.py index d10ebf08..7fddedd2 100644 --- a/applications/welcome/languages/default.py +++ b/applications/welcome/languages/default.py @@ -6,8 +6,10 @@ '%s %%(shop[0])': '%s %%(shop[0])', '%s %%{shop[0]}': '%s %%{shop[0]}', '%s %%{shop}': '%s %%{shop}', +'%Y-%m-%d %H:%M:%S': '%Y-%m-%d %H:%M:%S', '@markmin\x01**Hello World**': '**Hello World**', 'enter an integer between %(min)g and %(max)g': 'enter an integer between %(min)g and %(max)g', +'enter date and time as %(format)s': 'enter date and time as %(format)s', 'Hello World': 'Hello World', 'Hello World ## comment': 'Hello World ', 'Hello World## comment': 'Hello World',