|
1 |
| -<?xml version="1.0"?> |
2 |
| -<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 1 | +<?xml version="1.0" ?> |
| 2 | +<ResourceDictionary |
| 3 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 4 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 5 | + xmlns:system="clr-namespace:System;assembly=mscorlib"> |
3 | 6 | <!-- MainWindow -->
|
4 | 7 | <system:String x:Key="registerHotkeyFailed">Impossibile salvare il tasto di scelta rapida: {0}</system:String>
|
5 | 8 | <system:String x:Key="couldnotStartCmd">Avvio fallito {0}</system:String>
|
|
80 | 83 | <system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
81 | 84 | <system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
82 | 85 | <system:String x:Key="plugin">Plugin</system:String>
|
| 86 | + <system:String x:Key="plugins">Plugins</system:String> |
83 | 87 | <system:String x:Key="browserMorePlugins">Cerca altri plugins</system:String>
|
84 | 88 | <system:String x:Key="enable">Attivo</system:String>
|
85 | 89 | <system:String x:Key="disable">Disabilita</system:String>
|
|
120 | 124 |
|
121 | 125 | <!-- Setting Theme -->
|
122 | 126 | <system:String x:Key="theme">Tema</system:String>
|
| 127 | + <system:String x:Key="appearance">Appearance</system:String> |
123 | 128 | <system:String x:Key="browserMoreThemes">Sfoglia per altri temi</system:String>
|
124 | 129 | <system:String x:Key="howToCreateTheme">Come creare un tema</system:String>
|
125 | 130 | <system:String x:Key="hiThere">Ciao</system:String>
|
|
152 | 157 |
|
153 | 158 | <!-- Setting Hotkey -->
|
154 | 159 | <system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
| 160 | + <system:String x:Key="hotkeys">Tasti scelta rapida</system:String> |
155 | 161 | <system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow Launcher</system:String>
|
156 | 162 | <system:String x:Key="flowlauncherHotkeyToolTip">Immettere la scorciatoia per mostrare/nascondere Flow Launcher.</system:String>
|
157 | 163 | <system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
|
212 | 218 | <system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
|
213 | 219 | <system:String x:Key="checkUpdatesFailed">Ricerca aggiornamenti fallita, per favore controlla la tua connessione e le eventuali impostazioni proxy per api.github.com.</system:String>
|
214 | 220 | <system:String x:Key="downloadUpdatesFailed">
|
215 |
| - Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
216 |
| - oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
| 221 | + Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
| 222 | + oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
217 | 223 | </system:String>
|
218 | 224 | <system:String x:Key="releaseNotes">Note di rilascio</system:String>
|
219 | 225 | <system:String x:Key="documentation">Usage Tips</system:String>
|
|
0 commit comments