Approval.

This commit is contained in:
2026-09-21 10:57:23 +00:00
committed by md translation bot
parent 73dc73e9dd
commit 4d9221ef5c
36 changed files with 88 additions and 62 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$query_asc_desc = array (
'ASC' => 'Ascending',
'DESC' => 'Descending',
'ASC' => 'За зростанням',
'DESC' => 'За спаданням',
);