diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-05-05 18:03:30 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-05-05 18:09:31 +0200 |
commit | dddf75c6f2e8840ed6966fa73989485db7c6b10b (patch) | |
tree | b489030e47116ef6a4fbccbe5fbe5537d03f6eb3 /source/el/helpcontent2 | |
parent | 926713ac8f969ab8b246090eb8f3c4c48bead223 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I5b89ae56a22a53d2975d3f3f34f7b854b5a0151a
Diffstat (limited to 'source/el/helpcontent2')
-rw-r--r-- | source/el/helpcontent2/source/text/sbasic/python.po | 8 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/sbasic/shared.po | 429 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/sbasic/shared/03.po | 1344 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/scalc/01.po | 136 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/sdatabase.po | 785 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/shared/00.po | 10 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/shared/01.po | 308 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/shared/explorer/database.po | 767 | ||||
-rw-r--r-- | source/el/helpcontent2/source/text/swriter/01.po | 14 |
9 files changed, 2616 insertions, 1185 deletions
diff --git a/source/el/helpcontent2/source/text/sbasic/python.po b/source/el/helpcontent2/source/text/sbasic/python.po index 89a2fcf0747..18c09fe4923 100644 --- a/source/el/helpcontent2/source/text/sbasic/python.po +++ b/source/el/helpcontent2/source/text/sbasic/python.po @@ -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 diff --git a/source/el/helpcontent2/source/text/sbasic/shared.po b/source/el/helpcontent2/source/text/sbasic/shared.po index 174b296b0c0..22857d5bbff 100644 --- a/source/el/helpcontent2/source/text/sbasic/shared.po +++ b/source/el/helpcontent2/source/text/sbasic/shared.po @@ -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)]" - -#. 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 "Παράμετροι:" +msgid "DateValue(date)" +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 +#. v2BdG #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3148474\n" +"par_id3149415\n" "help.text" -msgid "String" -msgstr "Συμβολοσειρά" +msgid "<emph>expression</emph>: Numeric expression that you want to convert to a formatted string." +msgstr "" -#. 6Dyxg +#. p5nFg #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3149415\n" +"par_id3147531\n" "help.text" -msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string." -msgstr "<emph>Number:</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 "" -#. G3TNy +#. Mh6xN #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3147531\n" +"par_id3148474\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 "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 diff --git a/source/el/helpcontent2/source/text/sbasic/shared/03.po b/source/el/helpcontent2/source/text/sbasic/shared/03.po index 661f2e234c7..59bc615976f 100644 --- a/source/el/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/el/helpcontent2/source/text/sbasic/shared/03.po @@ -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: 2020-08-01 07:35+0000\n" "Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n" "Language-Team: Greek <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/el/>\n" @@ -79,6 +79,15 @@ msgctxt "" msgid "These methods are available from %PRODUCTNAME 7.2 onwards." msgstr "" +#. An73n +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389792\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.2 onwards." +msgstr "" + #. qjuHF #: avail_release.xhp msgctxt "" @@ -115,13 +124,13 @@ msgctxt "" msgid "ScriptForge Libraries" msgstr "" -#. NXPBo +#. ADEeP #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "hd_id31529004750471\n" "help.text" -msgid "<variable id=\"ScriptForge_lib\"><link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"ScriptForge library\">The <item type=\"literal\">ScriptForge</item> Library</link></variable>" +msgid "<variable id=\"ScriptForge_lib\"><link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"ScriptForge library\">The <literal>ScriptForge</literal> Library</link></variable>" msgstr "" #. nMjDG @@ -133,31 +142,31 @@ msgctxt "" msgid "<bookmark_value>BASIC ScriptForge library</bookmark_value>" msgstr "" -#. WLejn +#. BtMUU #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" -"par_id781606153472028\n" +"par_id681619700336879\n" "help.text" -msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose:" +msgid "ScriptForge libraries build up an extensible collection of macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts." msgstr "" -#. dUu2P +#. wKZM6 #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" -"par_id891606153700196\n" +"par_id781606153472028\n" "help.text" -msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services." +msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose for each language:" msgstr "" -#. ErFP9 +#. B3Xve #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "par_id851605659675843\n" "help.text" -msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards." +msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards.<br/>Python <literal>scriptforge</literal> module is available from %PRODUCTNAME 7.2 onwards." msgstr "" #. Depaw @@ -2203,6 +2212,1275 @@ msgctxt "" msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." msgstr "" +#. GAXAU +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"tit\n" +"help.text" +msgid "SFDocuments.Base service" +msgstr "" + +#. TiAmG +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bm_id781582391760253\n" +"help.text" +msgid "<variable id=\"ctrls_h1\"><link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"SFDocuments.Base service\"><literal>SFDocuments</literal>.<literal>Base</literal> service</link></variable>" +msgstr "" + +#. 4KK8s +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id901619031958273\n" +"help.text" +msgid "The <literal>Base</literal> service provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Base documents." +msgstr "" + +#. ZxoY9 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id961619032060880\n" +"help.text" +msgid "This service is closely related to the <literal>Document</literal> service, which provides generic methods for handling %PRODUCTNAME documents, including Base documents. Hence, the <literal>Base</literal> service extends the <literal>Document</literal> service and provides additional methods that are specific for Base documents, enabling users to:" +msgstr "" + +#. EK3gt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id241619032289964\n" +"help.text" +msgid "Get access to the database contained in a Base document." +msgstr "" + +#. y2wmE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id291619032292829\n" +"help.text" +msgid "Open form documents stored in a Base document." +msgstr "" + +#. cpnJ7 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id421619032296454\n" +"help.text" +msgid "Check if a form document from a Base document is currently loaded." +msgstr "" + +#. myHaG +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id241619032941497\n" +"help.text" +msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document Service\"><literal>Document</literal> service</link> to learn more about methods and properties that can be used to manage %PRODUCTNAME documents." +msgstr "" + +#. bGpRM +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"hd_id581582885621841\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. vi6hS +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id311619033224680\n" +"help.text" +msgid "The Base service can be invoked in a variety of ways. The code snippet below uses the method <literal>CreateBaseDocument</literal> from the <literal>UI</literal> service to create a new Base file." +msgstr "" + +#. t4HPk +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id101619033666470\n" +"help.text" +msgid "Note that in all examples the object <literal>oDoc</literal> is an instance of the <literal>Base</literal> service." +msgstr "" + +#. hKce4 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619033570656\n" +"help.text" +msgid "The <literal>Base</literal> service can also be instantiated while opening an existing Base file, as shown below:" +msgstr "" + +#. noxU9 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id331619033713781\n" +"help.text" +msgid "If a Base document is already open, it is possible to instantiate the <literal>Base</literal> service directly:" +msgstr "" + +#. f8Esv +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619619980185\n" +"help.text" +msgid "The use of the <emph>\"SFDocuments.\"</emph> substring in the previous example is optional." +msgstr "" + +#. oMw4m +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id451619034669263\n" +"help.text" +msgid "List of Methods in the Base Service" +msgstr "" + +#. ZQnqj +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id481619036833610\n" +"help.text" +msgid "Returns an array with the full names (path/name) of all form documents in the Base document as an zero-based Array of strings." +msgstr "" + +#. sECnJ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id431619037334440\n" +"help.text" +msgid "The code snippet below prints the names of all form documents in the current Base document." +msgstr "" + +#. DQb6z +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id921619036922844\n" +"help.text" +msgid "To learn more about form documents, refer to the <link href=\"text/sbasic/shared/03/sf_form.xhp\" name=\"Form service\"><literal>Form</literal> service help page</link>." +msgstr "" + +#. gCGqW +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id191619037523467\n" +"help.text" +msgid "Depending on the parameters provided this method will return:" +msgstr "" + +#. HqFmT +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id781619037575043\n" +"help.text" +msgid "A zero-based Array with the names of all the forms contained in a form document (if the <literal>Form</literal> argument is absent)" +msgstr "" + +#. Q4Had +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id111619037577804\n" +"help.text" +msgid "A <literal>SFDocuments.Form</literal> object representing the form specified in the <literal>Form</literal> argument." +msgstr "" + +#. mKXZE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id861619037838260\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of a valid form document as a case-sensitive string." +msgstr "" + +#. BtBVu +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619037857187\n" +"help.text" +msgid "<emph>Form:</emph> The name or index number of the form stored in the form document. If this argument is absent, the method will return a list with the names of all forms available in the form document." +msgstr "" + +#. K4nQh +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id921619437863617\n" +"help.text" +msgid "Although it is possible to use index numbers to refer to forms, this is only recommended when there is just one form in the form document. If there are two or more forms, it is preferable to use the form name instead." +msgstr "" + +#. vDKoa +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id231619200162092\n" +"help.text" +msgid "' Returns a list of all forms in the form document \"myFormDocument\"" +msgstr "" + +#. Hwr96 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id31619200259812\n" +"help.text" +msgid "' Returns an instance of the Form service representing the form \"myForm\"" +msgstr "" + +#. 9jA9n +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id371619098340303\n" +"help.text" +msgid "Returns an instance of the <link href=\"text/sbasic/shared/03/sf_database.xhp\" name=\"Database service\"><literal>Database</literal> service</link> that allows the execution of SQL commands on the database defined and/or stored in the current Base document" +msgstr "" + +#. FdXAK +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id731619098073221\n" +"help.text" +msgid "<emph>User, Password:</emph> Optional login parameters as strings. The default value for both parameters is an empty string \"\"." +msgstr "" + +#. UbzRD +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id631615147843278\n" +"help.text" +msgid "' User and password are supplied below, if needed" +msgstr "" + +#. XBJVn +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id921599408791887\n" +"help.text" +msgid "' ... Run queries, SQL statements, ..." +msgstr "" + +#. mBphD +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id871619098478513\n" +"help.text" +msgid "Returns <literal>True</literal> if the specified <literal>FormDocument</literal> is currently open." +msgstr "" + +#. 7nHnE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id981619098545701\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of a FormDocument to be checked, as a case-sensitive string." +msgstr "" + +#. RS3kj +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801619099743199\n" +"help.text" +msgid "Opens the specified <literal>FormDocument</literal> either in normal or in design mode." +msgstr "" + +#. 38vtF +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id451619100075330\n" +"help.text" +msgid "If the form document is already open, it is activated without changing its mode. The method returns <literal>True</literal> if the form document could be opened." +msgstr "" + +#. EizHx +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619099797810\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of the <literal>FormDocument</literal> to be opened, as a case-sensitive string." +msgstr "" + +#. BNeps +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id981619099816849\n" +"help.text" +msgid "<emph>DesignMode:</emph> If this argument is <literal>True</literal> the <literal>FormDocument</literal> will be opened in design mode." +msgstr "" + +#. B29ng +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id251619100191992\n" +"help.text" +msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" +msgstr "" + +#. pv3RA +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id461619100283210\n" +"help.text" +msgid "oDoc.OpenFormDocument(\"myFormDocument\")" +msgstr "" + +#. ACLqQ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100327505\n" +"help.text" +msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" +msgstr "" + +#. mLgzR +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id461619100283712\n" +"help.text" +msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" +msgstr "" + +#. 3RzkD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge.Basic service" +msgstr "" + +#. GxEht +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id731582733781114\n" +"help.text" +msgid "<variable id=\"BasicService\"><link href=\"text/sbasic/shared/03/sf_basic.xhp\" name=\"Basic service\"><literal>ScriptForge</literal>.<literal>Basic</literal> service</link></variable>" +msgstr "" + +#. G5jAV +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381589189355849\n" +"help.text" +msgid "The <literal>ScriptForge.Basic</literal> service proposes a collection of %PRODUCTNAME Basic methods to be executed in a Python context. <literal>Basic</literal> service methods reproduce the exact syntax and behaviour of Basic builtin functions." +msgstr "" + +#. Bb7Br +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id591589189364267\n" +"help.text" +msgid "Typical example:" +msgstr "" + +#. yrYgm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id971618493778666\n" +"help.text" +msgid "svc.MsgBox('This has to be displayed in a message box')" +msgstr "" + +#. kGyCd +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id151618849022977\n" +"help.text" +msgid "<literal>ScriptForge</literal>.<literal>Basic</literal> service is limited to Python scripts." +msgstr "" + +#. biAQa +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id581582885621841\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. pNUsj +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id141610734722352\n" +"help.text" +msgid "Before using the <literal>Basic</literal> service, import the <literal>CreateScriptService()</literal> method from the <literal>scriptforge</literal> module:" +msgstr "" + +#. E6SaA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id201618922972557\n" +"help.text" +msgid "Properties" +msgstr "" + +#. bLzCe +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id401618922991909\n" +"help.text" +msgid "Name" +msgstr "" + +#. 5FcQt +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id591618922991909\n" +"help.text" +msgid "ReadOnly" +msgstr "" + +#. N5DD5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id211618922991909\n" +"help.text" +msgid "Type" +msgstr "" + +#. qXwST +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id971618923022846\n" +"help.text" +msgid "Description" +msgstr "" + +#. W8eh6 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id541619003984227\n" +"help.text" +msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" +msgstr "" + +#. KuiAD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619004009875\n" +"help.text" +msgid "Yes" +msgstr "" + +#. TkYXL +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id111619004011627\n" +"help.text" +msgid "integer" +msgstr "" + +#. 7DG4F +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id791619004012484\n" +"help.text" +msgid "Values: 0, 1, 5, 4, 3" +msgstr "" + +#. oASRR +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id161619003998035\n" +"help.text" +msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" +msgstr "" + +#. 8ie8B +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id201619004097755\n" +"help.text" +msgid "Yes" +msgstr "" + +#. GNqXc +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id981619004098700\n" +"help.text" +msgid "integer" +msgstr "" + +#. DQkGQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id311619004099683\n" +"help.text" +msgid "Values: 48, 64, 32, 16<br/>" +msgstr "" + +#. RBdBG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id831618922991909\n" +"help.text" +msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" +msgstr "" + +#. mCpye +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id581618922991909\n" +"help.text" +msgid "Yes" +msgstr "" + +#. CrG3W +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id161618922991910\n" +"help.text" +msgid "integer" +msgstr "" + +#. h3hZE +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id211618923312141\n" +"help.text" +msgid "Values: 2, 128, 256, 512" +msgstr "" + +#. F3DMG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id471618924470655\n" +"help.text" +msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" +msgstr "" + +#. kLst4 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id961618924503848\n" +"help.text" +msgid "Yes" +msgstr "" + +#. XKzky +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id571618924505303\n" +"help.text" +msgid "integer" +msgstr "" + +#. Tmtc2 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id871618924506654\n" +"help.text" +msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." +msgstr "" + +#. fHLnu +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id421619006246768\n" +"help.text" +msgid "StarDesktop" +msgstr "" + +#. BDtqm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id731619006254384\n" +"help.text" +msgid "Yes" +msgstr "" + +#. SKW53 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id711619006255184\n" +"help.text" +msgid "UNO<br/>object" +msgstr "" + +#. cLAgG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id541619006255653\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\"><literal>StarDesktop</literal></link> object represents LibreOfficeDev Start Center." +msgstr "" + +#. vXq8C +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651606319520519\n" +"help.text" +msgid "List of Methods in the Basic Service" +msgstr "" + +#. vaMxs +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id93158919969864\n" +"help.text" +msgid "Returns a system path file name for the given <literal>file:</literal> URL." +msgstr "" + +#. L4crp +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id321618502481706\n" +"help.text" +msgid "<emph>url</emph>: An absolute <literal>file:</literal> URL." +msgstr "" + +#. nmEbg +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id81618502493505\n" +"help.text" +msgid "A system path file name." +msgstr "" + +#. 7YMKT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id658519200121138\n" +"help.text" +msgid "Returns a <literal>file:</literal> URL for the given system path." +msgstr "" + +#. ZdzNY +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id401618521015903\n" +"help.text" +msgid "<emph>systempath</emph>: A system file name as a string." +msgstr "" + +#. BYkqo +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id61658101307414\n" +"help.text" +msgid "A <literal>file:</literal> URL as a string." +msgstr "" + +#. kyZyo +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651589200121138\n" +"help.text" +msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." +msgstr "" + +#. 7BvYk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id361589200121646\n" +"help.text" +msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." +msgstr "" + +#. rZoCx +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901599410483300\n" +"help.text" +msgid "Adds a date or time interval to a given date/time a number of times and returns the resulting date." +msgstr "" + +#. aRMEj +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id581618562143601\n" +"help.text" +msgid "<emph>interval</emph>: A string expression from the following table, specifying the date or time interval." +msgstr "" + +#. Vx3AB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id281618562144897\n" +"help.text" +msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." +msgstr "" + +#. 4C2B6 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id811618561843272\n" +"help.text" +msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." +msgstr "" + +#. ppBnh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id181618561778320\n" +"help.text" +msgid "A datetime.datetime value." +msgstr "" + +#. HAVdW +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id991589202413257\n" +"help.text" +msgid "Returns the number of date or time intervals between two given date/time values." +msgstr "" + +#. 2HBSe +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id481618563770490\n" +"help.text" +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" + +#. ZAKJ9 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121618563772932\n" +"help.text" +msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." +msgstr "" + +#. ZR7AD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121618563454738\n" +"help.text" +msgid "A number." +msgstr "" + +#. BuEML +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id641618564383315\n" +"help.text" +msgid "diffDays = svc.DateDiff('d', date1, date2)" +msgstr "" + +#. qePoV +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id151618564392035\n" +"help.text" +msgid "print(diffDays)" +msgstr "" + +#. KPEWi +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id81589202925519\n" +"help.text" +msgid "The DatePart function returns a specified part of a date." +msgstr "" + +#. ens2Q +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id761618672192231\n" +"help.text" +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" + +#. KuDhD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id61618672313838\n" +"help.text" +msgid "<emph>date</emph>: The date/time from which the result is calculated." +msgstr "" + +#. P3vuB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id511619445271897\n" +"help.text" +msgid "<emph>firstdayofweek, firstweekofyear</emph>: optional parameters that respectively specify the starting day of a week and the starting week of a year, as detailed in above <literal>DateDiff</literal> method." +msgstr "" + +#. 5Yz25 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id791618672371743\n" +"help.text" +msgid "The extracted part for the given date/time." +msgstr "" + +#. Dc9Cs +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121589203370778\n" +"help.text" +msgid "Computes a date value from a date string." +msgstr "" + +#. QwSFJ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id151618673970234\n" +"help.text" +msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functvalue\"/>" +msgstr "" + +#. qTtuh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id441618674018955\n" +"help.text" +msgid "The computed date." +msgstr "" + +#. DGgj3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id931618674563379\n" +"help.text" +msgid "print(dt)" +msgstr "" + +#. GuCbF +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id458161678389887\n" +"help.text" +msgid "Converts a number to a string, and then formats it according to the format that you specify." +msgstr "" + +#. St67G +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id751618825527776\n" +"help.text" +msgid "Formatting Codes" +msgstr "" + +#. G2TzF +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id681618825574599\n" +"help.text" +msgid "Predefined Formats" +msgstr "" + +#. osJdR +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618876389887\n" +"help.text" +msgid "Returns the default context of the process service factory, if existent, else returns a null reference." +msgstr "" + +#. d4EQf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id881618848030897\n" +"help.text" +msgid "<literal>GetDefaultContext</literal> is an alternative to the <link href=\"text/sbasic/python/python_programming.xhp\" name=\"getComponentContext method\">getComponentContext()</link> method available from <literal>XSCRIPTCONTEXT</literal> global variable or from <link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.py module\">uno.py</link> module." +msgstr "" + +#. dk35X +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381618831451271\n" +"help.text" +msgid "The default component context is used, when instantiating services via <literal>XMultiServiceFactory</literal>. See the <literal>Professional UNO</literal> chapter in the Developer's Guide on <link href=\"https://api.libreoffice.org/\" name=\"API Developer's Guide\">api.libreoffice.org</link> for more information." +msgstr "" + +#. LACDh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id154618876389887\n" +"help.text" +msgid "Returns a numerical value that specifies the graphical user interface. This function is only provided for backward compatibility with previous versions." +msgstr "" + +#. SmsEL +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id341618848532640\n" +"help.text" +msgid "Refer to <literal>system()</literal> method from <literal>platform</literal> Python module to <link href=\"text/sbasic/python/python_platform.xhp\" name=\"identify the operating system\">identify the operating system</link>." +msgstr "" + +#. BJTbw +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618876389788\n" +"help.text" +msgid "Returns the operating system-dependent directory separator used to specify file paths." +msgstr "" + +#. BWvPB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id341618848562340\n" +"help.text" +msgid "Use <literal>os.pathsep</literal> from <literal>os</literal> Python module to <link href=\"text/sbasic/python/python_platform.xhp\" name=\"path delimiter\">identify the path separator</link>." +msgstr "" + +#. Jvd3v +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618678389887\n" +"help.text" +msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" +msgstr "" + +#. CEtsQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id251619448108905\n" +"help.text" +msgid "ticks_ini = svc.GetSystemTicks()" +msgstr "" + +#. SG6mf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id181619448111210\n" +"help.text" +msgid "time.sleep(1)" +msgstr "" + +#. MZXnC +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id301619448111744\n" +"help.text" +msgid "ticks_end = svc.GetSystemTicks()" +msgstr "" + +#. dSmH3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id651619448112320\n" +"help.text" +msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" +msgstr "" + +#. Vb2CW +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id61618905164342\n" +"help.text" +msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" +msgstr "" + +#. 7GPZv +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619008398677\n" +"help.text" +msgid "string" +msgstr "" + +#. qRtw5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id751619081201175\n" +"help.text" +msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" +msgstr "" + +#. UgiDk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id261619081319555\n" +"help.text" +msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgstr "" + +#. 42vSm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651618921455396\n" +"help.text" +msgid "For in-depth information please refer to <link href=\"https://wiki.documentfoundation.org/Macros/General/IO_to_Screen\" name=\"Input/Output to Screen with Python\">Input/Output to Screen with Python</link> on the Wiki." +msgstr "" + +#. WMifG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id681618905411293\n" +"help.text" +msgid "<bookmark_value>Basic service;MsgBox</bookmark_value>" +msgstr "" + +#. ogocf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id231618922407948\n" +"help.text" +msgid "Displays a dialog box containing a message and returns an optional value.<br/>MB_xx constants help specify the dialog type, the number and type of buttons to display, plus the icon type. By adding their respective values they form bit patterns, that define the <literal>MsgBox</literal> dialog appearance." +msgstr "" + +#. 5adLA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id711619082902143\n" +"help.text" +msgid "An optional integer as detailed in above <literal>IDxx</literal> properties." +msgstr "" + +#. hvEhT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id791618906935711\n" +"help.text" +msgid "<bookmark_value>Basic service;Now</bookmark_value>" +msgstr "" + +#. 2FAgQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id191619084216660\n" +"help.text" +msgid "Returns the current system date and time as a date/time value." +msgstr "" + +#. qxE2n +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id831618907521168\n" +"help.text" +msgid "<bookmark_value>Basic service;RGB</bookmark_value>" +msgstr "" + +#. vBVsk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id621619448293385\n" +"help.text" +msgid "Returns an integer color value consisting of red, green, and blue components." +msgstr "" + +#. vPBAA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id201619096429785\n" +"help.text" +msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" +msgstr "" + +#. AAeE4 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381619096830033\n" +"help.text" +msgid "integer" +msgstr "" + +#. mAUuG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id81618907851793\n" +"help.text" +msgid "<bookmark_value>Basic service;Xray</bookmark_value>" +msgstr "" + +#. TwoGN +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451619094057178\n" +"help.text" +msgid "Inspect Uno objects or variables." +msgstr "" + +#. 2A4om +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619094660345\n" +"help.text" +msgid "<emph>obj</emph>: A variable or Uno object." +msgstr "" + +#. erHE5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.fileUrlToSystemPath() method\">uno.fileUrlToSystemPath() method</link>" +msgstr "" + +#. GFQ97 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618496841514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.systemPathToFileUrl() method\">uno.systemPathToFileUrl() method</link>" +msgstr "" + +#. fMbAm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id951618554355538\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/Macros/General/IO_to_Screen\" name=\"Input/Output to Screen with Python\">Input/Output to Screen with Python</link> on the wiki" +msgstr "" + +#. uruDr +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id610918486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"XSCRIPTCONTEXT.getComponentContext() method\">XSCRIPTCONTEXT.getComponentContext() method</link>" +msgstr "" + +#. UCnzE +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618484961514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.getComponentContext() method\">uno.getComponentContext() method</link>" +msgstr "" + +#. 5GvY3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901648186941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"platform.system() method\">platform.system() method</link>" +msgstr "" + +#. gsfQT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901816486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"os.pathsep() method\">os.pathsep() method</link>" +msgstr "" + #. RYwFj #: sf_calc.xhp msgctxt "" @@ -4552,13 +5830,13 @@ msgctxt "" msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." msgstr "" -#. 3d6NY +#. Bc97U #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = True)." +msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." msgstr "" #. Gn7AF @@ -4606,6 +5884,15 @@ msgctxt "" msgid "' ... Run queries, SQL statements, ..." msgstr "" +#. AVkg5 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id361619188184750\n" +"help.text" +msgid "The <link href=\"text/sbasic/shared/03/sf_database.xhp#GetDatabase\" name=\"GetDatabase method\">GetDatabase</link> method used in the example above is part of ScriptForge's <literal>Base</literal> service." +msgstr "" + #. EF9Lc #: sf_database.xhp msgctxt "" @@ -12328,13 +13615,13 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. vbWXq +#. BeDqF #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "par_id361598174756160\n" "help.text" -msgid "The <literal>FormControl</literal><literal/> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method." +msgid "The <literal>FormControl</literal> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method." msgstr "" #. FaP92 @@ -16882,6 +18169,33 @@ msgctxt "" msgid "The hexadecimal digits may be prefixed with \"0x\" or \"&H\"." msgstr "" +#. 3WKNf +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id791584008420941\n" +"help.text" +msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." +msgstr "" + +#. JZERm +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id951880048466565\n" +"help.text" +msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" + +#. VgT3x +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id631619526542367\n" +"help.text" +msgid "<literal>True</literal> if the string contains a valid IBAN number." +msgstr "" + #. CcTNk #: sf_string.xhp msgctxt "" diff --git a/source/el/helpcontent2/source/text/scalc/01.po b/source/el/helpcontent2/source/text/scalc/01.po index 5bcb44ccb68..03576096837 100644 --- a/source/el/helpcontent2/source/text/scalc/01.po +++ b/source/el/helpcontent2/source/text/scalc/01.po @@ -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 diff --git a/source/el/helpcontent2/source/text/sdatabase.po b/source/el/helpcontent2/source/text/sdatabase.po index 63da32a3c2e..2d04997a925 100644 --- a/source/el/helpcontent2/source/text/sdatabase.po +++ b/source/el/helpcontent2/source/text/sdatabase.po @@ -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 "" diff --git a/source/el/helpcontent2/source/text/shared/00.po b/source/el/helpcontent2/source/text/shared/00.po index 5936d51595b..3c66a667707 100644 --- a/source/el/helpcontent2/source/text/shared/00.po +++ b/source/el/helpcontent2/source/text/shared/00.po @@ -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 diff --git a/source/el/helpcontent2/source/text/shared/01.po b/source/el/helpcontent2/source/text/shared/01.po index 70c562aa1bf..f287fef0776 100644 --- a/source/el/helpcontent2/source/text/shared/01.po +++ b/source/el/helpcontent2/source/text/shared/01.po @@ -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-07 15:37+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-04 10:37+0000\n" "Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n" "Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/el/>\n" "Language: el\n" @@ -4389,7 +4389,7 @@ msgctxt "" "par_id3146946\n" "help.text" msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</ahelp> </variable> The printing options can vary according to the printer and the operating system that you use." -msgstr "" +msgstr "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Εκτυπώνει το τρέχον έγγραφο, επιλογή, ή τις σελίδες που καθορίζετε. Μπορείτε επίσης να ορίσετε τις επιλογές εκτύπωσης για το τρέχον έγγραφο.</ahelp></variable> Οι επιλογές εκτύπωσης μπορεί να διαφέρουν ανάλογα με τον εκτυπωτή και το λειτουργικό σύστημα που χρησιμοποιείτε." #. Y8AZi #: 01130000.xhp @@ -4515,7 +4515,7 @@ msgctxt "" "hd_id691619139072776\n" "help.text" msgid "Preview checkbox" -msgstr "" +msgstr "Πλαίσιο ελέγχου προεπισκόπησης" #. FbBW7 #: 01130000.xhp @@ -4524,7 +4524,7 @@ msgctxt "" "par_id3150776\n" "help.text" msgid "<ahelp hid=\".\">Turn on or off display of the print preview.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ενεργοποιεί ή απενεργοποιεί την εμφάνιση της προεπισκόπησης εκτύπωσης.</ahelp>" #. VupTf #: 01130000.xhp @@ -4533,7 +4533,7 @@ msgctxt "" "hd_id931619139079209\n" "help.text" msgid "Preview navigation box" -msgstr "" +msgstr "Πλαίσιο πλοήγησης προεπισκόπησης" #. uGPRE #: 01130000.xhp @@ -4542,7 +4542,7 @@ msgctxt "" "par_id3150773\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of page to be shown in the preview in the box or use the arrow buttons to display pages in the preview.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εισάγετε τον αριθμό της σελίδας που θα εμφανίζετε στην προεπισκόπηση στο πλαίσιο, ή χρησιμοποιήστε τα πλήκτρα βέλους για να εμφανίσετε τις σελίδες στην προεπισκόπηση.</ahelp>" #. Zg7aE #: 01130000.xhp @@ -4551,7 +4551,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<ahelp hid=\".\"><widget>🡆</widget> Shows preview of the next page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\"><widget>🡆</widget> Εμφανίζει την προεπισκόπηση της επόμενης σελίδας.</ahelp>" #. fAR3e #: 01130000.xhp @@ -4560,7 +4560,7 @@ msgctxt "" "par_id131619140182489\n" "help.text" msgid "<widget>⯮</widget> Shows preview of the last page." -msgstr "" +msgstr "<widget>⯮</widget> εμφανίζει την προεπισκόπηση της τελευταίας σελίδας." #. Ge5HC #: 01130000.xhp @@ -4569,7 +4569,7 @@ msgctxt "" "par_id3150775\n" "help.text" msgid "<ahelp hid=\".\"><widget>🡄</widget> Shows preview of the previous page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\"><widget>🡄</widget> Εμφανίζει την προεπισκόπηση της προηγούμενης σελίδας.</ahelp>" #. mBis5 #: 01130000.xhp @@ -4578,7 +4578,7 @@ msgctxt "" "par_id711619140188690\n" "help.text" msgid "<widget>⯬</widget> Shows preview of the first page." -msgstr "" +msgstr "<widget>⯬</widget> Εμφανίζει την προεπισκόπηση της πρώτης σελίδας." #. y5JqS #: 01130000.xhp @@ -4605,7 +4605,7 @@ msgctxt "" "hd_id861619196034872\n" "help.text" msgid "Printer" -msgstr "" +msgstr "Εκτυπωτής" #. 5hiFP #: 01130000.xhp @@ -4614,7 +4614,7 @@ msgctxt "" "par_id3149511\n" "help.text" msgid "<ahelp hid=\".\">The list box shows the installed printers. Click the printer to use for the current print job.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Το πλαίσιο καταλόγου εμφανίζει τους εγκατεστημένους εκτυπωτές. Πατήστε τον εκτυπωτή που θα χρησιμοποιήσετε για την τρέχουσα εργασία εκτύπωσης.</ahelp>" #. 9CQRU #: 01130000.xhp @@ -4623,7 +4623,7 @@ msgctxt "" "hd_id111619248846947\n" "help.text" msgid "Status" -msgstr "" +msgstr "Κατάσταση" #. Kfwra #: 01130000.xhp @@ -4632,7 +4632,7 @@ msgctxt "" "par_id42\n" "help.text" msgid "<ahelp hid=\".\">Shows the availability of the selected printer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εμφανίζει τη διαθεσιμότητα του επιλεγμένου εκτυπωτή.</ahelp>" #. vEyiG #: 01130000.xhp @@ -4641,7 +4641,7 @@ msgctxt "" "hd_id851619198158428\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Ιδιότητες" #. ZMfYb #: 01130000.xhp @@ -4650,7 +4650,7 @@ msgctxt "" "par_id3156113\n" "help.text" msgid "<ahelp hid=\".\">Opens the <emph>Printer Properties</emph> dialog. The printer properties vary according to the printer that you select.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ανοίγει τον διάλογο <emph>Ιδιότητες εκτυπωτή</emph>. Οι ιδιότητες εκτυπωτή ποικίλουν ανάλογα με τον εκτυπωτή που επιλέξατε.</ahelp>" #. TXTqq #: 01130000.xhp @@ -4659,7 +4659,7 @@ msgctxt "" "hd_id301619196931584\n" "help.text" msgid "Range and copies" -msgstr "" +msgstr "Περιοχή και αντίγραφα" #. CjmAo #: 01130000.xhp @@ -4668,7 +4668,7 @@ msgctxt "" "hd_id411619223685491\n" "help.text" msgid "All pages" -msgstr "" +msgstr "Όλες οι σελίδες" #. REG4m #: 01130000.xhp @@ -4677,7 +4677,7 @@ msgctxt "" "par_id3149164\n" "help.text" msgid "<ahelp hid=\".\">Prints the entire document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει όλο το έγγραφο.</ahelp>" #. miCEv #: 01130000.xhp @@ -4686,7 +4686,7 @@ msgctxt "" "hd_id471619223699982\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Σελίδες" #. TzCg9 #: 01130000.xhp @@ -4695,7 +4695,7 @@ msgctxt "" "par_id3152944\n" "help.text" msgid "<ahelp hid=\".\">Prints only the pages or slides that you specify in the <emph>Pages</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει μόνο τις σελίδες ή τις διαφάνειες που ορίζετε στο πλαίσιο <emph>Σελίδες</emph>.</ahelp>" #. qBArg #: 01130000.xhp @@ -4704,7 +4704,7 @@ msgctxt "" "hd_id991619223714871\n" "help.text" msgid "Selection" -msgstr "" +msgstr "Επιλογή" #. Abtm6 #: 01130000.xhp @@ -4713,7 +4713,7 @@ msgctxt "" "par_id3150244\n" "help.text" msgid "<ahelp hid=\".\">Prints only the selected area(s) or object(s) in the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει μόνο τις επιλεγμένες περιοχές ή αντικείμενα στο τρέχον έγγραφο.</ahelp>" #. T9g4h #: 01130000.xhp @@ -4722,7 +4722,7 @@ msgctxt "" "par_id3146848\n" "help.text" msgid "<ahelp hid=\".\">To print a range of pages, use a format like <item type=\"input\">3-6</item>. To print single pages, use a format like <item type=\"input\">7;9;11</item>. You can print a combination of page ranges and single pages, by using a format like <item type=\"input\">3-6;8;10;12</item>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Για να εκτυπώσετε μια περιοχή σελίδων, χρησιμοποιήστε μια μορφή όπως <item type=\"input\">3-6</item>. Για να εκτυπώσετε μεμονωμένες σελίδες, χρησιμοποιήστε μια μορφή όπως <item type=\"input\">7;9;11</item>. Μπορείτε να εκτυπώσετε έναν συνδυασμό περιοχών σελίδων και μεμονωμένων σελίδων, χρησιμοποιώντας μια μορφή όπως <item type=\"input\">3-6;8;10;12</item>.</ahelp>" #. cWoxT #: 01130000.xhp @@ -4731,7 +4731,7 @@ msgctxt "" "hd_id461619223744867\n" "help.text" msgid "Include" -msgstr "" +msgstr "Συμπερίληψη" #. gaieA #: 01130000.xhp @@ -4740,7 +4740,7 @@ msgctxt "" "par_id271619217217310\n" "help.text" msgid "Select the subset of pages to print. Possible values are:" -msgstr "" +msgstr "Επιλέξτε το υποσύνολο των σελίδων εκτύπωσης. Πιθανές τιμές είναι:" #. JKSDi #: 01130000.xhp @@ -4749,7 +4749,7 @@ msgctxt "" "par_id911619217484736\n" "help.text" msgid "<emph>Even pages</emph>:" -msgstr "" +msgstr "<emph>Ζυγές σελίδες</emph>:" #. sXLHa #: 01130000.xhp @@ -4758,7 +4758,7 @@ msgctxt "" "par_id3152945\n" "help.text" msgid "<ahelp hid=\".\">Prints only even numbered pages or slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει μόνο τις ζυγές αριθμημένες σελίδες ή διαφάνειες.</ahelp>" #. RJUdz #: 01130000.xhp @@ -4767,7 +4767,7 @@ msgctxt "" "par_id41619217998664\n" "help.text" msgid "<emph>Odd pages</emph>:" -msgstr "" +msgstr "<emph>Μονές σελίδες</emph>:" #. xkay5 #: 01130000.xhp @@ -4776,7 +4776,7 @@ msgctxt "" "par_id3152946\n" "help.text" msgid "<ahelp hid=\".\">Prints only odd numbered pages or slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει μόνο τις μονές αριθμημένες σελίδες ή διαφάνειες.</ahelp>" #. oYaBB #: 01130000.xhp @@ -4785,7 +4785,7 @@ msgctxt "" "par_id171619218364989\n" "help.text" msgid "<emph>Odd and even pages</emph>:" -msgstr "" +msgstr "<emph>Μονές και ζυγές σελίδες</emph>:" #. fevn9 #: 01130000.xhp @@ -4794,7 +4794,7 @@ msgctxt "" "par_id421619222542753\n" "help.text" msgid "Prints the entire document." -msgstr "" +msgstr "Εκτυπώνει όλο το έγγραφο." #. 4EEe3 #: 01130000.xhp @@ -4803,15 +4803,15 @@ msgctxt "" "hd_id881619225348934\n" "help.text" msgid "From which" -msgstr "" +msgstr "Από" -#. 8bGAj +#. tHVZf #: 01130000.xhp msgctxt "" "01130000.xhp\n" "par_id35\n" "help.text" -msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible valuer are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>." +msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible values are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>." msgstr "" #. fGCJk @@ -4821,7 +4821,7 @@ msgctxt "" "hd_id681619223767221\n" "help.text" msgid "Paper sides" -msgstr "" +msgstr "Πλευρές χαρτιού" #. KPPih #: 01130000.xhp @@ -4830,7 +4830,7 @@ msgctxt "" "par_id3150772\n" "help.text" msgid "<ahelp hid=\".\">If the printer is capable of duplex printing it's possible to choose between using only one side of the paper or both.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εάν ο εκτυπωτής μπορεί αμφίδρομη εκτύπωση μπορείτε να επιλέξετε μεταξύ της χρήσης μόνο μιας πλευράς του χαρτιού ή και των δύο.</ahelp>" #. cnnat #: 01130000.xhp @@ -4839,7 +4839,7 @@ msgctxt "" "hd_id851619223781119\n" "help.text" msgid "Number of copies" -msgstr "" +msgstr "Αριθμός αντιγράφων" #. qCXzM #: 01130000.xhp @@ -4848,7 +4848,7 @@ msgctxt "" "par_id3145069\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of copies that you want to print.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εισάγετε τον αριθμό αντιγράφων που θέλετε να εκτυπώσετε.</ahelp>" #. rLgis #: 01130000.xhp @@ -4857,7 +4857,7 @@ msgctxt "" "hd_id931619223793984\n" "help.text" msgid "Collate" -msgstr "" +msgstr "Συρραφή" #. 8NLFW #: 01130000.xhp @@ -4866,7 +4866,7 @@ msgctxt "" "par_id3150865\n" "help.text" msgid "<ahelp hid=\".\">Preserves the page order of the original document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Διατηρεί τη σειρά των σελίδων του αρχικού εγγράφου.</ahelp>" #. Um8wH #: 01130000.xhp @@ -4875,7 +4875,7 @@ msgctxt "" "hd_id681619223806762\n" "help.text" msgid "Create separated prints jobs for collated output" -msgstr "" +msgstr "Δημιουργία ξεχωριστών εργασιών εκτύπωσης για έξοδο με συρραφή" #. AzCAN #: 01130000.xhp @@ -4884,7 +4884,7 @@ msgctxt "" "par_id38\n" "help.text" msgid "<ahelp hid=\".\">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Σημειώστε για να μη βασίζεστε στον εκτυπωτή για να δημιουργήσει αντίγραφα με συρραφή, αλλά για να δημιουργήσετε μια εργασία εκτύπωσης για κάθε αντίγραφο.</ahelp>" #. GLMNy #: 01130000.xhp @@ -4893,7 +4893,7 @@ msgctxt "" "hd_id741619223818619\n" "help.text" msgid "Print in reverse order" -msgstr "" +msgstr "Εκτύπωση σε αντίστροφη σειρά" #. PqdCW #: 01130000.xhp @@ -4902,7 +4902,7 @@ msgctxt "" "par_id40\n" "help.text" msgid "<ahelp hid=\".\">Check to print pages in reverse order.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Σημειώστε για να εκτυπώσετε τις σελίδες με αντίστροφη σειρά.</ahelp>" #. RbXJE #: 01130000.xhp @@ -4947,7 +4947,7 @@ msgctxt "" "hd_id671619223836561\n" "help.text" msgid "Paper size" -msgstr "" +msgstr "Μέγεθος χαρτιού" #. BhLDa #: 01130000.xhp @@ -4956,7 +4956,7 @@ msgctxt "" "par_id67\n" "help.text" msgid "<ahelp hid=\".\">Set the paper size you would like to use. The preview will show how the document would look on a paper of the given size.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ορίστε το μέγεθος χαρτιού που θα θέλατε να χρησιμοποιήσετε. Η προεπισκόπηση θα δείξει πώς θα φαίνεται το έγγραφο σε χαρτί του δεδομένου μεγέθους.</ahelp>" #. t4E2n #: 01130000.xhp @@ -4965,7 +4965,7 @@ msgctxt "" "hd_id761619223624028\n" "help.text" msgid "Orientation" -msgstr "" +msgstr "Προσανατολισμός" #. kYfn6 #: 01130000.xhp @@ -4974,7 +4974,7 @@ msgctxt "" "par_id54\n" "help.text" msgid "<ahelp hid=\".\">Select the orientation of the paper.</ahelp> Possible values are <emph>Portrait</emph> and <emph>Landscape</emph>." -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε τον προσανατολισμό του χαρτιού.</ahelp> Πιθανές τιμές είναι <emph>Κάθετα</emph> και <emph>Οριζόντια</emph>." #. f9QFr #: 01130000.xhp @@ -4983,7 +4983,7 @@ msgctxt "" "hd_id361619224024788\n" "help.text" msgid "Pages per sheet" -msgstr "" +msgstr "Σελίδες ανά φύλλο" #. j5XaE #: 01130000.xhp @@ -4992,7 +4992,7 @@ msgctxt "" "par_id66\n" "help.text" msgid "<ahelp hid=\".\">Print multiple pages per sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώστε πολλές σελίδες ανά φύλλο χαρτιού.</ahelp>" #. 9GdoC #: 01130000.xhp @@ -5001,7 +5001,7 @@ msgctxt "" "par_id64\n" "help.text" msgid "<ahelp hid=\".\">Select how many pages to print per sheet of paper.</ahelp> When the number of pages is set to <emph>Custom</emph>, then the following settings shows:" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε πόσες σελίδες θα εκτυπώσετε ανά φύλλο χαρτιού.</ahelp> Όταν ο αριθμός των σελίδων ορίζεται σε <emph>Προσαρμοσμένο</emph>, τότε εμφανίζονται οι παρακάτω ρυθμίσεις:" #. FjtoQ #: 01130000.xhp @@ -5010,7 +5010,7 @@ msgctxt "" "hd_id601619252410880\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Σελίδες" #. GFW9D #: 01130000.xhp @@ -5019,7 +5019,7 @@ msgctxt "" "par_id60\n" "help.text" msgid "<ahelp hid=\".\">Select number of rows.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε τον αριθμό των γραμμών.</ahelp>" #. LLnTE #: 01130000.xhp @@ -5028,7 +5028,7 @@ msgctxt "" "hd_id171619252415823\n" "help.text" msgid "By" -msgstr "" +msgstr "Κατά" #. SwKoG #: 01130000.xhp @@ -5037,7 +5037,7 @@ msgctxt "" "par_id62\n" "help.text" msgid "<ahelp hid=\".\">Select number of columns.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε τον αριθμό των στηλών.</ahelp>" #. UWUeY #: 01130000.xhp @@ -5046,7 +5046,7 @@ msgctxt "" "hd_id821619252526953\n" "help.text" msgid "Margin" -msgstr "" +msgstr "Περιθώριο" #. CNbo4 #: 01130000.xhp @@ -5055,7 +5055,7 @@ msgctxt "" "par_id56\n" "help.text" msgid "<ahelp hid=\".\">Select margin between the printed pages and paper edge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε το περιθώριο μεταξύ των τυπωμένων σελίδων και της άκρης του χαρτιού.</ahelp>" #. 3DJq7 #: 01130000.xhp @@ -5064,7 +5064,7 @@ msgctxt "" "hd_id571619252531670\n" "help.text" msgid "Distance" -msgstr "" +msgstr "Απόσταση" #. KLGHJ #: 01130000.xhp @@ -5073,7 +5073,7 @@ msgctxt "" "par_id58\n" "help.text" msgid "<ahelp hid=\".\">Select margin between individual pages on each sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε το περιθώριο μεταξύ μεμονωμένων σελίδων σε κάθε φύλλο του χαρτιού.</ahelp>" #. uA962 #: 01130000.xhp @@ -5082,7 +5082,7 @@ msgctxt "" "hd_id361619224237112\n" "help.text" msgid "Order" -msgstr "" +msgstr "Σειρά" #. wbSAY #: 01130000.xhp @@ -5091,7 +5091,7 @@ msgctxt "" "par_id52\n" "help.text" msgid "<ahelp hid=\".\">Select order in which pages are to be printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε τη σειρά εκτύπωσης των σελίδων.</ahelp>" #. YZyuh #: 01130000.xhp @@ -5100,7 +5100,7 @@ msgctxt "" "hd_id441619224400473\n" "help.text" msgid "Draw a border on each page" -msgstr "" +msgstr "Σχεδίαση περιγράμματος σε κάθε σελίδα" #. u2CAQ #: 01130000.xhp @@ -5109,7 +5109,7 @@ msgctxt "" "par_id50\n" "help.text" msgid "<ahelp hid=\".\">Check to draw a border around each page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Σημειώστε για να σχεδιάσετε περίγραμμα γύρω από κάθε σελίδα.</ahelp>" #. 4pXmQ #: 01130000.xhp @@ -5118,7 +5118,7 @@ msgctxt "" "hd_id721619225074805\n" "help.text" msgid "Brochure" -msgstr "" +msgstr "Διαφημιστικό φυλλάδιο" #. AAxay #: 01130000.xhp @@ -5127,7 +5127,7 @@ msgctxt "" "par_id46\n" "help.text" msgid "<ahelp hid=\".\">Select the Brochure option to print the document in brochure format.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε την επιλογή φυλλαδίου για να εκτυπώσετε το έγγραφο σε μορφή φυλλαδίου.</ahelp>" #. pXDQy #: 01130000.xhp @@ -5136,7 +5136,7 @@ msgctxt "" "hd_id301619226508197\n" "help.text" msgid "%PRODUCTNAME Writer" -msgstr "" +msgstr "%PRODUCTNAME Writer" #. kL5L3 #: 01130000.xhp @@ -5145,7 +5145,7 @@ msgctxt "" "hd_id151619228134803\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Περιεχόμενα" #. dmGqR #: 01130000.xhp @@ -5154,7 +5154,7 @@ msgctxt "" "hd_id281619228113353\n" "help.text" msgid "Page Background" -msgstr "" +msgstr "Παρασκήνιο σελίδας" #. zHjsd #: 01130000.xhp @@ -5163,7 +5163,7 @@ msgctxt "" "par_id2\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print colors and objects that are inserted to the background of the page, which you have specified under <emph>Format - Page - Background</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπωθούν χρώματα και αντικείμενα που εισάγονται στο παρασκήνιο της σελίδας, που έχετε καθορίσει στο <emph>Μορφή - Σελίδα - Παρασκήνιο</emph>.</ahelp>" #. XFGTG #: 01130000.xhp @@ -5172,7 +5172,7 @@ msgctxt "" "hd_id901619228194194\n" "help.text" msgid "Images and other graphic objects" -msgstr "" +msgstr "Εικόνες και άλλα αντικείμενα γραφικών" #. EdPqS #: 01130000.xhp @@ -5181,7 +5181,7 @@ msgctxt "" "par_id4\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether the graphics and drawings or OLE objects of your text document are printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν τα γραφικά και τα σχέδια ή αντικείμενα OLE των εγγράφων κειμένου σας θα εκτυπωθούν.</ahelp>" #. EnnB3 #: 01130000.xhp @@ -5190,7 +5190,7 @@ msgctxt "" "hd_id611619228309367\n" "help.text" msgid "Hidden text" -msgstr "" +msgstr "Κρυφό κείμενο" #. u6pRd #: 01130000.xhp @@ -5199,7 +5199,7 @@ msgctxt "" "par_id6\n" "help.text" msgid "<ahelp hid=\".\">Enable this option to print text that is marked as hidden.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ενεργοποιήστε αυτήν την επιλογή εκτύπωσης κειμένου που είναι σημειωμένη ως κρυφή.</ahelp>" #. zzL7D #: 01130000.xhp @@ -5208,7 +5208,7 @@ msgctxt "" "hd_id191619228341147\n" "help.text" msgid "Text placeholders" -msgstr "" +msgstr "Δεσμευτικά θέσης κειμένου" #. nzAik #: 01130000.xhp @@ -5217,7 +5217,7 @@ msgctxt "" "par_id8\n" "help.text" msgid "<ahelp hid=\".\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ενεργοποιήστε αυτήν την επιλογή για να εκτυπώσετε δεσμευτικά θέσης κειμένου. Απενεργοποιήστε αυτήν την επιλογή για να αφήσετε τα δεσμευτικά θέσης κειμένου κενά στην εκτύπωση.</ahelp>" #. Z4n9R #: 01130000.xhp @@ -5226,7 +5226,7 @@ msgctxt "" "hd_id331619228370432\n" "help.text" msgid "Form controls" -msgstr "" +msgstr "Στοιχεία ελέγχου φόρμας" #. PNxji #: 01130000.xhp @@ -5235,7 +5235,7 @@ msgctxt "" "par_id10\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether the form control fields of the text document are printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν τα πεδία στοιχείων ελέγχου φόρμας του εγγράφου κειμένου θα εκτυπωθούν.</ahelp>" #. CRYB6 #: 01130000.xhp @@ -5244,7 +5244,7 @@ msgctxt "" "hd_id471619228416830\n" "help.text" msgid "Comments" -msgstr "" +msgstr "Σχόλια" #. e6uax #: 01130000.xhp @@ -5253,7 +5253,7 @@ msgctxt "" "par_id16\n" "help.text" msgid "<ahelp hid=\".\">Specify where to print comments (if any).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">καθορίστε που θα εκτυπωθούν σχόλια (εάν υπάρχουν).</ahelp>" #. APiC3 #: 01130000.xhp @@ -5262,7 +5262,7 @@ msgctxt "" "hd_id321619228471188\n" "help.text" msgid "Color" -msgstr "" +msgstr "Χρώμα" #. 3DMF7 #: 01130000.xhp @@ -5271,7 +5271,7 @@ msgctxt "" "hd_id541619228499071\n" "help.text" msgid "Print text in black" -msgstr "" +msgstr "Κείμενο εκτύπωσης σε μαύρο" #. axxMA #: 01130000.xhp @@ -5280,7 +5280,7 @@ msgctxt "" "par_id12\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to always print text in black.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">καθορίζει εάν θα εκτυπώνεται πάντα το κείμενο σε μαύρο.</ahelp>" #. LibL9 #: 01130000.xhp @@ -5289,7 +5289,7 @@ msgctxt "" "hd_id161619228522978\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Σελίδες" #. XFLzA #: 01130000.xhp @@ -5298,7 +5298,7 @@ msgctxt "" "hd_id281619228561327\n" "help.text" msgid "Print automatically inserted blank pages" -msgstr "" +msgstr "Αυτόματη εκτύπωση εισαγόμενων κενών σελίδων" #. CJP6W #: 01130000.xhp @@ -5307,7 +5307,7 @@ msgctxt "" "par_id14\n" "help.text" msgid "<ahelp hid=\".\">If this option is enabled automatically inserted blank pages are printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to print that even numbered page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εάν αυτή η επιλογή είναι ενεργή εκτυπώνονται οι αυτόματα εισαγόμενες σελίδες. Αυτό είναι βέλτιστο εάν εκτυπώνετε σε διπλή όψη. Παραδείγματος χάρη, σε ένα βιβλίο, μια τεχνοτροπία παραγράφου \"κεφαλαίου\" έχει οριστεί να αρχίζει πάντα με μονό αριθμό σελίδας. Εάν το προηγούμενο κεφάλαιο τελειώνει με μονή σελίδα, το %PRODUCTNAME εισάγει μια κενή σελίδα ζυγής αρίθμησης. Αυτή η επιλογή ελέγχει εάν θα εκτυπωθεί αυτή η σελίδα με ζυγό αριθμό.</ahelp>" #. ZuEDx #: 01130000.xhp @@ -5316,7 +5316,7 @@ msgctxt "" "hd_id871619229199189\n" "help.text" msgid "%PRODUCTNAME Calc" -msgstr "" +msgstr "%PRODUCTNAME Calc" #. BfvLp #: 01130000.xhp @@ -5325,7 +5325,7 @@ msgctxt "" "hd_id621619229204878\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Σελίδες" #. BJyDF #: 01130000.xhp @@ -5334,7 +5334,7 @@ msgctxt "" "hd_id631619229209903\n" "help.text" msgid "Suppress output of empty pages" -msgstr "" +msgstr "Καταργεί την έξοδο κενών σελίδων" #. bgYTe #: 01130000.xhp @@ -5343,7 +5343,7 @@ msgctxt "" "par_id34\n" "help.text" msgid "<ahelp hid=\".\">If checked empty pages that have no cell contents or draw objects are not printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εάν σημειωθεί, τότε οι κενές σελίδες που δεν έχουν περιεχόμενα κελιών ή αντικειμένων σχεδίασης δεν εκτυπώνονται.</ahelp>" #. pEqzQ #: 01130000.xhp @@ -5352,7 +5352,7 @@ msgctxt "" "hd_id121619249312306\n" "help.text" msgid "%PRODUCTNAME Impress" -msgstr "" +msgstr "%PRODUCTNAME Impress" #. NNAg6 #: 01130000.xhp @@ -5361,7 +5361,7 @@ msgctxt "" "hd_id191619249318059\n" "help.text" msgid "Document" -msgstr "" +msgstr "Έγγραφο" #. HCE3W #: 01130000.xhp @@ -5370,7 +5370,7 @@ msgctxt "" "hd_id151619249336236\n" "help.text" msgid "Type" -msgstr "" +msgstr "Τύπος" #. siLoT #: 01130000.xhp @@ -5379,7 +5379,7 @@ msgctxt "" "par_id68\n" "help.text" msgid "<ahelp hid=\".\">Select which parts of the document should be printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε ποια μέρη του εγγράφου πρέπει να εκτυπωθούν.</ahelp>" #. ENzUv #: 01130000.xhp @@ -5388,7 +5388,7 @@ msgctxt "" "hd_id481619249411436\n" "help.text" msgid "Slides per page" -msgstr "" +msgstr "Διαφάνειες ανά σελίδα" #. jCCGW #: 01130000.xhp @@ -5397,7 +5397,7 @@ msgctxt "" "par_id70\n" "help.text" msgid "<ahelp hid=\".\">Select how many slides to print per page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Επιλέξτε πόσες διαφάνειες θα εκτυπωθούν ανά σελίδα.</ahelp>" #. UMABP #: 01130000.xhp @@ -5406,7 +5406,7 @@ msgctxt "" "hd_id551619249466371\n" "help.text" msgid "Order" -msgstr "" +msgstr "Σειρά" #. EFRwZ #: 01130000.xhp @@ -5415,7 +5415,7 @@ msgctxt "" "par_id72\n" "help.text" msgid "<ahelp hid=\".\">Specify how to arrange slides on the printed page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει τη διάταξη των διαφανειών στην εκτυπωμένη σελίδα.</ahelp>" #. EaCD6 #: 01130000.xhp @@ -5424,7 +5424,7 @@ msgctxt "" "hd_id381619249533203\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Περιεχόμενα" #. pPE9M #: 01130000.xhp @@ -5433,7 +5433,7 @@ msgctxt "" "hd_id51619249550596\n" "help.text" msgid "Slide name" -msgstr "" +msgstr "Όνομα διαφάνειας" #. HXyPD #: 01130000.xhp @@ -5442,7 +5442,7 @@ msgctxt "" "par_id74\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the page name of a document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπώνεται το όνομα της σελίδας ενός εγγράφου.</ahelp>" #. yo7rN #: 01130000.xhp @@ -5451,7 +5451,7 @@ msgctxt "" "hd_id301619249622789\n" "help.text" msgid "Date and time" -msgstr "" +msgstr "Ημερομηνία και χρόνος" #. EAB8Q #: 01130000.xhp @@ -5460,7 +5460,7 @@ msgctxt "" "par_id76\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the current date and time.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπώνεται η τρέχουσα ημερομηνία και ώρα.</ahelp>" #. eNaEf #: 01130000.xhp @@ -5469,7 +5469,7 @@ msgctxt "" "hd_id161619249643209\n" "help.text" msgid "Hidden pages" -msgstr "" +msgstr "Κρυφές σελίδες" #. n8vJH #: 01130000.xhp @@ -5478,7 +5478,7 @@ msgctxt "" "par_id78\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the pages that are currently hidden.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπώνονται οι σελίδες που είναι προς το παρόν κρυφές.</ahelp>" #. bvwT2 #: 01130000.xhp @@ -5487,7 +5487,7 @@ msgctxt "" "hd_id891619249661371\n" "help.text" msgid "Color" -msgstr "" +msgstr "Χρώμα" #. pnfBm #: 01130000.xhp @@ -5496,7 +5496,7 @@ msgctxt "" "hd_id781619249791597\n" "help.text" msgid "Original colors" -msgstr "" +msgstr "Αρχικά χρώματα" #. pXcAY #: 01130000.xhp @@ -5505,7 +5505,7 @@ msgctxt "" "par_id80\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print in original colors.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει την εκτύπωση των αρχικών χρωμάτων.</ahelp>" #. ofUbA #: 01130000.xhp @@ -5514,7 +5514,7 @@ msgctxt "" "hd_id281619249798140\n" "help.text" msgid "Grayscale" -msgstr "" +msgstr "Διαβαθμίσεις του γκρίζου" #. A4gn3 #: 01130000.xhp @@ -5523,7 +5523,7 @@ msgctxt "" "par_id82\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print colors as grayscale.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει την εκτύπωσης των χρωμάτων ως αποχρώσεις του γκρίζου.</ahelp>" #. XSFDN #: 01130000.xhp @@ -5532,7 +5532,7 @@ msgctxt "" "hd_id191619249805910\n" "help.text" msgid "Black and white" -msgstr "" +msgstr "Ασπρόμαυρο" #. TToES #: 01130000.xhp @@ -5541,7 +5541,7 @@ msgctxt "" "par_id84\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print colors as black and white.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει την εκτύπωση των χρωμάτων ως ασπρόμαυρο.</ahelp>" #. wEhtB #: 01130000.xhp @@ -5550,7 +5550,7 @@ msgctxt "" "hd_id841619249950074\n" "help.text" msgid "Size" -msgstr "" +msgstr "Μέγεθος" #. sBQ47 #: 01130000.xhp @@ -5559,7 +5559,7 @@ msgctxt "" "par_id86\n" "help.text" msgid "<ahelp hid=\".\">Specify how to scale slides in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίστε την κλιμάκωση των διαφανειών στην εκτύπωση.</ahelp>" #. jDBFB #: 01130000.xhp @@ -5568,7 +5568,7 @@ msgctxt "" "hd_id961619249977935\n" "help.text" msgid "Original size" -msgstr "" +msgstr "Αρχικό μέγεθος" #. VqWUF #: 01130000.xhp @@ -5577,7 +5577,7 @@ msgctxt "" "par_id88\n" "help.text" msgid "<ahelp hid=\".\">Specifies that you do not want to further scale pages when printing.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει τι να κάνετε για παραπέρα κλιμάκωση των σελίδων κατά την εκτύπωση.</ahelp>" #. YwpHU #: 01130000.xhp @@ -5586,7 +5586,7 @@ msgctxt "" "hd_id881619250251781\n" "help.text" msgid "Fit to printable page" -msgstr "" +msgstr "Προσαρμογή στην εκτυπώσιμη σελίδα" #. 29T6Y #: 01130000.xhp @@ -5595,7 +5595,7 @@ msgctxt "" "par_id90\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα ελαττώνονται τα αντικείμενα που είναι πέρα από τα όρια του τρέχοντος εκτυπωτή, έτσι ώστε να ταιριάζουν στο χαρτί στον εκτυπωτή.</ahelp>" #. 2JXtq #: 01130000.xhp @@ -5604,7 +5604,7 @@ msgctxt "" "hd_id251619250401542\n" "help.text" msgid "Distribute on multiple sheets of paper" -msgstr "" +msgstr "Κατανομή σε πολλά φύλλα χαρτιού" #. L9mDm #: 01130000.xhp @@ -5613,7 +5613,7 @@ msgctxt "" "par_id651619261328941\n" "help.text" msgid "Prints a large format document, such as a poster or banner, by distributing the document page across multiple sheets of paper. The distribution option calculates how many sheets of paper are needed. You can then piece together the sheets." -msgstr "" +msgstr "Εκτυπώνει μια μεγάλη μορφή εγγράφου, όπως αφίσες ή πανό, κατανέμοντας τη σελίδα του εγγράφου σε πολλά φύλλα χαρτιού. Η επιλογή κατανομής υπολογίζει πόσα φύλλα χαρτιά απαιτούνται. Μπορείτε τότε να ενώνετε μαζί τα φύλλα." #. b4DKX #: 01130000.xhp @@ -5622,7 +5622,7 @@ msgctxt "" "hd_id361619250241828\n" "help.text" msgid "Tile sheet of paper with repeated slides" -msgstr "" +msgstr "Παράθεση φύλλων χαρτιού με επαναλαμβανόμενες διαφάνειες" #. xeGdL #: 01130000.xhp @@ -5631,7 +5631,7 @@ msgctxt "" "par_id92\n" "help.text" msgid "<ahelp hid=\".\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, repeat the pages or slides on one sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει ότι οι σελίδες που θα εκτυπωθούν είσαι σε μορφή παράθεσης. Εάν οι σελίδες ή οι διαφάνειες είναι μικρότερες από χαρτί, επανάληψη των σελίδων ή των διαφανειών σε ένα φύλλο χαρτιού.</ahelp>" #. bqBAq #: 01130000.xhp @@ -5640,7 +5640,7 @@ msgctxt "" "hd_id331619250751054\n" "help.text" msgid "%PRODUCTNAME Draw" -msgstr "" +msgstr "%PRODUCTNAME Draw" #. AFDk9 #: 01130000.xhp @@ -5649,7 +5649,7 @@ msgctxt "" "hd_id571619250850474\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Περιεχόμενα" #. DXT5F #: 01130000.xhp @@ -5658,7 +5658,7 @@ msgctxt "" "hd_id551619250976409\n" "help.text" msgid "Page name" -msgstr "" +msgstr "Όνομα σελίδας" #. nEBGA #: 01130000.xhp @@ -5667,7 +5667,7 @@ msgctxt "" "par_id74d\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the page name of a document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπώνεται το όνομα της σελίδας ενός εγγράφου.</ahelp>" #. s3pqB #: 01130000.xhp @@ -5676,7 +5676,7 @@ msgctxt "" "hd_id301619249624789\n" "help.text" msgid "Date and time" -msgstr "" +msgstr "Ημερομηνία και χρόνος" #. Pv7FE #: 01130000.xhp @@ -5685,7 +5685,7 @@ msgctxt "" "par_id76d\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the current date and time.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα εκτυπώνεται η τρέχουσα ημερομηνία και ώρα.</ahelp>" #. HWosa #: 01130000.xhp @@ -5694,7 +5694,7 @@ msgctxt "" "hd_id701619228767584\n" "help.text" msgid "%PRODUCTNAME Math" -msgstr "" +msgstr "%PRODUCTNAME Math" #. pEHHB #: 01130000.xhp @@ -5703,7 +5703,7 @@ msgctxt "" "hd_id211619228847233\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Περιεχόμενα" #. fFkuh #: 01130000.xhp @@ -5712,7 +5712,7 @@ msgctxt "" "hd_id231619228825239\n" "help.text" msgid "Title" -msgstr "" +msgstr "Τίτλος" #. qi7gG #: 01130000.xhp @@ -5721,7 +5721,7 @@ msgctxt "" "par_id20\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether you want the name of the document to be included in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θέλετε να συμπεριλαμβάνετε το όνομα του εγγράφου στην εκτύπωση.</ahelp>" #. jHaEZ #: 01130000.xhp @@ -5730,7 +5730,7 @@ msgctxt "" "hd_id881619228869444\n" "help.text" msgid "Formula text" -msgstr "" +msgstr "Κείμενο τύπου" #. Dsf8x #: 01130000.xhp @@ -5739,7 +5739,7 @@ msgctxt "" "par_id22\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Καθορίζει εάν θα συμπεριλαμβάνονται τα περιεχόμενα του παραθύρου <emph>Εντολές</emph> στο τέλος της εκτύπωσης.</ahelp>" #. 3KzTB #: 01130000.xhp @@ -5748,7 +5748,7 @@ msgctxt "" "hd_id881619228899408\n" "help.text" msgid "Borders" -msgstr "" +msgstr "Περιγράμματα" #. oWquw #: 01130000.xhp @@ -5757,7 +5757,7 @@ msgctxt "" "par_id24\n" "help.text" msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εφαρμόζει ένα λεπτό περίγραμμα στην περιοχή τύπου στην εκτύπωση.</ahelp>" #. gCfBu #: 01130000.xhp @@ -5766,7 +5766,7 @@ msgctxt "" "hd_id611619228924916\n" "help.text" msgid "Size" -msgstr "" +msgstr "Μέγεθος" #. CwNL2 #: 01130000.xhp @@ -5775,7 +5775,7 @@ msgctxt "" "hd_id121619228944470\n" "help.text" msgid "Original size" -msgstr "" +msgstr "Αρχικό μέγεθος" #. i9ApX #: 01130000.xhp @@ -5784,7 +5784,7 @@ msgctxt "" "par_id26\n" "help.text" msgid "<ahelp hid=\".\">Prints the formula without adjusting the current font size.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εκτυπώνει τον τύπο χωρίς προσαρμογή του τρέχοντος μεγέθους της γραμματοσειράς.</ahelp>" #. QCwXG #: 01130000.xhp @@ -5793,7 +5793,7 @@ msgctxt "" "hd_id651619228968578\n" "help.text" msgid "Fit to page" -msgstr "" +msgstr "Προσαρμογή στη σελίδα" #. R9DFL #: 01130000.xhp @@ -5802,7 +5802,7 @@ msgctxt "" "par_id28\n" "help.text" msgid "<ahelp hid=\".\">Adjusts the formula to the page format used in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Προσαρμόζει τον τύπο στη χρησιμοποιούμενη μορφή σελίδας στην εκτύπωση.</ahelp>" #. kGS5A #: 01130000.xhp @@ -5811,7 +5811,7 @@ msgctxt "" "hd_id741619228989979\n" "help.text" msgid "Scaling" -msgstr "" +msgstr "Κλιμάκωση" #. FCDXz #: 01130000.xhp @@ -5820,7 +5820,7 @@ msgctxt "" "par_id30\n" "help.text" msgid "<ahelp hid=\".\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Μειώνει ή αυξάνει το μέγεθος του εκτυπωμένου τύπου κατά ειδικό συντελεστή.</ahelp>" #. 4EBb8 #: 01130000.xhp @@ -5829,7 +5829,7 @@ msgctxt "" "par_id32\n" "help.text" msgid "<ahelp hid=\".\">Enter the scale factor for scaling the formula.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Εισάγετε τον συντελεστή κλιμάκωσης για τον τύπο.</ahelp>" #. vXCZ9 #: 01130000.xhp @@ -15477,7 +15477,7 @@ msgctxt "" "bm_id3157959\n" "help.text" msgid "<bookmark_value>formatting; undoing when writing</bookmark_value><bookmark_value>paragraph;clear direct formatting</bookmark_value><bookmark_value>format;clear direct formatting</bookmark_value><bookmark_value>direct formatting;clear</bookmark_value><bookmark_value>hyperlinks; deleting</bookmark_value><bookmark_value>deleting; hyperlinks</bookmark_value><bookmark_value>cells;resetting formats</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>" #. y96Dt #: 05010000.xhp @@ -15513,7 +15513,7 @@ msgctxt "" "par_id671594846326658\n" "help.text" msgid "Applied styles (paragraph, character, and other types) are not affected by <emph>Clear Direct Formatting</emph>, only direct formatting applied on top of the styles. To remove formatting applied by a character or paragraph style, reapply the corresponding <emph>Default</emph> style." -msgstr "" +msgstr "Οι εφαρμοζόμενες τεχνοτροπίες (παράγραφος, χαρακτήρας και άλλοι τύποι) δεν επηρεάζονται από <emph>Καθαρισμό άμεσης μορφοποίησης</emph>, μόνο η άμεση μορφοποίηση που εφαρμόζεται πάνω στις τεχνοτροπίες. Για να αφαιρέσετε μορφοποίηση που εφαρμόστηκε από τεχνοτροπία χαρακτήρα ή παραγράφου, ξαναεφαρμόστε την αντίστοιχη τεχνοτροπία <emph>Προεπιλογή</emph>." #. RcqAz #: 05010000.xhp @@ -15522,15 +15522,15 @@ msgctxt "" "par_id3157959\n" "help.text" msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press <keycode>Shift+Ctrl+X</keycode>." -msgstr "" +msgstr "Για να σταματήσετε την εφαρμογή άμεσης επιλογής, όπως υπογράμμιση, ενώ πληκτρολογείτε νέο κείμενο στο τέλος μιας γραμμής, πατήστε <keycode>Shift+Ctrl+X</keycode>." -#. BsVyF +#. uGgku #: 05010000.xhp msgctxt "" "05010000.xhp\n" "par_id91619108534060\n" "help.text" -msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Togle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar." +msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Toggle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar." msgstr "" #. rQFC8 @@ -26034,7 +26034,7 @@ msgctxt "" "par_id461608255735789\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Create new paragraph, character, frame, page, list, and table styles from objects that are formatted manually to the new style that you want to create.</caseinline><caseinline select=\"CALC\">Create new cell and page styles from manually modified cell or page formatting.</caseinline><defaultinline>Create new graphic styles from objects that you have formatted manually to the new style that you want to create.</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Δημιουργήστε νέες τεχνοτροπίες παραγράφου, χαρακτήρα, πλαισίου, σελίδας, καταλόγου και πίνακα από αντικείμενα που είναι μορφοποιημένα χειροκίνητα στη νέα τεχνοτροπία που θέλετε να δημιουργήσετε.</caseinline> <caseinline select=\"CALC\">Δημιουργήστε νέες τεχνοτροπίες κελιού και σελίδας από χειροκίνητα τροποποιημένη μορφοποίηση κελιού ή σελίδας.</caseinline> <defaultinline>Δημιουργήστε νέες τεχνοτροπίες γραφικών από αντικείμενα που έχετε μορφοποιήσει χειροκίνητα στη νέα τεχνοτροπία που θέλετε να δημιουργήσετε.</defaultinline></switchinline>" #. 5nxxW #: 05140100.xhp @@ -42441,7 +42441,7 @@ msgctxt "" "par_idN10575\n" "help.text" msgid "You can only import icons that are in the PNG file format and that are 16 × 16 or 24 × 24 pixels in size." -msgstr "" +msgstr "Μπορείτε να εισάγετε μόνο εικονίδια που είναι σε μορφή αρχείου PNG και έχουν μέγεθος 16 × 16 ή 24 × 24 εικονοστοιχεία." #. RLa8G #: 06140402.xhp @@ -47319,7 +47319,7 @@ msgctxt "" "par_id941619265371175\n" "help.text" msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\" name=\"expert configuration\">Expert Configuration</link>. By default, installation and removal are enabled." -msgstr "" +msgstr "Για λόγους ασφαλείας, η εγκατάσταση και η αφαίρεση επεκτάσεων ελέγχονται από ρυθμίσεις στο <link href=\"text/shared/optionen/expertconfig.xhp\" name=\"expert configuration\">Προχωρημένη διαμόρφωση</link>. Από προεπιλογή, η εγκατάσταση και η αφαίρεση είναι ενεργές." #. AEioS #: packagemanager.xhp @@ -50271,7 +50271,7 @@ msgctxt "" "par_id251619267385242\n" "help.text" msgid "The restrictions that limit copying, editing or printing depend on the reader software to obey them, so the security they provide is limited." -msgstr "" +msgstr "Οι περιορισμοί που περιορίζουν την αντιγραφή, την επεξεργασία ή την εκτύπωση εξαρτώνται από το λογισμικό του αναγνώστη, έτσι η ασφάλεια που παρέχουν είναι περιορισμένη." #. ENhob #: ref_pdf_export_security.xhp diff --git a/source/el/helpcontent2/source/text/shared/explorer/database.po b/source/el/helpcontent2/source/text/shared/explorer/database.po index 6f8341e80b7..24c2c734036 100644 --- a/source/el/helpcontent2/source/text/shared/explorer/database.po +++ b/source/el/helpcontent2/source/text/shared/explorer/database.po @@ -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 "" diff --git a/source/el/helpcontent2/source/text/swriter/01.po b/source/el/helpcontent2/source/text/swriter/01.po index 66feeae1787..894f4e8ed43 100644 --- a/source/el/helpcontent2/source/text/swriter/01.po +++ b/source/el/helpcontent2/source/text/swriter/01.po @@ -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 |