Skip to content

Commit

Permalink
We shouldn't use translations from Umbraco's own redirects dashboard …
Browse files Browse the repository at this point in the history
…as they won't be available in Umbraco 7.4 and earlier
  • Loading branch information
abjerner committed Sep 20, 2017
1 parent 41fecf8 commit 92690c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<key alias="isRegex">Brug regular expressions</key>
<key alias="isRegexDestinationDescription">Du kan bruge capture group referencer, når du bruger regular expressions. Fx. $1 $2 osv.</key>
<key alias="destination">Destination</key>
<key alias="redirectedTo">Viderestillet til</key>
<key alias="selectDestination">Vælg destination</key>
<key alias="created">Oprettet</key>
<key alias="updated">Opdateret</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<key alias="isRegex">Use regular expressions</key>
<key alias="isRegexDestinationDescription">You can use capturing groups backreferences when using Regex; $1, $2 etc.</key>
<key alias="destination">Destination</key>
<key alias="redirectedTo">Redirected to</key>
<key alias="selectDestination">Select destination</key>
<key alias="created">Created</key>
<key alias="updated">Updated</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<key alias="isRegex">Use regular expressions</key>
<key alias="isRegexDestinationDescription">You can use capturing groups backreferences when using Regex; $1, $2 etc.</key>
<key alias="destination">Destination</key>
<key alias="redirectedTo">Redirected to</key>
<key alias="selectDestination">Select destination</key>
<key alias="created">Created</key>
<key alias="updated">Updated</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3><localize key="redirects_redirects">Redirects</localize></h3>
<div class="umb-table-cell"><localize key="redirects_site">Site</localize></div>
<div class="umb-table-cell"><localize key="redirects_originalUrl">Original URL</localize></div>
<div class="umb-table-cell"></div>
<div class="umb-table-cell col-destination"><localize key="redirectUrls_redirectedTo">Destination</localize></div>
<div class="umb-table-cell col-destination"><localize key="redirects_redirectedTo">Destination</localize></div>
<div class="umb-table-cell col-date"><localize key="redirects_created">Created</localize></div>
<div class="umb-table-cell col-date"><localize key="redirects_updated">Updated</localize></div>
<div class="umb-table-cell col-actions"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3><localize key="redirects_redirects">Redirects</localize></h3>
<div class="umb-table-cell col-id"><localize key="redirects_id">ID</localize></div>
<div class="umb-table-cell"><localize key="redirects_originalUrl">Original URL</localize></div>
<div class="umb-table-cell"></div>
<div class="umb-table-cell col-destination"><localize key="redirectUrls_redirectedTo">Redirected to</localize></div>
<div class="umb-table-cell col-destination"><localize key="redirects_redirectedTo">Redirected to</localize></div>
<div class="umb-table-cell col-date"><localize key="redirects_created">Created</localize></div>
<div class="umb-table-cell col-date"><localize key="redirects_updated">Updated</localize></div>
<div class="umb-table-cell col-actions"></div>
Expand Down

0 comments on commit 92690c9

Please sign in to comment.