summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2016-01-26 20:55:11 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2016-01-26 20:55:11 +0200
commit5ac28bef512f0e452ae16d61a552c98c4302ea4d (patch)
tree023efc06309fafec93721d8714956dbc80db1e50
parent10f038c79b902b501cc76d8fc0da26e53bedd247 (diff)
parent06f76f21210645a06d686f80b0f8067f926a9eaa (diff)
downloadjtable-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.js6
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);