|
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>
|
|
87 | 90 | <system:String x:Key="author">da</system:String>
|
88 | 91 | <system:String x:Key="plugin_init_time">Tempo di avvio:</system:String>
|
89 | 92 | <system:String x:Key="plugin_query_time">Tempo ricerca:</system:String>
|
90 |
| - <system:String x:Key="plugin_query_version">| Versione</system:String> |
| 93 | + <system:String x:Key="plugin_query_version">Versione</system:String> |
91 | 94 | <system:String x:Key="plugin_query_web">Sito Web</system:String>
|
92 | 95 | <system:String x:Key="plugin_uninstall">Disinstalla</system:String>
|
93 | 96 |
|
|
200 | 203 | <system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
|
201 | 204 | <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>
|
202 | 205 | <system:String x:Key="downloadUpdatesFailed">
|
203 |
| - Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
204 |
| - oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
| 206 | + Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com, |
| 207 | + oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente. |
205 | 208 | </system:String>
|
206 | 209 | <system:String x:Key="releaseNotes">Note di rilascio</system:String>
|
207 | 210 | <system:String x:Key="documentation">Usage Tips</system:String>
|
|
0 commit comments