aboutsummaryrefslogtreecommitdiff
path: root/source/de/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/de/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po50
1 files changed, 41 insertions, 9 deletions
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 938c30c090a..9286948de2b 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ 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: 2018-05-16 16:54+0200\n"
-"PO-Revision-Date: 2018-05-24 07:54+0000\n"
-"Last-Translator: Sophia Schröder <sophia.schroeder@outlook.com>\n"
+"POT-Creation-Date: 2018-07-02 00:14+0200\n"
+"PO-Revision-Date: 2018-06-17 04:58+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1527148491.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1529211533.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -475,6 +475,22 @@ msgstr "Leuchtend weiß"
#: 00000003.xhp
msgctxt ""
"00000003.xhp\n"
+"par_id631529000528928\n"
+"help.text"
+msgid "Open <item type=\"menuitem\">Tools - Macros - %PRODUCTNAME Basic - Edit</item> and select <item type=\"menuitem\">%PRODUCTNAME Macros</item> container."
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id971529072633266\n"
+"help.text"
+msgid "<variable id=\"basiclibrarynote\">This library must be loaded before execution. Place the following statement before the first macro in your module:</variable>"
+msgstr ""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
"par_id051920171018124524\n"
"help.text"
msgid "This function or constant is enabled with the statement <item type=\"literal\">Option VBASupport 1</item> placed before the executable program code in a module."
@@ -1854,7 +1870,7 @@ msgctxt ""
"par_id3150299\n"
"help.text"
msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
-msgstr "In $[officename] Basic müssen Variablen nicht explizit deklariert werden. Variablendeklarationen sind über die Anweisung <emph>Dim</emph> möglich. Sie können mehrere Variablen gleichzeitig deklarieren, indem Sie die Namen durch Kommata trennen. Zur Definition des Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen oder aber das entsprechende Schlüsselwort verwenden."
+msgstr "In $[officename] Basic brauchen Variablen nicht explizit deklariert werden. Variablendeklarationen sind über die Anweisung <emph>Dim</emph> möglich. Sie können mehrere Variablen gleichzeitig deklarieren, indem Sie die Namen durch Kommata trennen. Zur Definition des Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen oder aber das entsprechende Schlüsselwort verwenden."
#: 01020100.xhp
msgctxt ""
@@ -1950,7 +1966,7 @@ msgctxt ""
"par_id3155072\n"
"help.text"
msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
-msgstr "Die Anweisung <emph>Option Explicit</emph> muss in der ersten Zeile des Moduls noch vor dem ersten SUB stehen. Im Allgemeinen müssen nur Arrays explizit deklariert werden. Alle anderen Variablen werden gemäß des Typ-Deklarationszeichens oder (falls dieses fehlt) als Standardtyp <emph>Single</emph> deklariert."
+msgstr "Die Anweisung <emph>Option Explicit</emph> muss in der ersten Zeile des Moduls noch vor dem ersten SUB stehen. Im Allgemeinen brauchen nur Arrays explizit deklariert werden. Alle anderen Variablen werden gemäß des Typ-Deklarationszeichens oder (falls dieses fehlt) als Standardtyp <emph>Single</emph> deklariert."
#: 01020100.xhp
msgctxt ""
@@ -24582,7 +24598,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr "In $[officename] Basic müssen Variablen nicht explizit deklariert werden. Arrays müssen vor der Verwendung jedoch deklariert werden. Sie können Variablen mit der Anweisung Dim deklarieren und mehrere Deklarationen dabei durch Kommata trennen. Zur Deklaration eines Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen eingeben oder das entsprechende Schlüsselwort verwenden."
+msgstr "In $[officename] Basic brauchen Variablen nicht explizit deklariert werden. Arrays müssen vor der Verwendung jedoch deklariert werden. Sie können Variablen mit der Anweisung Dim deklarieren und mehrere Deklarationen dabei durch Kommata trennen. Zur Deklaration eines Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen eingeben oder das entsprechende Schlüsselwort verwenden."
#: 03102100.xhp
msgctxt ""
@@ -24870,7 +24886,7 @@ msgctxt ""
"par_id3155601\n"
"help.text"
msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr "In $[officename] Basic müssen Variablen nicht explizit deklariert werden. Arrays müssen vor der Verwendung jedoch deklariert werden. Sie können Variablen mit der Anweisung Dim deklarieren und mehrere Deklarationen dabei durch Kommata trennen. Zur Deklaration eines Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen eingeben oder das entsprechende Schlüsselwort verwenden."
+msgstr "In $[officename] Basic brauchen Variablen nicht explizit deklariert werden. Arrays müssen vor der Verwendung jedoch deklariert werden. Sie können Variablen mit der Anweisung Dim deklarieren und mehrere Deklarationen dabei durch Kommata trennen. Zur Deklaration eines Variablentyps können Sie entweder ein Typ-Deklarationszeichen hinter dem Namen eingeben oder das entsprechende Schlüsselwort verwenden."
#: 03102101.xhp
msgctxt ""
@@ -35611,6 +35627,22 @@ msgstr "Arbeiten mit VBA-Makros"
#: main0601.xhp
msgctxt ""
"main0601.xhp\n"
+"hd_id51528998827009\n"
+"help.text"
+msgid "%PRODUCTNAME internal Basic macro libraries"
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"par_id441528998842556\n"
+"help.text"
+msgid "%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros."
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
"hd_id3148473\n"
"help.text"
msgid "Help about the Help"