Skip to content

Commit 69f4960

Browse files
committed
- Change Singular Hotkey/Plugin title area to Plural (Hotkeys/Plugins)
- Added Plural key for other langues
1 parent 1c95033 commit 69f4960

23 files changed

+169
-67
lines changed

Flow.Launcher/Languages/da.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">Kunne ikke registrere genvejstast: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">Kunne ikke starte {0}</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8285
<system:String x:Key="plugin">Plugin</system:String>
86+
<system:String x:Key="plugins">Plugins</system:String>
8387
<system:String x:Key="browserMorePlugins">Find flere plugins</system:String>
8488
<system:String x:Key="enable">On</system:String>
8589
<system:String x:Key="disable">Deaktiver</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Genvejstast</system:String>
159+
<system:String x:Key="hotkeys">Genvejstast</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Flow Launcher genvejstast</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
157162
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>

Flow.Launcher/Languages/de.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">Tastenkombinationregistrierung: {0} fehlgeschlagen</system:String>
58
<system:String x:Key="couldnotStartCmd">Kann {0} nicht starten</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8285
<system:String x:Key="plugin">Erweiterung</system:String>
86+
<system:String x:Key="plugins">Erweiterung</system:String>
8387
<system:String x:Key="browserMorePlugins">Suche nach weiteren Plugins</system:String>
8488
<system:String x:Key="enable">Aktivieren</system:String>
8589
<system:String x:Key="disable">Deaktivieren</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Tastenkombination</system:String>
159+
<system:String x:Key="hotkeys">Tastenkombination</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Flow Launcher Tastenkombination</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Verknüpfung eingeben, um Flow Launcher anzuzeigen/auszublenden.</system:String>
157162
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>

Flow.Launcher/Languages/en.xaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8383
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8484
<system:String x:Key="plugin">Plugin</system:String>
85+
<system:String x:Key="plugins">Plugins</system:String>
8586
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
8687
<system:String x:Key="enable">On</system:String>
8788
<system:String x:Key="disable">Off</system:String>
@@ -154,6 +155,7 @@
154155

155156
<!-- Setting Hotkey -->
156157
<system:String x:Key="hotkey">Hotkey</system:String>
158+
<system:String x:Key="hotkeys">Hotkeys</system:String>
157159
<system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
158160
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
159161
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
@@ -162,9 +164,9 @@
162164
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
163165
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
164166
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
165-
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
166-
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
167-
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
167+
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>
168+
<system:String x:Key="customQueryShortcut">Custom Query Shortcuts</system:String>
169+
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
168170
<system:String x:Key="customQuery">Query</system:String>
169171
<system:String x:Key="customShortcut">Shortcut</system:String>
170172
<system:String x:Key="customShortcutExpansion">Expansion</system:String>

Flow.Launcher/Languages/es-419.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">Error al registrar la tecla de acceso directo: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">No se pudo iniciar {0}</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8285
<system:String x:Key="plugin">Plugin</system:String>
86+
<system:String x:Key="plugins">Plugins</system:String>
8387
<system:String x:Key="browserMorePlugins">Encontrar más plugins</system:String>
8488
<system:String x:Key="enable">Activado</system:String>
8589
<system:String x:Key="disable">Desactivado</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Tecla Rápida</system:String>
159+
<system:String x:Key="hotkeys">Tecla Rápida</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Tecla de acceso a Flow Launcher</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el acceso directo para mostrar/ocultar Flow Launcher.</system:String>
157162
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>

Flow.Launcher/Languages/es.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">No se ha podido registrar el atajo de teclado: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">No se ha podido iniciar {0}</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No se han encontrado resultados</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Por favor, intente una búsqueda diferente.</system:String>
8285
<system:String x:Key="plugin">Complementos</system:String>
86+
<system:String x:Key="plugins">Complementos</system:String>
8387
<system:String x:Key="browserMorePlugins">Buscar más complementos</system:String>
8488
<system:String x:Key="enable">Activado</system:String>
8589
<system:String x:Key="disable">Desactivado</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Atajos de teclado</system:String>
159+
<system:String x:Key="hotkeys">Atajos de teclado</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Atajo de teclado de Flow Launcher</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el atajo de teclado para mostrar/ocultar Flow Launcher.</system:String>
157162
<system:String x:Key="previewHotkey">Atajo de teclado para vista previa</system:String>

