. /** * Strings for component 'message_airnotifier', language 'en' * * @package message_airnotifier * @copyright 2012 Jerome Mouneyrac * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['airnotifieraccesskey'] = 'Airnotifier access key'; $string['airnotifierappname'] = 'Airnotifier app name'; $string['airnotifiermobileappname'] = 'Mobile app name'; $string['airnotifierport'] = 'Airnotifier port'; $string['airnotifierurl'] = 'Airnotifier URL'; $string['configairnotifierurl'] = 'The server url to connect to to send push notifications.'; $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.'; $string['configairnotifieraccesskey'] = 'The access key to use when connecting to the airnotifier server.'; $string['configairnotifierappname'] = 'The app name identifier in Airnotifier.'; $string['configairnotifiermobileappname'] = 'The Mobile app unique identifier (usually something like com.moodle.moodlemobile).'; $string['deletecheckdevicename'] = 'Delete your device: {$a->name}'; $string['deletedevice'] = 'Delete the device. Note that an app can register the device again. If the device keeps reappearing, disable it.'; $string['devicetoken'] = 'Device token'; $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.'; $string['keyretrievedsuccessfully'] = 'Key retrieved successfully'; $string['nodevices'] = 'No registered devices. Devices will automatically register after you allow a Moodle iOS app to receive push notifications.'; $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.'; $string['notconfigured'] = 'The Airnotifier server hasn\'t been configured so Airnotifier messages cannot be sent'; $string['pluginname'] = 'Mobile notifications'; $string['sitemustberegistered'] = 'In order to use the public Airnotifier instance you must register your site with Moodle.org'; $string['showhide'] = 'Enable/disable the device.'; $string['requestaccesskey'] = 'Request access key'; $string['unknowndevice'] = 'Unknown device'; $string['airnotifier:managedevice'] = 'Mange devices';