summaryrefslogtreecommitdiffstats
path: root/lib/localization/jquery.jtable.lt.js
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-02-10 13:05:16 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-02-10 13:05:16 +0200
commit277c6e18d910accfe145f0b3cacb27aef437d1ac (patch)
tree1c6ebdcabb29eebacabac485b234fcabaeec14d8 /lib/localization/jquery.jtable.lt.js
parent82df9fff9f0a1ea9b4bc8a91d4481b74f391a36f (diff)
downloadjtable-277c6e18d910accfe145f0b3cacb27aef437d1ac.zip
jtable-277c6e18d910accfe145f0b3cacb27aef437d1ac.tar.gz
jtable-277c6e18d910accfe145f0b3cacb27aef437d1ac.tar.bz2
jTable v.2.2.0v2.2.0
Feature: Toolbar. [#188] Feature: 'Change page size' combobox. [#1, #128] Feature: 'Go to page' input. [#63] Feature: Multiple sorting of columns by holding CTRL key. [#48] Added options: multiSorting, gotoPageArea, pageSizes, pageSizeChangeArea, pageList and toolbar. Hungarian and Italian localizations [#179] Fixed some issues. [#209]
Diffstat (limited to 'lib/localization/jquery.jtable.lt.js')
-rw-r--r--lib/localization/jquery.jtable.lt.js56
1 files changed, 29 insertions, 27 deletions
diff --git a/lib/localization/jquery.jtable.lt.js b/lib/localization/jquery.jtable.lt.js
index c007046..df1b705 100644
--- a/lib/localization/jquery.jtable.lt.js
+++ b/lib/localization/jquery.jtable.lt.js
@@ -1,28 +1,30 @@
-/*
- jTable localization file for 'Lithuanian' language.
- Author: Vygandas Šimkus
-*/
-(function ($) {
-
- $.extend(true, $.hik.jtable.prototype.options.messages, {
- serverCommunicationError: 'Klaida bandant susisiekti su serveriu.',
- loadingMessage: 'Informacija kraunama...',
- noDataAvailable: 'Nėra duomenų!',
- addNewRecord: '+ Pridėti naują',
- editRecord: 'Redaguoti',
- areYouSure: 'Ar tikrai?',
- deleteConfirmation: 'Įrašas bus ištrintas. Ar tęsti?',
- save: 'Išsaugoti',
- saving: 'Saugojama',
- cancel: 'Atšaukti',
- deleteText: 'Ištrinti',
- deleting: 'Trinama',
- error: 'Klaida',
- close: 'Uždaryti',
- cannotLoadOptionsFor: 'Nepavyko užkrauti "{0}" pasirinkimo!',
- pagingInfo: '{0}-{1} iš {2}',
- canNotDeletedRecords: 'Nepavyko pašalinti {0} iš {1} įrašų!',
- deleteProggress: 'Šalinamas {0} iš {1} įrašų, prašome palaukti...'
- });
-
+/*
+ jTable localization file for 'Lithuanian' language.
+ Author: Vygandas Šimkus
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'Klaida bandant susisiekti su serveriu.',
+ loadingMessage: 'Informacija kraunama...',
+ noDataAvailable: 'Nėra duomenų!',
+ addNewRecord: '+ Pridėti naują',
+ editRecord: 'Redaguoti',
+ areYouSure: 'Ar tikrai?',
+ deleteConfirmation: 'Įrašas bus ištrintas. Ar tęsti?',
+ save: 'Išsaugoti',
+ saving: 'Saugojama',
+ cancel: 'Atšaukti',
+ deleteText: 'Ištrinti',
+ deleting: 'Trinama',
+ error: 'Klaida',
+ close: 'Uždaryti',
+ cannotLoadOptionsFor: 'Nepavyko užkrauti "{0}" pasirinkimo!',
+ 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.
+ });
+
})(jQuery); \ No newline at end of file