diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-25 23:39:56 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-25 23:39:56 +0200 |
commit | 844ee6c862cfc3221de4d22e9014a5eae357cabd (patch) | |
tree | 7f52f544b750dcd2ca8da428f54e97d9b05d52f0 /lib/localization/jquery.jtable.lt.js | |
parent | b296ed7f0384c9ae8259a4299974864a24f4ce15 (diff) | |
download | jtable-844ee6c862cfc3221de4d22e9014a5eae357cabd.zip jtable-844ee6c862cfc3221de4d22e9014a5eae357cabd.tar.gz jtable-844ee6c862cfc3221de4d22e9014a5eae357cabd.tar.bz2 |
jTable v2.1.0v2.1.0
Added cascade dropdowns and creating dynamically option list support.
[#63, #94]
Added field options: dependsOn and optionsSorting.
Polish localization (by Grzegorz Zbucki). [#97]
Lithuanian localization (by Vygandas Šimkus). [#103]
Portuguese - Brazilian localization (by Renato Bigliazzi). [#129]
Fixed some issues.
Diffstat (limited to 'lib/localization/jquery.jtable.lt.js')
-rw-r--r-- | lib/localization/jquery.jtable.lt.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.lt.js b/lib/localization/jquery.jtable.lt.js new file mode 100644 index 0000000..c007046 --- /dev/null +++ b/lib/localization/jquery.jtable.lt.js @@ -0,0 +1,28 @@ +/*
+ 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...'
+ });
+
+})(jQuery);
\ No newline at end of file |