eric6/i18n/eric6_pt.ts

changeset 8109
486984bb52e3
parent 8108
a42ae6be4cc3
child 8123
b93ae18a4395
--- a/eric6/i18n/eric6_pt.ts	Tue Feb 16 18:25:47 2021 +0100
+++ b/eric6/i18n/eric6_pt.ts	Wed Feb 17 17:51:42 2021 +0100
@@ -2387,27 +2387,27 @@
 <context>
     <name>Browser</name>
     <message>
-        <location filename="../UI/Browser.py" line="89"/>
+        <location filename="../UI/Browser.py" line="91"/>
         <source>File-Browser</source>
         <translation>Navegador de Ficheiros</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="248"/>
+        <location filename="../UI/Browser.py" line="261"/>
         <source>Open</source>
         <translation>Abrir</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="211"/>
+        <location filename="../UI/Browser.py" line="220"/>
         <source>Run unittest...</source>
         <translation>Executar teste unitário...</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="274"/>
+        <location filename="../UI/Browser.py" line="289"/>
         <source>Copy Path to Clipboard</source>
         <translation>Copiar Rota à Área de Transferência</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="234"/>
+        <location filename="../UI/Browser.py" line="245"/>
         <source>Open in Icon Editor</source>
         <translation>Abrir no Editor de Ícones</translation>
     </message>
@@ -2417,27 +2417,27 @@
         <translation type="obsolete">Configurar...</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="293"/>
+        <location filename="../UI/Browser.py" line="310"/>
         <source>New toplevel directory...</source>
         <translation>Diretório de nível superior novo...</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="256"/>
+        <location filename="../UI/Browser.py" line="271"/>
         <source>Add as toplevel directory</source>
         <translation>Adicionar como diretório de nível superior</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="259"/>
+        <location filename="../UI/Browser.py" line="274"/>
         <source>Remove from toplevel</source>
         <translation>Retirar do nível superior</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="263"/>
+        <location filename="../UI/Browser.py" line="278"/>
         <source>Refresh directory</source>
         <translation>Atualizar diretório</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="267"/>
+        <location filename="../UI/Browser.py" line="282"/>
         <source>Find in this directory</source>
         <translation>Encontrar neste diretório</translation>
     </message>
@@ -2447,60 +2447,65 @@
         <translation type="obsolete">Encontrar&amp;&amp;Substituir neste diretório</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="581"/>
+        <location filename="../UI/Browser.py" line="612"/>
         <source>New toplevel directory</source>
         <translation>Diretório de nível superior novo</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="279"/>
+        <location filename="../UI/Browser.py" line="296"/>
         <source>Goto</source>
         <translation>Ir a</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="384"/>
+        <location filename="../UI/Browser.py" line="403"/>
         <source>Line {0}</source>
         <translation>Linha {0}</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="108"/>
+        <location filename="../UI/Browser.py" line="110"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;A Janela de Navegação&lt;/b&gt;&lt;p&gt;Permite navegar facilmente pela hierarquia dos diretório e ficheiros do sistema, identificar os programas de Python e abri-los na janela do Visor de Fontes. A janela mostra várias hierarquias separadas.&lt;/p&gt;&lt;p&gt;Apenas se mostrará a primeira hierarquia se está aberto um programa para depurar e o seu diretório raíz é o diretório que o contém. Geralmente, os distintos ficheiros que formam uma aplicação Python mantêm-se no mesmo diretório, deste modo a hierarquia dá acesso à maior parte do que se necessite.&lt;/p&gt;&lt;p&gt;A hierarquia seguinte utiliza-se para navagar facilmente nos diretórios especificados pela variável Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;As hierarquias restantes permitem navegar no seu sistema como um todo. Num sistema UNIX haverá uma hierarquia com &lt;tt&gt;/&lt;/tt&gt; como raíz e outra com o diretório do usuário. Num sistema Windows haverá uma hierarquia para cada unidade de disco no sistema.&lt;/p&gt;&lt;p&gt;Os programas Python (como aqueles que têm a extensão &lt;tt&gt;.py&lt;/tt&gt;) identificam-se nas hierarquias com um ícone Python. Um clique com o botão direito do rato frará aparecer um menú que permitirá abrir o ficheiro numa janela do Visor de Fontes, abrir para depurar ou usá-lo para executar um teste unitário.&lt;/p&gt;&lt;p&gt;O menú contextual de uma classe, função ou método permite abrir o ficheiro definindo esta classe, função ou método e assegurará que a linha de código correta esteja visível.&lt;/p&gt;&lt;p&gt;Os ficheiros de Qt-Designer (como os que têm extensão &lt;tt&gt;.ui&lt;/tt&gt;) aparecem com o ícone de Designer. O menú contextual destes ficheiros permite abrí-los com Qt-Designer.&lt;/p&gt;&lt;p&gt;Os ficheiros de Qt-Linguist (como os que têm extensão &lt;tt&gt;.ts&lt;/tt&gt;) aparecem com o ícone de Linguist. O menú contextual destes ficheiros permite abrí-los com Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="504"/>
+        <location filename="../UI/Browser.py" line="523"/>
         <source>Show Mime-Type</source>
         <translation>Mostrar Tipos MIME</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="477"/>
