Update translations. Add Norwegian (Bokmål) and Portuguese (Brazil) translations.

This commit is contained in:
Riley McArdle
2013-05-22 13:38:05 -05:00
parent 88d06c8ef2
commit 905b6bb92a
19 changed files with 3310 additions and 62 deletions

View File

@@ -12,6 +12,8 @@
Fixed issue MR-470 - Quick Connect to Linux server uses invalid credentials
Fixed issue MR-471 - PuTTY Saved Sessions disappears from connection list
Added PuTTY Session Settings command to the Config panel for PuTTY Saved Sessions.
Updated translations.
Added Norwegian (Bokmål) and Portuguese (Brazil) translations.
Added Spanish translation to the installer.
Fixed an exception or crash when choosing unnamed colors for themes.
Fixed possible error "Control does not support transparent background colors" when modifying themes.

View File

@@ -29,12 +29,15 @@ mkdir %TEMP_FOLDER%
%SORTRESX% %TEMP_FOLDER%\ar\Language.ar.resx "%~dp0\mRemoteV1\Language\Language.ar.resx"
%SORTRESX% %TEMP_FOLDER%\de\Language.de.resx "%~dp0\mRemoteV1\Language\Language.de.resx"
%SORTRESX% %TEMP_FOLDER%\el\Language.el.resx "%~dp0\mRemoteV1\Language\Language.el.resx"
%SORTRESX% %TEMP_FOLDER%\en-US\Language.en.resx "%~dp0\mRemoteV1\Language\Language.en-US.resx"
%SORTRESX% %TEMP_FOLDER%\es-AR\Language.es.resx "%~dp0\mRemoteV1\Language\Language.es-AR.resx"
%SORTRESX% %TEMP_FOLDER%\es-ES\Language.es.resx "%~dp0\mRemoteV1\Language\Language.es.resx"
%SORTRESX% %TEMP_FOLDER%\fr\Language.fr.resx "%~dp0\mRemoteV1\Language\Language.fr.resx"
%SORTRESX% %TEMP_FOLDER%\he\Language.he.resx "%~dp0\mRemoteV1\Language\Language.he.resx"
%SORTRESX% %TEMP_FOLDER%\hu\Language.hu.resx "%~dp0\mRemoteV1\Language\Language.hu.resx"
%SORTRESX% %TEMP_FOLDER%\it\Language.it.resx "%~dp0\mRemoteV1\Language\Language.it.resx"
%SORTRESX% %TEMP_FOLDER%\nb\Language.nb.resx "%~dp0\mRemoteV1\Language\Language.nb-NO.resx"
%SORTRESX% %TEMP_FOLDER%\nl\Language.nl.resx "%~dp0\mRemoteV1\Language\Language.nl.resx"
%SORTRESX% %TEMP_FOLDER%\pl\Language.pl.resx "%~dp0\mRemoteV1\Language\Language.pl.resx"
%SORTRESX% %TEMP_FOLDER%\pt-BR\Language.pt.resx "%~dp0\mRemoteV1\Language\Language.pt-BR.resx"

View File

@@ -1827,9 +1827,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungs Datei erstel
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>SSH Abschluss der Übertragung fehlgeschlagen!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Übertragung fehlgeschlagen!</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>Anfangs IP</value>
</data>

View File

@@ -59,7 +59,7 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>

View File