Flow.Launcher/Languages/fr.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">Impossible d'enregistrer le raccourci clavier : {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">Impossible de lancer {0}</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8285
<system:String x:Key="plugin">Plugin</system:String>
86+
<system:String x:Key="plugins">Plugins</system:String>
8387
<system:String x:Key="browserMorePlugins">Trouver plus de modules</system:String>
8488
<system:String x:Key="enable">On</system:String>
8589
<system:String x:Key="disable">Désactivé</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Raccourcis</system:String>
159+
<system:String x:Key="hotkeys">Raccourcis</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Ouvrir Flow Launcher</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
157162
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>

Flow.Launcher/Languages/it.xaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">Impossibile salvare il tasto di scelta rapida: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">Avvio fallito {0}</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8285
<system:String x:Key="plugin">Plugin</system:String>
86+
<system:String x:Key="plugins">Plugins</system:String>
8387
<system:String x:Key="browserMorePlugins">Cerca altri plugins</system:String>
8488
<system:String x:Key="enable">Attivo</system:String>
8589
<system:String x:Key="disable">Disabilita</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
159+
<system:String x:Key="hotkeys">Tasti scelta rapida</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow Launcher</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Immettere la scorciatoia per mostrare/nascondere Flow Launcher.</system:String>
157162
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
@@ -211,8 +216,8 @@
211216
<system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
212217
<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>
213218
<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.
216221
</system:String>
217222
<system:String x:Key="releaseNotes">Note di rilascio</system:String>
218223
<system:String x:Key="documentation">Usage Tips</system:String>

Flow.Launcher/Languages/ja.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
8181
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
8282
<system:String x:Key="plugin">Plugin</system:String>
83+
<system:String x:Key="plugins">Plugins</system:String>
8384
<system:String x:Key="browserMorePlugins">プラグインを探す</system:String>
8485
<system:String x:Key="enable">有効</system:String>
8586
<system:String x:Key="disable">無効</system:String>
@@ -152,6 +153,7 @@
152153

153154
<!-- Setting Hotkey -->
154155
<system:String x:Key="hotkey">ホットキー</system:String>
156+
<system:String x:Key="hotkeys">ホットキー</system:String>
155157
<system:String x:Key="flowlauncherHotkey">Flow Launcher ホットキー</system:String>
156158
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
157159
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>

Flow.Launcher/Languages/ko.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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">
36
<!-- MainWindow -->
47
<system:String x:Key="registerHotkeyFailed">단축키 등록 실패: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">{0}을 실행할 수 없습니다.</system:String>
@@ -80,6 +83,7 @@
8083
<system:String x:Key="searchplugin_Noresult_Title">검색 결과를 찾을 수 없습니다.</system:String>
8184
<system:String x:Key="searchplugin_Noresult_Subtitle">다른 검색어를 시도해주세요.</system:String>
8285
<system:String x:Key="plugin">플러그인</system:String>
86+
<system:String x:Key="plugins">플러그인</system:String>
8387
<system:String x:Key="browserMorePlugins">플러그인 더 찾아보기</system:String>
8488
<system:String x:Key="enable">켬</system:String>
8589
<system:String x:Key="disable">끔</system:String>
@@ -152,6 +156,7 @@
152156

153157
<!-- Setting Hotkey -->
154158
<system:String x:Key="hotkey">단축키</system:String>
159+
<system:String x:Key="hotkeys">단축키</system:String>
155160
<system:String x:Key="flowlauncherHotkey">Flow Launcher 단축키</system:String>
156161
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher를 열 때 사용할 단축키를 입력하세요.</system:String>
157162
<system:String x:Key="previewHotkey">미리보기 단축키</system:String>

0 commit comments

Comments
 (0)