You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
359 B
JavaScript
21 lines
359 B
JavaScript
9 years ago
|
// 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: []
|
||
|
};
|