mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
9 lines
230 B
PHP
9 lines
230 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Επιτυχής προσθήκη στο σελιδοδείκτη!',
|
|
'delete_success' => 'Ακύρωση σελιδοδείκτη επιτυχία!',
|
|
]
|
|
];
|