diff --git a/README.md b/README.md index 4f8a230..8d148a7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Out of the box the plugin includes support for dozens of awesome Plugins and The * Non-Techie and Non-Coder Designer friendly :) * Clean and efficient code * Developer friendly - offering quite a few action hooks and filters for customization if needed -* Fully internationalized and translateable - also tested/optimized for RTL languages +* Fully internationalized and translatable - also tested/optimized for RTL languages * [▶️ **Video feature tour throughout the plugin**](https://www.youtube.com/watch?v=gu9Z5gW9vq0) * [▶️ **Video live demos, tutorials, Add-Ons and more**](https://toolbarextras.com/videos/) @@ -378,7 +378,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business **Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Toolbar Extras"...**](https://translate.wordpress.org/projects/wp-plugins/toolbar-extras) -*Note:* All my plugins are internationalized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux. +*Note:* All my plugins are internationalized/ translatable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux. ## Screenshots @@ -1018,7 +1018,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business * Fix: Proper `$media` param for wp_register_style() occurrences * Fix: Proper file including for some supported Genesis child themes * Fix: Added forgotten setting from v1.3.0 to the settings updater routine to avoid PHP notice -* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translateable strings +* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translatable strings diff --git a/includes/admin/admin-extras.php b/includes/admin/admin-extras.php index 391709e..762dbd9 100644 --- a/includes/admin/admin-extras.php +++ b/includes/admin/admin-extras.php @@ -704,7 +704,7 @@ function ddw_tbex_register_extra_plugin_recommendations( array $plugins ) { add_filter( 'ddwlib_plir/filter/strings/plugin_installer', 'ddwlib_plir_strings_plugin_installer' ); /** - * Optionally, make strings translateable for included library "DDWlib Plugin + * Optionally, make strings translatable for included library "DDWlib Plugin * Installer Recommendations". * Strings: * - "Newest" --> tab in plugin installer toolbar @@ -714,7 +714,7 @@ function ddw_tbex_register_extra_plugin_recommendations( array $plugins ) { * @since 1.4.2 Added new strings. * * @param array $strings Holds all filterable strings of the library. - * @return array Array of tweaked translateable strings. + * @return array Array of tweaked translatable strings. */ function ddwlib_plir_strings_plugin_installer( $strings ) { diff --git a/includes/admin/plugin-manager.php b/includes/admin/plugin-manager.php index a9b7ab2..4cc8638 100644 --- a/includes/admin/plugin-manager.php +++ b/includes/admin/plugin-manager.php @@ -75,7 +75,7 @@ function ddw_tbex_pmstring_for( $plugins_string = '' ) { * * @since 1.4.2 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_pmstring_for_general() { diff --git a/includes/admin/views/help-content-footer.php b/includes/admin/views/help-content-footer.php index ff0202a..2ccffe0 100644 --- a/includes/admin/views/help-content-footer.php +++ b/includes/admin/views/help-content-footer.php @@ -23,7 +23,7 @@ * @uses ddw_tbex_coding_years() * * @param string $render Flag string to optionally echo string (not returning). - * @return string Returning or echoing the translateable strings and markup. + * @return string Returning or echoing the translatable strings and markup. */ function ddw_tbex_help_tab_content_footer( $render = '' ) { diff --git a/includes/admin/views/help-content-header.php b/includes/admin/views/help-content-header.php index 430d1e6..4fb90e6 100644 --- a/includes/admin/views/help-content-header.php +++ b/includes/admin/views/help-content-header.php @@ -21,7 +21,7 @@ * @uses ddw_tbex_string_toolbar_extras() * * @param string $render Flag string to optionally echo string (not returning). - * @return string Returning or echoing the translateable strings and markup. + * @return string Returning or echoing the translatable strings and markup. */ function ddw_tbex_help_tab_content_header( $render = '' ) { diff --git a/includes/class-items-cpt-generic.php b/includes/class-items-cpt-generic.php index ec15974..ceda68b 100644 --- a/includes/class-items-cpt-generic.php +++ b/includes/class-items-cpt-generic.php @@ -79,7 +79,7 @@ public function items_generic_type() { $type_name = str_ireplace( ' items', '', $type_name ); $type_single = str_ireplace( ' item', '', $type_single ); - /** Set the titles, translateable */ + /** Set the titles, translatable */ $title_edit = sprintf( /* translators: %s - name of a post type (plural label) */ esc_attr__( 'Edit %s Items', 'toolbar-extras' ), diff --git a/includes/elementor-official/elementor-functions.php b/includes/elementor-official/elementor-functions.php index 06410f0..81e6825 100644 --- a/includes/elementor-official/elementor-functions.php +++ b/includes/elementor-official/elementor-functions.php @@ -106,7 +106,7 @@ function ddw_tbex_string_elementor_template_new() { * @uses ddw_tbex_is_btcplugin_active() * * @param string $type Type of plugin to build string for. - * @return string Markup and translateable string based on plugin context. + * @return string Markup and translatable string based on plugin context. */ function ddw_tbex_string_elementor_categories_via( $type = '' ) { diff --git a/includes/elementor-official/items-finder-elementor-resources.php b/includes/elementor-official/items-finder-elementor-resources.php index b431c31..a6ba030 100644 --- a/includes/elementor-official/items-finder-elementor-resources.php +++ b/includes/elementor-official/items-finder-elementor-resources.php @@ -28,7 +28,7 @@ class DDW_Elementor_Resources_Finder_Category extends \Elementor\Core\Common\Mod * * @access public * - * @return string Translateable category title. + * @return string Translatable category title. */ public function get_title() { diff --git a/includes/elementor-official/items-finder-tbex.php b/includes/elementor-official/items-finder-tbex.php index c2cad81..d56a8d5 100644 --- a/includes/elementor-official/items-finder-tbex.php +++ b/includes/elementor-official/items-finder-tbex.php @@ -29,7 +29,7 @@ class DDW_Toolbar_Extras_Finder_Category extends \Elementor\Core\Common\Modules\ * * @access public * - * @return string Translateable category title. + * @return string Translatable category title. */ public function get_title() { diff --git a/includes/functions-global.php b/includes/functions-global.php index c01a549..c9e71c2 100755 --- a/includes/functions-global.php +++ b/includes/functions-global.php @@ -1121,7 +1121,7 @@ function ddw_tbex_string_cpt( $type = '', $element = '' ) { * @param string $title_attr Helper, to enable output for title attribute. * @param string $child Helper, to optionally get Name of Child Theme. * @param string $custom_name Optionally use a custom theme name. - * @return string Translateable, escaped string for use as link title or link + * @return string Translatable, escaped string for use as link title or link * title attribute. */ function ddw_tbex_string_theme_title( $title_attr = '', $child = '', $custom_name = '' ) { diff --git a/includes/string-switcher.php b/includes/string-switcher.php index 10b4fb7..56ca3f4 100755 --- a/includes/string-switcher.php +++ b/includes/string-switcher.php @@ -17,7 +17,7 @@ * * @since 1.4.0 * - * @return string Translateable string for reusage. + * @return string Translatable string for reusage. */ function ddw_tbex_string_toolbar_extras() { @@ -833,7 +833,7 @@ function ddw_tbex_string_add_new_item( $item = '' ) { * * @since 1.3.8 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_save_changes() { @@ -854,7 +854,7 @@ function ddw_tbex_string_save_changes() { * @param string $render Flag string to optionally echo string (not returning). * @param string $in_code Flag string to optionally embed string in HTML * tags. - * @return string Returning or echoing the translateable string and markup. + * @return string Returning or echoing the translatable string and markup. */ function ddw_tbex_string_yes( $render = '', $in_code = '' ) { @@ -878,7 +878,7 @@ function ddw_tbex_string_yes( $render = '', $in_code = '' ) { * @param string $render Flag string to optionally echo string (not returning). * @param string $in_code Flag string to optionally embed string in HTML * tags. - * @return string Returning or echoing the translateable string and markup. + * @return string Returning or echoing the translatable string and markup. */ function ddw_tbex_string_no( $render = '', $in_code = '' ) { @@ -900,7 +900,7 @@ function ddw_tbex_string_no( $render = '', $in_code = '' ) { * @since 1.4.0 * * @param string $render Flag string to optionally echo string (not returning). - * @return string Returning or echoing the translateable string and markup. + * @return string Returning or echoing the translatable string and markup. */ function ddw_tbex_string_choose_icon( $render = '' ) { @@ -921,7 +921,7 @@ function ddw_tbex_string_choose_icon( $render = '' ) { * @since 1.4.0 * * @param string $render Flag string to optionally echo string (not returning). - * @return string Returning or echoing the translateable string and markup. + * @return string Returning or echoing the translatable string and markup. */ function ddw_tbex_string_none_empty( $render = '' ) { @@ -942,7 +942,7 @@ function ddw_tbex_string_none_empty( $render = '' ) { * @since 1.4.0 * * @param string $render Flag string to optionally echo string (not returning). - * @return string Returning or echoing the translateable string and markup. + * @return string Returning or echoing the translatable string and markup. */ function ddw_tbex_string_no_custom_url( $render = '' ) { @@ -962,7 +962,7 @@ function ddw_tbex_string_no_custom_url( $render = '' ) { * * @since 1.4.0 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_ensure_input_https() { @@ -1032,7 +1032,7 @@ function ddw_tbex_addon_settings_cb_note_for_coloring() { * * @since 1.4.3 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_undefined() { @@ -1046,7 +1046,7 @@ function ddw_tbex_string_undefined() { * * @since 1.4.3 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_enabled() { @@ -1060,7 +1060,7 @@ function ddw_tbex_string_enabled() { * * @since 1.4.3 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_disabled() { @@ -1075,7 +1075,7 @@ function ddw_tbex_string_disabled() { * * @since 1.4.3 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_uninstalled() { @@ -1089,7 +1089,7 @@ function ddw_tbex_string_uninstalled() { * * @since 1.4.3 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_screen_reader_new_tab() { @@ -1110,7 +1110,7 @@ function ddw_tbex_string_screen_reader_new_tab() { * * @param string $type Type of link. * @param string $source Source from which to get the URL key value. - * @return string HTML link markup and translateable string. + * @return string HTML link markup and translatable string. */ function ddw_tbex_string_debug_info_link( $type = '', $source = 'tbex' ) { @@ -1151,7 +1151,7 @@ function ddw_tbex_string_debug_info_link( $type = '', $source = 'tbex' ) { * @uses ddw_tbex_string_debug_info_link() * * @param string $source Source from which to get the URL key value. - * @return string HTML link markup and translateable string. + * @return string HTML link markup and translatable string. */ function ddw_tbex_string_debug_diagnostic( $source = 'tbex' ) { @@ -1171,7 +1171,7 @@ function ddw_tbex_string_debug_diagnostic( $source = 'tbex' ) { * @since 1.4.4 * * @param string $type Type of item. - * @return string Translateable string based on given type string. + * @return string Translatable string based on given type string. */ function ddw_tbex_string_version_history( $type = '' ) { @@ -1211,7 +1211,7 @@ function ddw_tbex_string_version_history( $type = '' ) { * * @since 1.4.5 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_test_current_page_url() { @@ -1224,7 +1224,7 @@ function ddw_tbex_string_test_current_page_url() { * * @since 1.4.5 * - * @return string Translateable string. + * @return string Translatable string. */ function ddw_tbex_string_test_home_url() { diff --git a/readme.txt b/readme.txt index 1758f6e..edeecf9 100644 --- a/readme.txt +++ b/readme.txt @@ -38,7 +38,7 @@ Out of the box the plugin includes support for dozens of awesome Plugins and The * Non-Techie and Non-Coder Designer friendly :) * Clean and efficient code * Developer friendly - offering quite a few action hooks and filters for customization if needed -* Fully internationalized and translateable - also tested/optimized for RTL languages +* Fully internationalized and translatable - also tested/optimized for RTL languages * [▶️ **Video feature tour throughout the plugin**](https://www.youtube.com/watch?v=gu9Z5gW9vq0) * [▶️ **Video live demos, tutorials, Add-Ons and more**](https://toolbarextras.com/videos/) @@ -341,7 +341,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business **Easy WordPress.org plugin translation platform with GlotPress platform:** [**Translate "Toolbar Extras"...**](https://translate.wordpress.org/projects/wp-plugins/toolbar-extras) -*Note:* All my plugins are internationalized/ translateable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux. +*Note:* All my plugins are internationalized/ translatable by default. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. For translating and validating I recommend the awesome ["Poedit Editor"](https://www.poedit.net/), which works fine on Windows, macOS and Linux. == Screenshots == @@ -918,7 +918,7 @@ See the full [tutorial on how to use Toolbar Extras on a WordPress.com Business * Fix: Proper `$media` param for wp_register_style() occurrences * Fix: Proper file including for some supported Genesis child themes * Fix: Added forgotten setting from v1.3.0 to the settings updater routine to avoid PHP notice -* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translateable strings +* Fix: Changed few `translators` comments in code to properly trigger the language pack creation on WordPress.org for some translatable strings = ⚡ 1.3.6 - 2018-10-30 =