@@ -416,12 +416,30 @@ Versión de Control {0} de VNCSharpNG</value>
<data name="strCommandLineArgsCouldNotBeParsed" xml:space="preserve">
<value>¡No se pudieron procesar los argumentos de línea de comandos!</value>
</data>
<data name="strCompatibilityProblemDetected" xml:space="preserve">
<value>Detectado problema de compatibilidad</value>
</data>
<data name="strComponentsCheck" xml:space="preserve">
<value>Comprobación de Componentes</value>
</data>
<data name="strConfigPropertyGridButtonIconClickFailed" xml:space="preserve">
<value>¡Error en btnIcon_Click!</value>
</data>
<data name="strConfigPropertyGridHideItemsFailed" xml:space="preserve">
<value>¡Fallo en ShowHideGridItems!</value>
</data>
<data name="strConfigPropertyGridMenuClickFailed" xml:space="preserve">
<value>¡Fallo en IconMenu_Click!</value>
</data>
<data name="strConfigPropertyGridObjectFailed" xml:space="preserve">
<value>¡Fallo en el objeto de propiedad de red!</value>
</data>
<data name="strConfigPropertyGridSetHostStatusFailed" xml:space="preserve">
<value>No se pudo definir el estado del host!</value>
</data>
<data name="strConfigPropertyGridValueFailed" xml:space="preserve">
<value>¡Fallo en pGrid_PopertyValueChanged!</value>
</data>
<data name="strConfigUiLoadFailed" xml:space="preserve">
<value>Error al Cargar la Interfaz de Configuración de Usuario</value>
</data>
@@ -521,6 +539,9 @@ Arrancando con un nuevo archivo de conexiones.</value>
<data name="strConnenctionClosedByUserDetail" xml:space="preserve">
<value>Connexión a {0} via {1} cerrada por el usuario {2}. (Descripción: "{3}"; Campo de Usuario: "{4}")</value>
</data>
<data name="strConnenctionCloseEvent" xml:space="preserve">
<value>Evento de conexión cerrado</value>
</data>
<data name="strConnenctionCloseEventFailed" xml:space="preserve">
<value>¡Ha fallado el evento Closed en Connection!</value>
</data>
@@ -572,6 +593,9 @@ Arrancando con un nuevo archivo de conexiones.</value>
<data name="strEndPort" xml:space="preserve">
<value>Puerto Final</value>
</data>
<data name="strErrorAddExternalToolsToToolBarFailed" xml:space="preserve">
<value>Fallo al AddExternalToolsToToolBar (frmMain). {0}</value>
</data>
<data name="strErrorAddFolderFailed" xml:space="preserve">
<value>Añadir Carpeta (UI.Window.Tree) fallida. {0}</value>
</data>
@@ -687,6 +711,9 @@ Ver el articulo de soporte de Microsoft en http://support.microsoft.com/kb/81183
<data name="strHttpConnectionFailed" xml:space="preserve">
<value>¡No se pudo crear una nueva conexión HTTP!</value>
</data>
<data name="strHttpDocumentTileChangeFailed" xml:space="preserve">
<value>¡Fallo al cambiar el azulejo del documento HTTP!</value>
</data>
<data name="strHttpSetPropsFailed" xml:space="preserve">
<value>¡Asignación de Propiedades HTTP fallida!</value>
</data>
@@ -741,6 +768,21 @@ Ver el articulo de soporte de Microsoft en http://support.microsoft.com/kb/81183
<data name="strIntAppFocusFailed" xml:space="preserve">
<value>¡No se pudo centrar el foco en Int App!</value>
</data>
<data name="strIntAppHandle" xml:space="preserve">
<value>Manejar aplicación interna: {0}</value>
</data>
<data name="strIntAppKillFailed" xml:space="preserve">
<value>¡Fallo en el proceso de detención de la aplicación interna!</value>
</data>
<data name="strIntAppParentHandle" xml:space="preserve">
<value>Manejar el panel: {0}</value>
</data>
<data name="strIntAppResizeFailed" xml:space="preserve">
<value>¡Fallo al redimensionar la aplicación interna!</value>
</data>
<data name="strIntAppStuff" xml:space="preserve">
<value>--- Cosas de la aplicación interna ---</value>
</data>
<data name="strIntAppTitle" xml:space="preserve">
<value>Título Int App: {0}</value>
</data>
@@ -964,10 +1006,10 @@ Ver el articulo de soporte de Microsoft en http://support.microsoft.com/kb/81183
<value>Copiar todo</value>
</data>
<data name="strMenuNotificationsDelete" xml:space="preserve">
<value>Eliminar</value>
<value>Borrar</value>
</data>
<data name="strMenuNotificationsDeleteAll" xml:space="preserve">
<value>Eliminar todo</value>
<value>Borrar todo</value>
</data>
<data name="strMenuOpenConnectionFile" xml:space="preserve">
<value>Abrir Archivo de Conexión...</value>
@@ -1029,9 +1071,15 @@ Ver el articulo de soporte de Microsoft en http://support.microsoft.com/kb/81183
<data name="strMenuSessionsAndScreenshots" xml:space="preserve">
<value>Sesiones y Capturas de Pantalla</value>
</data>
<data name="strMenuShowHelpText" xml:space="preserve">
<value>&amp;Mostrar texto de ayuda</value>
</data>
<data name="strMenuShowText" xml:space="preserve">
<value>Mostar Texto</value>
</data>
<data name="strMenuSmartSize" xml:space="preserve">
<value>SmartSize (RDP/VNC)</value>
</data>
<data name="strMenuSSHFileTransfer" xml:space="preserve">
<value>Tranferencia de Archivos por SSH</value>
</data>
@@ -1467,12 +1515,21 @@ Mensaje:
<data name="strPuttyGetSessionsFailed" xml:space="preserve">
<value>¡Fallo en la carga de las Sesiones de Putty!</value>
</data>
<data name="strPuttyHandle" xml:space="preserve">
<value>Manejar Putty: {0}</value>
</data>
<data name="strPuttyKillFailed" xml:space="preserve">
<value>¡Kill del Proceso Putty fallido!</value>
</data>
<data name="strPuttyParentHandle" xml:space="preserve">
<value>Manejar el panel: {0}</value>
</data>
<data name="strPuttyResizeFailed" xml:space="preserve">
<value>¡Redimensionamiento de Putty fallido!</value>
</data>
<data name="strPuttySavedSessionsRootName" xml:space="preserve">
<value>Sesiones guardadas de PuTTY</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>Opciones de PuTTY</value>
</data>
@@ -1482,6 +1539,12 @@ Mensaje:
<data name="strPuttyStartFailed" xml:space="preserve">
<value>¡Fallo en el arranque de Putty!</value>
</data>
<data name="strPuttyStuff" xml:space="preserve">
<value>--- Cosas de PuTTY ---</value>
</data>
<data name="strPuttyTitle" xml:space="preserve">
<value>Titulo PuTTy: {0}</value>
</data>
<data name="strQuickConnect" xml:space="preserve">
<value>Conexión Rápida</value>
</data>
@@ -1794,9 +1857,6 @@ Mensaje:
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>¡Final de Transferencia SSH (UI.Window.SSHTransfer) fallida!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Tranferencia</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>IP Inicial</value>
</data>
@@ -1845,15 +1905,30 @@ Mensaje:
<data name="strThemeNameConfigPanelBackgroundColor" xml:space="preserve">
<value>Color de fondo del panel de configuración</value>
</data>
<data name="strThemeNameConfigPanelTextColor" xml:space="preserve">
<value>Color del texto del panel de configuración</value>
</data>
<data name="strThemeNameMenuBackgroundColor" xml:space="preserve">
<value>Color de fondo del menú</value>
</data>
<data name="strThemeNameMenuTextColor" xml:space="preserve">
<value>Color del texto del menú</value>
</data>
<data name="strThemeNameSearchBoxBackgroundColor" xml:space="preserve">
<value>Color de fondo de la caja de búsqueda</value>
</data>
<data name="strThemeNameSearchBoxTextColor" xml:space="preserve">
<value>Color del texto de la caja de búsqueda</value>
</data>
<data name="strThemeNameToolbarBackgroundColor" xml:space="preserve">
<value>Color de fondo de la barra de herramientas</value>
</data>
<data name="strThemeNameToolbarTextColor" xml:space="preserve">
<value>Color del texto de la barra de herramientas</value>
</data>
<data name="strThemeNameWindowBackgroundColor" xml:space="preserve">
<value>Color de fondo de la ventana</value>
</data>
<data name="strTitleError" xml:space="preserve">
<value>Error ({0})</value>
</data>

