diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-19 08:09:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-19 08:09:38 +0000 |
| commit | 02cf16253583b4a87f4b7f73bae39d19a073507e (patch) | |
| tree | c6d3c795cff443b5cb9476d25113e02d4f808254 /roundcubemail/program/localization/en_US | |
| parent | 3499d5da62888af7707be334518db920af41a07e (diff) | |
-added flag_for_deletion in user prefs
git-svn-id: https://svn.roundcube.net/trunk@1403 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 94f1521b4..e917caa8f 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -260,6 +260,7 @@ $labels['askuser'] = 'ask the user'; $labels['autosend'] = 'send automatically'; $labels['ignore'] = 'ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; +$labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; |
