From 749399b7f23e762f7d28270d636e4c5d5742738e Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 19 Jul 2026 13:10:14 +0200 Subject: [PATCH] Added a domain to most of the texts for translation files --- readme.txt | 1 + wp-jquery-datatable.php | 50 ++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/readme.txt b/readme.txt index a2181b7..51580b4 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,7 @@ Is this plugin prepared for multisites? Yes. * Moved the settings page under the settings menu. * Added support for a languages folder. * Changed some texts to make use of global translations. +* Added a domain to most of the texts for translation files. = 4.1.0 = * Compatibility with WordPress version 6.7.1 diff --git a/wp-jquery-datatable.php b/wp-jquery-datatable.php index b4766db..88f2336 100644 --- a/wp-jquery-datatable.php +++ b/wp-jquery-datatable.php @@ -50,7 +50,7 @@ function wp_jdt_create_menu() { //create admin side menu - add_options_page(__('WP jQuery DataTable Settings'), __('WP jQuery DataTable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page'); + add_options_page(__('WP jQuery DataTable Settings', 'wp-jquery-datatable'), __('WP jQuery DataTable', 'wp-jquery-datatable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page'); //call register settings function add_action('admin_init', 'wp_jdt_settings'); @@ -84,14 +84,14 @@ function wp_jdt_settings_page() $wp_jdt_searching = get_option('wp_jdt_searching'); ?>
-

+

- + - + - +
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -173,7 +173,7 @@ function wp_jdt_settings_page()