Fixed format of date. Thanks Michal Bellovic for spotting it.
authorRoman Moravcik <roman.moravcik@gmail.com>
Thu, 21 Jan 2010 20:23:58 +0000 (21:23 +0100)
committerRoman Moravcik <roman.moravcik@gmail.com>
Thu, 21 Jan 2010 20:23:58 +0000 (21:23 +0100)
po/hildon-libs.po

index 07235e6..65f2fcb 100644 (file)
@@ -134,11 +134,11 @@ msgstr "%A %e %B %Y"
 
 # Localized date with day name - in shortened form (e.g. "Thu 31.03."). The date format is "XXX dd.mm.", where XXX is the up to three first characters of the weekday, dd the number of the day, mm the number of the month.  Use this logical string with strftime function.
 msgid "wdgt_va_date_day_name_short"
-msgstr "%a %d/%m."
+msgstr "%a %d.%m."
 
 # Localized full date with day name - in shortened form (e.g. "Thu 31.03.08"). The date format is "XXX dd.mm.yy", where XXX is the up to three first characters of the weekday, dd the number of the day, mm the number of the month, and yy the short form of year.  Use this logical string with strftime function.
 msgid "wdgt_va_fulldate_day_name_short"
-msgstr "%a %d/%m/%y"
+msgstr "%a %d.%m.%y"
 
 # Localized full date (e.g. "21. June 2008"). The date format is "dd. mmmmmm yyyy", where dd the number of the day, mmmmmm the full name of the month and yyyy the full number of the year.
 # Use this logical string with strftime function.
@@ -147,11 +147,11 @@ msgstr "%e %B %Y"
 
 # The localized numeric form of the date. E.g. "12.03.2008" for 12th March 2008.  Use this logical string with strftime function.
 msgid "wdgt_va_date"
-msgstr "%d/%m/%Y"
+msgstr "%d.%m.%Y"
 
 # The localized short numeric form of the date without year. E.g. "12.03." for 12th March 2008.  Use this logical string with strftime function.
 msgid "wdgt_va_date_short"
-msgstr "%d/%m"
+msgstr "%d.%m."
 
 # Month and year date format. E.g. "January 2008".  Use this logical string with strftime function.
 msgid "wdgt_va_fullmonth_year"