Skip to content

Commit c212eb3

Browse files
committed
Merge pull request rmm5t#127 from igloro/patch-1
Lithuanian
2 parents c4884c8 + 7c1496f commit c212eb3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

locales/jquery.timeago.lt.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
//Lithuanian
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: "prieš",
4+
prefixFromNow: null,
5+
suffixAgo: null,
6+
suffixFromNow: "nuo dabar",
7+
seconds: "%d sek.",
8+
minute: "min.",
9+
minutes: "%d min.",
10+
hour: "val.",
11+
hours: "%d val.",
12+
day: "1 d.",
13+
days: "%d d.",
14+
month: "mėn.",
15+
months: "%d mėn.",
16+
year: "metus",
17+
years: "%d metus",
18+
wordSeparator: " ",
19+
numbers: []
20+
};

0 commit comments

Comments
 (0)