Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

   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['airnotifierfielderror'] = 'Please remove any empty spaces or unnecessary characters from the following field: {$a}';
  28  $string['airnotifiermobileappname'] = 'Mobile app name';
  29  $string['airnotifierport'] = 'Airnotifier port';
  30  $string['airnotifierurl'] = 'Airnotifier URL';
  31  $string['checkconfiguration'] = 'Check and test push notification configuration';
  32  $string['configairnotifierurl'] = 'The server URL to connect to for sending push notifications.';
  33  $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.';
  34  $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>.';
  35  $string['configairnotifierappname'] = 'The app name identifier in Airnotifier.';
  36  $string['configairnotifiermobileappname'] = 'The Mobile app unique identifier (usually something like com.moodle.moodlemobile).';
  37  $string['configured'] = 'Configured';
  38  $string['deletecheckdevicename'] = 'Delete your device: {$a->name}';
  39  $string['deletedevice'] = 'Delete the device. Note that an app can register the device again. If the device keeps reappearing, disable it.';
  40  $string['devicetoken'] = 'Device token';
  41  $string['enableprocessor'] = 'Enable mobile notifications';
  42  $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>.';
  43  $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>.';
  44  $string['messageprovidersempty'] = 'There are no mobile notifications enabled in default notification preferences.';
  45  $string['messageproviderslow'] = 'Only a few mobile notifications are enabled in default notification preferences.';
  46  $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>.';
  47  $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle app and add this site.';
  48  $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.';
  49  $string['notconfigured'] = 'The Airnotifier server has not been configured so push notifications cannot be sent.';
  50  $string['notificationsserverconfiguration'] = 'Notifications server (Airnotifier) configuration';
  51  $string['pluginname'] = 'Mobile';
  52  $string['privacy:appiddescription'] = 'This is an identifier to the application being used.';
  53  $string['privacy:enableddescription'] = 'If this device is enabled for airnotifier.';
  54  $string['privacy:metadata:enabled'] = 'Whether the airnotifier device is enabled.';
  55  $string['privacy:metadata:date'] = 'The date that the message was sent.';
  56  $string['privacy:metadata:externalpurpose'] = 'This information is sent to an external site to be ultimately delivered to the mobile device of the user.';
  57  $string['privacy:metadata:fullmessage'] = 'The full message.';
  58  $string['privacy:metadata:notification'] = 'If this message is a notification.';
  59  $string['privacy:metadata:smallmessage'] = 'A section of the message.';
  60  $string['privacy:metadata:subject'] = 'The subject line of the message.';
  61  $string['privacy:metadata:tableexplanation'] = 'Airnotifier device information is stored here.';
  62  $string['privacy:metadata:userdeviceid'] = 'The ID linking to the user\'s mobile device';
  63  $string['privacy:metadata:userfromfullname'] = 'The full name of the user who sent the message.';
  64  $string['privacy:metadata:userfromid'] = 'The user ID of the author of the message.';
  65  $string['privacy:metadata:userid'] = 'The ID of the user who sent the message.';
  66  $string['privacy:metadata:username'] = 'The username of the user.';
  67  $string['privacy:metadata:usersubsystem'] = 'This plugin is connected to the user subsystem.';
  68  $string['privacy:subcontext'] = 'Message Airnotifier';
  69  $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>.';
  70  $string['showhide'] = 'Enable/disable the device.';
  71  $string['requestaccesskey'] = 'Request access key';
  72  $string['sendtest'] = 'Send test push notification to my devices';
  73  $string['sendtestconfirmation'] = 'A test push notification will be sent to the devices you use to connect to this site. Please ensure that your devices are connected to the Internet and that the mobile app is not open (since push notifications are only displayed when received in the background).';
  74  $string['serverconnectivityerror'] = 'This site is not able to connect to the notifications server {$a}';
  75  $string['unknowndevice'] = 'Unknown device';
  76  $string['userdevices'] = 'User devices';
  77  $string['airnotifier:managedevice'] = 'Manage devices';