Approval.

This commit is contained in:
2026-04-19 11:40:42 +00:00
committed by md translation bot
parent 42ef9d90c7
commit 7683733723
26 changed files with 156 additions and 0 deletions

6
ro/query_asc_desc.php Normal file
View File

@@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$query_asc_desc = array (
'ASC' => 'Ascending',
'DESC' => 'Descending',
);