summaryrefslogtreecommitdiff
path: root/locales/jquery.timeago.jv.js
blob: 0344053d7293cc628dd2546db74267f2650acf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(function (factory) {
  if (typeof define === 'function' && define.amd) {
    define(['jquery'], factory);
  } else if (typeof module === 'object' && typeof module.exports === 'object') {
    factory(require('jquery'));
  } else {
    factory(jQuery);
  }
}(function (jQuery) {
  // Javanesse (Boso Jowo)
  jQuery.timeago.settings.strings = {
    prefixAgo: null,
    prefixFromNow: null,
    suffixAgo: "kepungkur",
    suffixFromNow: "seko saiki",
    seconds: "kurang seko sakmenit",
    minute: "kurang luwih sakmenit",
    minutes: "%d menit",
    hour: "kurang luwih sakjam",
    hours: "kurang luwih %d jam",
    day: "sedina",
    days: "%d dina",
    month: "kurang luwih sewulan",
    months: "%d wulan",
    year: "kurang luwih setahun",
    years: "%d tahun"
  };
}));