From b58f11841539035f8fa06c2a0e64dd9199d6a089 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Oct 2008 05:41:32 -0400 Subject: [PATCH] Improve vcard import (#1485502); try utf-8 first in charset detection --- program/localization/lt_LT/messages.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/localization/lt_LT/messages.inc b/program/localization/lt_LT/messages.inc index 2912d19..a44954c 100644 --- a/program/localization/lt_LT/messages.inc +++ b/program/localization/lt_LT/messages.inc @@ -88,7 +88,7 @@ $messages['addresswriterror'] = 'Pasirinkta adresų knyga nėra įrašoma'; $messages['importwait'] = 'Importuojama, prašome palaukti...'; $messages['importerror'] = 'Importavimas nepavyko! Įkelta byla nėra vCard formato.'; -$messages['importconfirm'] = 'Sėkmingai importuoti $inserted kontaktai, $skipped egzistuojančių įrašų praleista:$names'; +$messages['importconfirm'] = 'Sėkmingai importuoti $inserted kontaktai, $skipped egzistuojančių įrašų praleista:<p><em>$names</em></p>'; $messages['opnotpermitted'] = 'Operacija neleistina!'; ?> -- Gitblit v1.9.1