phpvms/resources/lang/it/aircraft.php

12 lines
218 B
PHP
Raw Normal View History

2018-05-22 00:55:40 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-22 00:55:40 +08:00
return [
'status' => [
'active' => 'Attivo',
'stored' => 'Immagazzinato',
'retired' => 'Ritirato',
'scrapped' => 'Rottamato',
'written' => 'Stornato',
],
];