diff options
author | alecpl <alec@alec.pl> | 2010-06-17 19:08:00 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-17 19:08:00 +0000 |
commit | ce06d32dd81e3a9c5c5c8a5e27562b5c55b49c81 (patch) | |
tree | a5267605f04f183e42263b652f27b5c475950722 /program/localization/en_US | |
parent | 37e467d55cfb0323989127ba04c4e449ce2ed784 (diff) |
- UI unification
- Added button to hide/unhide the preview pane (#1484215)
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 20f9f7ecb..34de9159b 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -142,6 +142,7 @@ $labels['markunread'] = 'As unread'; $labels['markflagged'] = 'As flagged'; $labels['markunflagged'] = 'As unflagged'; $labels['messageactions'] = 'More actions...'; +$labels['preview'] = 'Preview'; $labels['select'] = 'Select'; $labels['all'] = 'All'; @@ -246,6 +247,7 @@ $labels['email'] = 'E-Mail'; $labels['addcontact'] = 'Add new contact'; $labels['editcontact'] = 'Edit contact'; +$labels['contacts'] = 'Contacts'; $labels['edit'] = 'Edit'; $labels['cancel'] = 'Cancel'; |