-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added quotes to localized data string variables
- Loading branch information
1 parent
cc317f2
commit b500192
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
source/DSCResources/MSFT_ADReplicationSiteLink/en-US/MSFT_ADReplicationSiteLink.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
ConvertFrom-StringData @' | ||
SiteNotFound = Site: {0} not found in SitesIncluded. Current SitesIncluded: {1}. (ADRSL0001) | ||
SiteFoundInExcluded = Excluded {0} site found in SitesIncluded. Current SitesIncluded: {1}. (ADRSL0002) | ||
PropertyNotInDesiredState = {0} is not in desired state Current: {1} Desired: {2}. (ADRSL0003) | ||
SettingProperty = Setting property {0} to {1} on site link {2}. (ADRSL0004) | ||
RemovingSites = Removing sites {0} from site link {1}. (ADRSL0005) | ||
AddingSites = Adding sites {0} to site link {1}. (ADRSL0006) | ||
NewSiteLink = Creating AD Site Link {0}. (ADRSL0007) | ||
RemoveSiteLink = Removing AD Site Link {0}. (ADRSL0008) | ||
SiteLinkNotFound = Could not find {0} site link. (ADRSL0009) | ||
GetSiteLinkUnexpectedError = Unexpected error getting site link {0}. (ADRSL0010) | ||
SiteNotFound = Site: '{0}' not found in SitesIncluded. Current SitesIncluded: '{1}'. (ADRSL0001) | ||
SiteFoundInExcluded = Excluded '{0}' site found in SitesIncluded. Current SitesIncluded: '{1}'. (ADRSL0002) | ||
PropertyNotInDesiredState = '{0}' is not in desired state Current: '{1}' Desired: '{2}'. (ADRSL0003) | ||
SettingProperty = Setting property '{0}' to '{1}' on site link '{2}'. (ADRSL0004) | ||
RemovingSites = Removing sites '{0}' from site link '{1}'. (ADRSL0005) | ||
AddingSites = Adding sites '{0}' to site link '{1}'. (ADRSL0006) | ||
NewSiteLink = Creating AD Site Link '{0}'. (ADRSL0007) | ||
RemoveSiteLink = Removing AD Site Link '{0}'. (ADRSL0008) | ||
SiteLinkNotFound = Could not find '{0}' site link. (ADRSL0009) | ||
GetSiteLinkUnexpectedError = Unexpected error getting site link '{0}'. (ADRSL0010) | ||
'@ |