mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 09:45:38 -05:00
commit
c212eb3f46
1 changed files with 20 additions and 0 deletions
20
locales/jquery.timeago.lt.js
Normal file
20
locales/jquery.timeago.lt.js
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
//Lithuanian
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
|
prefixAgo: "prieš",
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: null,
|
||||||
|
suffixFromNow: "nuo dabar",
|
||||||
|
seconds: "%d sek.",
|
||||||
|
minute: "min.",
|
||||||
|
minutes: "%d min.",
|
||||||
|
hour: "val.",
|
||||||
|
hours: "%d val.",
|
||||||
|
day: "1 d.",
|
||||||
|
days: "%d d.",
|
||||||
|
month: "mėn.",
|
||||||
|
months: "%d mėn.",
|
||||||
|
year: "metus",
|
||||||
|
years: "%d metus",
|
||||||
|
wordSeparator: " ",
|
||||||
|
numbers: []
|
||||||
|
};
|
Loading…
Reference in a new issue