Skip to content

Commit c82306f

Browse files
committed
Add Default Browser Setting Strings in Portugee
1 parent f279c20 commit c82306f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

Flow.Launcher/Languages/pt-pt.xaml

Lines changed: 18 additions & 3 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">Falha ao registar tecla de atalho: {0}</system:String>
58
<system:String x:Key="couldnotStartCmd">Não foi possível iniciar {0}</system:String>
@@ -36,6 +39,8 @@
3639
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Desativar ativação do Flow Launcher se alguma aplicação estiver em ecrã completo (recomendado para jogos)</system:String>
3740
<system:String x:Key="defaultFileManager">Gestor de ficheiros padrão</system:String>
3841
<system:String x:Key="defaultFileManagerToolTip">Selecione o gestor de ficheiros utilizado para abrir a página</system:String>
42+
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
43+
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
3944
<system:String x:Key="pythonDirectory">Diretório Python</system:String>
4045
<system:String x:Key="autoUpdates">Atualização automática</system:String>
4146
<system:String x:Key="selectPythonDirectory">Selecionar</system:String>
@@ -160,6 +165,16 @@
160165
<system:String x:Key="fileManager_directory_arg">Argumento para pasta</system:String>
161166
<system:String x:Key="fileManager_file_arg">Argumento para ficheiro</system:String>
162167

168+
<!-- DefaultBrowser Setting Dialog -->
169+
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
170+
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
171+
<system:String x:Key="defaultBrowser_name">Browser</system:String>
172+
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
173+
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
174+
<system:String x:Key="defaultBrowser_newtab">New Window</system:String>
175+
<system:String x:Key="defaultBrowser_newWindow">New Tab</system:String>
176+
<system:String x:Key="defaultBrowser_parameter">Priviate Mode</system:String>
177+
163178
<!-- Priority Setting Dialog -->
164179
<system:String x:Key="changePriorityWindow">Alterar prioridade</system:String>
165180
<system:String x:Key="priority_tips">Quanto maior for o número, melhor avaliação terá o resultado. Experimente com o número 5. Se quiser que os resultados sejam inferiores aos dos outros plugins, indique um número negativo.</system:String>
@@ -214,7 +229,7 @@
214229
<system:String x:Key="update_flowlauncher_updating">A atualizar...</system:String>
215230
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
216231
Flow Launcher não conseguiu mover o seu perfil de dados para a nova versão.
217-
Queira por favor mover a pasta do seu perfil de {0} para {1}
232+
Queira por favor mover a pasta do seu perfil de {0} para {1}
218233
</system:String>
219234
<system:String x:Key="update_flowlauncher_new_update">Nova atualização</system:String>
220235
<system:String x:Key="update_flowlauncher_update_new_version_available">Está disponível a versão {0} do Flow Launcher</system:String>

0 commit comments

Comments
 (0)