mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
9 lines
165 B
PHP
9 lines
165 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Pomyślnie dodano zakładkę!',
|
|
'delete_success' => 'Anuluj zakładkę pomyślnie!',
|
|
]
|
|
];
|