<?php
/**
 * Plugin Mobile for Roundcube
 *
 * Add new skin mobile to Roundcube
 *
 * Copyright (C) 2015  PNE Annuaire et Messagerie/MEDDE
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author PNE Annuaire et Messagerie/MEDDE
 * @license GNU GPLv3+
 *
 */

$labels = array();
$labels['mobile'] = 'Mobile view';
$labels['desktop'] = 'Desktop view';
$labels['pull_to_refresh'] = 'Pull to refresh';
$labels['release_to_refresh'] = 'Release to refresh';
$labels['slide to delete message'] = 'Slide to delete the message';
$labels['release to delete message'] = 'Release to delete the message';
$labels['slide to mark as read'] = 'Slide to mark as read';
$labels['release to mark as read'] = 'Release to mark as read';
$labels['slide to mark as unread'] = 'Slide to mark as unread';
$labels['release to mark as unread'] = 'Release to mark as unread';