mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
21 lines
614 B
PHP
21 lines
614 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => 'Azioni post',
|
|
'created' => 'Post creato',
|
|
'delete' => 'Delete post|Delete posts',
|
|
'deleted' => 'Post eliminato|Post eliminati',
|
|
'edit' => 'Modifica post',
|
|
'last' => 'Ultimo post',
|
|
'perma_deleted' => 'Post eliminati in modo permanente|Post eliminati definitivamente',
|
|
'post' => 'Post|Post',
|
|
'restore' => 'Restore post|Restore posts',
|
|
'restored' => 'Post ripristinato|Post ripristinati',
|
|
'select_all' => 'Select all posts',
|
|
'updated' => 'Post aggiornato|Post aggiornati',
|
|
'view' => 'Vedi post',
|
|
'your_post' => 'Il tuo post',
|
|
|
|
];
|