Skip to content

Commit 398a52b

Browse files
author
Andrin Meier
committed
Merge branch 'next' of https://github.com/rubberduck-vba/Rubberduck into debugprintfix
2 parents ae7d728 + 2dc7fa7 commit 398a52b

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

RetailCoder.VBE/UI/RubberduckUI.de.resx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema
@@ -59,7 +59,7 @@
5959
: using a System.ComponentModel.TypeConverter
6060
: and then encoded with base64 encoding.
6161
-->
62-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
6363
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
@@ -1582,13 +1582,25 @@ Allen Sternguckern, Likern &amp; Followern, für das warme Kribbeln
15821582
<data name="GeneralSettings_ShowLogFolder" xml:space="preserve">
15831583
<value>Logging-Ordner anzeigen</value>
15841584
</data>
1585-
<data name="information">
1585+
<data name="information" xml:space="preserve">
15861586
<value />
15871587
</data>
1588-
<data name="CodeExplorer_CopyToolTip">
1588+
<data name="CodeExplorer_CopyToolTip" xml:space="preserve">
15891589
<value>In Zwischenablage kopieren</value>
15901590
</data>
1591-
<data name="cross_circle">
1591+
<data name="cross_circle" xml:space="preserve">
15921592
<value />
15931593
</data>
1594+
<data name="SourceControl_PublishRepo_FailureTitle" xml:space="preserve">
1595+
<value>Veröffentliche Repository</value>
1596+
</data>
1597+
<data name="SourceControl_PublishRepoButtonToolTip" xml:space="preserve">
1598+
<value>Veröffentliche Repository auf Github</value>
1599+
</data>
1600+
<data name="SourceControl_PublishRepo_NoOpenRepo" xml:space="preserve">
1601+
<value>Kein geöffnetes Repository verfügbar, um es auf den Remote-Pfad zu veröffentlichen</value>
1602+
</data>
1603+
<data name="SourceControl_ExternalModifications" xml:space="preserve">
1604+
<value>Eine Quelldatei wurde außerhalb des VBA-Editors geändert. Soll Rubberduck diese nachladen?</value>
1605+
</data>
15941606
</root>

0 commit comments

Comments
 (0)