Files
nexusphp/lang/el/lang_increment-bulk.php
2025-05-05 21:27:48 +07:00

28 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_incrementbulk = array
(
'page_title' => 'Μαζική προσθήκη μπόνους/κάρτα συμμετοχής/προσκεκλημένη/φορτώθηκε/προσωρινή πρόσκληση',
'sent_success' => ' έχει προστεθεί και μήνυμα ενημέρωσης έχει σταλεί',
'types' => [
'seedbonus' => 'μπόνους',
'attendance_card' => 'κάρτα φοίτησης',
'invites' => 'πρόσκληση',
'uploaded' => 'ανέβασμα',
'tmp_invites' => 'προσωρινή πρόσκληση',
],
'labels' => [
'type' => 'Τύπος',
'amount' => 'Ποσό',
'duration' => 'Διάρκεια',
'duration_help' => 'Απαιτείται μόνο εάν ο τύπος είναι [Προσωρινή Πρόσκληση], σε ημέρες',
'user_class' => 'Κλάση χρήστη',
'roles' => 'Ρόλοι',
'msg_subject' => 'θέμα μηνύματος',
'msg_body' => 'περιεχόμενο μηνύματος',
'operator' => 'Χειριστής',
],
);
?>