git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7421
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$vcard_nice['email;internet'] = $vcard_nice['email;pref;internet'];
}
} else {
- echo '<tr><td align=center>vCard Version ' . $vcard_nice['version'] .
- ' is not supported. Some information might not be converted ' .
- "correctly.</td></tr>\n";
+ echo '<tr><td align="center">' .
+ sprintf(_("vCard Version %s is not supported. Some information might not be converted correctly."),$vcard_nice['version']) .
+ "</td></tr>\n";
}
foreach ($vcard_nice as $k => $v) {