Skip to content

Commit

Permalink
Fix lang string order (alphabetical)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixDiLenarda authored and MartinGauk committed Aug 22, 2024
1 parent becf7ec commit 1ea80f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/de/local_listcoursefiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
$string['component'] = 'Komponente';
$string['description'] = 'Diese Seite listet alle Dateien im Kurs auf. Hinweis: Nicht alle Dateien können von hier heruntergeladen werden.';
$string['eventlicensechanged'] = 'Lizenz geändert';
$string['file_expired'] = 'Diese Datei steht aus urheberrechtlichen Gründen den Teilnehmern nicht zur Verfügung.';
$string['filename'] = 'Dateiname';
$string['filesize'] = 'Größe';
$string['filetype_all'] = 'Alle Dateitypen';
Expand All @@ -42,7 +43,6 @@
$string['filetype_image'] = 'Bild';
$string['filetype_other'] = 'Andere';
$string['filetype_video'] = 'Video';
$string['file_expired'] = 'Diese Datei steht aus urheberrechtlichen Gründen den Teilnehmern nicht zur Verfügung.';
$string['filter_components'] = 'Nach Komponente filtern';
$string['filter_filetype'] = 'Nach Dateityp filtern';
$string['invalid_license'] = 'Ungültige Lizenz gegeben.';
Expand All @@ -54,9 +54,9 @@
$string['listcoursefiles:download'] = 'Dateien im Kurs herunterladen';
$string['listcoursefiles:view'] = 'Alle Dateien in einem Kurs einsehen';
$string['mimetype'] = 'Dateityp';
$string['no_file_selected'] = 'Es wurde keine Datei ausgewählt.';
$string['nothingfound'] = 'Keine Dateien gefunden.';
$string['nottested'] = 'Nicht überprüft';
$string['no_file_selected'] = 'Es wurde keine Datei ausgewählt.';
$string['pluginname'] = 'Auflistung der Kursdateien';
$string['privacy:metadata'] = 'Das Plugin Auflistung der Kursdateien zeigt nur bereits existierende Dateien an.';
$string['too_many_files'] = 'Zu viele Dateien gegeben';
Expand Down
4 changes: 2 additions & 2 deletions lang/en/local_listcoursefiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
$string['component'] = 'Component';
$string['description'] = 'This page lists all files in the course. Please note that due to technical reasons not all files can be viewed from here.';
$string['eventlicensechanged'] = 'License changed';
$string['file_expired'] = 'This file is unavailable for students for copyright reasons.';
$string['filename'] = 'File name';
$string['filesize'] = 'File size';
$string['filetype_all'] = 'All file types';
Expand All @@ -42,7 +43,6 @@
$string['filetype_image'] = 'Image';
$string['filetype_other'] = 'Other';
$string['filetype_video'] = 'Video';
$string['file_expired'] = 'This file is unavailable for students for copyright reasons.';
$string['filter_components'] = 'Filter component';
$string['filter_filetype'] = 'Filter file type';
$string['invalid_license'] = 'Invalid license given';
Expand All @@ -54,9 +54,9 @@
$string['listcoursefiles:download'] = 'Download files in a course';
$string['listcoursefiles:view'] = 'View all files in a course';
$string['mimetype'] = 'File type';
$string['no_file_selected'] = 'You have not selected a file.';
$string['nothingfound'] = 'No files found';
$string['nottested'] = 'Not tested';
$string['no_file_selected'] = 'You have not selected a file.';
$string['pluginname'] = 'List course files';
$string['privacy:metadata'] = 'The list course files plugin only displays existing files.';
$string['too_many_files'] = 'Too many files given';
Expand Down

0 comments on commit 1ea80f6

Please sign in to comment.