[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'message_airnotifier', language 'en' 19 * 20 * @package message_airnotifier 21 * @copyright 2012 Jerome Mouneyrac 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['airnotifieraccesskey'] = 'Airnotifier access key'; 26 $string['airnotifierappname'] = 'Airnotifier app name'; 27 $string['airnotifiermobileappname'] = 'Mobile app name'; 28 $string['airnotifierport'] = 'Airnotifier port'; 29 $string['airnotifierurl'] = 'Airnotifier URL'; 30 $string['configairnotifierurl'] = 'The server url to connect to to send push notifications.'; 31 $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.'; 32 $string['configairnotifieraccesskey'] = 'The access key to use when connecting to the airnotifier server.'; 33 $string['configairnotifierappname'] = 'The app name identifier in Airnotifier.'; 34 $string['configairnotifiermobileappname'] = 'The Mobile app unique identifier (usually something like com.moodle.moodlemobile).'; 35 $string['deletecheckdevicename'] = 'Delete your device: {$a->name}'; 36 $string['deletedevice'] = 'Delete the device. Note that an app can register the device again. If the device keeps reappearing, disable it.'; 37 $string['devicetoken'] = 'Device token'; 38 $string['errorretrievingkey'] = 'An error occurred while retrieving key. Your Moodle site must be registered with Moodle.org to use this service. You may need to re-register to update your details there.'; 39 $string['keyretrievedsuccessfully'] = 'Key retrieved successfully'; 40 $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle Mobile app and add this site.'; 41 $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.'; 42 $string['notconfigured'] = 'The Airnotifier server hasn\'t been configured so Airnotifier messages cannot be sent'; 43 $string['pluginname'] = 'Mobile notifications'; 44 $string['sitemustberegistered'] = 'In order to use the public Airnotifier instance you must register your site with Moodle.org'; 45 $string['showhide'] = 'Enable/disable the device.'; 46 $string['requestaccesskey'] = 'Request access key'; 47 $string['unknowndevice'] = 'Unknown device'; 48 $string['airnotifier:managedevice'] = 'Mange devices';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |