changed to shorter date

This commit is contained in:
Jeena Paradies 2013-02-15 19:16:09 +01:00
parent f0f564a577
commit 8912c19026

View file

@ -41,18 +41,18 @@ function($) {
strings: {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "ago",
suffixAgo: "",
suffixFromNow: "from now",
seconds: "less than a minute",
minute: "about a minute",
minutes: "%d minutes",
hour: "about an hour",
hours: "about %d hours",
day: "a day",
days: "%d days",
month: "about a month",
seconds: "%d sec",
minute: "1 min",
minutes: "%d min",
hour: "1 h",
hours: "%d h",
day: "1 day",
days: "%d day",
month: "1 month",
months: "%d months",
year: "about a year",
year: "1 year",
years: "%d years",
wordSeparator: " ",
numbers: []