|
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>
|
|
152 | 156 |
|
153 | 157 | <!-- Setting Hotkey -->
|
154 | 158 | <system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
| 159 | + <system:String x:Key="hotkeys">Tasti scelta rapida</system:String> |
155 | 160 | <system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow Launcher</system:String>
|
156 | 161 | <system:String x:Key="flowlauncherHotkeyToolTip">Immettere la scorciatoia per mostrare/nascondere Flow Launcher.</system:String>
|
157 | 162 | <system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
|
211 | 216 | <system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
|
212 | 217 | <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>
|
213 | 218 | <system:String x:Key="downloadUpdatesFailed">
|
214 |
| - Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
215 |
| - oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
| 219 | + Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
| 220 | + oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
216 | 221 | </system:String>
|
217 | 222 | <system:String x:Key="releaseNotes">Note di rilascio</system:String>
|
218 | 223 | <system:String x:Key="documentation">Usage Tips</system:String>
|
|
0 commit comments