| | |
| | | <?php |
| | | $wb['rulename_txt'] = 'Όνομα'; |
| | | $wb['action_txt'] = 'Ενέργεια'; |
| | | $wb['target_txt'] = 'Φάκελος'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['rulename_error_empty'] = 'Το όνομα είναι κενό.'; |
| | | $wb['searchterm_is_empty'] = 'Ο όρος αναζήτησης είναι κενός.'; |
| | | $wb['source_txt'] = 'Πηγή'; |
| | | $wb['target_error_regex'] = 'Ο στόχος μπορεί να περιέχει μόνο αυτούς τους χαρακτήρες: a-z, 0-9, -, ., _, και {κενό}'; |
| | | $wb['limit_mailfilter_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος φίλτρων mail.'; |
| | | $wb['subject_txt'] = 'Θέμα'; |
| | | $wb['from_txt'] = 'Από'; |
| | | $wb['to_txt'] = 'Προς'; |
| | | $wb['contains_txt'] = 'Περιέχει'; |
| | | $wb['is_txt'] = 'Είναι'; |
| | | $wb['begins_with_txt'] = 'Ξεκινά με'; |
| | | $wb['ends_with_txt'] = 'Τελειώνει με'; |
| | | $wb['move_to_txt'] = 'Μετακίνηση σε'; |
| | | $wb['delete_txt'] = 'Διαγραφή'; |
| | | $wb['rulename_txt'] = 'Name'; |
| | | $wb['action_txt'] = 'Action'; |
| | | $wb['target_txt'] = 'Folder'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['rulename_error_empty'] = 'Name is empty.'; |
| | | $wb['searchterm_is_empty'] = 'Search term is empty.'; |
| | | $wb['source_txt'] = 'Source'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.'; |
| | | $wb['subject_txt'] = 'Subject'; |
| | | $wb['from_txt'] = 'From'; |
| | | $wb['to_txt'] = 'To'; |
| | | $wb['contains_txt'] = 'Contains'; |
| | | $wb['is_txt'] = 'Is'; |
| | | $wb['begins_with_txt'] = 'Begins with'; |
| | | $wb['ends_with_txt'] = 'Ends with'; |
| | | $wb['move_to_txt'] = 'Move to'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | ?> |