diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2016-01-26 20:55:11 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2016-01-26 20:55:11 +0200 |
commit | 5ac28bef512f0e452ae16d61a552c98c4302ea4d (patch) | |
tree | 023efc06309fafec93721d8714956dbc80db1e50 | |
parent | 10f038c79b902b501cc76d8fc0da26e53bedd247 (diff) | |
parent | 06f76f21210645a06d686f80b0f8067f926a9eaa (diff) | |
download | jtable-5ac28bef512f0e452ae16d61a552c98c4302ea4d.zip jtable-5ac28bef512f0e452ae16d61a552c98c4302ea4d.tar.gz jtable-5ac28bef512f0e452ae16d61a552c98c4302ea4d.tar.bz2 |
Merge pull request #1887 from alcharkov/master
Add translation
-rw-r--r-- | lib/localization/jquery.jtable.lt.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/localization/jquery.jtable.lt.js b/lib/localization/jquery.jtable.lt.js index df1b705..6635c50 100644 --- a/lib/localization/jquery.jtable.lt.js +++ b/lib/localization/jquery.jtable.lt.js @@ -23,8 +23,8 @@ pagingInfo: '{0}-{1} iš {2}', canNotDeletedRecords: 'Nepavyko pašalinti {0} iš {1} įrašų!', deleteProggress: 'Šalinamas {0} iš {1} įrašų, prašome palaukti...', - pageSizeChangeLabel: 'Row count', //New. Must be localized. - gotoPageLabel: 'Go to page' //New. Must be localized. + pageSizeChangeLabel: 'Eilutės', + gotoPageLabel: 'Į puslapį' }); -})(jQuery);
\ No newline at end of file +})(jQuery); |