diff --git a/pandora_console/extensions/dbmanager.php b/pandora_console/extensions/dbmanager.php index 114c3bf709..4bcaeac702 100644 --- a/pandora_console/extensions/dbmanager.php +++ b/pandora_console/extensions/dbmanager.php @@ -134,7 +134,13 @@ function dbmgr_extension_main () { ui_print_page_header (__('Database interface'), "images/gm_db.png", false, false, true); echo '
'; - echo "This is an advanced extension to interface with Pandora FMS database directly from WEB console using native SQL sentences. Please note that you can damage your Pandora FMS installation if you don't know exactly what are you are doing, this means that you can severily damage your setup using this extension. This extension is intended to be used only by experienced users with a depth knowledge of Pandora FMS internals."; + echo __("This is an advanced extension to interface with %s database directly from WEB console + using native SQL sentences. Please note that you can damage your %s installation + if you don't know exactly what are you are doing, + this means that you can severily damage your setup using this extension. + This extension is intended to be used only by experienced users + with a depth knowledge of %s internals.", + get_product_name(), get_product_name(), get_product_name()); echo '
'; echo "
"; diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index 4bdc7d2046..3e6ba7f540 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -338,8 +338,9 @@ function resource_exportation_extension_main() { ui_print_page_header (__('Resource exportation'), "images/extensions.png", false, "", true, "" ); echo "
"; - echo __("This extension makes exportation of resource template more easy. " . - "Here you can export as a resource template in Pandora FMS 3.x format (.ptr). "); + echo __("This extension makes exportation of resource template more easy.") . + " " . + __("You can export resource templates in .ptr format."); echo "
"; echo "

"; diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index a4dff69997..61ae26f55b 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -855,11 +855,12 @@ function resource_registration_extension_main() { } echo "
"; - printf(__("This extension makes registration of resource template more easy. " . - "Here you can upload a resource template in Pandora FMS 3.x format (.ptr). " . - "Please refer to documentation on how to obtain and use Pandora FMS resources. " . - "

You can get more resurces in our Public Resource Library") , - "http://pandorafms.org/index.php?sec=community&sec2=repository&lng=en"); + echo __("This extension makes registering resource templates easier.") . " " . + __("Here you can upload a resource template in .ptr format.") . " " . + __("Please refer to our documentation for more information on how to obtain and use Pandora FMS' resources.") . " " . + "

" . + __("You can get more resurces in our Public Resource Library") + ; echo "
"; echo "

";