Sha256: dc9f604dc1a44483958b2566fcb574e1809c13bd4c08b56c9639316c3fef88ad
Contents?: true
Size: 807 Bytes
Versions: 5
Compression:
Stored size: 807 Bytes
Contents
(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) { // Bulgarian jQuery.timeago.settings.strings["bg"] = { prefixAgo: "преди", prefixFromNow: "след", suffixAgo: null, suffixFromNow: null, seconds: "по-малко от минута", minute: "една минута", minutes: "%d минути", hour: "един час", hours: "%d часа", day: "един ден", days: "%d дни", month: "един месец", months: "%d месеца", year: "една година", years: "%d години" }; }));
Version data entries
5 entries across 5 versions & 1 rubygems