translate UpdateServerOffline

This commit is contained in:
Drosis Nikos 2015-01-28 23:12:46 +02:00
parent 872fe15743
commit fc7f2f2303

View File

@ -127,7 +127,7 @@ function word_limiter( $text, $limit = 30, $chars = '0123456789.' ) {
$str = $title;
print $langs->trans("LastStableVersion").' : <b>'. word_limiter( $str ).'</b><br>';
} else {
print $langs->trans("LastStableVersion").' : <b>' .('Update Server Off-Line').'</b><br>';
print $langs->trans("LastStableVersion").' : <b>' .$langs->trans("UpdateServerOffline").'</b><br>';
}
print '<br>';