update translations for master

and force-fix errors using pocheck

Change-Id: I5b89ae56a22a53d2975d3f3f34f7b854b5a0151a
This commit is contained in:
Christian Lohmaier
2021-05-05 18:03:30 +02:00
parent 926713ac8f
commit dddf75c6f2
1739 changed files with 351697 additions and 248649 deletions

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-19 17:31+0100\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-01-07 11:36+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/el/>\n"
@@ -2446,14 +2446,14 @@ msgctxt ""
msgid "Python : Programming with Python"
msgstr "Python : Προγραμματισμός με Python"
#. bG2BP
#. g4R9j
#: python_programming.xhp
msgctxt ""
"python_programming.xhp\n"
"N0218\n"
"help.text"
msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>uno.py</bookmark_value>"
msgstr "<bookmark_value>Python;προγραμματισμός</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value><bookmark_value>uno.py</bookmark_value>"
msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>"
msgstr ""
#. CU6JS
#: python_programming.xhp

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:02+0200\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-04-24 07:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/el/>\n"
@@ -2185,6 +2185,51 @@ msgctxt ""
msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
msgstr "Αφού δηλώσετε μια μεταβλητή με συγκεκριμένο τύπο, δεν μπορείτε να δηλώσετε την μεταβλητή με το ίδιο όνομα ξανά ως διαφορετικό τύπο!"
#. V5Csc
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id421619551219763\n"
"help.text"
msgid "When you declare multiple variables in a single line of code you need to specify the type of each variable. If the type of a variable is not explicitly specified, then Basic will assume that the variable is of the <emph>Variant</emph> type."
msgstr ""
#. FzKND
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id321619555442706\n"
"help.text"
msgid "' Both variables \"a\" and \"b\" are of the Integer type"
msgstr ""
#. NCE7F
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id451619555463988\n"
"help.text"
msgid "' Variable \"c\" is a Variant and \"d\" is an Integer"
msgstr ""
#. fsaNa
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id161619555482237\n"
"help.text"
msgid "' A variable can also be explicitly declared as a Variant"
msgstr ""
#. uQD9L
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id521619551687371\n"
"help.text"
msgid "The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\" name=\"Variant Type\">The Variant type</link> below."
msgstr ""
#. RENXG
#: 01020100.xhp
msgctxt ""
@@ -2536,6 +2581,114 @@ msgctxt ""
msgid "dob = #2010-09-28#"
msgstr ""
#. pCPWV
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bm_id601619552599885\n"
"help.text"
msgid "<bookmark_value>The Variant type</bookmark_value> <bookmark_value>The Any type</bookmark_value>"
msgstr ""
#. mPKPe
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"VariantTypeH2\n"
"help.text"
msgid "The Variant type"
msgstr ""
#. gnP2t
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id1001619552129323\n"
"help.text"
msgid "Variables declared as <emph>Variant</emph> can handle any data type. This means that the actual data type is defined during runtime as a value is assigned to the variable."
msgstr ""
#. kKQzr
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id631619552417188\n"
"help.text"
msgid "There are three main ways to create a <emph>Variant</emph> variable, as shown below:"
msgstr ""
#. ZTswL
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id751619554900163\n"
"help.text"
msgid "Dim varA ' The type is not specified, hence the variable is a Variant"
msgstr ""
#. 3mWEB
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id181619554965451\n"
"help.text"
msgid "Dim varB as Variant ' The variable is explicitly declared as a Variant"
msgstr ""
#. vEpTz
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id371619554853094\n"
"help.text"
msgid "varC = \"abc\" ' Previously undeclared variables are treated as Variants"
msgstr ""
#. PDFED
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id631619552417343\n"
"help.text"
msgid "The example below uses the <link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName function\">TypeName function</link> to show how the type of a <emph>Variant</emph> variable changes upon assignment."
msgstr ""
#. smtqw
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id141619553442668\n"
"help.text"
msgid "A <emph>Variant</emph> variable is initialized with the <link href=\"text/sbasic/shared/03040000.xhp#objectconstants\" name=\" object constants\">Empty</link> special data type. You can use the <link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty function\">IsEmpty function</link> to test if a variable is an <emph>Empty Variant</emph>."
msgstr ""
#. aervF
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id541619552755706\n"
"help.text"
msgid "You can also use the keyword <emph>Any</emph> to declare a variable as a <emph>Variant</emph>. However, <emph>Any</emph> is deprecated and is available for backward compatibility."
msgstr ""
#. 74VtP
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id711619622934043\n"
"help.text"
msgid "Arguments with type <emph>Variant</emph> or <emph>Any</emph> passed in function calls are not checked for their types."
msgstr ""
#. qFpUB
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bas_id141619552837486\n"
"help.text"
msgid "Dim myVar As Any ' Variable \"myVar\" is a Variant"
msgstr ""
#. kGGKi
#: 01020100.xhp
msgctxt ""
@@ -7873,31 +8026,31 @@ msgctxt ""
msgid "Displays a dialog box containing a message."
msgstr "Εμφανίζει ένα πλαίσιο διαλόγου που περιέχει ένα μήνυμα."
#. 6pAvx
#. rXKix
#: 03010101.xhp
msgctxt ""
"03010101.xhp\n"
"par_id3148798\n"
"help.text"
msgid "<emph>Prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgid "<emph>prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""
#. wNFv5
#. oK5f6
#: 03010101.xhp
msgctxt ""
"03010101.xhp\n"
"par_id3150769\n"
"help.text"
msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
msgstr ""
#. aC93y
#. HPRQD
#: 03010101.xhp
msgctxt ""
"03010101.xhp\n"
"par_id3147228\n"
"help.text"
msgid "<emph>Buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
msgid "<emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
msgstr ""
#. xuEUm
@@ -8458,58 +8611,58 @@ msgctxt ""
msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
msgstr "Η δήλωση The <emph>InputBox</emph> είναι μία συμβατική μέθοδος για να εισαγάγετε κείμενο μέσω ενός παραθύρου διαλόγου. Επιβεβαιώστε την είσοδο κάνοντας κλικ στο κουμπί OK ή πατώντας το πλήκτρο Enter. Η είσοδος επιστρέφεται ως τιμή επιστροφής της συνάρτησης. Αν κλείσετε το παράθυρο διαλόγου με τo κουμπί Άκυρο, το <emph>InputBox</emph> επιστρέφει συμβολοσειρά μηδενικού μήκους (\"\")."
#. G7eXr
#. fcMCj
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3153311\n"
"help.text"
msgid "<emph>Prompt</emph>: String expression displayed as the message in the dialog box."
msgid "<emph>prompt</emph>: String expression displayed as the message in the dialog box."
msgstr ""
#. 66zGG
#. kqAw6
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3145315\n"
"help.text"
msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
msgstr "<emph>Title</emph>: Παράσταση συμβολοσειράς που εμφανίζεται στη γραμμή τίτλου του παραθύρου διαλόγου."
msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog box."
msgstr ""
#. b7vFT
#. 4qoJn
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3154307\n"
"help.text"
msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
msgstr "<emph>Default</emph>: Παράσταση συμβολοσειράς που εμφανίζεται στο πλαίσιο κειμένου ως προεπιλογή αν δεν δίνεται άλλη είσοδος."
msgid "<emph>default</emph>: String expression displayed in the text box as default if no other input is given."
msgstr ""
#. Cs49h
#. w5QhP
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3147573\n"
"help.text"
msgid "<emph>xPosTwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgid "<emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgstr ""
#. QyymW
#. CannW
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3156024\n"
"help.text"
msgid "<emph>yPosTwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgid "<emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgstr ""
#. 8pC7C
#. m6iBC
#: 03010201.xhp
msgctxt ""
"03010201.xhp\n"
"par_id3153897\n"
"help.text"
msgid "If <emph>xPosTwips</emph> and <emph>yPosTwips</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
msgid "If <literal>xpostwips</literal> and <literal>yPosTwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
msgstr ""
#. Mh8Z6
@@ -9331,32 +9484,32 @@ msgctxt ""
msgid "Parameter:"
msgstr "Παράμετρος:"
#. pP9x5
#. QM73e
#: 03010305.xhp
msgctxt ""
"03010305.xhp\n"
"par_id3152597\n"
"help.text"
msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
msgstr "<emph>Κόκκινο</emph>: Κάθε παράσταση ακέραιου που αντιπροσωπεύει το κόκκινο συστατικό (0-255) του σύνθετου χρώματος."
msgid "<emph>red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
msgstr ""
#. pbFvi
#. H7yGv
#: 03010305.xhp
msgctxt ""
"03010305.xhp\n"
"par_id3146974\n"
"help.text"
msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
msgstr "<emph>Πράσινο</emph>: Κάθε παράσταση ακέραιου που αντιπροσωπεύει το πράσινο συστατικό (0-255) του σύνθετου χρώματος."
msgid "<emph>green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
msgstr ""
#. XG6FB
#. t8P2M
#: 03010305.xhp
msgctxt ""
"03010305.xhp\n"
"par_id3151113\n"
"help.text"
msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
msgstr "<emph>Γαλάζιο</emph>: Κάθε παράσταση ακέραιου που αντιπροσωπεύει το γαλάζιο συστατικό (0-255) του σύνθετου χρώματος."
msgid "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
msgstr ""
#. cFpDD
#: 03010305.xhp
@@ -13077,68 +13230,32 @@ msgctxt ""
msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
msgstr "Επιστρέφει έναν αριθμό από μια συμβολοσειρά ημερομηνίας, ο οποίος αντιπροσωπεύει μια ολοκληρωμένη ημερομηνία σε μια αριθμητική τιμή απλής ακριβείας. Μπορείτε να χρησιμοποιήσετε αυτό τον αριθμό σειράς για να καθορίσετε τη διαφορά μεταξύ δύο ημερομηνιών."
#. QJz7y
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"hd_id3148799\n"
"help.text"
msgid "Syntax:"
msgstr "Σύνταξη:"
#. 3FsEa
#. PxEGo
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"par_id3154910\n"
"help.text"
msgid "DateValue [(date)]"
msgstr "DateValue [(date)]"
msgid "DateValue(date)"
msgstr ""
#. B7CrF
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"hd_id3150870\n"
"help.text"
msgid "Return value:"
msgstr "Τιμή επιστροφής:"
#. 4G37B
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"par_id3153194\n"
"help.text"
msgid "Date"
msgstr "Ημερομηνία"
#. NHYd9
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"hd_id3153969\n"
"help.text"
msgid "Parameters:"
msgstr "Παράμετροι:"
#. ghsyA
#. vxxyq
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"par_id3153770\n"
"help.text"
msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
msgstr "<emph>Ημερομηνία:</emph> Έκφραση συμβολοσειράς που περιέχει την ημερομηνία που θέλετε να υπολογίσετε. Αντίθετα προς τη συνάρτηση DateSerial που μεταβιβάζει έτη, μήνες και ημέρες ως ξεχωριστές αριθμητικές τιμές, η συνάρτηση DateValue απαιτεί η συμβολοσειρά ημερομηνίας να συμφωνεί είτε με ένα μοτίβο αποδοχής ημερομηνίας που ορίστηκε στις τοπικές σας ρυθμίσεις (δείτε <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Προτιμήσεις</menuitem></caseinline><defaultinline><menuitem>Εργαλεία - Επιλογές</menuitem></defaultinline></switchinline><menuitem> - Ρυθμίσεις γλώσσας - Γλώσσες</menuitem>) ή τη μορφή ημερομηνίας ISO (προς το παρόν, μόνο η μορφή ISO με ενωτικά, π.χ. \"31-12-2012\" είναι αποδεκτή)."
msgid "<emph>Date</emph>: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
msgstr ""
#. EWVzU
#. KmwFZ
#: 03030102.xhp
msgctxt ""
"03030102.xhp\n"
"hd_id3153142\n"
"par_id3153194\n"
"help.text"
msgid "Example:"
msgstr "Παράδειγμα:"
msgid "The computed date."
msgstr ""
#. wDviP
#: 03030103.xhp
@@ -14895,22 +15012,22 @@ msgctxt ""
msgid "<emph>date1, date2</emph> - The two date values to be compared."
msgstr ""
#. yVo8Q
#. e7hMm
#: 03030120.xhp
msgctxt ""
"03030120.xhp\n"
"par_idN1066A\n"
"help.text"
msgid "<emph>firstDayOfWeek</emph> - An optional parameter that specifies the starting day of a week."
msgid "<emph>firstdayofweek</emph>: An optional parameter that specifies the starting day of a week."
msgstr ""
#. dDoRU
#. wpCoP
#: 03030120.xhp
msgctxt ""
"03030120.xhp\n"
"par_idN1067A\n"
"help.text"
msgid "firstDayOfWeek value"
msgid "firstdayofweek value"
msgstr ""
#. gmaR8
@@ -15066,22 +15183,22 @@ msgctxt ""
msgid "Saturday"
msgstr "Σάββατο"
#. BLhqf
#. E5nqv
#: 03030120.xhp
msgctxt ""
"03030120.xhp\n"
"par_idN106EB\n"
"help.text"
msgid "<emph>firstWeekOfYear</emph> - An optional parameter that specifies the starting week of a year."
msgid "<emph>firstweekofyear</emph>: An optional parameter that specifies the starting week of a year."
msgstr ""
#. KGncd
#. e3gQd
#: 03030120.xhp
msgctxt ""
"03030120.xhp\n"
"par_idN106FB\n"
"help.text"
msgid "firstWeekOfYear value"
msgid "firstweekofyear value"
msgstr ""
#. zAFFS
@@ -16416,14 +16533,14 @@ msgctxt ""
msgid "<bookmark_value>Basic constants</bookmark_value>"
msgstr "<bookmark_value>Σταθερές Basic</bookmark_value>"
#. NMCZ2
#. ev3DS
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
"hd_id051620171022255424\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link>"
msgstr "<link href=\"text/sbasic/shared/03040000.xhp\">Σταθερές Basic</link>"
msgid "<variable id=\"basicconstantsh1\"><link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link></variable>"
msgstr ""
#. K6sdH
#: 03040000.xhp
@@ -26496,14 +26613,14 @@ msgctxt ""
msgid "<bookmark_value>Dim statement</bookmark_value> <bookmark_value>arrays; dimensioning</bookmark_value> <bookmark_value>dimensioning arrays</bookmark_value>"
msgstr "<bookmark_value>Δήλωση Dim</bookmark_value> <bookmark_value>πίνακες; διαστασιοδότηση</bookmark_value> <bookmark_value>πίνακες διαστασιοδότησης</bookmark_value>"
#. 4Usmk
#. HnQSe
#: 03102100.xhp
msgctxt ""
"03102100.xhp\n"
"hd_id3149812\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link>"
msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Πρόταση Dim\">Πρόταση Dim</link>"
msgid "<variable id=\"Dimh1\"><link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link></variable>"
msgstr ""
#. 9gRSS
#: 03102100.xhp
@@ -30987,50 +31104,50 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">Format Function</link>"
msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Συνάρτηση Format\">Συνάρτηση Format</link>"
#. ZAitp
#. AfW2N
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3156042\n"
"help.text"
msgid "Converts a number to a string, and then formats it according to the format that you specify."
msgstr "Μετατρέπει έναν αριθμό σε συμβολοσειρά και τον μορφοποιεί ανάλογα με τον κωδικό μορφοποίησης."
msgid "Converts a numeric expression to a string, and then formats it according to the format that you specify."
msgstr ""
#. wp4Ae
#. arnAa
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153527\n"
"help.text"
msgid "Format (Number [, Format As String])"
msgstr "Format (Number [, Format As String])"
msgid "Format(expression [, format As String]) As String"
msgstr ""
#. gddga
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3148474\n"
"help.text"
msgid "String"
msgstr "Συμβολοσειρά"
#. 6Dyxg
#. v2BdG
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3149415\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
msgstr "<emph>Number:</emph> Αριθμητική παράσταση που πρόκειται να μετατραπεί σε μια μορφοποιημένη συμβολοσειρά."
msgid "<emph>expression</emph>: Numeric expression that you want to convert to a formatted string."
msgstr ""
#. G3TNy
#. p5nFg
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3147531\n"
"help.text"
msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
msgstr "<emph>Format:</emph> Συμβολοσειρά που καθορίζει τον κώδικα μορφοποίησης για έναν αριθμό. Αν παραληφθεί η παράμετρος <emph>Format</emph> , τότε η συνάρτηση Format λειτουργεί όπως η συνάρτηση <emph>Str</emph>."
msgid "<emph>format</emph>: String that specifies the format code for the number. If <literal>format</literal> is omitted, the Format function works like the %PRODUCTNAME Basic <literal>Str()</literal> function."
msgstr ""
#. Mh6xN
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3148474\n"
"help.text"
msgid "Text string."
msgstr ""
#. 8DmPW
#: 03120301.xhp
@@ -31041,59 +31158,59 @@ msgctxt ""
msgid "Formatting Codes"
msgstr "Κώδικες μορφοποίησης"
#. j9pBf
#. 4TDkj
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3147265\n"
"help.text"
msgid "The following list describes the codes that you can use for formatting a number:"
msgstr "Η ακόλουθη λίστα παρουσιάζει τους κώδικες που μπορείτε να χρησιμοποιήσετε για τη μορφοποίηση ενός αριθμού:"
msgid "The following list describes the codes that you can use for formatting a numeric expression:"
msgstr ""
#. AA4AR
#. LJGi5
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153380\n"
"help.text"
msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
msgstr "<emph>0:</emph> Αν η <emph>Number</emph> έχει κάποιο ψηφίο στη θέση του 0 στον κώδικα μορφής, το ψηφίο δεν εμφανίζεται. Αλλιώς εμφανίζεται ένα μηδενικό."
msgid "<emph>0:</emph> If <literal>expression</literal> has a digit at the position of the 0 in the <literal>format</literal> code, the digit is displayed, otherwise a zero is displayed."
msgstr ""
#. 6hoDN
#. MRyQ7
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3151210\n"
"help.text"
msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
msgstr "Αν η έκφραση <emph>Number</emph> έχει λιγότερα ψηφία από το πλήθος των μηδενικών στον κώδικα μορφής (και στις δύο πλευρές της υποδιαστολής) εμφανίζονται τα μηδενικά που έπονται ή προηγούνται. Αν ο αριθμός διαθέτει περισσότερα ψηφία στα αριστερά της υποδιαστολής από το πλήθος των μηδενικών στον κώδικα μορφής, θα εμφανιστούν τα επιπλέον ψηφία χωρίς τροποποίηση."
msgid "If <literal>expression</literal> has fewer digits than the number of zeros in the <literal>format</literal> code, (on either side of the decimal), leading or trailing zeros are displayed. If the <literal>expression</literal> has more digits to the left of the decimal separator than the amount of zeros in the <literal>format</literal> code, the additional digits are displayed without formatting."
msgstr ""
#. EDBbq
#. bYkcA
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3151176\n"
"help.text"
msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
msgstr "Τα δεκαδικά ψηφία του αριθμού στρογγυλοποιούνται στο πλήθος των μηδενικών στον κώδικα <emph>Format</emph> που ακολουθεί την υποδιαστολή."
msgid "Decimal places in the <literal>expression</literal> are rounded according to the number of zeros that appear after the decimal separator in the <literal>format</literal> code."
msgstr ""
#. ucKaQ
#. Cypxj
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3154123\n"
"help.text"
msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
msgstr "<emph>#:</emph> Αν η έκφραση <emph>Number</emph> περιέχει κάποιο ψηφίο στη θέση του συμβόλου κράτησης θέσης # στον κώδικα <emph>Format</emph>, τότε εμφανίζεται το ψηφίο, αλλιώς δεν εμφανίζεται τίποτα σε αυτή τη θέση."
msgid "<emph>#:</emph> If <literal>expression</literal> contains a digit at the position of the # placeholder in the <literal>format</literal> code, the digit is displayed, otherwise nothing is displayed at this position."
msgstr ""
#. EKGPx
#. Mst5g
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3148452\n"
"help.text"
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
msgstr "Αυτό το σύμβολο λειτουργεί όπως το 0, με εξαίρεση το γεγονός ότι τα αρχικά ή τελικά μηδενικά δεν εμφανίζονται αν υπάρχουν στον κώδικα μορφής περισσότεροι χαρακτήρες # από τα ψηφία στον αριθμό. Εμφανίζονται μόνο τα σχετικά ψηφία του αριθμού."
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the <literal>format</literal> code than digits in the <literal>expression</literal>. Only the relevant digits of the <literal>expression</literal> are displayed."
msgstr ""
#. Cnq7B
#: 03120301.xhp
@@ -31104,32 +31221,32 @@ msgctxt ""
msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
msgstr "<emph>.:</emph> Το δεκαδικό σύμβολο κράτησης θέσης καθορίζει το πλήθος των δεκαδικών ψηφίων δεξιά και αριστερά της υποδιαστολής."
#. tWDUe
#. ehB5x
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3159252\n"
"help.text"
msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
msgstr "Αν ο κώδικας μορφής περιέχει μόνο σύμβολα κράτησης θέσης # στα αριστερά αυτού του συμβόλου, οι αριθμοί που είναι μικρότεροι από 1 αρχίζουν με υποδιαστολή. Για να εμφανίζεται πάντα ένα μηδενικό μπροστά από τους κλασματικούς αριθμούς, χρησιμοποιείστε το 0 ως σύμβολο κράτησης θέσης για το πρώτο ψηφίο στα αριστερά της υποδιαστολής."
msgid "If the <literal>format</literal> code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
msgstr ""
#. L7ry6
#. yMgJz
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153368\n"
"help.text"
msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
msgstr "<emph>%:</emph> Ο αριθμός πολλαπλασιάζεται επί 100. Το ποσοστιαίο σύμβολο (%) τοποθετείται στη θέση όπου εμφανίζεται στον κώδικα μορφής."
msgid "<emph>%:</emph> Multiplies the <literal>expression</literal>by 100 and inserts the percent sign (%) where the <literal>expression</literal> appears in the <literal>format</literal> code."
msgstr ""
#. 5A2Kp
#. prkKA
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3149481\n"
"help.text"
msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
msgstr "<emph>E- E+ e- e+ :</emph> Αν ο κώδικας μορφής περιέχει τουλάχιστον ένα σύμβολο κράτησης θέσης ψηφίου (0 ή #) στα δεξιά του συμβόλου E-, E+, e-, ή e+, ο αριθμός μορφοποιείται στην επιστημονική ή εκθετική μορφή. Το γράμμα E ή e εισάγεται μεταξύ του αριθμού και του εκθέτη. Το πλήθος των συμβόλων κράτησης θέσης για ψηφία στα δεξιά του συμβόλου καθορίζει τον αριθμό των ψηφίων στον εκθέτη."
msgid "<emph>E- E+ e- e+ :</emph> If the <literal>format</literal> code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the <literal>expression</literal> is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
msgstr ""
#. jhCb5
#: 03120301.xhp
@@ -31140,14 +31257,14 @@ msgctxt ""
msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
msgstr "Αν ο εκθέτης είναι αρνητικός, εμφανίζεται ένα αρνητικό πρόσημο μπροστά από έναν εκθέτη με E-, E+, e-, e+. Αν ο εκθέτης είναι θετικός, τότε εμφανίζεται θετικό πρόσημο μόνο μπροστά από εκθέτες με E+ ή e+."
#. shj6y
#. WTvZT
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3148617\n"
"help.text"
msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
msgstr "Ο οριοθέτης των χιλιάδων εμφανίζεται στον κώδικα μορφής αν ο κώδικας μορφής περιέχει το σύμβολο κράτησης θέσης εντός συμβόλων κράτησης θέσης ψηφίων (0 ή #)."
msgid "The thousands delimiter is displayed if the <literal>format</literal> code contains the delimiter enclosed by digit placeholders (0 or #)."
msgstr ""
#. A8QmE
#: 03120301.xhp
@@ -31158,14 +31275,14 @@ msgctxt ""
msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
msgstr "Η χρήση της τελείας ως διαχωριστικού χιλιάδων και υποδιαστολής εξαρτάται από τις τοπικές ρυθμίσεις του συστήματός σας. Όταν εισάγετε έναν αριθμό άμεσα στο πηγαίο κώδικα της Basic, χρησιμοποιείτε πάντα μια τελεία ως υποδιαστολή. Ο χαρακτήρας που εμφανίζεται στην πραγματικότητα ως υποδιαστολή εξαρτάται από την μορφή του αριθμού στις τοπικές σας ρυθμίσεις. Τα παραδείγματα που παρουσιάζονται εδώ υποθέτουν ότι οι τοπικές ρυθμίσεις είναι US (Η.Π.Α.)."
#. 5EMgE
#. sxDcc
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3152887\n"
"help.text"
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
msgstr "<emph>- + $ ( ) space:</emph> Το συν (+), το μείον (-), το δολάριο ($), το διάστημα, ή τα τετραγωνικά άγκιστρα που εισάγονται άμεσα στον κώδικα μορφοποίησης εμφανίζονται ως κυριολεκτικοί χαρακτήρες."
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the <literal>format</literal> code is displayed as a literal character."
msgstr ""
#. PyKZq
#: 03120301.xhp
@@ -31176,23 +31293,23 @@ msgctxt ""
msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
msgstr "Για την εμφάνιση χαρακτήρων που δεν αναφέρονται σε αυτή τη λίστα, θα πρέπει να προηγείται του χαρακτήρα μια ανάστροφη κάθετος (\\), ή να περικλείεται σε αγγλικά εισαγωγικά (\" \")."
#. 2VEmR
#. SqAeG
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153139\n"
"help.text"
msgid "\\ : The backslash displays the next character in the format code."
msgstr "\\ : Η ανάστροφη κάθετος εμφανίζει τον επόμενο χαρακτήρα στον κώδικα μορφής."
msgid "<emph>\\ :</emph> The backslash displays the next character in the <literal>format</literal> code."
msgstr ""
#. UFfdk
#. CBbYy
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153366\n"
"help.text"
msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
msgstr "Οι χαρακτήρες στον κώδικα μορφοποίησης που έχουν ιδιαίτερη σημασία μπορούν να εμφανιστούν μόνο ως χαρακτήρες κειμένου αν προηγείται ανάστροφη κάθετος. Η ίδια η ανάστροφη κάθετος δεν εμφανίζεται, εκτός και αν εισαγάγετε διπλή ανάστροφη κάθετο (\\\\) στον κώδικα μορφής."
msgid "Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
msgstr ""
#. L4LbT
#: 03120301.xhp
@@ -31203,23 +31320,23 @@ msgctxt ""
msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
msgstr "Οι χαρακτήρες μπροστά από τους οποίους θα πρέπει να υπάρχει μια ανάστροφη κάθετος στον κώδικα μορφής ώστε να εμφανίζονται ως ρητοί χαρακτήρες είναι οι χαρακτήρες ημερομηνίας και χρόνου (a, c, d, h, m, n, p, q, s, t, w, y, /, :), οι χαρακτήρες αριθμητικής μορφοποίησης (#, 0, %, E, e, κόμμα, τελεία) και οι χαρακτήρες μορφοποίησης συμβολοσειράς (@, &, <, >, !)."
#. NN8eT
#. BCQqy
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3145749\n"
"help.text"
msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
msgstr "Μπορούν επίσης να χρησιμοποιηθούν οι ακόλουθες προκαθορισμένες μορφές αριθμών. Με εξαίρεση την μορφή \"General Number\", όλοι οι κώδικες μορφής επιστρέφουν τον αριθμό ως δεκαδικό με δύο δεκαδικά ψηφία."
msgid "You can also use the following predefined number formats. Except for <literal>\"General Number\"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places."
msgstr ""
#. fkPvC
#. MDb3h
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3150113\n"
"help.text"
msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
msgstr "Αν χρησιμοποιείτε προκαθορισμένες μορφές, το όνομα της μορφής θα πρέπει να περικλείεται σε αγγλικά εισαγωγικά."
msgid "If you use predefined formats, the name of the <literal>format</literal> must be enclosed in quotation marks."
msgstr ""
#. GT9Rs
#: 03120301.xhp
@@ -31284,14 +31401,14 @@ msgctxt ""
msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
msgstr "<emph>Scientific:</emph> Εμφανίζει αριθμούς σε εκθετική μορφή (π.χ. 1,00E+03 για 1000)."
#. cMtWm
#. AAj9K
#: 03120301.xhp
msgctxt ""
"03120301.xhp\n"
"par_id3153707\n"
"help.text"
msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
msgstr "Ένας κώδικας μορφοποίησης μπορεί να χωριστεί σε τρία μέρη που διαχωρίζονται από ερωτηματικό. Το πρώτο μέρος καθορίζει την μορφή για θετικές τιμές, το δεύτερο μέρος για αρνητικές τιμές και το τρίτο για το μηδέν. Αν έχει δοθεί μόνο ένας κώδικας μορφής, ισχύει για όλους τους αριθμούς."
msgid "A <literal>format</literal> code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one <literal>format</literal> code, it applies to all numbers."
msgstr ""
#. ZsNPC
#: 03120301.xhp

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:02+0200\n"
"PO-Revision-Date: 2021-04-24 07:37+0000\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-05-05 13:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/el/>\n"
"Language: el\n"
@@ -5127,7 +5127,7 @@ msgctxt ""
"bm_id3150882\n"
"help.text"
msgid "<bookmark_value>DCOUNT function</bookmark_value><bookmark_value>counting rows;with numeric values</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DCOUNT</bookmark_value><bookmark_value>μέτρηση γραμμών;με αριθμητικές τιμές</bookmark_value>"
#. DLGGD
#: 04060101.xhp
@@ -5190,7 +5190,7 @@ msgctxt ""
"bm_id3156123\n"
"help.text"
msgid "<bookmark_value>DCOUNTA function</bookmark_value><bookmark_value>records;counting in Calc databases</bookmark_value><bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DCOUNTA</bookmark_value><bookmark_value>εγγραφές;μέτρηση σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>μέτρηση γραμμών;με αριθμητικές ή αλφαριθμητικές τιμές</bookmark_value>"
#. aJdyL
#: 04060101.xhp
@@ -5253,7 +5253,7 @@ msgctxt ""
"bm_id3147256\n"
"help.text"
msgid "<bookmark_value>DGET function</bookmark_value><bookmark_value>cell contents;searching in Calc databases</bookmark_value><bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DGET</bookmark_value><bookmark_value>περιεχόμενα κελιών;αναζήτηση σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>αναζήτηση;περιεχόμενα κελιού σε βάσεις δεδομένων Calc</bookmark_value>"
#. wj7ck
#: 04060101.xhp
@@ -5325,7 +5325,7 @@ msgctxt ""
"bm_id3149766\n"
"help.text"
msgid "<bookmark_value>DMAX function</bookmark_value><bookmark_value>maximum values in Calc databases</bookmark_value><bookmark_value>searching;maximum values in columns</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DMAX</bookmark_value><bookmark_value>μέγιστες τιμές σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>αναζήτηση;μέγιστες τιμές σε στήλες</bookmark_value>"
#. MDBf2
#: 04060101.xhp
@@ -5388,7 +5388,7 @@ msgctxt ""
"bm_id3159141\n"
"help.text"
msgid "<bookmark_value>DMIN function</bookmark_value><bookmark_value>minimum values in Calc databases</bookmark_value><bookmark_value>searching;minimum values in columns</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>DMIN function</bookmark_value><bookmark_value>ελάχιστες τιμές σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>αναζήτηση;ελάχιστες τιμές σε στήλες</bookmark_value>"
#. iGV4a
#: 04060101.xhp
@@ -5451,7 +5451,7 @@ msgctxt ""
"bm_id3154274\n"
"help.text"
msgid "<bookmark_value>DAVERAGE function</bookmark_value><bookmark_value>averages; in Calc databases</bookmark_value><bookmark_value>calculating;averages in Calc databases</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DAVERAGE</bookmark_value><bookmark_value>διάμεσες τιμές; σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>υπολογισμός;διάμεσες τιμές σε βάσεις δεδομένων Calc</bookmark_value>"
#. dQciw
#: 04060101.xhp
@@ -5514,7 +5514,7 @@ msgctxt ""
"bm_id3159269\n"
"help.text"
msgid "<bookmark_value>DPRODUCT function</bookmark_value><bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DPRODUCT</bookmark_value><bookmark_value>πολλαπλασιασμός;περιεχόμενα κελιού σε βάσεις δεδομένων Calc</bookmark_value>"
#. gvW9Q
#: 04060101.xhp
@@ -5577,7 +5577,7 @@ msgctxt ""
"bm_id3148462\n"
"help.text"
msgid "<bookmark_value>DSTDEV function</bookmark_value><bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DSTDEV</bookmark_value><bookmark_value>τυπικές αποκλίσεις σε βάσεις δεδομένων;με βάση δείγμα</bookmark_value>"
#. EvGNP
#: 04060101.xhp
@@ -5649,7 +5649,7 @@ msgctxt ""
"bm_id3150429\n"
"help.text"
msgid "<bookmark_value>DSTDEVP function</bookmark_value><bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DSTDEVP</bookmark_value><bookmark_value>τυπικές αποκλίσεις σε βάσεις δεδομένων;με βάση τους πληθυσμούς</bookmark_value>"
#. FpESx
#: 04060101.xhp
@@ -5712,7 +5712,7 @@ msgctxt ""
"bm_id3154794\n"
"help.text"
msgid "<bookmark_value>DSUM function</bookmark_value><bookmark_value>calculating;sums in Calc databases</bookmark_value><bookmark_value>sums;cells in Calc databases</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>DSUM function</bookmark_value><bookmark_value>υπολογισμός;αθροίσματα σε βάσεις δεδομένων Calc</bookmark_value><bookmark_value>αθροίσματα;κελιά σε βάσεις δεδομένων Calc</bookmark_value>"
#. ybMg9
#: 04060101.xhp
@@ -5775,7 +5775,7 @@ msgctxt ""
"bm_id3155614\n"
"help.text"
msgid "<bookmark_value>DVAR function</bookmark_value><bookmark_value>variances;based on samples</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DVAR</bookmark_value><bookmark_value>αποκλίσεις;με βάση δείγματα</bookmark_value>"
#. G6ZBW
#: 04060101.xhp
@@ -5847,7 +5847,7 @@ msgctxt ""
"bm_id3153880\n"
"help.text"
msgid "<bookmark_value>DVARP function</bookmark_value><bookmark_value>variances;based on populations</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση DVARP</bookmark_value><bookmark_value>αποκλίσεις;με βάση πληθυσμούς</bookmark_value>"
#. XpcPC
#: 04060101.xhp
@@ -18735,7 +18735,7 @@ msgctxt ""
"par_id3149984\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <emph>Index</emph>. If the <emph>Sorted</emph> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <emph>Lookup</emph> is not found, the last value that is smaller than the criterion will be returned. If <emph>Sorted</emph> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
msgstr ""
msgstr "<ahelp hid=\"HID_FUNC_SVERWEIS\">Κάθετη αναζήτηση με αναφορά σε γειτονικά κελιά στα δεξιά.</ahelp> Αυτή η συνάρτηση ελέγχει εάν περιέχεται μια συγκεκριμένη τιμή στην πρώτη στήλη ενός πίνακα. Η συνάρτηση επιστρέφει τότε την τιμή στην ίδια γραμμή της στήλης ονοματισμένης με <emph>Δείκτη</emph>. Εάν παραληφθεί η παράμετρος <emph>Ταξινομημένη</emph> ή οριστεί σε TRUE ή ένα, θεωρείται ότι τα δεδομένα είναι ταξινομημένα σε αύξουσα σειρά. Σε αυτήν την περίπτωση, εάν δεν βρεθεί η ακριβής <emph>Αναζήτηση</emph>, θα επιστραφεί η τελευταία τιμή που είναι μικρότερη από το κριτήριο. Εάν το <emph>Ταξινομημένη</emph> οριστεί σε FALSE ή μηδέν, πρέπει να βρεθεί μια ακριβής συμφωνία, αλλιώς θα εμφανιστεί το σφάλμα <emph>Error: Value Not Available</emph>. Συνεπώς με τιμή μηδέν τα δεδομένα δεν χρειάζεται να ταξινομηθούν σε αύξουσα σειρά."
#. j8RoY
#: 04060109.xhp
@@ -18744,7 +18744,7 @@ msgctxt ""
"par_id3150156\n"
"help.text"
msgid "=VLOOKUP(Lookup; Array; Index [; SortedRangeLookup])"
msgstr ""
msgstr "=VLOOKUP(Αναζήτηση; Πίνακας; Δείκτης [; ΤαξινομημένηΠεριοχήΑναζήτησης])"
#. LDrCq
#: 04060109.xhp
@@ -18753,7 +18753,7 @@ msgctxt ""
"par_id3149289\n"
"help.text"
msgid "<emph>Lookup</emph> is the value of any type looked for in the first column of the array."
msgstr ""
msgstr "<emph>Αναζήτηση</emph> είναι η τιμή οποιουδήποτε τύπου που εμφανίζεται στην πρώτη στήλη του πίνακα."
#. WFj5E
#: 04060109.xhp
@@ -18780,7 +18780,7 @@ msgctxt ""
"par_id3151208\n"
"help.text"
msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than <emph>Lookup</emph>. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>."
msgstr ""
msgstr "<emph>ΑναζήτησηΤαξινομημένηςΠεριοχής</emph> είναι μια προαιρετική παράμετρος που δείχνει εάν η πρώτη στήλη στον πίνακα περιέχει όρια περιοχής αντί για απλές περιοχές. Με αυτόν τον τρόπο, η αναζήτηση επιστρέφει την τιμή στη γραμμή με την πρώτη στήλη που έχει τιμή ίση ή μικρότερη από την <emph>Αναζήτηση</emph>. Π.χ., θα μπορούσε να περιέχει ημερομηνίες, όταν κάποια τιμή φόρου αλλάχτηκε και έτσι οι τιμές αναπαριστούν εναρκτήριες ημερομηνίες μιας περιόδου όταν μια ειδική τιμή φόρου ήταν ενεργή. Συνεπώς, η αναζήτηση ημερομηνίας που απουσιάζει από την πρώτη στήλη του πίνακα, αλλά πέφτει μεταξύ υφιστάμενων οριακών ημερομηνιών, μπορεί να δώσει την μικρότερη από αυτές, επιτρέποντας την εύρεση των δεδομένων που είναι ενεργά στην ημερομηνία αναζήτησης. Εισάγετε την τιμή Μπουλ FALSE ή μηδέν εάν η πρώτη στήλη δεν είναι περιοχή καταλόγου ορίου. Όταν αυτή η παράμετρος είναι TRUE ή δεν δίνεται, η πρώτη στήλη στον πίνακα <emph>πρέπει να ταξινομηθεί με αύξουσα σειρά</emph>. Οι ταξινομημένες στήλες μπορούν να εξεταστούν πολύ πιο γρήγορα και η συνάρτηση επιστρέφει πάντα μια τιμή, ακόμα κι αν η τιμή αναζήτησης δεν συμφώνησε ακριβώς, εάν είναι μεγαλύτερη από την ελάχιστη τιμή του ταξινομημένου καταλόγου. Σε αταξινόμητους καταλόγους, η τιμή αναζήτησης πρέπει να συμφωνεί ακριβώς. Αλλιώς η συνάρτηση θα επιστρέψει #Δ/Υ με μήνυμα <emph>Σφάλμα: μη διαθέσιμη τιμή</emph>."
#. fJQRf
#: 04060109.xhp
@@ -18969,7 +18969,7 @@ msgctxt ""
"par_id3159152\n"
"help.text"
msgid "MATCH(Search; LookupArray [; Type])"
msgstr ""
msgstr "MATCH(Αναζήτηση; ΠίνακαςΑναζήτησης [; Τύπος])"
#. KZU4F
#: 04060109.xhp
@@ -18978,7 +18978,7 @@ msgctxt ""
"par_id3149336\n"
"help.text"
msgid "<emph>Search</emph> is the value which is to be searched for in the single-row or single-column array."
msgstr ""
msgstr "<emph>Αναζήτηση</emph> είναι η τιμή που αναζητείται στην μοναδική γραμμή ή στήλη."
#. 9j4xw
#: 04060109.xhp
@@ -19230,7 +19230,7 @@ msgctxt ""
"par_id3154104\n"
"help.text"
msgid "LOOKUP(Lookup; SearchVector [; ResultVector])"
msgstr ""
msgstr "LOOKUP(Αναζήτηση; ΆνυσμαΑναζήτησης [; ΆνυσμαΑποτελέσματος])"
#. yGLLE
#: 04060109.xhp
@@ -19239,7 +19239,7 @@ msgctxt ""
"par_id3150646\n"
"help.text"
msgid "<emph>Lookup</emph> is the value of any type to be looked for; entered either directly or as a reference."
msgstr ""
msgstr "<emph>Αναζήτηση</emph> είναι η τιμή οποιουδήποτε τύπου που αναζητείται· εισάγεται είτε άμεσα, είτε ως αναφορά."
#. tFDBC
#: 04060109.xhp
@@ -19464,7 +19464,7 @@ msgctxt ""
"par_id3146070\n"
"help.text"
msgid "HLOOKUP(Lookup; Array; Index [; SortedRangeLookup])"
msgstr ""
msgstr "HLOOKUP(Αναζήτηση; πίνακας; Δείκτης [; ΑναζήτησηΤαξινομημένηςΠεριοχής])"
#. nhwwF
#: 04060109.xhp
@@ -24891,7 +24891,7 @@ msgctxt ""
"bm_id3153074\n"
"help.text"
msgid "<bookmark_value>Bessel functions</bookmark_value> <bookmark_value>BESSELI function</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συναρτήσεις Μπέσελ</bookmark_value> <bookmark_value>Συνάρτηση BESSELI</bookmark_value>"
#. YpfCj
#: 04060115.xhp
@@ -24972,7 +24972,7 @@ msgctxt ""
"bm_id161618267677640\n"
"help.text"
msgid "<bookmark_value>BESSELJ function</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση BESSELJ</bookmark_value>"
#. Cccmx
#: 04060115.xhp
@@ -25053,7 +25053,7 @@ msgctxt ""
"bm_id151618267791726\n"
"help.text"
msgid "<bookmark_value>BESSELK function</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση BESSELK</bookmark_value>"
#. jb2FF
#: 04060115.xhp
@@ -25134,7 +25134,7 @@ msgctxt ""
"bm_id201618267836525\n"
"help.text"
msgid "<bookmark_value>BESSELY function</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Συνάρτηση BESSELY</bookmark_value>"
#. 9PCdq
#: 04060115.xhp
@@ -32946,7 +32946,7 @@ msgctxt ""
"par_id3164967\n"
"help.text"
msgid "COUNTIF(Range; Criterion)"
msgstr ""
msgstr "COUNTIF(Περιοχή; Κριτήριο)"
#. sxGvB
#: 04060181.xhp
@@ -47931,7 +47931,7 @@ msgctxt ""
"bm_id141619439455954\n"
"help.text"
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>εισαγωγή γραμμών;προστατευμένο φύλλο</bookmark_value><bookmark_value>εισαγωγή στηλών;προστατευμένο φύλλο</bookmark_value><bookmark_value>διαγραφή στηλών;προστατευμένο φύλλο</bookmark_value><bookmark_value>διαγραφή γραμμών;προστατευμένο φύλλο</bookmark_value><bookmark_value>προστατευμένο φύλλο;εισαγωγή στηλών</bookmark_value><bookmark_value>προστατευμένο φύλλο;εισαγωγή γραμμών</bookmark_value><bookmark_value>προστατευμένο φύλλο;διαγραφή γραμμών</bookmark_value><bookmark_value>προστατευμένο φύλλο;διαγραφή στηλών</bookmark_value><bookmark_value>προστασία;φύλλο</bookmark_value><bookmark_value>επιλογή;σε προστατευμένα κελιά</bookmark_value>"
#. ZFcP8
#: 06060100.xhp
@@ -47940,7 +47940,7 @@ msgctxt ""
"hd_id3153087\n"
"help.text"
msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\" name=\"Protecting Sheet\">Protecting Sheet</link></variable>"
msgstr ""
msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\" name=\"Protecting Sheet\">Προστασία φύλλου</link></variable>"
#. LcpD8
#: 06060100.xhp
@@ -47949,7 +47949,7 @@ msgctxt ""
"par_id3148664\n"
"help.text"
msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable>"
msgstr ""
msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Προστατεύει τα κελιά στο τρέχον φύλλο από τροποποίηση.</ahelp></variable>"
#. YZ3HB
#: 06060100.xhp
@@ -47958,7 +47958,7 @@ msgctxt ""
"par_id701619429750616\n"
"help.text"
msgid "Choose <emph>Tools - Protect Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password, and select the elements of the sheet to protect."
msgstr ""
msgstr "Επιλέξτε <emph>Εργαλεία - Προστασία φύλλου</emph> για να ανοίξετε τον διάλογο <emph>Προστασία φύλλου</emph> στον οποίο καθορίζετε τότε την προστασία του φύλλου με ή χωρίς κωδικό και επιλέξτε τα στοιχεία του φύλλου για προστασία."
#. vFHpY
#: 06060100.xhp
@@ -47976,7 +47976,7 @@ msgctxt ""
"hd_id901619431276995\n"
"help.text"
msgid "Protect this sheet and contents of the protected cells"
msgstr ""
msgstr "Προστασία αυτού του φύλλου και των περιεχομένων των προστατευμένων κελιών"
#. G5UKV
#: 06060100.xhp
@@ -47985,7 +47985,7 @@ msgctxt ""
"par_id381619431285815\n"
"help.text"
msgid "Mark this checkbox to activate protection of sheet and cell contents."
msgstr ""
msgstr "Σημειώστε αυτό το πλαίσιο ελέγχου για να ενεργοποιήσετε την προστασία του φύλλου και των περιεχομένων του κελιού."
#. SFevC
#: 06060100.xhp
@@ -47994,7 +47994,7 @@ msgctxt ""
"hd_id31619431291108\n"
"help.text"
msgid "Password / Confirm"
msgstr ""
msgstr "Κωδικός πρόσβασης / Επιβεβαίωση"
#. AaZQG
#: 06060100.xhp
@@ -48003,7 +48003,7 @@ msgctxt ""
"par_id851619431300487\n"
"help.text"
msgid "Allows you to enter a password to protect the sheet from unauthorized changes. Confirm the password entered in the first box."
msgstr ""
msgstr "Σας επιτρέπει να εισάγετε έναν κωδικό πρόσβασης για να προστατέψετε το φίλο από αλλαγές χωρίς εξουσιοδότηση. Επιβεβαιώστε τον εισαγόμενο κωδικό πρόσβασης στο πρώτο πλαίσιο."
#. WX7Gh
#: 06060100.xhp
@@ -48012,7 +48012,7 @@ msgctxt ""
"hd_id711619431316966\n"
"help.text"
msgid "Allow users of this sheet to"
msgstr ""
msgstr "Να επιτρέπεται στους χρήστες αυτού του φύλλου να"
#. skcWB
#: 06060100.xhp
@@ -48021,7 +48021,7 @@ msgctxt ""
"par_id41619431361278\n"
"help.text"
msgid "Select the elements to protect from user actions:"
msgstr ""
msgstr "Επιλέξτε τα στοιχεία που θα προστατεύσετε από τις ενέργειες του χρήστη:"
#. 9Mc4m
#: 06060100.xhp
@@ -48030,7 +48030,7 @@ msgctxt ""
"par_id661619430257262\n"
"help.text"
msgid "<emph>Select protected cells</emph>: mark this checkbox to allow you to select protected cells. When the checkbox is unmarked, you cannot select protected cells, the cursor cannot enter in a protected range."
msgstr ""
msgstr "<emph>Επιλογή προστατευμένων κελιών</emph>: σημειώστε αυτό το πλαίσιο ελέγχου για να σας επιτραπεί να επιλέξετε τα προστατευμένα κελιά. Όταν το πλαίσιο ελέγχου είναι ασημείωτο, δεν μπορείτε να επιλέξετε τα προστατευμένα κελιά, ο δρομέας δεν μπορεί να εισέλθει σε μια προστατευμένη περιοχή."
#. UqBRQ
#: 06060100.xhp
@@ -48039,7 +48039,7 @@ msgctxt ""
"par_id921619430295947\n"
"help.text"
msgid "<emph>Select unprotected cells</emph>: mark this checkbox to allow user to select unprotected cells. When the checkbox is unmarked, user cannot select unprotected cells, the cursor cannot enter in a unprotected cell or range."
msgstr ""
msgstr "<emph>Επιλογή απροστάτευτων κελιών</emph>: σημειώστε αυτό το πλαίσιο ελέγχου για να επιτρέψετε στον χρήστη να επιλέξει τα απροστάτευτα κελιά. Όταν το πλαίσιο ελέγχου είναι ασημείωτο, ο χρήστης δεν μπορεί να επιλέξει τα απροστάτευτα κελιά, ο δρομέας δεν μπορεί να εισέλθει σε απροστάτευτο κελί ή περιοχή κελιών."
#. R6DuD
#: 06060100.xhp
@@ -48048,7 +48048,7 @@ msgctxt ""
"par_id101619430333784\n"
"help.text"
msgid "<emph>Insert columns</emph>: Allow column insertions even when the sheet is protected. Note that when column insertions is enabled, you can insert columns even when the range to insert the new columns into contains protected cells which will get shifted after the insertion. Cells of the newly inserted columns inherit the Protection property of the range it belongs: when the new cell is inside a protected range, the cell is protected, and when it is in an unprotected range, the cell is unprotected."
msgstr ""
msgstr "<emph>Εισαγωγή στηλών</emph>: Επιτρέπει τις εισαγωγές στήλης ακόμα κι όταν το φύλλο είναι προστατευμένο. Σημειώστε ότι όταν οι εισαγωγές στήλης είναι ενεργές, μπορείτε να εισάγετε στήλες ακόμα κι όταν η περιοχή εισαγωγής νέων στηλών περιέχει προστατευμένα κελιά που θα μετατοπιστούν μετά την εισαγωγή. Τα κελιά των νεοεισαγόμενων στηλών κληρονομούν την ιδιότητα προστασίας της περιοχής στην οποία ανήκουν: όταν το νέο κελί είναι μέσα σε προστατευμένη περιοχή, το κελί προστατεύεται και όταν είναι σε απροστάτευτη περιοχή, το κελί είναι απροστάτευτο."
#. 36hCi
#: 06060100.xhp
@@ -48057,7 +48057,7 @@ msgctxt ""
"par_id891619430338809\n"
"help.text"
msgid "<emph>Insert rows</emph>: Allow row insertions even when the sheet is protected. Note that when row insertions is enabled, you can insert rows even when the range to insert the new rows into contains protected cells which will get shifted after the insertion. Cells of the newly inserted rows inherit the Protection property of the range it belongs: when the new cell is inside a protected range it is protected, and when it is in an unprotected range, the cell is unprotected."
msgstr ""
msgstr "<emph>Εισαγωγή γραμμών</emph>: Επιτρέπει τις εισαγωγές γραμμής ακόμα κι όταν το φύλλο είναι προστατευμένο. Σημειώστε ότι όταν οι εισαγωγές γραμμής είναι ενεργές, μπορείτε να εισάγετε γραμμές ακόμα κι όταν η περιοχή εισαγωγής των νέων γραμμών περιέχει προστατευμένα κελιά που θα μετατοπιστούν μετά την εισαγωγή. Τα κελιά των νεοεισαγόμενων γραμμών κληρονομούν την ιδιότητα προστασίας της περιοχής στην οποία ανήκουν: όταν το νέο κελί είναι μέσα σε προστατευμένη περιοχή προστατεύεται και όταν είναι σε απροστάτευτη περιοχή, το κελί είναι απροστάτευτο."
#. hGXEq
#: 06060100.xhp
@@ -48066,7 +48066,7 @@ msgctxt ""
"par_id311619430374686\n"
"help.text"
msgid "<emph>Delete columns</emph>: Allow column deletions. Note that column deletions are only allowed on unprotected cells."
msgstr ""
msgstr "<emph>Διαγραφή στηλών</emph>: Επιτρέπει τις διαγραφές στηλών. Σημειώστε ότι οι διαγραφές στηλών επιτρέπονται μόνο σε απροστάτευτα κελιά."
#. ebwLU
#: 06060100.xhp
@@ -48075,7 +48075,7 @@ msgctxt ""
"par_id561619430376854\n"
"help.text"
msgid "<emph>Delete rows</emph>: Allow row deletions. Note that row deletions are only allowed on unprotected cells."
msgstr ""
msgstr "<emph>Διαγραφή γραμμών</emph>: Επιτρέπει τις διαγραφές γραμμών. Σημειώστε ότι οι διαγραφές γραμμών επιτρέπονται μόνο σε απροστάτευτα κελιά."
#. cE3Ff
#: 06060100.xhp
@@ -48120,7 +48120,7 @@ msgctxt ""
"par_id3149566\n"
"help.text"
msgid "To later change an unprotected area to a protected area:"
msgstr ""
msgstr "Για να αλλάξετε αργότερα μια απροστάτευτη περιοχή σε προστατευμένη:"
#. TzTnE
#: 06060100.xhp
@@ -48129,7 +48129,7 @@ msgctxt ""
"par_id101619439013221\n"
"help.text"
msgid "Select the range of cells that will be protected."
msgstr ""
msgstr "Επιλέξτε την περιοχή των κελιών που θα προστατευθεί."
#. Cc2Tb
#: 06060100.xhp
@@ -48138,7 +48138,7 @@ msgctxt ""
"par_id601619439028536\n"
"help.text"
msgid "On the <menuitem>Format - Cells - Cell Protection</menuitem> tab page, check the <emph>Protected</emph> box."
msgstr ""
msgstr "Στη σελίδα καρτέλας <menuitem>Μορφή - Κελιά - Προστασία κελιού</menuitem>, σημειώστε το πλαίσιο <emph>Προστατευμένο</emph>."
#. EeKFF
#: 06060100.xhp
@@ -48147,7 +48147,7 @@ msgctxt ""
"par_id641619439061892\n"
"help.text"
msgid "Choose the <menuitem>Tools - Protect Sheet</menuitem> menu. The previously editable range is now protected."
msgstr ""
msgstr "Επιλέξτε το μενού <menuitem>Εργαλεία - Προστασία φύλλου</menuitem>. Η προηγουμένως επεξεργασμένη περιοχή είναι τώρα προστατευμένη."
#. JaC9W
#: 06060100.xhp
@@ -48174,7 +48174,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "A protected sheet or cell range can no longer be modified until this protection is disabled, with the exceptions of the settings for columns and row of the <menuitem>Tools - Protect Sheet</menuitem> dialog. To disable the protection, choose the <menuitem>Tools - Protect Sheet</menuitem> command. If no password was set, the sheet protection is immediately disabled. If the sheet was password protected, the <emph>Remove Protection</emph> dialog opens, where you must enter the password."
msgstr ""
msgstr "Προστατευμένο φύλλο ή περιοχή κελιών δεν μπορεί να τροποποιηθεί πια μέχρι να απενεργοποιηθεί η προστασία, με τις εξαιρέσεις των ρυθμίσεων στηλών και γραμμών του διαλόγου <menuitem>Εργαλεία - Προστασία φύλλου</menuitem>. Για να απενεργοποιήσετε την προστασία, επιλέξτε την εντολή <menuitem>Εργαλεία - Προστασία φύλλου</menuitem>. Εάν δεν έχει οριστεί κωδικός πρόσβασης, η προστασία του φύλλου απενεργοποιείται αυτόματα. Εάν το φύλλο προστατευόταν με κωδικό πρόσβασης, ανοίγει ο διάλογος <emph>Αφαίρεση προστασίας</emph>, όπου πρέπει να εισάγετε τον κωδικό πρόσβασης."
#. scXrG
#: 06060100.xhp
@@ -54960,7 +54960,7 @@ msgctxt ""
"par_id961527953004850\n"
"help.text"
msgid "<variable id=\"args\">Func_Range; Range1; Criterion[; Range2; Criterion2][; … ; [Range127; Criterion127]]</variable>"
msgstr ""
msgstr "<variable id=\"args\">Περιοχή_Συναρτ; Περιοχή1; Κριτήριο[; Περιοχή2; Κριτήριο2][; … ; [Περιοχή127; Κριτήριο127]]</variable>"
#. d8gmy
#: ex_data_stat_func.xhp
@@ -54996,7 +54996,7 @@ msgctxt ""
"par_id621619279022341\n"
"help.text"
msgid "<emph>Criterion</emph>: A criterion is a single cell Reference, Number or Text. It is used in comparisons with cell contents."
msgstr ""
msgstr "<emph>Κριτήριο</emph>: Κριτήριο είναι μια μοναδική αναφορά κελιού, αριθμού, ή κειμένου. Χρησιμοποιείται σε συγκρίσεις με περιεχόμενα κελιού."
#. m9EAG
#: ex_data_stat_func.xhp
@@ -55005,7 +55005,7 @@ msgctxt ""
"par_id731619279029255\n"
"help.text"
msgid "A reference to an empty cell is interpreted as the numeric value 0."
msgstr ""
msgstr "Μια αναφορά σε κενό κελί ερμηνεύεται ως η αριθμητική τιμή 0."
#. iYNFV
#: ex_data_stat_func.xhp
@@ -55014,7 +55014,7 @@ msgctxt ""
"par_id31619279035359\n"
"help.text"
msgid "A matching expression can be:"
msgstr ""
msgstr "Μια σύμφωνη έκφραση μπορεί να είναι:"
#. fSoyL
#: ex_data_stat_func.xhp
@@ -55023,7 +55023,7 @@ msgctxt ""
"par_id171619279059462\n"
"help.text"
msgid "A Number or Logical value. A matching cell content equals the Number or Logical value."
msgstr ""
msgstr "Μια αριθμητική ή λογική τιμή. Ένα σύμφωνο περιεχόμενο κελιού ισούται με τον αριθμό ή τη λογική τιμή."
#. 7Hfq9
#: ex_data_stat_func.xhp
@@ -55032,7 +55032,7 @@ msgctxt ""
"par_id511619279076504\n"
"help.text"
msgid "A value beginning with a comparator (<, <=, =, >, >=, <>)."
msgstr ""
msgstr "Μια τιμή που ξεκινά με έναν συγκριτή (<, <=, =, >, >=, <>)."
#. YEjSD
#: ex_data_stat_func.xhp
@@ -55041,7 +55041,7 @@ msgctxt ""
"par_id11619279168512\n"
"help.text"
msgid "For =, if the value is empty it matches empty cells."
msgstr ""
msgstr "Για =, εάν η τιμή είναι κενή συμφωνεί με κενά κελιά."
#. 39AJR
#: ex_data_stat_func.xhp
@@ -55050,7 +55050,7 @@ msgctxt ""
"par_id161619279207350\n"
"help.text"
msgid "For <>, if the value is empty it matches non-empty cells."
msgstr ""
msgstr "Για <>, εάν η τιμή είναι κενή συμφωνεί με μη κενά κελιά."
#. 9xDer
#: ex_data_stat_func.xhp
@@ -55059,7 +55059,7 @@ msgctxt ""
"par_id271619279215695\n"
"help.text"
msgid "For <>, if the value is not empty it matches any cell content except the value, including empty cells."
msgstr ""
msgstr "Για <>, εάν η τιμή δεν είναι κενή, συμφωνεί με οποιοδήποτε περιεχόμενο κελιού εκτός από την τιμή, συμπεριλαμβανομένων των κενών κελιών."
#. y2EGU
#: ex_data_stat_func.xhp
@@ -55068,7 +55068,7 @@ msgctxt ""
"par_id861619279223855\n"
"help.text"
msgid "<emph>Note:</emph> \"=0\" does not match empty cells."
msgstr ""
msgstr "<emph>Σημείωση:</emph> \"=0\" δεν συμφωνεί με κενά κελιά."
#. 2nrnV
#: ex_data_stat_func.xhp
@@ -55104,7 +55104,7 @@ msgctxt ""
"par_id317001803813193\n"
"help.text"
msgid "<emph>Criterion2</emph> Optional. Criterion2 and all the following mean the same as Criterion."
msgstr ""
msgstr "<emph>Κριτήριο2</emph> Προαιρετικό. Κριτήριο2 και όλα τα παρακάτω σημαίνουν το ίδιο με το κριτήριο."
#. tzFDE
#: ex_data_stat_func.xhp
@@ -57552,7 +57552,7 @@ msgctxt ""
"hd_id456845684568\n"
"help.text"
msgid "<variable id=\"countifs_head\"><link href=\"text/scalc/01/func_countifs.xhp\">COUNTIFS</link></variable>"
msgstr ""
msgstr "<variable id=\"countifs_head\"><link href=\"text/scalc/01/func_countifs.xhp\">COUNTIFS</link></variable>"
#. pGTzr
#: func_countifs.xhp
@@ -57563,23 +57563,23 @@ msgctxt ""
msgid "<ahelp hid=\".\"><variable id=\"countifs_des\">Returns the count of cells that meet criteria in multiple ranges.</variable></ahelp>"
msgstr "<ahelp hid=\".\"><variable id=\"countifs_des\">Επιστρέφει τον αριθμό των κελιών που ικανοποιούν τα κριτήρια σε πολλαπλές περιοχές.</variable></ahelp>"
#. fyEW6
#. jbwVT
#: func_countifs.xhp
msgctxt ""
"func_countifs.xhp\n"
"par_id27421466710275\n"
"help.text"
msgid "COUNTIFS(Range1; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])"
msgid "COUNTIFS(Range; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])"
msgstr ""
#. 2BB8K
#. KTAXW
#: func_countifs.xhp
msgctxt ""
"func_countifs.xhp\n"
"par_id14734320631377\n"
"help.text"
msgid "<emph>Range1, Range2, ...</emph> and <emph>Criterion1, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument."
msgstr "<emph>Περιοχή1, Περιοχή2, ...</emph> και <emph>Κριτήριο1, Κριτήριο2, ...</emph> πρέπει να έχουν το ίδιο μέγεθος, αλλιώς η συνάρτηση επιστρέφει err:502 - Άκυρο όρισμα."
msgid "<emph>Range, Range2, ...</emph> and <emph>Criterion, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument."
msgstr ""
#. ZuFZj
#: func_countifs.xhp
@@ -63537,7 +63537,7 @@ msgctxt ""
"hd_id658866588665886\n"
"help.text"
msgid "<variable id=\"sumifs_head\"><link href=\"text/scalc/01/func_sumifs.xhp\">SUMIFS</link></variable>"
msgstr ""
msgstr "<variable id=\"sumifs_head\"><link href=\"text/scalc/01/func_sumifs.xhp\">SUMIFS</link></variable>"
#. ZEdvF
#: func_sumifs.xhp
@@ -64923,7 +64923,7 @@ msgctxt ""
"par_id3149792\n"
"help.text"
msgid "<item type=\"input\">=WEEKNUM(DATE(1995;1;1);2)</item> returns 1. Using System 1, the week containing January 1 is the first week of the year."
msgstr ""
msgstr "<item type=\"input\">=WEEKNUM(DATE(1995;1;1);2)</item> επιστρέφει 1. Χρησιμοποιώντας Σύστημα 1, η εβδομάδα που περιέχει την 1 Ιανουαρίου είναι η πρώτη εβδομάδα του έτους."
#. yBDGQ
#: func_weeknum.xhp

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:02+0200\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-04-27 15:09+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/el/>\n"
@@ -3507,14 +3507,14 @@ msgctxt ""
msgid "Format example"
msgstr "Παράδειγμα μορφής"
#. V3i6o
#. CrqiQ
#: 05010000.xhp
msgctxt ""
"05010000.xhp\n"
"par_id3155131\n"
"help.text"
msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays the format code to assign to the field value that you can select with the <emph>Format Field</emph> button.</ahelp>"
msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Εμφανίζει τον κώδικα μορφής που αποδίδεται στην τιμή πεδίου που μπορείτε να επιλέξετε με το πλήκτρο <emph>Μορφή πεδίου</emph>.</ahelp>"
msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays a sample of the format code of the field by applying it to the default value. Select the format code with the <emph>Format Field</emph> button.</ahelp>"
msgstr ""
#. A2jGQ
#: 05010000.xhp
@@ -4011,23 +4011,23 @@ msgctxt ""
msgid "The update and delete options are only available if they are supported by the database used."
msgstr "Η ενημέρωση και η διαγραφή επιλογών είναι διαθέσιμες μόνο εάν υποστηρίζονται από τη χρησιμοποιούμενη βάση δεδομένων."
#. BDC5P
#. gdhcZ
#: 05020100.xhp
msgctxt ""
"05020100.xhp\n"
"hd_id3155341\n"
"help.text"
msgid "Tables"
msgstr "Πίνακες"
msgid "Tables involved"
msgstr ""
#. BAGsd
#. P78bc
#: 05020100.xhp
msgctxt ""
"05020100.xhp\n"
"par_id3153880\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
msgstr "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">Εδώ εμφανίζονται οι δύο συσχετισμένοι πίνακες.</ahelp> Εάν δημιουργήσετε νέα σχέση, μπορείτε να επιλέξετε έναν πίνακα από καθένα από τα σύνθετα πλαίσια στο πάνω μέρος του διαλόγου."
msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog."
msgstr ""
#. 4UCC7
#: 05020100.xhp
@@ -5253,6 +5253,771 @@ msgctxt ""
msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
msgstr ""
#. jpgRA
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"tit\n"
"help.text"
msgid "Data sources in $[officename]"
msgstr ""
#. w4Ehh
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"bm_id3155449\n"
"help.text"
msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
msgstr ""
#. HwcVW
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3151299\n"
"help.text"
msgid "<link href=\"text/sdatabase/05040200.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
msgstr ""
#. PNBCF
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3150616\n"
"help.text"
msgid "Selecting the Address Book"
msgstr ""
#. GeoEc
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3153049\n"
"help.text"
msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>."
msgstr ""
#. hdhBt
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3147275\n"
"help.text"
msgid "Opening a Data Source"
msgstr ""
#. C7ppK
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3154143\n"
"help.text"
msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document."
msgstr ""
#. qiyEE
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3154046\n"
"help.text"
msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
msgstr ""
#. 884eA
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"tit\n"
"help.text"
msgid "ODBC"
msgstr ""
#. GCT7W
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149031\n"
"help.text"
msgid "<link href=\"text/sdatabase/11020000.xhp\" name=\"ODBC\">ODBC</link>"
msgstr ""
#. kyqcm
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3150499\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
msgstr ""
#. Dbr2C
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3148642\n"
"help.text"
msgid "User Name"
msgstr ""
#. WBXTJ
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154514\n"
"help.text"
msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
msgstr ""
#. DpZgn
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3153665\n"
"help.text"
msgid "Password required"
msgstr ""
#. HaYKD
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3145119\n"
"help.text"
msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
msgstr ""
#. QWAfC
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3153087\n"
"help.text"
msgid "Driver Settings"
msgstr ""
#. FFBSB
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3143271\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
msgstr ""
#. ETNaE
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3152472\n"
"help.text"
msgid "Character Set"
msgstr ""
#. SCzpp
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3151245\n"
"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
msgstr ""
#. xBEZv
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149669\n"
"help.text"
msgid "General"
msgstr ""
#. REocx
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3147265\n"
"help.text"
msgid "Retrieve generated values"
msgstr ""
#. ToEkf
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
msgstr ""
#. aokLy
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3150400\n"
"help.text"
msgid "Auto-increment statement"
msgstr ""
#. HFuC7
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154366\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:"
msgstr ""
#. C5Mvn
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3159149\n"
"help.text"
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
msgstr ""
#. M4YsG
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3147084\n"
"help.text"
msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
msgstr ""
#. 2pPyd
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154909\n"
"help.text"
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""
#. wyFqp
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3152933\n"
"help.text"
msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
msgstr ""
#. cFjbY
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149765\n"
"help.text"
msgid "Query of generated values"
msgstr ""
#. EnHXJ
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3145171\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
msgstr ""
#. KdqAK
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3150769\n"
"help.text"
msgid "SELECT LAST_INSERT_D();"
msgstr ""
#. UcUfT
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3157892\n"
"help.text"
msgid "Use SQL92 naming constraints"
msgstr ""
#. nvCRa
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3153368\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
msgstr ""
#. 9BNi4
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3154011\n"
"help.text"
msgid "Use Catalog for file-based databases"
msgstr ""
#. BaWgu
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3148618\n"
"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
msgstr ""
#. RBCN4
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"tit\n"
"help.text"
msgid "dBASE"
msgstr ""
#. jQexT
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3153539\n"
"help.text"
msgid "<link href=\"text/sdatabase/11030000.xhp\" name=\"dBase\">dBASE</link>"
msgstr ""
#. EFxxW
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3147088\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
msgstr ""
#. bSnXm
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3151110\n"
"help.text"
msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
msgstr ""
#. irtxH
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3149233\n"
"help.text"
msgid "Display inactive records"
msgstr ""
#. Y4AnV
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3153823\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
msgstr ""
#. 7vpRc
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3156023\n"
"help.text"
msgid "In dBASE format, deleted records remain in the file."
msgstr ""
#. ZYefW
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3151384\n"
"help.text"
msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
msgstr ""
#. 5LBSi
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id0904200811094971\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
msgstr ""
#. Gmun9
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3149047\n"
"help.text"
msgid "Indexes"
msgstr ""
#. BjWsR
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3161656\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
msgstr ""
#. vMA8w
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"tit\n"
"help.text"
msgid "Indexes"
msgstr ""
#. x4TDi
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3148983\n"
"help.text"
msgid "<link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\">Indexes</link>"
msgstr ""
#. DmGsN
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3150247\n"
"help.text"
msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
msgstr ""
#. Aj5Uz
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3155339\n"
"help.text"
msgid "Table"
msgstr ""
#. bzzGv
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3152551\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>"
msgstr ""
#. eyouE
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3159233\n"
"help.text"
msgid "Table Indexes"
msgstr ""
#. hyCqp
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3143267\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
msgstr ""
#. scWXw
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3148538\n"
"help.text"
msgid "Free Indexes"
msgstr ""
#. mtGqS
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3151110\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
msgstr ""
#. U4FQh
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3156152\n"
"help.text"
msgid "<"
msgstr ""
#. sxDJi
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3150984\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr ""
#. FPRFh
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3149416\n"
"help.text"
msgid "<<"
msgstr ""
#. 45Vrm
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3145315\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr ""
#. Ba8Z9
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3149579\n"
"help.text"
msgid ">"
msgstr ""
#. EP9GN
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3149795\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr ""
#. sAASQ
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3155629\n"
"help.text"
msgid ">>"
msgstr ""
#. t2gbA
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3151245\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr ""
#. LQcMC
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"tit\n"
"help.text"
msgid "Execute SQL statement"
msgstr ""
#. GDjji
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"bm_id3148983\n"
"help.text"
msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
msgstr ""
#. JsqKF
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3153345\n"
"help.text"
msgid "<link href=\"text/sdatabase/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
msgstr ""
#. BtQ2b
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154288\n"
"help.text"
msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
msgstr ""
#. jhBMm
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3147275\n"
"help.text"
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr ""
#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
msgstr ""
#. Ck9G4
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3149514\n"
"help.text"
msgid "Command to execute"
msgstr ""
#. BHLbE
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3147618\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>"
msgstr ""
#. 5DFEP
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3153087\n"
"help.text"
msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
msgstr ""
#. XDWsR
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3145673\n"
"help.text"
msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
msgstr ""
#. LjEvw
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3145611\n"
"help.text"
msgid "For more information on SQL commands, please consult the documentation that came with the database."
msgstr ""
#. BQmT9
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3156024\n"
"help.text"
msgid "Previous commands"
msgstr ""
#. hkxBT
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3149045\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
msgstr ""
#. AvXck
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3154348\n"
"help.text"
msgid "Status"
msgstr ""
#. yhCpt
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
msgstr ""
#. BUpxX
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3154071\n"
"help.text"
msgid "Run"
msgstr ""
#. qDYRx
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3151210\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
msgstr ""
#. 93Xfs
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"tit\n"
"help.text"
msgid "Table Filter"
msgstr ""
#. bG74E
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"hd_id3150702\n"
"help.text"
msgid "<link href=\"text/sdatabase/11090000.xhp\" name=\"Tables\">Table Filter</link>"
msgstr ""
#. NLCCV
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"par_id3149164\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
msgstr ""
#. axsoU
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"hd_id3154923\n"
"help.text"
msgid "Sort Ascending"
msgstr ""
#. XFbZd
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"par_id3147559\n"
"help.text"
msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
msgstr ""
#. cLmBi
#: main.xhp
msgctxt ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:02+0200\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-04-28 12:22+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Weblate 4.4.2\n"
"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1557496868.000000\n"
@@ -2249,14 +2249,14 @@ msgctxt ""
msgid "Direct and Style Formatting"
msgstr "Άμεση μορφοποίηση και μορφοποίηση με πρότυπα"
#. DCSZA
#. QaB9M
#: 00000005.xhp
msgctxt ""
"00000005.xhp\n"
"par_id431619103899855\n"
"help.text"
msgid "A style is a set of formatting atributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents."
msgstr "Μια τεχνοτροπία είναι ένα σύνολο γνωρισμάτων μορφοποίησης, ομαδοποιημένων και ταυτοποιημένων με ένα όνομα (το όνομα της τεχνοτροπίας). Όταν εφαρμόζετε μια τεχνοτροπία σε ένα αντικείμενο, το αντικείμενο μορφοποιείται με το σύνολο των γνωρισμάτων της τεχνοτροπίας. Πολλά αντικείμενα της ίδιας φύσης μπορούν να έχουν την ίδια τεχνοτροπία. Ως συνέπεια, όταν αλλάζετε το σύνολο των γνωρισμάτων μορφοποίησης της τεχνοτροπίας, όλα τα αντικείμενα που συνδέονται με την τεχνοτροπία αλλάζουν επίσης τα γνωρίσματα μορφοποίησής τους αντίστοιχα. Χρησιμοποιήστε τεχνοτροπίες για ομοιόμορφη μορφοποίηση ενός μεγάλου συνόλου παραγράφων, κελιών και αντικειμένων και καλύτερη διαχείριση της μορφοποίησης των εγγράφων."
msgid "A style is a set of formatting attributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents."
msgstr ""
#. GDMrG
#: 00000005.xhp

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:03+0200\n"
"POT-Creation-Date: 2021-05-05 17:15+0200\n"
"PO-Revision-Date: 2021-03-15 20:36+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/el/>\n"
@@ -16,771 +16,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548881222.000000\n"
#. jpgRA
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"tit\n"
"help.text"
msgid "Data sources in $[officename]"
msgstr "Προελεύσεις δεδομένων στο $[officename]"
#. w4Ehh
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"bm_id3155449\n"
"help.text"
msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>"
msgstr "<bookmark_value>βάσεις δεδομένων, μεταφορά και απόθεση (Base)</bookmark_value>"
#. AqvhY
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3151299\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>"
msgstr "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Προελεύσεις δεδομένων στο $[officename]\">Προελεύσεις δεδομένων στο $[officename]</link>"
#. PNBCF
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3150616\n"
"help.text"
msgid "Selecting the Address Book"
msgstr "Επιλογή του βιβλίου διευθύνσεων"
#. GeoEc
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3153049\n"
"help.text"
msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>."
msgstr "Για επιλογή του βιβλίου διευθύνσεων που θέλετε να χρησιμοποιήσετε, επιλέξτε <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Εργαλεία - Πηγή βιβλίου διευθύνσεων</emph></link>."
#. hdhBt
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"hd_id3147275\n"
"help.text"
msgid "Opening a Data Source"
msgstr "Άνοιγμα προέλευσης δεδομένων"
#. C7ppK
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3154143\n"
"help.text"
msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document."
msgstr "Για να ανοίξετε την προβολή προέλευσης δεδομένων, πατήστε <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> σε κείμενο, υπολογιστικό φύλλο ή έγγραφο φόρμας."
#. qiyEE
#: 11000002.xhp
msgctxt ""
"11000002.xhp\n"
"par_id3154046\n"
"help.text"
msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view."
msgstr "Για να προβάλετε τα περιεχόμενα μίας βάσης δεδομένων, κάντε κλικ στο σύμβολο Συν (+) μπροστά από το όνομα στην προβολή προέλευσης δεδομένων."
#. 884eA
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"tit\n"
"help.text"
msgid "ODBC"
msgstr "ODBC"
#. QkyCA
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149031\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
#. kyqcm
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3150499\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
msgstr "<ahelp hid=\".\">Καθορίζει τις ρυθμίσεις για τις βάσεις δεδομένων <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link>. Αυτές συμπεριλαμβάνουν τα δεδομένα πρόσβασης του χρήστη σας, τις ρυθμίσεις οδηγού και τους ορισμούς γραμματοσειράς.</ahelp>"
#. Dbr2C
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3148642\n"
"help.text"
msgid "User Name"
msgstr "Όνομα χρήστη"
#. WBXTJ
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154514\n"
"help.text"
msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>"
msgstr "<ahelp hid=\".\">Πληκτρολογήστε το όνομα χρήστη για να έχετε πρόσβαση στη βάση δεδομένων.</ahelp>"
#. DpZgn
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3153665\n"
"help.text"
msgid "Password required"
msgstr "Απαιτείται κωδικός πρόσβασης"
#. HaYKD
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3145119\n"
"help.text"
msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>"
msgstr "<ahelp hid=\".\">Εμποδίζει σε ένα μη πιστοποιημένο χρήστη την πρόσβαση στη βάση δεδομένων. Εσείς πρέπει μόνο να εισάγετε τον κωδικό πρόσβασης με κάθε νέα εργασία σας.</ahelp>"
#. QWAfC
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3153087\n"
"help.text"
msgid "Driver Settings"
msgstr "Ρυθμίσεις οδηγού"
#. FFBSB
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3143271\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Χρησιμοποιήστε αυτό το πεδίο κειμένου για να εισάγετε πρόσθετες ρυθμίσεις του προαιρετικού οδηγού αν είναι απαραίτητο.</ahelp>"
#. ETNaE
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3152472\n"
"help.text"
msgid "Character Set"
msgstr "Ρύθμιση χαρακτήρων"
#. SCzpp
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3151245\n"
"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes."
msgstr "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Επιλέξτε τη μετατροπή κώδικα που επιθυμείτε να χρησιμοποιήσετε για να προβάλετε τη βάση δεδομένων στο $[officename]. Αυτό δεν επηρεάζει τη βάση δεδομένων.</ahelp> Επιλέξτε \"Σύστημα\" για να χρησιμοποιήσετε το προεπιλεγμένο σύνολο χαρακτήρων του λειτουργικού σας συστήματος. Οι βάσεις δεδομένων κειμένου και dBASE περιορίζονται σε ρυθμίσεις με σταθερό μήκος χαρακτήρων, δηλαδή, όλοι οι χαρακτήρες κωδικοποιούνται με τον ίδιο αριθμό byte."
#. xBEZv
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149669\n"
"help.text"
msgid "General"
msgstr "Γενικά"
#. REocx
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3147265\n"
"help.text"
msgid "Retrieve generated values"
msgstr "Διαχείριση παραγόμενων τιμών"
#. ToEkf
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field."
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Ενεργοποιεί την υποστήριξη του $[officename] για να αυξήσετε αυτόματα τα πεδία δεδομένων για την τρέχουσα ODBC ή JDBC βάση προέλευσης δεδομένων .</ahelp> Επιλέξτε αυτό το πεδίο ελέγχου αν η βάση δεδομένων δεν υποστηρίζει τη δυνατότητα αυτόματης αύξησης στο SDBCX επίπεδό της. Γενικά, η αυτόματη αύξηση επιλέγεται για το πεδίο του πρωτεύοντος κλειδιού."
#. aokLy
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3150400\n"
"help.text"
msgid "Auto-increment statement"
msgstr "Αυτόματα αυξανόμενη δήλωση"
#. HFuC7
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154366\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:"
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Εισάγετε την ειδική εντολή της SQL που επιβάλλει στην προέλευση δεδομένων να αυξάνει αυτόματα ένα καθορισμένο πεδίο ακέραιων δεδομένων.</ahelp> Για παράδειγμα, μία τυπική δήλωση SQL για τη δημιουργία ενός πεδίου δεδομένων είναι η εξής:"
#. C5Mvn
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3159149\n"
"help.text"
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
msgstr "CREATE TABLE \"πίνακας1\" (\"αα\" INTEGER)"
#. M4YsG
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3147084\n"
"help.text"
msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:"
msgstr "Για να αυξήσετε αυτόματα το πεδίο δεδομένων \"αα\" σε μία βάση δεδομένων MySQL, τροποποιήστε τη δήλωση ως εξής:"
#. 2pPyd
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3154909\n"
"help.text"
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr "CREATE TABLE \"πίνακας1\" (\"αα\" INTEGER AUTO_INCREMENT)"
#. wyFqp
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3152933\n"
"help.text"
msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box."
msgstr "Με άλλα λόγια, εισάγετε την πρόταση AUTO_INCREMENT στο πεδίο <emph>Δήλωση αυτόματης αύξησης</emph>"
#. cFjbY
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3149765\n"
"help.text"
msgid "Query of generated values"
msgstr "Ερώτημα παραγόμενων τιμών"
#. EnHXJ
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3145171\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:"
msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Εισάγετε μία δήλωση SQL που επαναφέρει την τελευταία αυτόματα αυξημένη τιμή για το πεδίο δεδομένων του πρωτεύοντος κλειδιού.</ahelp> Για παράδειγμα:"
#. KdqAK
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3150769\n"
"help.text"
msgid "SELECT LAST_INSERT_D();"
msgstr "SELECT LAST_INSERT_D();"
#. UcUfT
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3157892\n"
"help.text"
msgid "Use SQL92 naming constraints"
msgstr "Χρήση περιορισμών ονομασίας SQL92"
#. nvCRa
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3153368\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers."
msgstr "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Επιτρέπει μόνο ονόματα που χρησιμοποιούν χαρακτήρες που συνάδουν με την ονομασία περιορισμών της SQL92 στην βάση προέλευσης δεδομένων.Όλοι οι άλλοι χαρακτήρες απορρίπτονται.</ahelp> Κάθε όνομα πρέπει να ξεκινά με πεζό ή κεφαλαίο γράμμα, ή με μία υπογράμμιση ( _ ). Οι υπόλοιποι χαρακτήρες μπορούν να είναι χαρακτήρες ASCII, υπογραμμίσεις, και αριθμοί."
#. 9BNi4
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"hd_id3154011\n"
"help.text"
msgid "Use Catalog for file-based databases"
msgstr "Χρήση καταλόγου για βάσεις δεδομένων με αρχεία"
#. BaWgu
#: 11020000.xhp
msgctxt ""
"11020000.xhp\n"
"par_id3148618\n"
"help.text"
msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>"
msgstr "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Χρησιμοποιεί την τρέχουσα προέλευση δεδομένων του καταλόγου. Αυτό είναι χρήσιμο όταν η προέλευση δεδομένων ODBC είναι ο εξυπηρετητής της βάσης δεδομένων. Αν η προέλευση δεδομένων ODBC είναι ο οδηγός dBASE, αναιρέστε αυτό το πεδίο ελέγχου.</ahelp>"
#. RBCN4
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"tit\n"
"help.text"
msgid "dBASE"
msgstr "dBASE"
#. bWmM9
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3153539\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>"
#. EFxxW
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3147088\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
msgstr "<ahelp hid=\".\">Καθορίστε τις ρυθμίσεις για μία βάση δεδομένων dBASE.</ahelp>"
#. bSnXm
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3151110\n"
"help.text"
msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]."
msgstr "Για να μπορείτε να ορίσετε σχέσεις μεταξύ πινάκων, χρησιμοποιήστε την JDBC ή την ODBC του $[officename]."
#. irtxH
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3149233\n"
"help.text"
msgid "Display inactive records"
msgstr "Προβολή ανενεργών εγγραφών"
#. Y4AnV
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3153823\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Εμφανίζει όλες τις εγγραφές σε ένα αρχείο, συμπεριλαμβανομένων αυτών που έχουν επιλεχθεί για διαγραφή. Αν επιλέξετε αυτό το πεδίο ελέγχου, δεν μπορείτε να διαγράψετε εγγραφές.</ahelp>"
#. 7vpRc
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3156023\n"
"help.text"
msgid "In dBASE format, deleted records remain in the file."
msgstr "Στη μορφή dBASE, οι διαγραμμένες εγγραφές παραμένουν στο αρχείο."
#. ZYefW
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3151384\n"
"help.text"
msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database."
msgstr "Για να προβάλετε όλες τις αλλαγές που έχετε κάνει στη βάση δεδομένων, κλείστε τη σύνδεση προς τη βάση δεδομένων, και στη συνέχεια επανασυνδέστε τη βάση δεδομένων."
#. 5LBSi
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id0904200811094971\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Επιλέξτε τον κώδικα μετατροπής που θέλετε να χρησιμοποιήσετε για να δείτε τη βάση δεδομένων στο $[officename]. Αυτό δεν επηρρεάζει τη βάση δεδομένων.</ahelp>"
#. Gmun9
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"hd_id3149047\n"
"help.text"
msgid "Indexes"
msgstr "Ευρετήρια"
#. wh2wn
#: 11030000.xhp
msgctxt ""
"11030000.xhp\n"
"par_id3161656\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Ανοίγει το παράθυρο διαλόγου <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Ευρετήρια\"><emph>Ευρετήρια</emph></link>, όπου μπορείτε να οργανώσετε τα ευρετήρια των πινάκων στην τρέχουσα βάση δεδομένων dBASE.</ahelp>"
#. vMA8w
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"tit\n"
"help.text"
msgid "Indexes"
msgstr "Ευρετήρια"
#. aznJb
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3148983\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indexes</link>"
msgstr "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Ευρετήρια\"> Ευρετήρια</link>"
#. DmGsN
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3150247\n"
"help.text"
msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page."
msgstr "<ahelp hid=\".\">Σας επιτρέπει να οργανώσετε τα ευρετήρια της βάσης δεδομένων dBASE.</ahelp> Ένα ευρετήριο σας επιτρέπει να έχετε γρήγορη πρόσβαση σε μία βάση δεδομένων, υπό τον όρο ότι δημιουργείτε ερώτημα για τα δεδομένα στην επιλογή που ορίστηκε μέσω του ευρετηρίου. Ενώ σχεδιάζετε έναν πίνακα, μπορείτε να ορίσετε τα ευρετήρια στη σελίδα της καρτέλας <emph>Ευρετήρια</emph>."
#. Aj5Uz
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3155339\n"
"help.text"
msgid "Table"
msgstr "Πίνακας"
#. bzzGv
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3152551\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Επιλέξτε τον πίνακα της βάσης δεδομένων που επιθυμείτε να συντάξετε ως ευρετήριο.</ahelp>"
#. eyouE
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3159233\n"
"help.text"
msgid "Table Indexes"
msgstr "Ευρετήρια πίνακα"
#. hyCqp
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3143267\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow."
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Κατηγοριοποιεί τα τρέχοντα ευρετήρια για τον επιλεγμένο πίνακα της βάσης δεδομένων.</ahelp> Για να αφαιρέσετε ένα ευρετήριο από τη λίστα, κάντε κλικ σε αυτό, και στη συνέχεια κάντε κλικ στο δεξιό βέλος."
#. scWXw
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3148538\n"
"help.text"
msgid "Free Indexes"
msgstr "Ελεύθερα ευρετήρια"
#. mtGqS
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3151110\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes."
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Κατηγοριοποιεί τα διαθέσιμα ευρετήρια που μπορείτε να αναθέσετε σε έναν πίνακα.</ahelp> Για να αναθέσετε ένα ευρετήριο σε έναν επιλεγμένο πίνακα, κάντε κλικ στο εικονίδιο με το αριστερό βέλος. Το αριστερό διπλό βέλος αναθέτει όλα τα διαθέσιμα ευρετήρια."
#. U4FQh
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3156152\n"
"help.text"
msgid "<"
msgstr "<"
#. sxDJi
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3150984\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Μετακινεί το επιλεγμένο ευρετήριο στη λίστα <emph>Ευρετήρια πίνακα</emph>.</ahelp>"
#. FPRFh
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3149416\n"
"help.text"
msgid "<<"
msgstr "<<"
#. 45Vrm
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3145315\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Μετακινεί όλα τα ελεύθερα ευρετήρια στη λίστα <emph>Ευρετήρια πίνακα</emph>.</ahelp>"
#. Ba8Z9
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3149579\n"
"help.text"
msgid ">"
msgstr ">"
#. EP9GN
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3149795\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Μετακινεί τα επιλεγμένα ευρετήρια του πίνακα στη λίστα <emph>Ελεύθερα ευρετήρια</emph>.</ahelp>"
#. sAASQ
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"hd_id3155629\n"
"help.text"
msgid ">>"
msgstr ">>"
#. t2gbA
#: 11030100.xhp
msgctxt ""
"11030100.xhp\n"
"par_id3151245\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Μετακινεί όλα τα ευρετήρια του πίνακα στη λίστα <emph>Ελεύθερα ευρετήρια</emph>.</ahelp>"
#. LQcMC
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"tit\n"
"help.text"
msgid "Execute SQL statement"
msgstr "Εκτέλεση δήλωσης SQL"
#. GDjji
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"bm_id3148983\n"
"help.text"
msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>"
msgstr "<bookmark_value>SQL, εκτέλεση δηλώσεων SQL (Base)</bookmark_value><bookmark_value>βάσεις δεδομένων, διαχείριση μέσω SQL (Base)</bookmark_value>"
#. Fpgqa
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3153345\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>"
msgstr "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Εκτέλεση δήλωσης SQL\">Εκτέλεση δήλωσης SQL</link>"
#. BtQ2b
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154288\n"
"help.text"
msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>"
msgstr "<variable id=\"sqltext\"><ahelp hid=\".\">Ανοίγει ένα παράθυρο διαλόγου όπου μπορείτε να εισάγετε μία εντολή της SQL για τη διαχείριση μιας βάσης δεδομένων.</ahelp></variable>"
#. jhBMm
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3147275\n"
"help.text"
msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here."
msgstr "Σε αυτό το παράθυρο διαλόγου μπορείτε να εισάγετε μόνο εντολές διαχείρισης, όπως Grant, Δημιουργία πίνακα, ή Drop Table, και όχι εντολές φίλτρων. Οι εντολές που μπορείτε να εισάγετε εξαρτώνται από την προέλευση δεδομένων, για παράδειγμα, η dBASE μπορεί να εκτελέσει μόνο μερικές από τις εντολές της SQL που κατηγοριοποιούνται εδώ."
#. JZmCZ
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3154860\n"
"help.text"
msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
msgstr "Για να εκτελέσετε ένα ερώτημα SQL φιλτραρίσματος δεδομένων στη βάση δεδομένων, χρησιμοποιήστε την <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Προβολή σχεδίασης ερωτήματος</link>."
#. Ck9G4
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3149514\n"
"help.text"
msgid "Command to execute"
msgstr "Εντολή προς εκτέλεση"
#. BHLbE
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3147618\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Εισάγετε την εντολή διαχείρισης SQL που θέλετε να εκτελέσετε.</ahelp>"
#. 5DFEP
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3153087\n"
"help.text"
msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:"
msgstr "Για παράδειγμα, για μία προέλευση δεδομένων για \"Βιβλιογραφία\", μπορείτε να εισάγετε την ακόλουθη εντολή της SQL:"
#. XDWsR
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3145673\n"
"help.text"
msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
msgstr "SELECT \"Διεύθυνση\" FROM \"βιβλίο\" \"βιβλίο\""
#. LjEvw
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3145611\n"
"help.text"
msgid "For more information on SQL commands, please consult the documentation that came with the database."
msgstr "Για περισσότερες πληροφορίες σχετικά με τις εντολές της SQL, παρακαλούμε συμβουλευθείτε την τεκμηρίωση που παρέχεται μαζί με τη βάση δεδομένων."
#. BQmT9
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3156024\n"
"help.text"
msgid "Previous commands"
msgstr "Προηγούμενες εντολές"
#. hkxBT
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3149045\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Εμφανίζει τις προηγούμενες εντολές SQL που εκτελέστηκαν. Για να εκτελέσετε μια εντολή πάλι, πατήστε την εντολή και έπειτα πατήστε <emph>Εκτέλεση</emph>.</ahelp>"
#. AvXck
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3154348\n"
"help.text"
msgid "Status"
msgstr "Κατάσταση"
#. yhCpt
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Εμφανίζει τα αποτελέσματα, συμπεριλαμβανομένων των λαθών, της εντολής SQL που εκτελέσατε.</ahelp>"
#. BUpxX
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"hd_id3154071\n"
"help.text"
msgid "Run"
msgstr "Εκτέλεση"
#. qDYRx
#: 11080000.xhp
msgctxt ""
"11080000.xhp\n"
"par_id3151210\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Εκτελεί την εντολή που εισάγατε στο πλαίσιο <emph>Εντολή προς εκτέλεση</emph>.</ahelp>"
#. 93Xfs
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"tit\n"
"help.text"
msgid "Table Filter"
msgstr "Φίλτρο πίνακα"
#. yA8Tv
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"hd_id3150702\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Table Filter</link>"
msgstr "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Πίνακες\">Φίλτρο πίνακα</link>"
#. NLCCV
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"par_id3149164\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Μερικές βάσεις δεδομένων ακολουθούν τις αλλαγές σε κάθε εγγραφή αναθέτοντας ένα αριθμό έκδοσης στα πεδία που τροποποιήθηκαν. Αυτός ο αριθμός αυξάνεται κατά 1 κάθε φορά που τροποποιείται το πεδίο. Εμφανίζει τον εσωτερικό αριθμό έκδοσης της εγγραφής στον πίνακα της βάσης δεδομένων.</ahelp>"
#. axsoU
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"hd_id3154923\n"
"help.text"
msgid "Sort Ascending"
msgstr "Αύξουσα ταξινόμηση"
#. XFbZd
#: 11090000.xhp
msgctxt ""
"11090000.xhp\n"
"par_id3147559\n"
"help.text"
msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>"
msgstr "<ahelp hid=\".\">Ταξινομεί τον κατάλογο ονομάτων πινάκων σε αύξουσα σειρά ξεκινώντας από την αρχή του αλφαβήτου.</ahelp>"
#. SaBHA
#: dabaadvprop.xhp
msgctxt ""

