Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   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 for sending push notifications.';
  31  $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.';
  32  $string['configairnotifieraccesskey'] = 'The access key for connecting to the Airnotifier server. You can obtain an access key by clicking the "Request access key" link below (registered sites only) or by creating an account on the <a href="https://apps.moodle.com">Moodle Apps Portal</a>.';
  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. Alternatively, you can obtain an access key by creating an account on the <a href="https://apps.moodle.com">Moodle Apps Portal</a>.';
  40  $string['keyretrievedsuccessfully'] = 'The access key was retrieved successfully. To access Moodle app usage statistics, please create an account on the <a href="https://apps.moodle.com">Moodle Apps Portal</a>.';
  41  $string['moodleappsportallimitswarning'] = 'Please note that the number of user devices allowed to receive notifications depends on your Moodle app subscription. For details, visit the <a href="{$a}" target="_blank">Moodle Apps Portal</a>.';
  42  $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle app and add this site.';
  43  $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.';
  44  $string['notconfigured'] = 'The Airnotifier server has not been configured so push notifications cannot be sent.';
  45  $string['pluginname'] = 'Mobile';
  46  $string['privacy:appiddescription'] = 'This is an identifier to the application being used.';
  47  $string['privacy:enableddescription'] = 'If this device is enabled for airnotifier.';
  48  $string['privacy:metadata:enabled'] = 'Whether the airnotifier device is enabled.';
  49  $string['privacy:metadata:date'] = 'The date that the message was sent.';
  50  $string['privacy:metadata:externalpurpose'] = 'This information is sent to an external site to be ultimately delivered to the mobile device of the user.';
  51  $string['privacy:metadata:fullmessage'] = 'The full message.';
  52  $string['privacy:metadata:notification'] = 'If this message is a notification.';
  53  $string['privacy:metadata:smallmessage'] = 'A section of the message.';
  54  $string['privacy:metadata:subject'] = 'The subject line of the message.';
  55  $string['privacy:metadata:tableexplanation'] = 'Airnotifier device information is stored here.';
  56  $string['privacy:metadata:userdeviceid'] = 'The ID linking to the user\'s mobile device';
  57  $string['privacy:metadata:userfromfullname'] = 'The full name of the user who sent the message.';
  58  $string['privacy:metadata:userfromid'] = 'The user ID of the author of the message.';
  59  $string['privacy:metadata:userid'] = 'The ID of the user who sent the message.';
  60  $string['privacy:metadata:username'] = 'The username of the user.';
  61  $string['privacy:metadata:usersubsystem'] = 'This plugin is connected to the user subsystem.';
  62  $string['privacy:subcontext'] = 'Message Airnotifier';
  63  $string['sitemustberegistered'] = 'In order to use the public Airnotifier instance, your site must be registered. Alternatively, you can obtain an access key by creating an account on the <a href="https://apps.moodle.com">Moodle Apps Portal</a>.';
  64  $string['showhide'] = 'Enable/disable the device.';
  65  $string['requestaccesskey'] = 'Request access key';
  66  $string['unknowndevice'] = 'Unknown device';
  67  $string['airnotifier:managedevice'] = 'Manage devices';