File: en_US.inc

package info (click to toggle)
roundcube-plugin-message-highlight 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: javascript: 445; php: 246; makefile: 37; xml: 18
file content (16 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$labels['mh_title'] = 'Message Highlights';
$labels['mh_matches'] = 'matches';
$labels['mh_color'] = 'color';
$labels['mh_delete'] = 'delete';
$labels['mh_delete_description'] = 'Delete this line';
$labels['mh_add'] = 'add row';
$labels['mh_add_description'] = 'Add an extra row beneath this row';
$labels['deleteconfirm'] = 'Do you really want to delete this rule?';

// these should never happen, but add anyways
$labels['headererror'] = 'Error in message rule';
$labels['inputempty'] = 'One or more of your matches are empty';
$labels['invalidcolor'] = 'Invalid color';

?>