View File

@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-04-27 17:03+0200\n"
"PO-Revision-Date: 2021-04-07 15:37+0000\n"
"PO-Revision-Date: 2021-04-29 14:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Generator: Weblate 4.4.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1558008619.000000\n"
@@ -7269,7 +7269,7 @@ msgctxt ""
"par_id5841242\n"
"help.text"
msgid "The Selection box shows a list of all ordered paragraphs in the order of their appearance in the document. The list includes:"
msgstr ""
msgstr "Το πλαίσιο επιλογής εμφανίζει έναν κατάλογο όλων των διαταγμένων παραγράφων με τη σειρά εμφάνισής τους στο έγγραφο. Ο κατάλογος περιλαμβάνει:"
#. PDMFm
#: 04090002.xhp
@@ -7278,7 +7278,7 @@ msgctxt ""
"par_id971618826026891\n"
"help.text"
msgid "paragraphs with a paragraph style assigned a numbering scheme in the Tools > Chapter Numbering dialog"
msgstr ""
msgstr "παραγράφους με τεχνοτροπία παραγράφου στην οποία εκχωρήθηκε ένα σχήμα αρίθμησης στον διάλογο Εργαλεία > Αρίθμηση κεφαλαίου"
#. aJ9QE
#: 04090002.xhp
@@ -7287,7 +7287,7 @@ msgctxt ""
"par_id1001618826039875\n"
"help.text"
msgid "ordered list paragraphs, formatted with the Formatting toolbar or Bullets and Numbering dialog"
msgstr ""
msgstr "διαταγμένους καταλόγους παραγράφων, μορφοποιημένων με τη γραμμή εργαλείων μορφοποίησης ή τον διάλογο κουκκίδων και αρίθμησης"
#. EsEhC
#: 04090002.xhp
@@ -7296,7 +7296,7 @@ msgctxt ""
"par_id761618826048138\n"
"help.text"
msgid "paragraphs formatted with a numbered list style"
msgstr ""
msgstr "παραγράφους μορφοποιημένες με τεχνοτροπία αριθμημένου καταλόγου"
#. X7UTU
#: 04090002.xhp
@@ -7305,7 +7305,7 @@ msgctxt ""
"par_id941618826055035\n"
"help.text"
msgid "paragraphs formatted with a paragraph style with a numbered list style applied in the Outline & List tab."
msgstr ""
msgstr "παραγράφους μορφοποιημένες με τεχνοτροπία παραγράφου με εφαρμοσμένη τεχνοτροπία αριθμημένου καταλόγου στην καρτέλα Διάρθρωση & Κατάλογος."
#. DXnQx
#: 04090002.xhp