Skip to content

Commit

Permalink
MBS-8543: Syntax and alphabetical sorting checked
Browse files Browse the repository at this point in the history
  • Loading branch information
fdagner committed Feb 19, 2024
1 parent abc244b commit 8bbed2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function specific_definition($mform) {
'owncontent' => get_string('owncontent', 'block_qr'),
'event' => get_string('event', 'block_qr'),
'geolocation' => get_string('geolocation', 'block_qr'),
'wifi' => get_string('wifi', 'block_qr')
'wifi' => get_string('wifi', 'block_qr'),
];
$courseid = $this->page->course->id;
if ($courseid == SITEID) {
Expand Down
4 changes: 2 additions & 2 deletions lang/de/block_qr.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['config_wifiauthentication'] = 'Authentifizierung';
$string['allday'] = 'Ganztägig';
$string['codecontent'] = 'Inhalt';
$string['config_geolocation_br'] = 'Format and zulässige Werte';
Expand All @@ -32,6 +31,7 @@
$string['config_geolocation_lng_help'] = 'Der Wert für den Längengrad ist auf ±180 begrenzt. Die Eingabe erfolgt als Dezimalgrad mit einem Dezimalpunkt. Beispiel: 10.49184';
$string['config_link_label'] = 'Link zum Standort';
$string['config_size_label'] = 'Größe des QR-Codes';
$string['config_wifiauthentication'] = 'Authentifizierung';
$string['config_wifissidoptions'] = 'versteckt';
$string['courseurl'] = 'Link zu diesem Kurs';
$string['courseurldesc'] = 'Beschreibung';
Expand Down Expand Up @@ -80,6 +80,6 @@
$string['urlshortlabel'] = 'Kurzlink erstellen';
$string['wifi'] = 'WLAN';
$string['wifi_passkey'] = "Umgang mit Passwörtern";
$string['wifi_passkey_help'] = 'Veröffentlichen Sie keine Passwörter privater WLAN-Netzwerke!';
$string['wep'] = 'WEP';
$string['wpa'] = 'WPA/WPA2';
$string['wifi_passkey_help'] = 'Veröffentlichen Sie keine Passwörter privater WLAN-Netzwerke!';
4 changes: 2 additions & 2 deletions lang/en/block_qr.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['config_wifiauthentication'] = 'Authentication';
$string['allday'] = 'All day';
$string['codecontent'] = 'Content';
$string['config_geolocation_br'] = 'Format and permissible values';
Expand All @@ -32,6 +31,7 @@
$string['config_geolocation_lng_help'] = 'The value for the longitude is limited to ±180. The entry is made as a decimal degree with a decimal point. Example: 10.49184';
$string['config_link_label'] = 'Location link';
$string['config_size_label'] = 'Size of the qr code';
$string['config_wifiauthentication'] = 'Authentication';
$string['config_wifissidoptions'] = 'hidden';
$string['courseurl'] = 'Link to this course';
$string['courseurldesc'] = 'description';
Expand Down Expand Up @@ -80,6 +80,6 @@
$string['urlshortlabel'] = 'Create short link';
$string['wifi'] = 'WiFi';
$string['wifi_passkey'] = "handling passwords";
$string['wifi_passkey_help'] = 'Do not publish passwords for private WiFi networks!';
$string['wep'] = 'WEP';
$string['wpa'] = 'WPA/WPA2';
$string['wifi_passkey_help'] = 'Do not publish passwords for private WiFi networks!';

0 comments on commit 8bbed2a

Please sign in to comment.