summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-10 17:08:40 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-10 17:08:40 +0000
commitb1b8c9c957c59c85907339b10022b29de6515368 (patch)
treedb9cf18c8bedafe73d5e4bfaf8176a3b93a810a6 /roundcubemail/program/localization
parent9a86aba577184aea5b2b226697f42e5e9d154081 (diff)
* fixing #1484494 (people can delete the last identity otherwise)
* FOR TRANSLATERS: introducing new message git-svn-id: https://svn.roundcube.net/trunk@1035 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
-rw-r--r--roundcubemail/program/localization/de_DE/messages.inc2
-rw-r--r--roundcubemail/program/localization/en_GB/messages.inc2
-rw-r--r--roundcubemail/program/localization/en_US/messages.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/localization/de_DE/messages.inc b/roundcubemail/program/localization/de_DE/messages.inc
index d927b4b07..2ef66ac6b 100644
--- a/roundcubemail/program/localization/de_DE/messages.inc
+++ b/roundcubemail/program/localization/de_DE/messages.inc
@@ -76,5 +76,5 @@ $messages['errorsavingcontact'] = 'Die Änderungen konnten nicht gespeichert wer
$messages['movingmessage'] = 'Die E-Mail wird verschoben...';
$messages['receiptsent'] = 'Bestätigung erfolgreich gesendet';
$messages['errorsendingreceipt'] = 'Bestätigung konnte nicht gesendet werden';
-
+$messages['nodeletelastidentity'] = 'Sie koennen diesen Absender nicht loeschen.';
?>
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc
index 599510871..20c0c14a3 100644
--- a/roundcubemail/program/localization/en_GB/messages.inc
+++ b/roundcubemail/program/localization/en_GB/messages.inc
@@ -74,5 +74,5 @@ $messages['copyerror'] = 'Could not copy any addresses';
$messages['sourceisreadonly'] = 'This address source is read-only';
$messages['errorsavingcontact'] = 'Could not save the contact address';
$messages['movingmessage'] = 'Moving message...';
-
+$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
?> \ No newline at end of file
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc
index 3576bf92f..5ee04d77c 100644
--- a/roundcubemail/program/localization/en_US/messages.inc
+++ b/roundcubemail/program/localization/en_US/messages.inc
@@ -76,5 +76,5 @@ $messages['errorsavingcontact'] = 'Could not save the contact address';
$messages['movingmessage'] = 'Moving message...';
$messages['receiptsent'] = 'Successfully sent a read receipt';
$messages['errorsendingreceipt'] = 'Could not send the receipt';
-
+$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
?> \ No newline at end of file