diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-04 18:42:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-04 18:42:57 +0200 |
commit | c5bfe69e2199d6dc92136d5e1ebcc9cdeb180bf5 (patch) | |
tree | c38515091dddc7dcc119ff186a877b5defe283a0 /program/localization/en_US | |
parent | 354c7d3c6c457f93baae64c6df64ad99f4050b81 (diff) |
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
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 20992e50e..2da99105f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -232,6 +232,8 @@ $labels['mailreplyintro'] = 'On $date, $sender wrote:'; $labels['originalmessage'] = 'Original Message'; $labels['selectimage'] = 'Select image'; $labels['addimage'] = 'Add image'; +$labels['selectmedia'] = 'Select movie'; +$labels['addmedia'] = 'Add movie'; $labels['editidents'] = 'Edit identities'; $labels['spellcheck'] = 'Spell'; |