Skip to content

Commit

Permalink
Finished (hopefully) the URI comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Dec 1, 2021
1 parent 20e2b10 commit 5b8b688
Show file tree
Hide file tree
Showing 7 changed files with 758 additions and 833 deletions.
383 changes: 283 additions & 100 deletions src/FubarDev.WebDavServer/Properties/Resources.Designer.cs

Large diffs are not rendered by default.

383 changes: 283 additions & 100 deletions src/FubarDev.WebDavServer/Properties/Resources.de.Designer.cs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/FubarDev.WebDavServer/Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,10 @@
<data name="UnknownUnit" xml:space="preserve">
<value>Unbekannte Einheit {0}</value>
</data>
<data name="UriMustBeAbsolute" xml:space="preserve">
<value>Die URI muss absolut sein</value>
</data>
<data name="UriMustNotBeAbsolute" xml:space="preserve">
<value>Die URI darf nicht absolut sein</value>
</data>
</root>
6 changes: 6 additions & 0 deletions src/FubarDev.WebDavServer/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,10 @@
<data name="UnknownUnit" xml:space="preserve">
<value>Unknown unit {0}</value>
</data>
<data name="UriMustBeAbsolute" xml:space="preserve">
<value>The URI must be absolute</value>
</data>
<data name="UriMustNotBeAbsolute" xml:space="preserve">
<value>The URI must not be absolute</value>
</data>
</root>
Loading

0 comments on commit 5b8b688

Please sign in to comment.