-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from simprecicchiani/master
Added Italian language support
- Loading branch information
Showing
6 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* Bundle name */ | ||
"CFBundleName" = "AutoLaunchHelper"; | ||
|
||
/* Copyright (human-readable) */ | ||
"NSHumanReadableCopyright" = "Copyright © 2020 Matthäus Szturc. Tutti i diritti riservati."; | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ | ||
"AYu-sK-qS6.title" = "Menu Principale"; |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* Bundle name */ | ||
"CFBundleName" = "ThinkpadAssistant"; | ||
|
||
/* Copyright (human-readable) */ | ||
"NSHumanReadableCopyright" = "Copyright © 2020 Matthäus Szturc. Tutti i diritti riservati."; | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* No comment provided by engineer. */ | ||
"Microphone\nmuted" = "Microfono\nmuto"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Microphone\nunmuted" = "Microfono\nattivo"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Screen\nextending" = "Schermo\nesteso"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Screen\nmirroring" = "Schermo\nduplicato"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Wi-Fi\ndisabled" = "Wi-Fi\nspento"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Wi-Fi\nenabled" = "Wi-Fi\nacceso"; | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ | ||
"AYu-sK-qS6.title" = "Menu Principale"; | ||
|
||
/* Class = "NSMenuItem"; title = "Launch on Login"; ObjectID = "Lcb-4h-zk2"; */ | ||
"Lcb-4h-zk2.title" = "Avvia al Login"; | ||
|
||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "Q77-Nx-rEG"; */ | ||
"Q77-Nx-rEG.title" = "Esci"; |