Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OCS Inventory
WindowsAgent
Commits
8ab4397c
Unverified
Commit
8ab4397c
authored
Mar 18, 2021
by
Gilles Dubois
Committed by
GitHub
Mar 18, 2021
Browse files
Add italian support in script
parent
cbae7714
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pre_Installed_Plugins/Saas.ps1
View file @
8ab4397c
...
...
@@ -19,10 +19,12 @@ $lang = Get-Culture
if
(
$lang
.
Name
-eq
"fr-FR"
){
$pwlang
=
"Nom d'enregistrement"
}
elseif
(
$lang
.
Name
-eq
"it-IT"
){
$pwlang
=
"Nome record"
}
else
{
$pwlang
=
"Record Name"
}
$dns
=
Get-DnsClientCache
(
$pwlang
)
echo
$dns
\ No newline at end of file
echo
$dns
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment