Skip to content

Commit 3bdaada

Browse files
committed
fix: Add a switch for feature #648, close #835
1 parent 28e720a commit 3bdaada

20 files changed

+45
-14
lines changed

Ui/AppVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class AppVersion
66
{
77
public const uint Major = 1;
88
public const uint Minor = 1;
9-
public const uint Patch = 0;
9+
public const uint Patch = 1;
1010
public const uint Build = 0;
1111
public const string BuildDate = "";
1212
public const string PreRelease = ""; // e.g. "alpha" "beta.2"

Ui/Resources/Languages/cs-cz.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Databáze</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Varování: vaše data budou uložena nešifrovaná!</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Zpracovávají se data. Nezavírejte aplikaci!</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Databáze: odepřeno oprávnění pro čtení nebo soubor není databází, případně je šifrovaná!</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Databáze: Odepřeno oprávnění pro čtení! Zkontrolujte správnost svého hesla nebo přítomnost souboru.</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Zduplikovat</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Zkopírovat název stroje do schránky</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Kliknutím na ikonu výše ji změníte na svůj vlastní obrázek</s:String>
324323
<s:String x:Key="Always open in new window">Vždy otevřít v novém okně</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Nastavte fokus na místní plochu, když se myš přesune mimo plochu RDP</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/de-de.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Datenbank</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Achtung: Ihre Daten werden unverschlüsselt gespeichert</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Datenverarbeitung, Programm bitte nicht schließen.</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Datei ist keine Datenbank oder Datei ist eine verschlüsselte Datenbank!</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Datenbank: Berechtigung zum Lesen verweigert! Bitte überprüfen Sie Ihr Passwort der Datei.</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Duplizieren</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Hostname in die Zwischenablage kopieren</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Klicken Sie auf das Symbol oben, um es in Ihr eigenes Bild zu ändern</s:String>
324323
<s:String x:Key="Always open in new window">Immer in neuem Fenster öffnen</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Den Fokus auf den lokalen Desktop setzen, wenn die Maus aus dem RDP-Desktop bewegt wird.</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/en-us.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Database</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Caution: Your data will be saved unencrypted!</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Processing data. Do not close the app!</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Database: Permission denied for reading or the file is not a database or the file is an encrypted database!</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Database: Permission denied for reading! Please check your password of db or the file occupation.</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Duplicate</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Copy hostname to clipboard</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Click on the icon above to change it to your own image</s:String>
324323
<s:String x:Key="Always open in new window">Always open in new window</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Set focus to local desktop when the mouse is moved out of RDP desktop</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/fr-fr.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Base de données</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Mise en garde : vos données seront enregistrées non cryptées !</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Traitement des données, ne fermez pas l'application.</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Base de données : autorisation de lecture refusée ou le fichier n'est pas une base de données ou le fichier est une base de données cryptée !</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Base de données : autorisation de lecture refusée! Veuillez vérifier le mot de passe du fichier.</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Dupliquer</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Copier nom d'hôte dans le presse-papiers</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Cliquez sur l'icône ci-dessus pour la remplacer par votre propre image</s:String>
324323
<s:String x:Key="Always open in new window">Toujours ouvrir dans une nouvelle fenêtre</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Définir le focus sur le bureau local lorsque la souris est déplacée hors du bureau RDP</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/gl-es.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Base de datos</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Atención: os teus datos gardaranse sen cifrar.</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Procesando datos. Non peches a aplicación!</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Base de datos: Permiso denegado para ler o arquivo ou o arquivo non é una base de datos ou o arquivo está encriptado</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Base de datos: Permiso denegado para ler! Por favor, comproba a chave de paso da base de datos</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Duplicar</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Copiar o nome do host ao portapapeis</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Fai clic na icona de arriba para cambiala á túa propia imaxe</s:String>
324323
<s:String x:Key="Always open in new window">Abrir sempre nunha ventá nova</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Establece o foco no escritorio local cando se move o rato fóra do escritorio RDP</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/glossary.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,4 @@ Yes;Yes;是;;;;;はい;;;;
361361
No;No;否;;;;;いいえ;;;;
362362
Click on the icon above to change it to your own image;Click on the icon above to change it to your own image;点击图标可选择本地图片;;;;;上のアイコンをクリックしてお持ちの画像に変更できます;;;;
363363
Always open in new window;Always open in new window;总在新窗口打开;;;;;常に新しいウィンドウで開く;;;;
364+
Set focus to local desktop when the mouse is moved out of RDP desktop;Set focus to local desktop when the mouse is moved out of RDP desktop;当鼠标移出RDP桌面时将焦点设定到本地桌面;;Den Fokus auf den lokalen Desktop setzen, wenn die Maus aus dem RDP-Desktop bewegt wird.;Définir le focus sur le bureau local lorsque la souris est déplacée hors du bureau RDP;;RDPデスクトップからマウスが移動されたときに、フォーカスをローカルデスクトップに設定します;;;;Установите фокус на локальный рабочий стол, когда мышь выходит за пределы рабочего стола RDP

Ui/Resources/Languages/glossary_translated_by_google.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ system_options_quick_launcher_hotkey;Hot key;快捷键;Klávesová zkratka;Hotke
104104
system_options_data_security_database;Database;数据库;Databáze;Datenbank;Base de données;Base de dados;データベース;資料庫;Base de datos;Baza danych;База данных
105105
Caution: Your data will be saved unencrypted!;Caution: Your data will be saved unencrypted!;导出数据将以明文显示,请妥善保管!;Varování: vaše data budou uložena nešifrovaná!;Achtung: Ihre Daten werden unverschlüsselt gespeichert;Mise en garde : vos données seront enregistrées non cryptées !;Atenção: Seus dados serão salvos sem criptografia!;注意: データは暗号化されずに保存されます;注意:您的數據將以未加密的方式保存!;Atención: os teus datos gardaranse sen cifrar.;Uwaga: Twoje dane nie będą kodowane!;Внимание: ваши данные будут сохранены в незашифрованном виде!
106106
system_options_data_security_info_data_processing;Processing data. Do not close the app!;数据处理中,请勿关闭程序。;Zpracovávají se data. Nezavírejte aplikaci!;Datenverarbeitung, Programm bitte nicht schließen.;Traitement des données, ne fermez pas l'application.;Processando dados. Não feche o aplicativo!;データを処理しています。アプリを閉じないでください。;正在處理資料,請勿關閉應用程式。;Procesando datos. Non peches a aplicación!;Przetwarzanie danych. Nie zamykaj aplikacji!;Обработка данных. Не закрывайте приложение!
107-
system_options_data_security_error_can_not_open;Database: Permission denied for reading or the file is not a database or the file is an encrypted database!;数据库:所选文件已被占用或不是数据库或该数据库已被加密!;Databáze: odepřeno oprávnění pro čtení nebo soubor není databází, případně je šifrovaná!;Datei ist keine Datenbank oder Datei ist eine verschlüsselte Datenbank!;Base de données : autorisation de lecture refusée ou le fichier n'est pas une base de données ou le fichier est une base de données cryptée !;Banco de dados: Permissão negada para leitura. Ou o arquivo não é um banco de dados ou o arquivo é um banco de dados criptografado!;データベースを開けません;資料庫:選擇的檔案不是資料庫格式,或是正在被其他應用程式占用,或者資料已被加密!;Base de datos: Permiso denegado para ler o arquivo ou o arquivo non é una base de datos ou o arquivo está encriptado;Baza danych: Odmowa dostępu do odczytu lub plik nie jest bazą danych lub plik jest zaszyfrowany!;База данных: разрешение на чтение отклонено, либо файл не является базой данных, либо файл является зашифрованной базой данных!
108107
string_database_error_permission_denied;Database: Permission denied for reading! Please check your password of db or the file occupation.;数据库:没有足够的权限读取,或数据库已被占用!;Databáze: Odepřeno oprávnění pro čtení! Zkontrolujte správnost svého hesla nebo přítomnost souboru.;Datenbank: Berechtigung zum Lesen verweigert! Bitte überprüfen Sie Ihr Passwort der Datei.;Base de données : autorisation de lecture refusée! Veuillez vérifier le mot de passe du fichier.;Banco de dados: Permissão negada para leitura! Por favor, verifique sua senha de db ou o local do arquivo.;データベースの読み書きが許可されていません;資料庫:沒有存取權限,或者正在被其他應用程式占用!;Base de datos: Permiso denegado para ler! Por favor, comproba a chave de paso da base de datos;Baza danych: odmowa dostępu do odczytu! Sprawdź hasło pliku albo plik jest w użyciu.;База данных: доступ к чтению запрещен! Пожалуйста, проверьте свой пароль БД. Или файл может быть использован в другом приложении.
109108
server_card_operate_duplicate;Duplicate;创建副本;Zduplikovat;Duplizieren;Dupliquer;Duplicado;複製;建立副本;Duplicar;Duplikuj;Дублировать
110109
server_card_operate_copy_address;Copy hostname to clipboard;复制地址到剪贴板;Zkopírovat název stroje do schránky;Hostname in die Zwischenablage kopieren;Copier nom d'hôte dans le presse-papiers;Copie o nome do host para a área de transferência;ホスト名をクリップボードにコピー;複製主機名稱或網址到剪貼簿;Copiar o nome do host ao portapapeis;Kopiuj nazwę komputera do schowka;Скопировать имя хоста в буфер обмена
@@ -366,3 +365,4 @@ Yes;Yes;是;Yes;Yes;Yes;Yes;はい;是;Yes;Yes;Yes
366365
No;No;否;No;No;No;No;いいえ;否;No;No;No
367366
Click on the icon above to change it to your own image;Click on the icon above to change it to your own image;点击图标可选择本地图片;Kliknutím na ikonu výše ji změníte na svůj vlastní obrázek;Klicken Sie auf das Symbol oben, um es in Ihr eigenes Bild zu ändern;Cliquez sur l'icône ci-dessus pour la remplacer par votre propre image;Clique no ícone acima para alterá-lo para sua própria imagem;上のアイコンをクリックしてお持ちの画像に変更できます;點擊上面的圖標將其更改為您自己的圖像;Fai clic na icona de arriba para cambiala á túa propia imaxe;Kliknij powyższą ikonę, aby zmienić ją na swój własny obraz;Нажмите на значок выше, чтобы изменить его на свое собственное изображение.
368367
Always open in new window;Always open in new window;总在新窗口打开;Vždy otevřít v novém okně;Immer in neuem Fenster öffnen;Toujours ouvrir dans une nouvelle fenêtre;Sempre abrir em uma nova janela;常に新しいウィンドウで開く;始終在新視窗中打開;Abrir sempre nunha ventá nova;Zawsze otwieraj w nowym oknie;Всегда открывать в новом окне
368+
Set focus to local desktop when the mouse is moved out of RDP desktop;Set focus to local desktop when the mouse is moved out of RDP desktop;当鼠标移出RDP桌面时将焦点设定到本地桌面;Nastavte fokus na místní plochu, když se myš přesune mimo plochu RDP;Den Fokus auf den lokalen Desktop setzen, wenn die Maus aus dem RDP-Desktop bewegt wird.;Définir le focus sur le bureau local lorsque la souris est déplacée hors du bureau RDP;Defina o foco para a área de trabalho local quando o mouse for movido para fora da área de trabalho RDP;RDPデスクトップからマウスが移動されたときに、フォーカスをローカルデスクトップに設定します;當滑鼠移出 RDP 桌面時將焦點設定到本機桌面;Establece o foco no escritorio local cando se move o rato fóra do escritorio RDP;Ustaw fokus na pulpicie lokalnym, gdy mysz zostanie przeniesiona poza pulpit RDP;Установите фокус на локальный рабочий стол, когда мышь выходит за пределы рабочего стола RDP

Ui/Resources/Languages/ja-jp.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">データベース</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">注意: データは暗号化されずに保存されます</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">データを処理しています。アプリを閉じないでください。</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">データベースを開けません</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">データベースの読み書きが許可されていません</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">複製</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">ホスト名をクリップボードにコピー</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">いいえ</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">上のアイコンをクリックしてお持ちの画像に変更できます</s:String>
324323
<s:String x:Key="Always open in new window">常に新しいウィンドウで開く</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">RDPデスクトップからマウスが移動されたときに、フォーカスをローカルデスクトップに設定します</s:String>
325325
</ResourceDictionary>

Ui/Resources/Languages/pl-pl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<s:String x:Key="system_options_data_security_database">Baza danych</s:String>
106106
<s:String x:Key="Caution: Your data will be saved unencrypted!">Uwaga: Twoje dane nie będą kodowane!</s:String>
107107
<s:String x:Key="system_options_data_security_info_data_processing">Przetwarzanie danych. Nie zamykaj aplikacji!</s:String>
108-
<s:String x:Key="system_options_data_security_error_can_not_open">Baza danych: Odmowa dostępu do odczytu lub plik nie jest bazą danych lub plik jest zaszyfrowany!</s:String>
109108
<s:String x:Key="string_database_error_permission_denied">Baza danych: odmowa dostępu do odczytu! Sprawdź hasło pliku albo plik jest w użyciu.</s:String>
110109
<s:String x:Key="server_card_operate_duplicate">Duplikuj</s:String>
111110
<s:String x:Key="server_card_operate_copy_address">Kopiuj nazwę komputera do schowka</s:String>
@@ -322,4 +321,5 @@
322321
<s:String x:Key="No">No</s:String>
323322
<s:String x:Key="Click on the icon above to change it to your own image">Kliknij powyższą ikonę, aby zmienić ją na swój własny obraz</s:String>
324323
<s:String x:Key="Always open in new window">Zawsze otwieraj w nowym oknie</s:String>
324+
<s:String x:Key="Set focus to local desktop when the mouse is moved out of RDP desktop">Ustaw fokus na pulpicie lokalnym, gdy mysz zostanie przeniesiona poza pulpit RDP</s:String>
325325
</ResourceDictionary>

0 commit comments

Comments
 (0)