| | |
| | | <?php
|
| | | $wb["template_name_txt"] = 'Template name';
|
| | | $wb["template_file_txt"] = 'Template filename';
|
| | | $wb["server_id_txt"] = 'Server';
|
| | | $wb["allservers_txt"] = 'Exists on all servers';
|
| | | $wb["active_txt"] = 'Active';
|
| | | $wb["description_txt"] = 'Description';
|
| | | ?> |
| | | <?php |
| | | $wb['template_name_txt'] = 'Όνομα προτύπυ'; |
| | | $wb['template_file_txt'] = 'Αρχείο προτύπου'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['allservers_txt'] = 'Υπάρχει σε όλους τους servers'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['description_txt'] = 'Περιγραφή'; |
| | | $wb['template_name_error_empty'] = 'Το όνομα του προτύπου είναι κενό.'; |
| | | $wb['template_file_error_empty'] = 'Το αρχείο του προτύπου δεν έχει καθοριστεί.'; |
| | | $wb['Template'] = 'Πρότυπο'; |
| | | ?> |