Server IP : 68.65.122.142 / Your IP : 13.58.247.192 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/glenirhm/backup/../backup/sis.glenbowcollege.ca/admin/i18n/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /* Instructions: - To contribute a localization file populate the variables below with standards of your language + country - For HTML inputs, only edit the value= attribute, but not if the value contains a [placeholder] - Don't edit [placeholders] - Name the file in the following format: 2letterlanguage-2lettercountry.php, for example en-us.php country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 language codes: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes Thanks for your help! -Ian */ // javascript dialogs $this->delete_confirm = 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτήν την εγγραφή ;'; $this->update_grid_confirm = 'Είστε σίγουροι ότι θέλετε να διαγράψετε [count] εγγραφές ;'; // validation general error $this->validate_text_general = "Απώντα ή Άκυρα Δεδομένα"; // form buttons $this->form_add_button = "<input type='submit' value='Προσθήκη' class='lm_button'>"; $this->form_update_button = "<input type='submit' value='Ενημέρωση' class='lm_button'>"; $this->form_back_button = "<input type='button' value='< Πίσω' class='lm_button dull' onclick='_back();'>"; $this->form_delete_button = "<input type='button' value='Διαγραφή' class='lm_button error' onclick='_delete();'>"; // titles in the <th> of top of the edit form $this->form_text_title_add = 'Προσθήκη Εγγραφής'; $this->form_text_title_edit = 'Επεξεργασία Εγγραφής'; $this->form_text_record_saved = 'Η Εγγραφή Αποθηκεύτηκε'; $this->form_text_record_added = 'Η Εγγραφή Προστέθηκε'; // links on grid $this->grid_add_link = "<a href='[script_name]action=edit&[qs]' class='lm_grid_add_link'>Προσθήκη μίας Εγγραφής</a>"; $this->grid_edit_link = "<a href='[script_name]action=edit&[identity_name]=[identity_id]&[qs]'>[επεξεργασία]</a>"; $this->grid_delete_link = "<a href='#' onclick='return _delete(\"[identity_id]\");'>[διαγραφή]</a>"; $this->grid_export_link = "<a href='[script_name]_export=1&[qs]' title='Download CSV'>Εξαγωγή</a>"; // search box $this->grid_search_box = " <form action='[script_name]' class='lm_search_box'> <input type='text' name='_search' value='[_search]' size='20' class='lm_search_input'> <a href='[script_name]' style='margin: 0 10px 0 -20px; display: inline-block;' title='Καθαρισμός Αναζήτησης'>x</a> <!-- this title attribute may be localized --> <input type='submit' class='lm_button lm_search_button' value='Αναζήτηση'> <!-- this value attribute may be localized --> <input type='hidden' name='action' value='Αναζήτηση'>[query_string_list] </form>"; // grid messages $this->grid_text_record_added = "Η Εγγραφή Προστέθηκε"; $this->grid_text_changes_saved = "Οι Αλλαγές Αποθηκεύτηκαν"; $this->grid_text_record_deleted = "Η Εγγραφή Διαγράφηκε"; $this->grid_text_save_changes = "Αποθήκευση Αλλαγών"; $this->grid_text_delete = "Διαγραφή"; $this->grid_text_no_records_found = "Δεν βρέθηκαν Εγγραφές"; // pagination text $this->pagination_text_use_paging = 'χρήση σελιδοποίησης'; $this->pagination_text_show_all = 'Εμφάνιση Όλων'; $this->pagination_text_records = 'Εγγραφές'; $this->pagination_text_go = 'Πάμε'; $this->pagination_text_page = 'Σελίδα'; $this->pagination_text_of = 'από'; $this->pagination_text_next = 'Επόμενο>'; $this->pagination_text_back = '<Πίσω'; // delete upload link text $this->text_delete_image = 'διαγραφή εικόνας'; $this->text_delete_document = 'διαγραφή εγγράφου'; // relative paths for --image or --document uploads // paths are created at runtime as needed $this->upload_path = 'ανεβασμένα αρχεία'; // required when using input types $this->thumb_path = 'μικρογραφίες'; // optional, leave blank if you don't need thumbnails // output date formats $this->date_out = 'm/d/Y'; $this->datetime_out = 'm/d/Y h:i A';