芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/message/output/airnotifier/lang/en/message_airnotifier.php
. /** * 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 for sending push notifications.'; $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.'; $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
Moodle Apps Portal
.'; $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 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
Moodle Apps Portal
.'; $string['keyretrievedsuccessfully'] = 'The access key was retrieved successfully. To access Moodle app usage statistics, please create an account on the
Moodle Apps Portal
.'; $string['moodleappsportallimitswarning'] = 'Please note that the number of user devices allowed to receive notifications depends on your Moodle app subscription. For details, visit the
Moodle Apps Portal
.'; $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle app and add this site.'; $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.'; $string['notconfigured'] = 'The Airnotifier server has not been configured so push notifications cannot be sent.'; $string['pluginname'] = 'Mobile'; $string['privacy:appiddescription'] = 'This is an identifier to the application being used.'; $string['privacy:enableddescription'] = 'If this device is enabled for airnotifier.'; $string['privacy:metadata:enabled'] = 'Whether the airnotifier device is enabled.'; $string['privacy:metadata:date'] = 'The date that the message was sent.'; $string['privacy:metadata:externalpurpose'] = 'This information is sent to an external site to be ultimately delivered to the mobile device of the user.'; $string['privacy:metadata:fullmessage'] = 'The full message.'; $string['privacy:metadata:notification'] = 'If this message is a notification.'; $string['privacy:metadata:smallmessage'] = 'A section of the message.'; $string['privacy:metadata:subject'] = 'The subject line of the message.'; $string['privacy:metadata:tableexplanation'] = 'Airnotifier device information is stored here.'; $string['privacy:metadata:userdeviceid'] = 'The ID linking to the user\'s mobile device'; $string['privacy:metadata:userfromfullname'] = 'The full name of the user who sent the message.'; $string['privacy:metadata:userfromid'] = 'The user ID of the author of the message.'; $string['privacy:metadata:userid'] = 'The ID of the user who sent the message.'; $string['privacy:metadata:username'] = 'The username of the user.'; $string['privacy:metadata:usersubsystem'] = 'This plugin is connected to the user subsystem.'; $string['privacy:subcontext'] = 'Message Airnotifier'; $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
Moodle Apps Portal
.'; $string['showhide'] = 'Enable/disable the device.'; $string['requestaccesskey'] = 'Request access key'; $string['unknowndevice'] = 'Unknown device'; $string['airnotifier:managedevice'] = 'Manage devices';