View File

@@ -148,7 +148,7 @@
<value>Toujours se connecter, même si l'authentification échoue</value>
</data>
<data name="strAlwaysShowPanelSelection" xml:space="preserve">
<value>Toujours afficher la sélection de panneau à l'ouverture d'une connexion</value>
<value>Toujours demander la sélection d'un panneau lors de l'ouverture d'une connexion</value>
</data>
<data name="strAlwaysShowPanelTabs" xml:space="preserve">
<value>Toujours afficher les onglets du panneau</value>
@@ -403,6 +403,12 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout,
<data name="strCommandLineArgsCouldNotBeParsed" xml:space="preserve">
<value>Impossible de parcourir les arguments de la ligne de commande !</value>
</data>
<data name="strCompatibilityLenovoAutoScrollUtilityDetected" xml:space="preserve">
<value>{0} a détecté que l'utilitaire Lenovo Auto Scroll Utility est executé sur le système. Cet utilitaire est connu pour générer des problèmes avec {0}. Il est recommandé de le désactiver ou de le désinstaller.</value>
</data>
<data name="strCompatibilityProblemDetected" xml:space="preserve">
<value>Problème de compatibilité détecté</value>
</data>
<data name="strComponentsCheck" xml:space="preserve">
<value>Vérifiez les composants</value>
</data>
@@ -603,7 +609,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout,
</data>
<data name="strErrorFipsPolicyIncompatible" xml:space="preserve">
<value>Les paramètres de sécurité Windows, "Système de cryptographie: Utilise FIPS, algorithmes compatible pour le cryptage, hachage et signature", est activé. Ce paramètre n'est pas compatible avec {0}.
Allez sur l'article du support de Microsoft pour plus d'informations http://support.microsoft.com/kb/811833 for more information.
Consultez l'article du support de Microsoft pour plus d'informations http://support.microsoft.com/kb/811833
{0} va maintenant fermer.</value>
</data>
@@ -719,7 +725,7 @@ Allez sur l'article du support de Microsoft pour plus d'informations http://supp
<value>Échec de ICA Set Resolution !</value>
</data>
<data name="strIdentifyQuickConnectTabs" xml:space="preserve">
<value>Identifier les onglets de connexion rapide en ajoutant le préfix "Rapide."</value>
<value>Identifier les onglets de connexion rapide en ajoutant le préfixe "Rapide."</value>
</data>
<data name="strImportAD" xml:space="preserve">
<value>Importer à partir d'Active Directory</value>
@@ -776,7 +782,7 @@ Allez sur l'article du support de Microsoft pour plus d'informations http://supp
<value>CTRL-ALT-DEL</value>
</data>
<data name="strKeysCtrlEsc" xml:space="preserve">
<value>CTRL-ESC</value>
<value>CTRL-Echap</value>
</data>
<data name="strLabelAddress" xml:space="preserve">
<value>Adresse:</value>
@@ -989,7 +995,7 @@ Allez sur l'article du support de Microsoft pour plus d'informations http://supp
<value>Notifications</value>
</data>
<data name="strMenuNotificationsCopyAll" xml:space="preserve">
<value>Copiez tout</value>
<value>Tout copier</value>
</data>
<data name="strMenuNotificationsDelete" xml:space="preserve">
<value>Supprimer</value>
@@ -1522,6 +1528,9 @@ Message:
<data name="strPuttyResizeFailed" xml:space="preserve">
<value>Échec du redimensionnement de Putty !</value>
</data>
<data name="strPuttySavedSessionsRootName" xml:space="preserve">
<value>Sessions PuTTY sauvegardées</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>Paramètres PuTTY</value>
</data>
@@ -1868,7 +1877,7 @@ Message:
<value>Échec de SSH Transfer End (UI.Window.SSHTransfer)!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Transfert</value>
<value>Echec du transfert SSH échoué.</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>IP de début</value>
@@ -1964,7 +1973,7 @@ Message:
<value>La couleur d'arrière-plan de la fenêtre principale.</value>
</data>
<data name="strThemeNameConfigPanelBackgroundColor" xml:space="preserve">
<value>Couleur de fond de panneau de configuration</value>
<value>Couleur de fond du panneau de configuration</value>
</data>
<data name="strThemeNameConfigPanelCategoryTextColor" xml:space="preserve">
<value>Couleur de texte pour le panneau de configuration</value>
@@ -2000,16 +2009,16 @@ Message:
<value>Couleur de fond de la boite de recherche</value>
</data>
<data name="strThemeNameSearchBoxTextColor" xml:space="preserve">
<value>Couleur du texte pour la boite de recherche</value>
<value>Couleur du texte de la recherche</value>
</data>
<data name="strThemeNameSearchBoxTextPromptColor" xml:space="preserve">
<value>Couleur du Texte de la Boîte de Recherche</value>
</data>
<data name="strThemeNameToolbarBackgroundColor" xml:space="preserve">
<value>Couleur de fond de barre d'outils</value>
<value>Couleur de fond de la barre d'outils</value>
</data>
<data name="strThemeNameToolbarTextColor" xml:space="preserve">
<value>Couleur du texte pour la barre d'outils</value>
<value>Couleur du texte de la barre d'outils</value>
</data>
<data name="strThemeNameWindowBackgroundColor" xml:space="preserve">
<value>Couleur de fond de la fenêtre</value>

