diff options
author | thomascube <thomas@roundcube.net> | 2008-10-21 09:41:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-21 09:41:32 +0000 |
commit | b58f11841539035f8fa06c2a0e64dd9199d6a089 (patch) | |
tree | 15acefd04d57c6efd295f2d8b8d364f86f69dee7 /program/localization/nn_NO | |
parent | a2451ccbc994a1de54be7afd118832991d1f83aa (diff) |
Improve vcard import (#1485502); try utf-8 first in charset detection
Diffstat (limited to 'program/localization/nn_NO')
-rw-r--r-- | program/localization/nn_NO/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/nn_NO/messages.inc b/program/localization/nn_NO/messages.inc index b20d0c8bf..c348728b3 100644 --- a/program/localization/nn_NO/messages.inc +++ b/program/localization/nn_NO/messages.inc @@ -86,7 +86,7 @@ $messages['selectimportfile'] = 'Vel ei fil til å lasta opp'; $messages['addresswriterror'] = 'Denne adresseboka er ikkje skrivbar'; $messages['importwait'] = 'Importerer, vent...'; $messages['importerror'] = 'Importering feila! Fila er ikkje ei korrekt vCard-file.'; -$messages['importconfirm'] = 'Importerte $inserted kontakar, hoppa over $skipped oppføringar: $names'; +$messages['importconfirm'] = 'Importerte $inserted kontakar, hoppa over $skipped oppføringar: <p><em>$names</em></p>'; $messages['opnotpermitted'] = 'Ulovleg operasjon.'; ?> |