12 lines
167 B
PHP
Executable File
12 lines
167 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'edit' => 'Edycja',
|
|
'delete' => 'Kasuj',
|
|
'restore' => 'Przywróć',
|
|
'actions' => 'Akcje',
|
|
'submit' => 'Zatwierdź',
|
|
|
|
);
|