View File

@@ -1876,9 +1876,6 @@ Messaggio:
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>SSH Transfer End (UI.Window.SSHTransfer) fallito!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Trasferimento</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>IP iniziale</value>
</data>

File diff suppressed because it is too large Load Diff

View File

@@ -417,6 +417,12 @@ VncSharpNG Versie {0}</value>
<data name="strCommandLineArgsCouldNotBeParsed" xml:space="preserve">
<value>Kan opdrachtprompt argumenten niet parsen!</value>
</data>
<data name="strCompatibilityLenovoAutoScrollUtilityDetected" xml:space="preserve">
<value>{0} heeft de Lenovo Auto Scroll Utility op het systeem ontdekt. Deze utility staat bekend om problemen met {0}. Het wordt aangeraden om het uit te schakelen of te deïnstalleren.</value>
</data>
<data name="strCompatibilityProblemDetected" xml:space="preserve">
<value>Compatibiliteits probleem ontdekt</value>
</data>
<data name="strComponentsCheck" xml:space="preserve">
<value>Controle Componenten</value>
</data>
@@ -1541,6 +1547,9 @@ Bericht:
<data name="strPuttyResizeFailed" xml:space="preserve">
<value>PuTTy Formaat Wijzigen Mislukt!</value>
</data>
<data name="strPuttySavedSessionsRootName" xml:space="preserve">
<value>PuTTY opgeslagen sessies</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>PuTTY Instellingen</value>
</data>
@@ -1887,7 +1896,7 @@ Bericht:
<value>SSH Overdracht (UI.Window.SSHTransfer) mislukt!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Overdracht</value>
<value>SSH overdracht heeft gefaald.</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>Start IP</value>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,351 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="strAbout" xml:space="preserve">
<value>Sobre</value>
</data>
<data name="strActive" xml:space="preserve">
<value>Ativo</value>
</data>
<data name="strActivity" xml:space="preserve">
<value>Atividade</value>
</data>
<data name="strAddConnection" xml:space="preserve">
<value>Nova conexão</value>
</data>
<data name="strAddFolder" xml:space="preserve">
<value>Nova pasta</value>
</data>
<data name="strAddNodeFromXmlFailed" xml:space="preserve">
<value>AddNodeFromXML falhou!</value>
</data>
<data name="strAddNodesFromSqlFailed" xml:space="preserve">
<value>AddNodesFromSQL falhou!</value>
</data>
<data name="strAllowOnlySingleInstance" xml:space="preserve">
<value>Permitir apenas uma única instância do aplicativo (mRemoteNG é necessário reiniciar)</value>
</data>
<data name="strAlways" xml:space="preserve">
<value>Sempre</value>
</data>
<data name="strAlwaysConnectEvenIfAuthFails" xml:space="preserve">
<value>Conectar sempre, mesmo se a autenticação falhar</value>
</data>
<data name="strAlwaysShowPanelSelection" xml:space="preserve">
<value>Sempre mostrar a caixa de diálogo de seleção de painel ao abrir conexões</value>
</data>
<data name="strAlwaysShowSysTrayIcon" xml:space="preserve">
<value>Sempre mostrar ícone da área de notificação</value>
</data>
<data name="strAskUpdatesCommandAskLater" xml:space="preserve">
<value>Me pergunte novamente mais tarde</value>
</data>
<data name="strAskUpdatesCommandCustom" xml:space="preserve">
<value>Personalizar as configurações agora</value>
</data>
<data name="strAskUpdatesCommandRecommended" xml:space="preserve">
<value>Usar as configurações recomendadas</value>
</data>
<data name="strAskUpdatesContent" xml:space="preserve">
<value>{0} pode verificar automaticamente as atualizações que podem fornecer novas funcionalidades e correções de bugs. É recomendável que você permita {0} verificar atualizações semanais.</value>
</data>
<data name="strAskUpdatesMainInstruction" xml:space="preserve">
<value>Configurações de atualização automática</value>
</data>
<data name="strAspect" xml:space="preserve">
<value>Aspecto</value>
</data>
<data name="strAutomaticallyGetSessionInfo" xml:space="preserve">
<value>Obter automaticamente informações de sessão</value>
</data>
<data name="strAutoSaveEvery" xml:space="preserve">
<value>Salvar automaticamente a cada:</value>
</data>
<data name="strAutoSaveMins" xml:space="preserve">
<value>Minutos (0 significa desativado)</value>
</data>
<data name="strAvailableVersion" xml:space="preserve">
<value>Versão atual</value>
</data>
<data name="strButtonBrowse" xml:space="preserve">
<value>&amp; Procurar...</value>
</data>
<data name="strButtonCancel" xml:space="preserve">
<value>&amp; Cancelar</value>
</data>
<data name="strButtonChange" xml:space="preserve">
<value>Alterar</value>
</data>
<data name="strButtonClose" xml:space="preserve">
<value>&amp; Fechar</value>
</data>
<data name="strButtonDefaultInheritance" xml:space="preserve">
<value>Herança padrão</value>
</data>
<data name="strButtonDefaultProperties" xml:space="preserve">
<value>Propriedades padrões</value>
</data>
<data name="strButtonDisconnect" xml:space="preserve">
<value>Desconectar</value>
</data>
<data name="strButtonIcon" xml:space="preserve">
<value>Ícone</value>
</data>
<data name="strButtonImport" xml:space="preserve">
<value>&amp; Importar</value>
</data>
<data name="strButtonInheritance" xml:space="preserve">
<value>Herança</value>
</data>
<data name="strButtonLaunchPutty" xml:space="preserve">
<value>Executar o PuTTY</value>
</data>
<data name="strButtonNew" xml:space="preserve">
<value>&amp; Novo</value>
</data>
<data name="strButtonOK" xml:space="preserve">
<value>&amp; OK</value>
</data>
<data name="strButtonProperties" xml:space="preserve">
<value>Propriedades</value>
</data>
<data name="strButtonScan" xml:space="preserve">
<value>&amp; Scanear</value>
</data>
<data name="strButtonStop" xml:space="preserve">
<value>&amp; Parar</value>
</data>
<data name="strButtonTestProxy" xml:space="preserve">
<value>Testar Proxy</value>
</data>
<data name="strCannotImportNormalSessionFile" xml:space="preserve">
<value>Você não pode importar um arquivo de conexão normal. Por favor, use Arquivo - Carregar Conexões para os arquivos de conexão normal!</value>
</data>
<data name="strCannotStartPortScan" xml:space="preserve">
<value>Não é possível iniciar a varredura de portas, formato IP incorreto!</value>
</data>
<data name="strCategoryAppearance" xml:space="preserve">
<value>Aparência</value>
</data>
<data name="strCategoryConnection" xml:space="preserve">
<value>Conexão</value>
</data>
<data name="strCategoryCredentials" xml:space="preserve">
<value>Credenciais</value>
</data>
<data name="strCategoryDisplay" xml:space="preserve">
<value>Mostrar</value>
</data>
<data name="strCategoryGeneral" xml:space="preserve">
<value>Geral</value>
</data>
<data name="strCategoryMiscellaneous" xml:space="preserve">
<value>Diversos</value>
</data>
<data name="strCategoryProtocol" xml:space="preserve">
<value>Protocolo</value>
</data>
<data name="strCategoryRedirect" xml:space="preserve">
<value>Redirecionar</value>
</data>
<data name="strCcAlwaysShowScreen" xml:space="preserve">
<value>Sempre mostrar esta tela na inicialização</value>
</data>
<data name="strCcCheckAgain" xml:space="preserve">
<value>Atualizar</value>
</data>
<data name="strCcCheckFailed" xml:space="preserve">
<value>Falha na verificação!</value>
</data>
<data name="strCcCheckSucceeded" xml:space="preserve">
<value>Verificação com sucesso!</value>
</data>
<data name="strCcNotInstalledProperly" xml:space="preserve">
<value>não instalado corretamente</value>
</data>
<data name="strCheckboxDomain" xml:space="preserve">
<value>Domínio</value>
</data>
<data name="strCheckboxDoNotShowThisMessageAgain" xml:space="preserve">
<value>Não mostre esta mensagem novamente.</value>
</data>
<data name="strCheckboxInheritance" xml:space="preserve">
<value>Herança</value>
</data>
<data name="strCheckboxPassword" xml:space="preserve">
<value>Senha</value>
</data>
<data name="strCheckboxProxyAuthentication" xml:space="preserve">
<value>Este servidor proxy requer autenticação</value>
</data>
<data name="strCheckboxPuttyPath" xml:space="preserve">
<value>Use o caminho personalizado para o PuTTY:</value>
</data>
<data name="strCheckboxReconnectWhenReady" xml:space="preserve">
<value>Reconectar quando estiver pronto</value>
</data>
<data name="strCheckboxUpdateUseProxy" xml:space="preserve">
<value>Usar um servidor proxy para se conectar</value>
</data>
<data name="strCheckboxUsername" xml:space="preserve">
<value>Nome de usuário</value>
</data>
<data name="strCheckboxWaitForExit" xml:space="preserve">
<value>Esperar para sair</value>
</data>
<data name="strCheckForUpdate" xml:space="preserve">
<value>Verifique novamente</value>
</data>
<data name="strCheckForUpdatesOnStartup" xml:space="preserve">
<value>Verificar se há atualizações e anúncios na inicialização</value>
</data>
<data name="strCheckNow" xml:space="preserve">
<value>Verificar agora</value>
</data>
<data name="strClosedPorts" xml:space="preserve">
<value>Portas fechadas</value>
</data>
<data name="strCollapseAllFolders" xml:space="preserve">
<value>Recolher todas as pastas</value>
</data>
<data name="strColumnArguments" xml:space="preserve">
<value>Argumentos</value>
</data>
<data name="strColumnDisplayName" xml:space="preserve">
<value>Nome de exibição</value>
</data>
<data name="strColumnFilename" xml:space="preserve">
<value>Nome do arquivo</value>
</data>
<data name="strColumnHostnameIP" xml:space="preserve">
<value>HostName/IP</value>
</data>
<data name="strColumnMessage" xml:space="preserve">
<value>Mensagem</value>
</data>
<data name="strColumnUsername" xml:space="preserve">
<value>Nome de usuário</value>
</data>
<data name="strColumnWaitForExit" xml:space="preserve">
<value>Esperar para sair</value>
</data>
<data name="strConfigPropertyGridValueFailed" xml:space="preserve">
<value>pGrid_PopertyValueChanged falhou!</value>
</data>
</root>

