You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail-swipe/localization/en_US.inc

16 lines
444 B
PHP

<?php
/* Author: Philip Weir */
$labels = array();
$labels['swipeoptions'] = 'Swipe options';
$labels['swipeleft'] = 'Swipe left';
$labels['swiperight'] = 'Swipe right';
$labels['swipedown'] = 'Swipe down';
$labels['markasread'] = 'Mark as read';
$labels['markasunread'] = 'Mark as unread';
$labels['markasflagged'] = 'Mark as flagged';
$labels['markasunflagged'] = 'Mark as unflagged';
$labels['deselect'] = 'Deselect';
$messages = array();