annotate plugins/advanced_search/localization/en_US.inc @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
1 <?php
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
2 $labels = array();
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
3 $labels['in'] = 'In';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
4 $labels['and'] = 'And';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
5 $labels['or'] = 'Or';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
6 $labels['not'] = 'Not';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
7 $labels['where'] = 'Where';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
8 $labels['exclude'] = 'Exclude';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
9 $labels['andsubfolders'] = 'and subfolders';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
10 $labels['allfolders'] = 'All Folders';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
11 $labels['advancedsearch'] = 'Advanced search';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
12 $labels['label_display_options'] = 'Display options in search results';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
13 $labels['mailbox_headers_in_results'] = 'Show mailbox title as row';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
14 $labels['mailbox_info_in_results'] = 'Show mailbox title as column';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
15 $labels['display_in_messagemenu'] = 'in message menu';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
16 $labels['display_in_toolbar'] = 'as button in toolbar';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
17 $labels['show_advanced_search'] = 'Show advanced search';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
18 $labels['saved_searches'] = 'Saved searches';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
19 $labels['save_the_search'] = 'Save this search';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
20 $labels['has_been_saved'] = 'has been saved';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
21 $labels['deletesearch'] = 'Delete search';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
22 $labels['has_been_deleted'] = 'has been deleted';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
23 $labels['cancel'] = 'Cancel';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
24 $labels['delete'] = 'Delete';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
25 $labels['Common'] = 'Common';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
26 $labels['Addresses'] = 'Addresses';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
27 $labels['Dates'] = 'Dates';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
28 $labels['Flags'] = 'Flags';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
29 $labels['Other'] = 'Other';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
30 $labels['ANSWERED'] = 'Answered';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
31 $labels['BCC'] = 'Bcc';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
32 $labels['BEFORE'] = 'Before';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
33 $labels['CC'] = 'Cc';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
34 $labels['DELETED'] = 'Deleted';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
35 $labels['DRAFT'] = 'Draft';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
36 $labels['FLAGGED'] = 'Flagged';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
37 $labels['KEYWORD'] = 'Keyword';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
38 $labels['LARGER'] = 'Larger Than';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
39 $labels['BODY'] = 'Message Body';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
40 $labels['ON'] = 'On';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
41 $labels['SEEN'] = 'Read';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
42 $labels['SENTBEFORE'] = 'Sent Before';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
43 $labels['HEADER FROM'] = 'From';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
44 $labels['SENTON'] = 'Sent On';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
45 $labels['SENTSINCE'] = 'Sent Since';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
46 $labels['HEADER TO'] = 'To';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
47 $labels['SINCE'] = 'Since';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
48 $labels['SMALLER'] = 'Smaller Than';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
49 $labels['SUBJECT'] = 'Subject Contains';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
50 $labels['name'] = 'Name';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
51 $labels['save'] = 'Save';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
52 $labels['mbox'] = 'Folder';