mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
10 lines
252 B
PHP
10 lines
252 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'no-pending-torrents' => 'אין טורנטים ממתינים',
|
|
'no-postponed-torrents' => 'אין טורנטים שנדחו',
|
|
'no-rejected-torrents' => 'אין טורנטים שנפסלו',
|
|
];
|