+        <location filename="../UI/Browser.py" line="496"/>
         <source>The mime type of the file could not be determined.</source>
         <translation>O tipo MIME do ficheiro não pôde ser identificado.</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="495"/>
+        <location filename="../UI/Browser.py" line="514"/>
         <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
         <translation>O ficheiro tem o tipo MIME &lt;b&gt;{0}&lt;/b&gt;.</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="504"/>
+        <location filename="../UI/Browser.py" line="523"/>
         <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
         <translation>O ficheiro tem o tipo MIME &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt;Deverá ser adicionado à lista de tipos MIME de texto?</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="231"/>
+        <location filename="../UI/Browser.py" line="242"/>
         <source>Open in Hex Editor</source>
         <translation>Abrir com Editor Hexadecimal</translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="270"/>
+        <location filename="../UI/Browser.py" line="285"/>
         <source>Find &amp;&amp; Replace in this directory</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../UI/Browser.py" line="219"/>
+        <location filename="../UI/Browser.py" line="228"/>
         <source>Refresh Source File</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../UI/Browser.py" line="209"/>
+        <source>Show Hidden Files</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -2510,27 +2515,27 @@
         <translation>Nome</translation>
     </message>
     <message>
-        <location filename="../UI/BrowserModel.py" line="663"/>
+        <location filename="../UI/BrowserModel.py" line="653"/>
         <source>Coding: {0}</source>
         <translation>Codificação: {0}</translation>
     </message>
     <message>
-        <location filename="../UI/BrowserModel.py" line="670"/>
+        <location filename="../UI/BrowserModel.py" line="660"/>
         <source>Globals</source>
         <translation>Globais</translation>
     </message>
     <message>
+        <location filename="../UI/BrowserModel.py" line="759"/>
+        <source>Attributes</source>
+        <translation>Atributos</translation>
+    </message>
+    <message>
         <location filename="../UI/BrowserModel.py" line="769"/>
-        <source>Attributes</source>
-        <translation>Atributos</translation>
-    </message>
-    <message>
-        <location filename="../UI/BrowserModel.py" line="779"/>
         <source>Class Attributes</source>
         <translation>Atributos da Classe</translation>
     </message>
     <message>
-        <location filename="../UI/BrowserModel.py" line="676"/>
+        <location filename="../UI/BrowserModel.py" line="666"/>
         <source>Imports</source>
         <translation>Importações</translation>
     </message>
@@ -42744,47 +42749,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="91"/>
-        <source>Select to show hidden files in the various browsers</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="94"/>
         <source>Show hidden files</source>
-        <translation>Mostrar ficheiros escondidos</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="117"/>
+        <translation type="obsolete">Mostrar ficheiros escondidos</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="107"/>
         <source>Select, if the caption of the main window should show the filename of the current editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="120"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="110"/>
         <source>Caption shows filename</source>
         <translation>Nome do ficheiro como título da janela</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="129"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="119"/>
         <source>Filename Length</source>
         <translation>Tamanho do Nome de Ficheiro</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="136"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="126"/>
         <source>Enter the number of characters to be shown in the main window title.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="173"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="163"/>
         <source>Style:</source>
         <translation>Estilo:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="180"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="170"/>
         <source>Select the interface style</source>
         <translation>Selecionar estilo da interface</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="187"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="177"/>
         <source>Style Sheet:</source>
         <translation>Folha de Estilos:</translation>
     </message>
@@ -42809,47 +42809,47 @@
         <translation type="obsolete">Canto Inferior Direito</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="273"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="263"/>
         <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="288"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="278"/>
         <source>Language:</source>
         <translation>Idioma:</translation>
     </message>
     <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="294"/>
+        <source>Select the interface language.</source>
+        <translation>Selecionar o idioma da interface.</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="297"/>
+        <source>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="304"/>
-        <source>Select the interface language.</source>
-        <translation>Selecionar o idioma da interface.</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="307"/>
-        <source>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="314"/>
         <source>Layout:</source>
         <translation>Disposição:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="327"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="317"/>
         <source>Select the layout type.</source>
         <translation>Selecionar tipo de disposição.</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="336"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="326"/>
         <source>Toolboxes</source>
         <translation>Caixas de Ferramentas</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="331"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="321"/>
         <source>Sidebars</source>
         <translation>Barras Laterais</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="385"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="375"/>
         <source>File-Browser</source>
         <translation type="unfinished">Navegador de Ficheiros</translation>
     </message>
@@ -42864,17 +42864,17 @@
         <translation type="obsolete">Apenas mostrar um botão de fechar em vez de um por separador</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="496"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/>
         <source>Reset layout to factory defaults</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="255"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="250"/>
         <source>System</source>
         <translation>Sistema</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="235"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="230"/>
         <source>English</source>
         <comment>Translate this with your language</comment>
         <translation>Português</translation>
