Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Customizing ARI Datables initialisation options
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Customizing ARI Datables initialisation options
#61748
Customizing ARI Datables initialisation options 6 Years, 4 Months ago Karma: 0
Hi,

I want to integrate a Dutch language file (Javascript).
Where can I find the location to load or edit it in ?
Where and how to install plugins?

Regards,

Ben
The administrator has disabled public write access.
 
#61753
Re:Customizing ARI Datables initialisation options 6 Years, 4 Months ago Karma: 746
Hello,

See <joomla_directory>/language/en-GB/en-GB.mod_aridatatables.sys.ini language file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#61754
Re:Customizing ARI Datables initialisation options 6 Years, 4 Months ago Karma: 0
Hi,

Thanks. Do I need to edit that file?

However, I found the configuration file below. Is is also possible to import this file as an initialisation option?

Regards,

Ben


1 /**
2 * Dutch translation
3 * @name Dutch
4 * @anchor Dutch
5 * @author <a href="www.blikgooien.nl/">Erwin Kerk</a> and <i>ashwin</i>
6 */
7
8 {
9 "sProcessing": "Bezig...",
10 "sLengthMenu": "_MENU_ resultaten weergeven",
11 "sZeroRecords": "Geen resultaten gevonden",
12 "sInfo": "_START_ tot _END_ van _TOTAL_ resultaten",
13 "sInfoEmpty": "Geen resultaten om weer te geven",
14 "sInfoFiltered": " (gefilterd uit _MAX_ resultaten)",
15 "sInfoPostFix": "",
16 "sSearch": "Zoeken:",
17 "sEmptyTable": "Geen resultaten aanwezig in de tabel",
18 "sInfoThousands": ".",
19 "sLoadingRecords": "Een moment geduld aub - bezig met laden...",
20 "oPaginate": {
21 "sFirst": "Eerste",
22 "sLast": "Laatste",
23 "sNext": "Volgende",
24 "sPrevious": "Vorige"
25 },
26 "oAria": {
27 "sSortAscending": ": activeer om kolom oplopend te sorteren",
28 "sSortDescending": ": activeer om kolom aflopend te sorteren"
29 }
30 }
The administrator has disabled public write access.
 
#61760
Re:Customizing ARI Datables initialisation options 6 Years, 4 Months ago Karma: 746
The language file which we specified is used for English language (and as default translation). You can create <joomla_directory>/language/nl-NL/nl-NL.mod_aridatatables.sys.ini file and translate necessary strings. The extension doesn't support ability to use translation from javascript files.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1