diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:41:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:41:32 +0000 |
| commit | 84af47038b4ae3bb5c2ddd29b13e00e33c13cf84 (patch) | |
| tree | 578c687dd07a2a5951552306b0623cf0b38e860a /roundcubemail/program/localization/cs_CZ | |
| parent | e137a7e547deb6bda4f31023ba042b26fd223f9f (diff) | |
Improve vcard import (#1485502); try utf-8 first in charset detection
git-svn-id: https://svn.roundcube.net/trunk@1998 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/cs_CZ')
| -rw-r--r-- | roundcubemail/program/localization/cs_CZ/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/cs_CZ/messages.inc b/roundcubemail/program/localization/cs_CZ/messages.inc index f4daa6e40..631b0a2c1 100644 --- a/roundcubemail/program/localization/cs_CZ/messages.inc +++ b/roundcubemail/program/localization/cs_CZ/messages.inc @@ -90,7 +90,7 @@ $messages['selectimportfile'] = 'Prosím vyberte soubor k nahrání'; $messages['addresswriterror'] = 'Vybraný seznam kontaktů není zapisovatelný'; $messages['importwait'] = 'Importuji, prosím čekejte...'; $messages['importerror'] = 'Během importu nastala chyba! Nahraný soubor není ve formátu vCard.'; -$messages['importconfirm'] = 'Úspěšně naimportováno $inserted kontaktů, $skipped existujících záznamů přeskočeno:$names'; +$messages['importconfirm'] = 'Úspěšně naimportováno $inserted kontaktů, $skipped existujících záznamů přeskočeno:<p><em>$names</em></p>'; $messages['opnotpermitted'] = 'Operace není povolena!'; ?>
\ No newline at end of file |
