X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fstring_translator.php;h=4112d9506a77cc3d8b658468cd344d0b099b772c;hb=4a14e51e25c58d5a81b68798f2340c6196dec8ea;hp=4d24f7a6f603c33a21c93b61d724860ff0fe28a2;hpb=58309829a1fd45b7dec6ac0f0ca9290a7d0b0721;p=friendica.git diff --git a/util/string_translator.php b/util/string_translator.php index 4d24f7a6f6..4112d9506a 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(); @@ -156,7 +156,7 @@ if (isset($_GET['lang'])){ $istranslate = $translation != '' ? 'yes':'no'; echo "
"; - echo "
"; + echo "
"; echo "
"; echo "
"; }