X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fstring_translator.php;h=a718130d8716fa4f35f110671eda0f05ee16f333;hb=e00068334f414b42cd7a25c594a47efb86d5bb2f;hp=4d24f7a6f603c33a21c93b61d724860ff0fe28a2;hpb=7e007b6c07d5395c59797999728fcde288ed79b1;p=friendica.git diff --git a/util/string_translator.php b/util/string_translator.php index 4d24f7a6f6..a718130d87 100644 --- a/util/string_translator.php +++ b/util/string_translator.php @@ -4,6 +4,7 @@ @@ -78,14 +79,13 @@ function strhex($string) { echo "

Translator

"; -echo "

Utility to translate string.php file."; -echo " Need write permission to language file you want to modify

"; +echo "Utility to translate string.php file."; +echo " Need write permission to language file you want to modify"; echo "

Installed languages:"; -echo "

"; +echo "

"; $strings['en'] = loadstrings(); @@ -99,7 +99,7 @@ if (isset($_GET['lang'])){ $n2 = count($strings[$lang]); echo "
";
-	echo "Tranlsate en to $lang
"; + echo "Translate en to $lang
"; //echo "Translated $n2 over $n1 strings
"; echo "

"; @@ -156,7 +156,7 @@ if (isset($_GET['lang'])){ $istranslate = $translation != '' ? 'yes':'no'; echo "
"; - echo "
"; + echo "
"; echo "
"; echo "
"; }