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.
18 lines
395 B
JavaScript
18 lines
395 B
JavaScript
// Hebrew
|
|
jQuery.timeago.settings.strings = {
|
|
prefixAgo: "לפני",
|
|
prefixFromNow: "מעכשיו",
|
|
suffixAgo: "",
|
|
suffixFromNow: "",
|
|
seconds: "פחות מדקה",
|
|
minute: "דקה",
|
|
minutes: "%d דקות",
|
|
hour: "שעה",
|
|
hours: "%d שעות",
|
|
day: "יום",
|
|
days: "%d ימים",
|
|
month: "חודש",
|
|
months: "%d חודשים",
|
|
year: "שנה",
|
|
years: "%d שנים"
|
|
}; |