From d5d329850e266fd87c8c688000b174c06777ec2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 31 Jan 2011 15:43:08 +0100 Subject: [PATCH] Make strings translatable. --- libraries/engines/pbms.lib.php | 11 ++++++----- libraries/engines/pbxt.lib.php | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/libraries/engines/pbms.lib.php b/libraries/engines/pbms.lib.php index 5f9b17586..48a110453 100644 --- a/libraries/engines/pbms.lib.php +++ b/libraries/engines/pbms.lib.php @@ -90,16 +90,17 @@ class PMA_StorageEngine_pbms extends PMA_StorageEngine function getPageDocumentation() { - $output = '

Documentation and further information about PBMS can be found on ' . "\n" - . 'The PrimeBase Media Streaming home page.

' . "\n" + $output = '

' + . sprintf('Documentation and further information about PBMS can be found on %sThe PrimeBase Media Streaming home page%s.', '', '') + . '

' . "\n" . '' . "\n" . '' . "\n" . '' . "\n" . '' . "\n" diff --git a/libraries/engines/pbxt.lib.php b/libraries/engines/pbxt.lib.php index eb0dad39b..7f8fc1122 100644 --- a/libraries/engines/pbxt.lib.php +++ b/libraries/engines/pbxt.lib.php @@ -121,16 +121,17 @@ class PMA_StorageEngine_pbxt extends PMA_StorageEngine function getPageDocumentation() { - $output = '

Documentation and further information about PBXT can be found on the ' . "\n" - . 'PrimeBase XT Home Page.

' . "\n" + $output = '

' + . sprintf('Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.', '', '') + . '

' . "\n" . '' . "\n" . '' . "\n" . '' . "\n" . '' . "\n"