View File

@@ -1856,9 +1856,6 @@ Descrição do erro: {1}</value>
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>SSH transferência final (interface do usuário.Window.SSHTransfer) falhou!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Transferência</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>IP de início</value>
</data>

View File

@@ -417,6 +417,12 @@
<data name="strCommandLineArgsCouldNotBeParsed" xml:space="preserve">
<value>Невозможно разобрать аргументы командной строки!</value>
</data>
<data name="strCompatibilityLenovoAutoScrollUtilityDetected" xml:space="preserve">
<value>{0} обнаружено что на этой системе работает утилита Lenovo Auto Scroll. Известно, что эта утилита вызвает проблемы с {0}. Рекомендуется отключить или удалить ее.</value>
</data>
<data name="strCompatibilityProblemDetected" xml:space="preserve">
<value>Обнаружена проблема совместимости</value>
</data>
<data name="strComponentsCheck" xml:space="preserve">
<value>Проверка компонентов</value>
</data>
@@ -1547,6 +1553,9 @@
<data name="strPuttyResizeFailed" xml:space="preserve">
<value>Ошибка изменения размера окна Putty!</value>
</data>
<data name="strPuttySavedSessionsRootName" xml:space="preserve">
<value>Сохраненные сессии PuTTY</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>Настройки PuTTY</value>
</data>
@@ -1893,7 +1902,7 @@
<value>Передача по SSH завершена с ошибкой (UI.Window.SSHTransfer)!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Передача</value>
<value>SSH ошибка передачи.</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>Начальный IP</value>

