Microsoft.VisualStudio.Package.LanguageService.de.xlf 4.5 KB
Newer Older
K
khoiph1 已提交
1
<?xml version="1.0" encoding="utf-8"?>
B
Brett V. Forsgren 已提交
2 3 4 5 6
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
  <file datatype="xml" source-language="en" target-language="de" original="../Microsoft.VisualStudio.Package.LanguageService.resx">
    <body>
      <trans-unit id="BraceMatchStatus">
        <source>Matches: {0}</source>
7
        <target state="translated">Übereinstimmungen: {0}</target>
B
Brett V. Forsgren 已提交
8 9 10 11
        <note>This is shown in status bar when ctrl-] brace matching is done.</note>
      </trans-unit>
      <trans-unit id="BufferChanged">
        <source>The buffer has changed since the EditArray was created, so edits cannot be applied.</source>
12
        <target state="translated">Der Puffer wurde seit dem Erstellen von EditArray geändert, daher können Bearbeitungen nicht übernommen werden.</target>
B
Brett V. Forsgren 已提交
13 14 15 16
        <note>InvalidOperationException</note>
      </trans-unit>
      <trans-unit id="ComboMembersTip">
        <source>Members</source>
K
khoiph1 已提交
17
        <target state="translated">Mitglieder</target>
B
Brett V. Forsgren 已提交
18 19 20 21
        <note>Tooltip for the drop down combo at top of document window showing list of known members.</note>
      </trans-unit>
      <trans-unit id="ComboTypesTip">
        <source>Types</source>
22
        <target state="translated">Typen</target>
B
Brett V. Forsgren 已提交
23 24 25 26
        <note>Tooltip for the drop down combo at top of document window showing list of known types.</note>
      </trans-unit>
      <trans-unit id="CommentSelection">
        <source>Comment Selection</source>
27
        <target state="translated">Kommentar für Auswahl</target>
B
Brett V. Forsgren 已提交
28 29 30 31
        <note>IVsCompoundAction::OpenCompoundAction description</note>
      </trans-unit>
      <trans-unit id="EditIntersects">
        <source>Existing edit number {0} intersects 'editSpan' argument.</source>
32
        <target state="translated">Die vorhandene Bearbeitungsnummer {0} überschneidet sich mit dem editSpan-Argument.</target>
B
Brett V. Forsgren 已提交
33 34 35 36
        <note>ArgumentException.</note>
      </trans-unit>
      <trans-unit id="FormatSpan">
        <source>Format Span</source>
37
        <target state="translated">Abschnitt formatieren</target>
B
Brett V. Forsgren 已提交
38 39 40 41
        <note>IVsCompoundAction::OpenCompoundAction description.</note>
      </trans-unit>
      <trans-unit id="MaxErrorsReached">
        <source>The maximum number of errors or warnings has been reached.</source>
42
        <target state="translated">Die maximale Anzahl von Fehlern oder Warnungen wurde erreicht.</target>
B
Brett V. Forsgren 已提交
43 44 45 46
        <note>Shown in Error List window</note>
      </trans-unit>
      <trans-unit id="NoExpansionSession">
        <source>There is no active expansion session.</source>
47
        <target state="translated">Es ist keine aktive Erweiterungssitzung vorhanden.</target>
B
Brett V. Forsgren 已提交
48 49 50 51
        <note>InvalidOperationException</note>
      </trans-unit>
      <trans-unit id="Truncated">
        <source>{0}...</source>
52
        <target state="translated">{0}...</target>
B
Brett V. Forsgren 已提交
53 54 55 56
        <note>Adds an ellipsis for text that is truncated before displaying to the user.</note>
      </trans-unit>
      <trans-unit id="UncommentSelection">
        <source>Uncomment Selection</source>
57
        <target state="translated">Kommentar aus Auswahl entfernen</target>
B
Brett V. Forsgren 已提交
58 59 60 61
        <note>IVsCompoundAction::OpenCompoundAction description</note>
      </trans-unit>
      <trans-unit id="UnsupportedFormat">
        <source>The file cannot be opened with the selected editor. Please choose another editor.</source>
62
        <target state="translated">Die Datei kann im ausgewählten Editor nicht geöffnet werden. Wählen Sie einen anderen Editor aus.</target>
B
Brett V. Forsgren 已提交
63 64 65 66
        <note>Message returned when Open With... is used, and editor does not support the specified file type.</note>
      </trans-unit>
      <trans-unit id="TemplateNotPrepared">
        <source>PrepareTemplate has not been called.</source>
67
        <target state="translated">PrepareTemplate wurde nicht aufgerufen.</target>
B
Brett V. Forsgren 已提交
68 69 70 71
        <note>InvalidOperationException</note>
      </trans-unit>
      <trans-unit id="UnknownBuffer">
        <source>IVsTextLines buffer does not match the expected buffer</source>
72
        <target state="translated">Der Puffer für IVsTextLines entspricht nicht dem erwarteten Puffer.</target>
B
Brett V. Forsgren 已提交
73 74 75 76
        <note>ArgumentException</note>
      </trans-unit>
      <trans-unit id="UnrecognizedFilterFormat">
        <source>Unrecognized filter format: {0}</source>
77
        <target state="translated">Nicht erkanntes Filterformat: {0}</target>
B
Brett V. Forsgren 已提交
78 79 80 81 82
        <note>ArgumentException</note>
      </trans-unit>
    </body>
  </file>
</xliff>