Approval.

This commit is contained in:
2026-06-03 21:20:26 +00:00
committed by md translation bot
parent 963412a4d2
commit 38eb44046b
52 changed files with 260 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$appointment_recording_hoster = array (
'Archive.org' => 'Archive.org',
);
+5
View File
@@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$appointment_recording_types = array (
'video' => 'Video',
);