File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
application/language/greek Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /*
4+ * Greek language
5+ */
6+
7+ $ lang ['text_rest_invalid_api_key ' ] = 'Λάθος API key %s ' ; // %s είναι το REST API key
8+ $ lang ['text_rest_invalid_credentials ' ] = 'Μή έγκυρα διαπιστευτήρια ' ;
9+ $ lang ['text_rest_ip_denied ' ] = 'Άρνηση πρόσβασης της διεύθηνσης IP ' ;
10+ $ lang ['text_rest_ip_unauthorized ' ] = 'Μη εξουσιοδοτημένη διεύθυνση IP ' ;
11+ $ lang ['text_rest_unauthorized ' ] = 'Άρνηση Πρόσβασης. Μη εξουσιοδοτημένο ' ;
12+ $ lang ['text_rest_ajax_only ' ] = 'Μόνο AJAX requests επιτρέπονται ' ;
13+ $ lang ['text_rest_api_key_unauthorized ' ] = 'Αυτό το API key δεν έχει πρόσβαση στον συγκεκριμένο controller ' ;
14+ $ lang ['text_rest_api_key_permissions ' ] = 'Αυτό το API key δεν έχει αρκετά δικαιώματα ' ;
15+ $ lang ['text_rest_api_key_time_limit ' ] = 'Αυτό το API key έχει φτάσει στο μέγιστο όριο requests για την συγκεκριμένη μέθοδο ' ;
16+ $ lang ['text_rest_unknown_method ' ] = 'Άγνωστη μέθοδος ' ;
17+ $ lang ['text_rest_unsupported ' ] = 'Το συγκεκριμένο πρωτόκολλο δεν υποστηρίζεται ' ;
You can’t perform that action at this time.
0 commit comments