|
4 | 4 | resource SqlRSSetup. |
5 | 5 | #> |
6 | 6 |
|
7 | | -# cSpell:ignore SSRS PBIRS |
| 7 | +# cSpell:ignore SRSS |
8 | 8 | ConvertFrom-StringData @' |
9 | 9 | ## Strings overrides for the ResourceBase's default strings. |
10 | 10 | # None |
11 | 11 |
|
12 | | - ## Strings directly used by the derived class SqlRSSetup. |
13 | | - Getting_Information_Instance = Getting information about instance '{0}'. |
14 | | - Instance_NotInstalled = Instance '{0}' is not installed. |
15 | | - Instance_Installed = Instance '{0}' is installed. |
16 | | - AcceptLicensingTerms_Required = AcceptLicensingTerms must be set for Install and Repair operations. |
17 | | - MediaPath_Invalid = The media path '{0}' does not exist. |
18 | | - MediaPath_DoesNotHaveRequiredExtension = The media path '{0}' does not reference an executable with the required extension .exe. |
19 | | - EditionOrProductKeyMissing = Neither the parameters Edition or ProductKey was specified. |
20 | | - EditionUpgrade_RequiresKeyOrEdition = EditionUpgrade requires either ProductKey or Edition to be specified. |
21 | | - LogPath_ParentMissing = The parent directory '{0}' for LogPath does not exist. |
22 | | - InstallFolder_ParentMissing = The parent directory '{0}' for InstallFolder does not exist. |
23 | | - Installing_ReportingServices = Installing SQL Server Reporting Services. |
24 | | - Installing_PowerBIReportServer = Installing Power BI Report Server. |
25 | | - Repairing_ReportingServices = Repairing SQL Server Reporting Services. |
26 | | - Repairing_PowerBIReportServer = Repairing Power BI Report Server. |
27 | | - Uninstalling_ReportingServices = Uninstalling SQL Server Reporting Services. |
28 | | - Uninstalling_PowerBIReportServer = Uninstalling Power BI Report Server. |
29 | | - NotDesiredProductVersion = The product version '{0}' is not the desired for the instance '{1}'. Desired version in executable: '{2}'. |
30 | | - InstanceName_Invalid = The instance name '{0}' is invalid. Only one of the supported instance name can be used, either SSRS or PBIRS depending on what setup executable is used. |
31 | | - CannotDetermineProductVersion = Could not determine the product version for the installed instance '{0}'. Run the command `Get-SqlDscRSSetupConfiguration -InstanceName '{0}'` to get the configuration for the instance and verify that it returns a valid product version. |
32 | | - CannotDetermineEdition = Could not determine the edition for the installed instance '{0}'. Run the command `Get-SqlDscRSSetupConfiguration -InstanceName '{0}'` to get the configuration for the instance and verify that it returns a valid edition. |
33 | | - NotDesiredEdition = The edition '{0}' is not the desired for the instance '{1}'. Desired edition in executable: '{2}'. |
| 12 | + ## Strings directly used by the derived class SqlRSSetup. (SRSS0001) |
| 13 | + Getting_Information_Instance = Getting information about instance '{0}'. (SRSS0002) |
| 14 | + Instance_NotInstalled = Instance '{0}' is not installed. (SRSS0003) |
| 15 | + Instance_Installed = Instance '{0}' is installed. (SRSS0004) |
| 16 | + AcceptLicensingTerms_Required = AcceptLicensingTerms must be set for Install and Repair operations. (SRSS0005) |
| 17 | + MediaPath_Invalid = The media path '{0}' does not exist. (SRSS0006) |
| 18 | + MediaPath_DoesNotHaveRequiredExtension = The media path '{0}' does not reference an executable with the required extension .exe. (SRSS0007) |
| 19 | + EditionOrProductKeyMissing = Neither the parameters Edition or ProductKey was specified. (SRSS0008) |
| 20 | + EditionUpgrade_RequiresKeyOrEdition = EditionUpgrade requires either ProductKey or Edition to be specified. (SRSS0009) |
| 21 | + LogPath_ParentMissing = The parent directory '{0}' for LogPath does not exist. (SRSS0010) |
| 22 | + InstallFolder_ParentMissing = The parent directory '{0}' for InstallFolder does not exist. (SRSS0011) |
| 23 | + Installing_ReportingServices = Installing SQL Server Reporting Services. (SRSS0012) |
| 24 | + Installing_PowerBIReportServer = Installing Power BI Report Server. (SRSS0013) |
| 25 | + Repairing_ReportingServices = Repairing SQL Server Reporting Services. (SRSS0014) |
| 26 | + Repairing_PowerBIReportServer = Repairing Power BI Report Server. (SRSS0015) |
| 27 | + Uninstalling_ReportingServices = Uninstalling SQL Server Reporting Services. (SRSS0016) |
| 28 | + Uninstalling_PowerBIReportServer = Uninstalling Power BI Report Server. (SRSS0017) |
| 29 | + NotDesiredProductVersion = The product version '{0}' is not the desired for the instance '{1}'. Desired version in executable: '{2}'. (SRSS0018) |
| 30 | + InstanceName_Invalid = The instance name '{0}' is invalid. Only one of the supported instance name can be used, either SSRS or PBIRS depending on what setup executable is used. (SRSS0019) |
| 31 | + CannotDetermineProductVersion = Could not determine the product version for the installed instance '{0}'. Run the command `Get-SqlDscRSSetupConfiguration -InstanceName '{0}'` to get the configuration for the instance and verify that it returns a valid product version. (SRSS0020) |
| 32 | + CannotDetermineEdition = Could not determine the edition for the installed instance '{0}'. Run the command `Get-SqlDscRSSetupConfiguration -InstanceName '{0}'` to get the configuration for the instance and verify that it returns a valid edition. (SRSS0021) |
| 33 | + NotDesiredEdition = The edition '{0}' is not the desired for the instance '{1}'. Desired edition in executable: '{2}'. (SRSS0022) |
34 | 34 | '@ |
0 commit comments