@@ -42895,152 +42895,152 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="218"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="208"/>
         <source>Delay:</source>
         <translation>Retraso:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="228"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="218"/>
         <source> ms</source>
         <translation> ms</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="203"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="193"/>
         <source>Enter the path of the style sheet file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="360"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="350"/>
         <source>Integrated Tools Activation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="264"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="259"/>
         <source>Left Side</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="362"/>
+        <source>Select to activate the Template viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="365"/>
+        <source>Template-Viewer</source>
+        <translation type="unfinished">Visor de Modelos</translation>
+    </message>
+    <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="372"/>
-        <source>Select to activate the Template viewer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="375"/>
-        <source>Template-Viewer</source>
-        <translation type="unfinished">Visor de Modelos</translation>
+        <source>Select to activate the File-Browser widget</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="382"/>
-        <source>Select to activate the File-Browser widget</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="392"/>
         <source>Select to activate the Symbols widget</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="395"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="385"/>
         <source>Symbols</source>
         <translation type="unfinished">Símbolos</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="265"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="260"/>
         <source>Right Side</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="411"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="401"/>
         <source>Select to activate the Code Documentation Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="414"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="404"/>
         <source>Code Documentation Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="431"/>
+        <source>Select to activate the Cooperation widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="434"/>
+        <source>Cooperation</source>
+        <translation type="unfinished">Colaboração</translation>
+    </message>
+    <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="441"/>
-        <source>Select to activate the Cooperation widget</source>
+        <source>Select to activate the IRC widget</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="444"/>
-        <source>Cooperation</source>
-        <translation type="unfinished">Colaboração</translation>
+        <source>IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="261"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="470"/>
+        <source>Select to activate the Numbers widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="473"/>
+        <source>Numbers</source>
+        <translation type="unfinished">Números</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="424"/>
+        <source>Conda Package Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="421"/>
+        <source>Select to activate the conda package manager widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="411"/>
+        <source>Select to activate the PyPI package manager widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="414"/>
+        <source>PyPI Package Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="334"/>
+        <source>Shell Position:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="341"/>
+        <source>Select the position for the Shell window</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="451"/>
-        <source>Select to activate the IRC widget</source>
+        <source>Select to activate the MicroPython widget</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="454"/>
-        <source>IRC</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="266"/>
-        <source>Bottom Side</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="480"/>
-        <source>Select to activate the Numbers widget</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="483"/>
-        <source>Numbers</source>
-        <translation type="unfinished">Números</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="434"/>
-        <source>Conda Package Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="431"/>
-        <source>Select to activate the conda package manager widget</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="421"/>
-        <source>Select to activate the PyPI package manager widget</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="424"/>
-        <source>PyPI Package Manager</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="344"/>
-        <source>Shell Position:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="351"/>
-        <source>Select the position for the Shell window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="461"/>
-        <source>Select to activate the MicroPython widget</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="464"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="101"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="91"/>
         <source>Select to show the source code encoding</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="104"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="94"/>
         <source>Show source file encoding</source>
         <translation type="unfinished"></translation>
     </message>
@@ -54801,17 +54801,17 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="../Preferences/__init__.py" line="1639"/>
+        <location filename="../Preferences/__init__.py" line="1640"/>
         <source>Export Preferences</source>
         <translation>Exportar Preferências</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1667"/>
+        <location filename="../Preferences/__init__.py" line="1668"/>
         <source>Import Preferences</source>
         <translation>Importar Preferências</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1667"/>
+        <location filename="../Preferences/__init__.py" line="1668"/>
         <source>Properties File (*.ini);;All Files (*)</source>
         <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation>
     </message>
@@ -56923,42 +56923,42 @@
         <translation>Navegador de Outros</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="189"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="191"/>
         <source>Select to make the project browsers highlight the file of the current editor.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="192"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="194"/>
         <source>Highlight file of current editor</source>
         <translation>Ressaltar o ficheiro do editor atual</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="219"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="221"/>
         <source>Select to hide sources generated from form files</source>
         <translation>Selcionar para esconder as fontes geradas a partir de ficheiros formulários</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="222"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="224"/>
         <source>Hide generated form sources</source>
         <translation>Esconder fontes de geradas de formulários</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="199"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="201"/>
         <source>Select to follow the cursor line of the current editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="202"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="204"/>
         <source>Follow cursor line of current editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="209"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="211"/>
         <source>Select to populate entries automatically when following the cursor line of the current editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="212"/>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="214"/>
         <source>Populate entry when following the cursor line</source>
         <translation type="unfinished"></translation>
     </message>
@@ -56982,6 +56982,16 @@
         <source>Select the color for highlighted entries in the Others viewer.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="231"/>
+        <source>Select to show hidden files in the various browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="234"/>
+        <source>Show hidden files</source>
+        <translation type="unfinished">Mostrar ficheiros escondidos</translation>
+    </message>
 </context>
 <context>
     <name>ProjectFile</name>

eric ide

mercurial