META-INF.resources.jepsar.locale.jquery.timeago.de-short.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timeago-jsf Show documentation
Show all versions of timeago-jsf Show documentation
JSF component for the Timeago jQuery plugin
The newest version!
// German shortened
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "",
suffixFromNow: "",
seconds: "s",
minute: "1m",
minutes: "%dm",
hour: "1h",
hours: "%dh",
day: "1T.",
days: "%dT.",
month: "1Mt.",
months: "%dMt.",
year: "1J.",
years: "%dJ.",
wordSeparator: " ",
numbers: []
};