diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-11-15 14:41:39 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-11-15 14:51:16 +0100 |
commit | 43ecc0b75a09ae6167f7368d056a3efbbbd1ae9e (patch) | |
tree | e3be1b342feaea4e3d8f90a2f394745c1e5798a9 /source/de/sc | |
parent | a4a3e67d5066da4a9c0e637eab1697a4e954cbcb (diff) |
update translations for 6.2.0 beta1
and force-fix errors using pocheck
Change-Id: I525c53a974689b86e7f7913fb0b24ac467e8aac0
Diffstat (limited to 'source/de/sc')
-rw-r--r-- | source/de/sc/messages.po | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/source/de/sc/messages.po b/source/de/sc/messages.po index 9a7563cbcef..8bc09290e9a 100644 --- a/source/de/sc/messages.po +++ b/source/de/sc/messages.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: 2018-11-12 12:23+0100\n" -"PO-Revision-Date: 2018-11-06 11:25+0000\n" +"PO-Revision-Date: 2018-11-15 05:27+0000\n" "Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: de\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: LibreOffice\n" -"X-POOTLE-MTIME: 1541503554.000000\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1542259667.000000\n" #: sc/inc/compiler.hrc:27 msgctxt "RID_FUNCTION_CATEGORIES" @@ -720,23 +720,23 @@ msgstr "Gruppierung" #: sc/inc/globstr.hrc:161 msgctxt "STR_SELCOUNT" msgid "Selected: $1, $2" -msgstr "" +msgstr "Ausgewählt: $1, $2" #. To translators: STR_SELCOUNT_ROWARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of rows #: sc/inc/globstr.hrc:163 msgctxt "STR_SELCOUNT_ROWARG" msgid "$1 row" msgid_plural "$1 rows" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "$1 Zeile" +msgstr[1] "$1 Zeilen" #. To translators: STR_SELCOUNT_COLARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of columns #: sc/inc/globstr.hrc:165 msgctxt "STR_SELCOUNT_COLARG" msgid "$1 column" msgid_plural "$1 columns" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "$1 Spalte" +msgstr[1] "$1 Spalten" #: sc/inc/globstr.hrc:166 msgctxt "STR_FILTER_SELCOUNT" @@ -12736,47 +12736,47 @@ msgstr "Das wievielte Auftreten des Teilwortes ersetzt werden soll." #: sc/inc/scfuncs.hrc:3822 msgctxt "SC_OPCODE_REGEX" msgid "Matches and extracts or optionally replaces text using regular expressions." -msgstr "" +msgstr "Findet Text und extrahiert oder optional ersetzt diesen mittels regulärer Ausdrücke." #: sc/inc/scfuncs.hrc:3823 msgctxt "SC_OPCODE_REGEX" msgid "Text" -msgstr "" +msgstr "Text" #: sc/inc/scfuncs.hrc:3824 msgctxt "SC_OPCODE_REGEX" msgid "The text to be operated on." -msgstr "" +msgstr "Der zu bearbeitende Text." #: sc/inc/scfuncs.hrc:3825 msgctxt "SC_OPCODE_REGEX" msgid "Expression" -msgstr "" +msgstr "Ausdruck" #: sc/inc/scfuncs.hrc:3826 msgctxt "SC_OPCODE_REGEX" msgid "The regular expression pattern to be matched." -msgstr "" +msgstr "Das Muster des zu findenden regulären Ausdrucks" #: sc/inc/scfuncs.hrc:3827 msgctxt "SC_OPCODE_REGEX" msgid "Replacement" -msgstr "" +msgstr "Ersetzung" #: sc/inc/scfuncs.hrc:3828 msgctxt "SC_OPCODE_REGEX" msgid "The replacement text and references to capture groups." -msgstr "" +msgstr "Der zu ersetzende Text und Verweise auf erfasste Gruppen." #: sc/inc/scfuncs.hrc:3829 msgctxt "SC_OPCODE_REGEX" msgid "Flags" -msgstr "" +msgstr "Kennzeichen" #: sc/inc/scfuncs.hrc:3830 msgctxt "SC_OPCODE_REGEX" msgid "Text specifying option flags, \"g\" for global replacement." -msgstr "" +msgstr "Text, welcher Options-Kennzeichen angibt, \"g\" für globale Ersetzung." #: sc/inc/scfuncs.hrc:3836 msgctxt "SC_OPCODE_BASE" @@ -16085,12 +16085,12 @@ msgstr "5 Quadrate" #: sc/uiconfig/scalc/ui/conditionalentry.ui:429 msgctxt "conditionalentry|Label_minimum" msgid "Minimum" -msgstr "" +msgstr "Minimum" #: sc/uiconfig/scalc/ui/conditionalentry.ui:439 msgctxt "conditionalentry|Label_maximum" msgid "Maximum" -msgstr "" +msgstr "Maximum" #: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:8 msgctxt "conditionalformatdialog|ConditionalFormatDialog" |