Approval.

This commit is contained in:
2025-10-07 14:09:55 +00:00
committed by md translation bot
parent 54654923bf
commit 55f334dd18
26 changed files with 286 additions and 286 deletions

View File

@@ -1,10 +1,10 @@
<?PHP
declare(strict_types = 1);
$object_publication_background = array (
0 => 'Image published',
1 => 'Transcript published',
2 => 'Discussed',
3 => 'Rezensiert',
4 => 'Referenced',
5 => 'Advertised',
0 => 'Obrázek zveřejněn',
1 => 'Přepis zveřejněn',
2 => 'Diskutováno',
3 => 'Zkontrolováno',
4 => 'Odkazováno',
5 => 'Inzerováno',
);