8ddb4695e0c6f3be703516c16ad688ec29040778
[moodle.git] / message / output / airnotifier / lang / en / message_airnotifier.php
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/>.
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  */
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 for sending 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['enableprocessor'] = 'Enable mobile notifications';
39 $string['errorretrievingkey'] = 'An error occurred while retrieving the access key. Your site must be registered to use this service. If your site is already registered, please try updating your registration.';
40 $string['keyretrievedsuccessfully'] = 'Key retrieved successfully';
41 $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle app and add this site.';
42 $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.';
43 $string['notconfigured'] = 'The Airnotifier server has not been configured so push notifications cannot be sent.';
44 $string['pluginname'] = 'Mobile';
45 $string['privacy:appiddescription'] = 'This is an identifier to the application being used.';
46 $string['privacy:enableddescription'] = 'If this device is enabled for airnotifier.';
47 $string['privacy:metadata:enabled'] = 'Whether the airnotifier device is enabled.';
48 $string['privacy:metadata:date'] = 'The date that the message was sent.';
49 $string['privacy:metadata:externalpurpose'] = 'This information is sent to an external site to be ultimately delivered to the mobile device of the user.';
50 $string['privacy:metadata:fullmessage'] = 'The full message.';
51 $string['privacy:metadata:notification'] = 'If this message is a notification.';
52 $string['privacy:metadata:smallmessage'] = 'A section of the message.';
53 $string['privacy:metadata:subject'] = 'The subject line of the message.';
54 $string['privacy:metadata:tableexplanation'] = 'Airnotifier device information is stored here.';
55 $string['privacy:metadata:userdeviceid'] = 'The ID linking to the user\'s mobile device';
56 $string['privacy:metadata:userfromfullname'] = 'The full name of the user who sent the message.';
57 $string['privacy:metadata:userfromid'] = 'The user ID of the author of the message.';
58 $string['privacy:metadata:userid'] = 'The ID of the user who sent the message.';
59 $string['privacy:metadata:username'] = 'The username of the user.';
60 $string['privacy:metadata:usersubsystem'] = 'This plugin is connected to the user subsystem.';
61 $string['privacy:subcontext'] = 'Message Airnotifier';
62 $string['sitemustberegistered'] = 'In order to use the public Airnotifier instance, your site must be registered with Moodle.';
63 $string['showhide'] = 'Enable/disable the device.';
64 $string['requestaccesskey'] = 'Request access key';
65 $string['unknowndevice'] = 'Unknown device';
66 $string['airnotifier:managedevice'] = 'Manage devices';