diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-30 09:36:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-30 09:36:18 +0000 |
| commit | 323a1266ccc810c880dbd800fbf009e6c8598673 (patch) | |
| tree | 1eb98b075b96764a0b7e2aa07b81d838a4e7c473 /roundcubemail/program/localization | |
| parent | 9fe98a946a3a3ef8495bded5e367b17ed877e569 (diff) | |
- Added flag column on messages list (#1484623)
git-svn-id: https://svn.roundcube.net/trunk@1580 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index cf7c54cbc..2c5ea5682 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -141,6 +141,8 @@ $labels['viewsource'] = 'Show source'; $labels['markmessages'] = 'Mark messages'; $labels['markread'] = 'As read'; $labels['markunread'] = 'As unread'; +$labels['markflagged'] = 'As flagged'; +$labels['markunflagged'] = 'As unflagged'; $labels['select'] = 'Select'; $labels['all'] = 'All'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index d619b6592..02b67802c 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -123,6 +123,8 @@ $labels['viewsource'] = 'Pokaż źródło'; $labels['markmessages'] = 'Oznacz wiadomość'; $labels['markread'] = 'Jako przeczytaną'; $labels['markunread'] = 'Jako nieprzeczytaną'; +$labels['markflagged'] = 'Jako oflagowaną'; +$labels['markunflagged'] = 'Jako nieoflagowaną'; $labels['select'] = 'Zaznacz'; $labels['all'] = 'Wszystkie'; $labels['none'] = 'Anuluj'; |
