Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 89b2c1a

Browse files
New translations Resources.resx (German)
1 parent 76a1043 commit 89b2c1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/GitHub.Resources/Resources.de-DE.resx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,4 +836,13 @@ https://git-scm.com/download/win</value>
836836
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
837837
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
838838
</data>
839+
<data name="CantFindGitHubUrlForRepository" xml:space="preserve">
840+
<value>Can't find GitHub URL for repository</value>
841+
</data>
842+
<data name="RepositoriesMustHaveRemoteOrigin" xml:space="preserve">
843+
<value>Repositories must have a remote called "origin" defined in order to locate their GitHub URL.</value>
844+
</data>
845+
<data name="RepositoriesMustHaveRemoteOriginHowToFix" xml:space="preserve">
846+
<value>Please rename one of your existing remotes to 'origin' or add a new remote named 'origin' and fetch. This can be done from the command line or by clicking the button below.</value>
847+
</data>
839848
</root>

0 commit comments

Comments
 (0)