openclassify/addons/default/visiosoft/customfields-module/resources/lang/el/field.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

73 lines
2.2 KiB
PHP
Raw 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
return [
'name' => [
'name' => 'Τίτλος προσαρμοσμένου πεδίου'
],
'parent_category' => [
'name' => 'Κατηγορία'
],
'custom_field' => [
'name' => 'Τίτλος προσαρμοσμένου πεδίου',
],
'custom_field_value' => [
'name' => 'Τιμή προσαρμοσμένου πεδίου'
],
'custom_field_image' => [
'name' => 'Προσαρμοσμένη εικόνα πεδίου'
],
'category' => [
'name' => 'Κατηγορία',
],
'description' => [
'name' => 'Περιγραφή',
],
'type' => [
'name' => 'Τύπος προσαρμοσμένου πεδίου',
],
'category_name' => [
'name' => 'όνομα κατηγορίας',
],
'selecttopall' => 'Ολα',
'seenList' => [
'name' => 'Προβολή λίστας'
],
'slug' => [
'name' => 'Γυμνοσάλιαγκας'
],
'all_categories' => [
'name' => 'Όλες οι κατηγορίες'
],
'features' => [
'name' => 'Χαρακτηριστικά'
],
'select' => [
'name' => 'Επιλέξτε Επιλογή'
],
'required' => [
'name' => 'Απαιτείται'
],
'all' => 'Ολα',
"checkboxes_type" => "Πεδίο πλαισίων ελέγχου",
"decimal_type" => "Δεκαδικό πεδίο",
"integer_type" => "Ακέραιο πεδίο",
"radio_type" => "Πεδίο ραδιοφώνου",
"range_type" => "Πεδίο εύρους",
"select_type" => "Επιλέξτε Πεδίο",
"selectdropdown_type" => "Επιλέξτε αναπτυσσόμενο πεδίο",
"selecttop_type" => "Επιλέξτε Top Field",
"selectrange_type" => "Επιλέξτε Πεδίο εύρους",
"selectimage_type" => "Επιλέξτε Πεδίο εικόνας",
"text_type" => "Πεδίο κειμένου",
// Listing Page
'from' => 'Από',
'to' => 'Προς την',
'and_above' => 'και παραπανω',
'and_below' => 'και παρακάτω',
'min' => 'Ελάχ',
'max' => 'Μέγιστη',
'show_list' => 'Εμφάνιση λίστας',
];