Skip to content

Commit 3b5b3ab

Browse files
committed
Add BookmarkData Window Title String in portugee
1 parent c82306f commit 3b5b3ab

File tree

1 file changed

+10
-6
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages

1 file changed

+10
-6
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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

4-
<!--Plugin Info-->
5-
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Marcadores do navegador</system:String>
6-
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Pesquisar nos marcadores do navegador</system:String>
7+
<!-- Plugin Info -->
8+
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Marcadores do navegador</system:String>
9+
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Pesquisar nos marcadores do navegador</system:String>
710

8-
<!--Settings-->
11+
<!-- Settings -->
12+
<system:String x:Key="BookmarkDataSetting">Bookmmark Data</system:String>
913
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Abrir marcadores em:</system:String>
1014
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nova janela</system:String>
1115
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Novo separador</system:String>

0 commit comments

Comments
 (0)