View File

@@ -1814,9 +1814,6 @@ VncSharpNG Control Version {0}</value>
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>Передача по SSH завершена с ошибкой (UI.Window.SSHTransfer)!</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>Передача</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>Початковий IP</value>
</data>

View File

@@ -1863,9 +1863,6 @@ VncSharpNG 版本 {0}</value>
<data name="strSSHTransferEndFailed" xml:space="preserve">
<value>SSH 传输结束(UI.Window.SSHTransfer失败</value>
</data>
<data name="strSSHTransferFailed" xml:space="preserve">
<value>传输</value>
</data>
<data name="strStartIP" xml:space="preserve">
<value>起始IP</value>
</data>

View File

@@ -2080,7 +2080,7 @@ Namespace My
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("de,en,en-US,es-AR,es,fr,it,nl,pt,pl,ru,uk,zh-CN")> _
Global.System.Configuration.DefaultSettingValueAttribute("de,en,en-US,es-AR,es,fr,it,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN")> _
Public ReadOnly Property SupportedUICultures() As String
Get
Return CType(Me("SupportedUICultures"),String)

View File

@@ -471,7 +471,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="SupportedUICultures" Type="System.String" Scope="Application">
<Value Profile="(Default)">de,en,en-US,es-AR,es,fr,it,nl,pt,pl,ru,uk,zh-CN</Value>
<Value Profile="(Default)">de,en,en-US,es-AR,es,fr,it,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN</Value>
</Setting>
<Setting Name="ConDefaultRDGatewayHostname" Provider="mRemoteNG.Config.Settings.Providers.ChooseProvider" Type="System.String" Scope="User">
<Value Profile="(Default)" />

View File

@@ -600,7 +600,7 @@
<applicationSettings>
<mRemoteNG.My.MySettings>
<setting name="SupportedUICultures" serializeAs="String">
<value>de,en,en-US,es-AR,es,fr,it,nl,pt,pl,ru,uk,zh-CN</value>
<value>de,en,en-US,es-AR,es,fr,it,nb-NO,nl,pt,pt-BR,pl,ru,uk,zh-CN</value>
</setting>
<setting name="UpdateChannel" serializeAs="String">
<value>release</value>

View File

@@ -387,9 +387,11 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Language\Language.it.resx" />
<EmbeddedResource Include="Language\Language.nb-NO.resx" />
<EmbeddedResource Include="Language\Language.nl.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Language\Language.pt-BR.resx" />
<EmbeddedResource Include="Language\Language.pt.resx" />
<EmbeddedResource Include="Language\Language.resx">
<Generator>ResXFileCodeGenerator</Generator>