diff options
author | alecpl <alec@alec.pl> | 2008-09-14 08:34:11 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-14 08:34:11 +0000 |
commit | 3bd94b142eb00024eeb52c0e3f4a9f61bed4f3f9 (patch) | |
tree | 9fafe145993e5afbf5cbe962c16c4517da39653f /program/localization | |
parent | 14c5b8e1323c029a17abc4ead8999d508c86ac5b (diff) |
- use html2text for signatures in Settings/Identities
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_GB/messages.inc | 2 | ||||
-rw-r--r-- | program/localization/en_US/messages.inc | 2 | ||||
-rw-r--r-- | program/localization/pl_PL/messages.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 8ee5d8e24..255aac35e 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -66,7 +66,7 @@ $messages['checking'] = 'Checking...'; $messages['nospellerrors'] = 'No spelling errors found'; $messages['folderdeleted'] = 'Folder successfully deleted'; $messages['deletedsuccessfully'] = 'Successfully deleted'; -$messages['converting'] = 'Removing formatting from message...'; +$messages['converting'] = 'Removing formatting...'; $messages['messageopenerror'] = 'Could not load message from server'; $messages['fileuploaderror'] = 'File upload failed'; $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index a2a955936..c4de6dd98 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -66,7 +66,7 @@ $messages['checking'] = 'Checking...'; $messages['nospellerrors'] = 'No spelling errors found'; $messages['folderdeleted'] = 'Folder successfully deleted'; $messages['deletedsuccessfully'] = "Successfully deleted"; -$messages['converting'] = 'Removing formatting from message...'; +$messages['converting'] = 'Removing formatting...'; $messages['messageopenerror'] = 'Could not load message from server'; $messages['fileuploaderror'] = 'File upload failed'; $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; diff --git a/program/localization/pl_PL/messages.inc b/program/localization/pl_PL/messages.inc index 54fc7710a..986a8590a 100644 --- a/program/localization/pl_PL/messages.inc +++ b/program/localization/pl_PL/messages.inc @@ -71,7 +71,7 @@ $messages['checking'] = 'Sprawdzanie...'; $messages['nospellerrors'] = 'Nie znaleziono błędów w pisowni.'; $messages['folderdeleted'] = 'Folder został pomyślnie usunięty.'; $messages['deletedsuccessfully'] = 'Usunięto'; -$messages['converting'] = 'Konwertowanie wiadomości...'; +$messages['converting'] = 'Konwertowanie tekstu...'; $messages['messageopenerror'] = 'Nie można załadować wiadomości z serwera'; $messages['fileuploaderror'] = 'Załączanie pliku nie powiodło się'; $messages['filesizeerror'] = 'Plik przekracza maksymalną wielkość $size'; |