Create jquery.timeago.de-short.js

v1.18.x
Stephan 9 years ago
parent a6429af6c7
commit 944509406a

@ -0,0 +1,20 @@
// German shortened
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "",
suffixFromNow: "",
seconds: "sec",
minute: "1min",
minutes: "%dmin",
hour: "1h",
hours: "%dh",
day: "1d",
days: "%dd",
month: "1Mon",
months: "%dMon",
year: "1Jhr",
years: "%dJhr",
wordSeparator: " ",
numbers: []
};
Loading…
Cancel
Save