From bb911f19c2732a32709f5dbcf76e65892164fd88 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 3 Nov 2008 14:26:23 +0000 Subject: - Add warning when switching editor mode from html to plain (#1485488) - Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/messages.inc | 1 + roundcubemail/program/localization/pl_PL/messages.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'roundcubemail/program/localization') diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 568decc81..2eea16e60 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -93,5 +93,6 @@ $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCar $messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:

$names

'; $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity'; +$messages['editorwarning'] = 'All text formatting will be lost after editor change. Are you sure, you want to do that?'; ?> diff --git a/roundcubemail/program/localization/pl_PL/messages.inc b/roundcubemail/program/localization/pl_PL/messages.inc index 7918b8aae..74127e257 100644 --- a/roundcubemail/program/localization/pl_PL/messages.inc +++ b/roundcubemail/program/localization/pl_PL/messages.inc @@ -98,5 +98,6 @@ $messages['importerror'] = 'Błąd! Pobrany plik nie jest poprawnym plikiem vCar $messages['importconfirm'] = 'Pomyślnie dodano $inserted kontaktów, pominięto $skipped istniejących wpisów:

$names

'; $messages['opnotpermitted'] = 'Niedozwolona operacja!'; $messages['nofromaddress'] = 'Brak adresu e-mail w wybranej tożsamości'; +$messages['editorwarning'] = 'Zmiana edytora spowoduje utratę formatowania tekstu. Czy jesteś pewien, że chcesz to zrobić?'; ?> -- cgit v1.2.3