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
386 B
JavaScript
21 lines
386 B
JavaScript
9 years ago
|
// Azerbaijani shortened
|
||
|
jQuery.timeago.settings.strings = {
|
||
|
prefixAgo: null,
|
||
|
prefixFromNow: null,
|
||
|
suffixAgo: "",
|
||
|
suffixFromNow: "",
|
||
|
seconds: '1 dəq',
|
||
|
minute: '1 dəq',
|
||
|
minutes: '%d dəq',
|
||
|
hour: '1 saat',
|
||
|
hours: '%d saat',
|
||
|
day: '1 gün',
|
||
|
days: '%d gün',
|
||
|
month: '1 ay',
|
||
|
months: '%d ay',
|
||
|
year: '1 il',
|
||
|
years: '%d il',
|
||
|
wordSeparator: '',
|
||
|
numbers: []
|
||
|
};
|