From 6b1372d886d7a6c7808d31206c8dd165d1294138 Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Mon, 1 Mar 2021 23:11:20 -0500 Subject: [PATCH] Update help message Describe recently added command line options: - iservice_admin - disable_popup_messages - popup_mute_interval - management_port_offset Added the default English text to all langauage files. Signed-off-by: Selva Nair --- res/openvpn-gui-res-de.rc | 8 +++++++- res/openvpn-gui-res-dk.rc | 8 +++++++- res/openvpn-gui-res-en.rc | 11 ++++++++--- res/openvpn-gui-res-es.rc | 8 +++++++- res/openvpn-gui-res-fa.rc | 8 +++++++- res/openvpn-gui-res-fi.rc | 8 +++++++- res/openvpn-gui-res-fr.rc | 8 +++++++- res/openvpn-gui-res-it.rc | 8 +++++++- res/openvpn-gui-res-jp.rc | 8 +++++++- res/openvpn-gui-res-kr.rc | 8 +++++++- res/openvpn-gui-res-nl.rc | 8 +++++++- res/openvpn-gui-res-no.rc | 8 +++++++- res/openvpn-gui-res-pl.rc | 8 +++++++- res/openvpn-gui-res-pt.rc | 8 +++++++- res/openvpn-gui-res-ru.rc | 8 +++++++- res/openvpn-gui-res-se.rc | 8 +++++++- res/openvpn-gui-res-tr.rc | 8 +++++++- res/openvpn-gui-res-ua.rc | 8 +++++++- res/openvpn-gui-res-zh-hans.rc | 8 +++++++- res/openvpn-gui-res-zh-hant.rc | 8 +++++++- 20 files changed, 141 insertions(+), 22 deletions(-) diff --git a/res/openvpn-gui-res-de.rc b/res/openvpn-gui-res-de.rc index 2e2038c..33b1c3d 100644 --- a/res/openvpn-gui-res-de.rc +++ b/res/openvpn-gui-res-de.rc @@ -386,7 +386,13 @@ BEGIN "--passphrase_attempts\t: Anzahl der erlaubten Passphrase-Versuche.\n" \ "--connectscript_timeout\t: Wartezeit, bis Verbindungsskript beendet wird.\n" \ "--disconnectscript_timeout\t: Wartezeit, bis das Trennungsskript beendet wird.\n" \ - "--preconnectscript_timeout\t: Wartezeit, bis das Verbindungsskript beendet wird.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI Verwendung" IDS_ERR_BAD_PARAMETER "Es wurde versucht, ""%s"" als einen Parameter zu parsen, es " \ diff --git a/res/openvpn-gui-res-dk.rc b/res/openvpn-gui-res-dk.rc index 6dd0b71..cf44ea6 100644 --- a/res/openvpn-gui-res-dk.rc +++ b/res/openvpn-gui-res-dk.rc @@ -383,7 +383,13 @@ BEGIN "--passphrase_attempts\t: Antal forbindelses-forsøg.\n" \ "--connectscript_timeout\t: Max tilladt forbind-script tid.\n" \ "--disconnectscript_timeout\t: Max tilladt afbryd-script tid.\n" \ - "--preconnectscript_timeout\t: Max tilladt før-forbind-script tid.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI brug" IDS_ERR_BAD_PARAMETER "Forsøger at tolke ""%s"" som en --option parameter " \ diff --git a/res/openvpn-gui-res-en.rc b/res/openvpn-gui-res-en.rc index 38c411d..4b8f920 100644 --- a/res/openvpn-gui-res-en.rc +++ b/res/openvpn-gui-res-en.rc @@ -376,7 +376,7 @@ BEGIN " reconnect cnn \t: reconnect the config named ""cnn""\n"\ " disconnect_all \t: disconnect all connected configs\n"\ " exit \t\t: terminate the running GUI instance (may ask for confirmation)\n"\ - " status cnn \t\t: show the status window of config ""cnn"" if connected\n"\ + " status cnn \t: show the status window of config ""cnn"" if connected\n"\ " silent_connection [0|1]\t: set the silent_connection flag on (1) or off (0)\n"\ "\t\t\tExample: openvpn-gui.exe --command disconnect myconfig\n"\ "\n" \ @@ -395,12 +395,17 @@ BEGIN "--allow_proxy\t\t: 1=Show Proxy Settings menu.\n" \ "--show_balloon\t\t: 0=Never, 1=At initial connect, 2=At every reconnect.\n" \ "--service_only\t\t: 1=Enable Service Only mode.\n" \ - "--silent_connection\t\t: 1=Do not show the status dialog while connecting or non-critical warnings at startup.\n" \ + "--silent_connection\t: 1=Do not show the status dialog while connecting or non-critical warnings at startup.\n" \ "--show_script_window\t: 0=Hide Script execution window, 1=Show it.\n" \ "--passphrase_attempts\t: Number of passphrase attempts to allow.\n" \ "--connectscript_timeout\t: Time to wait for connect script to finish.\n" \ "--disconnectscript_timeout\t: Time to wait for disconnect script to finish.\n" \ - "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" IDS_NFO_USAGECAPTION "OpenVPN GUI Usage" IDS_ERR_BAD_PARAMETER "I'm trying to parse ""%s"" as an --option parameter " \ diff --git a/res/openvpn-gui-res-es.rc b/res/openvpn-gui-res-es.rc index 34ea59e..0629772 100644 --- a/res/openvpn-gui-res-es.rc +++ b/res/openvpn-gui-res-es.rc @@ -380,7 +380,13 @@ BEGIN "--passphrase_attempts\t: Número de intentos permitidos para la passphrase.\n" \ "--connectscript_timeout\t: Tiempo permitido para que finalice el script de conexión.\n" \ "--disconnectscript_timeout\t: Tiempo permitido para que finalice el script de desconexión.\n" \ - "--preconnectscript_timeout\t: Tiempo permitido para que finalice el script de preconexión.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Uso de OpenVPN GUI" IDS_ERR_BAD_PARAMETER "Intento parsear ""%s"" como un parámetro de --option " \ diff --git a/res/openvpn-gui-res-fa.rc b/res/openvpn-gui-res-fa.rc index 3c43d9d..64f14b0 100644 --- a/res/openvpn-gui-res-fa.rc +++ b/res/openvpn-gui-res-fa.rc @@ -387,7 +387,13 @@ BEGIN "--passphrase_attempts\t: Number of passphrase attempts to allow.\n" \ "--connectscript_timeout\t: Time to wait for connect script to finish.\n" \ "--disconnectscript_timeout\t: Time to wait for disconnect script to finish.\n" \ - "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI Usage" IDS_ERR_BAD_PARAMETER "I'm trying to parse ""%s"" as an --option parameter " \ diff --git a/res/openvpn-gui-res-fi.rc b/res/openvpn-gui-res-fi.rc index 07f9d97..efa253a 100644 --- a/res/openvpn-gui-res-fi.rc +++ b/res/openvpn-gui-res-fi.rc @@ -383,7 +383,13 @@ BEGIN "--passphrase_attempts\t: Salasanan syöttökertojen maksimimäärä\n" \ "--connectscript_timeout\t: Yhteydenmuodostamiskomentosarjan aikakatkaisun raja.\n" \ "--disconnectscript_timeout\t: Yhteydenkatkaisemiskomentosarjan aikakatkaisun raja.\n" \ - "--preconnectscript_timeout\t: Ennen yhdistämistä ajettavan komentosarjan aikakatkaisun raja.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI:n käyttö" diff --git a/res/openvpn-gui-res-fr.rc b/res/openvpn-gui-res-fr.rc index 97fbe23..609dc4d 100644 --- a/res/openvpn-gui-res-fr.rc +++ b/res/openvpn-gui-res-fr.rc @@ -383,7 +383,13 @@ BEGIN "--passphrase_attempts\t: Nombre de tentatives de Mot de passe permises.\n" \ "--connectscript_timeout\t: Temps d'attente de terminaison du script.\n" \ "--disconnectscript_timeout\t: Temps d'attente de terminaison du script de déconnexion.\n" \ - "--preconnectscript_timeout\t: Temps d'attente de terminaison du script de pré-connexion.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Usage OpenVPN GUI" IDS_ERR_BAD_PARAMETER "J'essaie de décoder ""%s"" comme un --option parameter " \ diff --git a/res/openvpn-gui-res-it.rc b/res/openvpn-gui-res-it.rc index 0d19029..e7db3b9 100644 --- a/res/openvpn-gui-res-it.rc +++ b/res/openvpn-gui-res-it.rc @@ -383,7 +383,13 @@ BEGIN "--passphrase_attempts\t: Numero di tentativi permessi per la frase di sicurezza.\n" \ "--connectscript_timeout\t: Tempo massimo per l'esecuzione dello script di connessione.\n" \ "--disconnectscript_timeout\t: Tempo massimo per l'esecuzione dello script di disconnessione.\n" \ -"--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Utilizzo dell'interfaccia di OpenVPN" IDS_ERR_BAD_PARAMETER "Sto tentando di analizzare ""%s"" come un parametro --option " \ diff --git a/res/openvpn-gui-res-jp.rc b/res/openvpn-gui-res-jp.rc index 56dd35b..4cbd6c7 100644 --- a/res/openvpn-gui-res-jp.rc +++ b/res/openvpn-gui-res-jp.rc @@ -382,7 +382,13 @@ BEGIN "--passphrase_attempts\t: パスフレーズの入力可能回数。\n" \ "--connectscript_timeout\t: 接続スクリプトの終了を待つ時間。\n" \ "--disconnectscript_timeout\t: 切断スクリプトの終了を待つ時間。\n" \ - "--preconnectscript_timeout\t: 接続前スクリプトの終了を待つ時間。\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUIの使い方" IDS_ERR_BAD_PARAMETER "I'm trying to parse ""%s"" as an --option parameter " \ diff --git a/res/openvpn-gui-res-kr.rc b/res/openvpn-gui-res-kr.rc index 431777d..2ab9a7a 100644 --- a/res/openvpn-gui-res-kr.rc +++ b/res/openvpn-gui-res-kr.rc @@ -381,7 +381,13 @@ BEGIN "--passphrase_attempts\t: 암호 입력 시도 회수\n" \ "--connectscript_timeout\t: 연결 스크립트 종료 대기 시간\n" \ "--disconnectscript_timeout\t: 연결 해제 스크립트 종료 대기 시간\n" \ - "--preconnectscript_timeout\t: 연결 전 스크립트 종료 대기 시간\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI 사용법" IDS_ERR_BAD_PARAMETER "I'm trying to parse ""%s"" as an --option parameter " \ diff --git a/res/openvpn-gui-res-nl.rc b/res/openvpn-gui-res-nl.rc index 0ae353f..032c22d 100644 --- a/res/openvpn-gui-res-nl.rc +++ b/res/openvpn-gui-res-nl.rc @@ -385,7 +385,13 @@ BEGIN "--passphrase_attempts\t: Aantal wachtwoordpogingen.\n" \ "--connectscript_timeout\t: Timeout voor uitvoer van Connect Script.\n" \ "--disconnectscript_timeout\t: Timeout voor uitvoer van Disconnect Script.\n" \ - "--preconnectscript_timeout\t: Timeout voor uitvoer Preconnect Script.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI Opties" IDS_ERR_BAD_PARAMETER "Ik probeer ""%s"" te interpreteren als een --option parameter " \ diff --git a/res/openvpn-gui-res-no.rc b/res/openvpn-gui-res-no.rc index eeece44..450d51d 100644 --- a/res/openvpn-gui-res-no.rc +++ b/res/openvpn-gui-res-no.rc @@ -377,7 +377,13 @@ BEGIN "--passphrase_attempts\t: Antall tilkoblingsforsøk.\n" \ "--connectscript_timeout\t: Tidsavbrudd for skript etter tilkobling.\n" \ "--disconnectscript_timeout\t: Tidsavbrudd for skript etter frakobling.\n" \ - "--preconnectscript_timeout\t: Tidsavbrudd for skript før tilkobling.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI bruk" IDS_ERR_BAD_PARAMETER "Forsøkte å tolke ""%s"" som et --option parameter, " \ diff --git a/res/openvpn-gui-res-pl.rc b/res/openvpn-gui-res-pl.rc index 06d961a..89444c1 100644 --- a/res/openvpn-gui-res-pl.rc +++ b/res/openvpn-gui-res-pl.rc @@ -382,7 +382,13 @@ BEGIN "--passphrase_attempts\t: Dopuszczalna ilość prób podania hasła.\n" \ "--connectscript_timeout\t: Czas oczekiwania na zakończenie skryptu łączenia.\n" \ "--disconnectscript_timeout\t: Czas oczekiwania na zakończenie skryptu rozłączenia.\n" \ - "--preconnectscript_timeout\t: Czas oczekiwania na zakończenie skryptu przedpołączeniowego.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI składnia" IDS_ERR_BAD_PARAMETER "Próbuję traktować ""%s"" jako opcję " \ diff --git a/res/openvpn-gui-res-pt.rc b/res/openvpn-gui-res-pt.rc index 5263e49..65f4e9c 100644 --- a/res/openvpn-gui-res-pt.rc +++ b/res/openvpn-gui-res-pt.rc @@ -382,7 +382,13 @@ BEGIN "--passphrase_attempts\t: Número de tentativas de digitação de senha.\n" \ "--connectscript_timeout\t: Tempo de espera para o connect script terminar.\n" \ "--disconnectscript_timeout\t: Tempo de espera para o script de desconexão terminar.\n" \ - "--preconnectscript_timeout\t: Tempo de espera para o script de pré-conexão terminar.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Uso do OpenVPN GUI" IDS_ERR_BAD_PARAMETER "Tentando analisar ""%s"" como um parâmetro --option " \ diff --git a/res/openvpn-gui-res-ru.rc b/res/openvpn-gui-res-ru.rc index 19defd9..509026b 100644 --- a/res/openvpn-gui-res-ru.rc +++ b/res/openvpn-gui-res-ru.rc @@ -383,7 +383,13 @@ BEGIN "--passphrase_attempts\t: Количество разрешённых попыток ввода пароля.\n" \ "--connectscript_timeout\t: Время ожидания завершения скрипта подключения.\n" \ "--disconnectscript_timeout\t: Время ожидания завершения скрипта отключения.\n" \ - "--preconnectscript_timeout\t: Время ожидания завершения скрипта перед подключением.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Использование OpenVPN GUI" IDS_ERR_BAD_PARAMETER "Не удалось обработать строку ""%s"", которая была интерпретирована как опция вида ""--опция параметр"". " \ diff --git a/res/openvpn-gui-res-se.rc b/res/openvpn-gui-res-se.rc index 3b5f125..e6d37d9 100644 --- a/res/openvpn-gui-res-se.rc +++ b/res/openvpn-gui-res-se.rc @@ -379,7 +379,13 @@ BEGIN "--passphrase_attempts\t: Antal lösenordsförsök.\n" \ "--connectscript_timeout\t: Tid att vänta på att connect skriptet är klart.\n" \ "--disconnectscript_timeout\t: Tid att vänta på att dis-connect skriptet är klart.\n" \ - "--preconnectscript_timeout\t: Tid att vänta på att pre-connect skriptet är klart.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI Användning" IDS_ERR_BAD_PARAMETER "Försöker tolka ""%s"" som en --option parameter " \ diff --git a/res/openvpn-gui-res-tr.rc b/res/openvpn-gui-res-tr.rc index dcc0d77..288c412 100644 --- a/res/openvpn-gui-res-tr.rc +++ b/res/openvpn-gui-res-tr.rc @@ -382,7 +382,13 @@ BEGIN "--passphrase_attempts\t: Kaç defa şifre giriş denemesi yapılabilir.\n" \ "--connectscript_timeout\t: Bağlantı betiğinin çalışma süresi.\n" \ "--disconnectscript_timeout\t: Bağlantı kesme betiğinin çalışma süresi.\n" \ - "--preconnectscript_timeout\t: Bağlantı hazırlık betiğinin çalışma süresi.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI Kullanımı" IDS_ERR_BAD_PARAMETER " ""%s"" ifadesini --seçenek parametre olarak ayırmaya çalışıyorum " \ diff --git a/res/openvpn-gui-res-ua.rc b/res/openvpn-gui-res-ua.rc index e54a511..9cb8194 100644 --- a/res/openvpn-gui-res-ua.rc +++ b/res/openvpn-gui-res-ua.rc @@ -382,7 +382,13 @@ BEGIN "--passphrase_attempts\t: Кількість спроб вводу паролю.\n" \ "--connectscript_timeout\t: Час очікування завершення скрипта підключення.\n" \ "--disconnectscript_timeout\t: Час очікування завершення скрипта відключення.\n" \ - "--preconnectscript_timeout\t: Час очікування завершення скрипта до підключення.\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "Спроба OpenVPN GUI" IDS_ERR_BAD_PARAMETER "Спроба запуску з ""%s"" як --опція параметр, " \ diff --git a/res/openvpn-gui-res-zh-hans.rc b/res/openvpn-gui-res-zh-hans.rc index 91d973a..ee1d975 100644 --- a/res/openvpn-gui-res-zh-hans.rc +++ b/res/openvpn-gui-res-zh-hans.rc @@ -385,7 +385,13 @@ BEGIN "--passphrase_attempts\t: 允许尝试输入密码次数。\n" \ "--connectscript_timeout\t: 等待连接脚本执行的时间。\n" \ "--disconnectscript_timeout\t: 等待断开连接脚本执行的时间。\n" \ - "--preconnectscript_timeout\t: 等待连接前脚本执行的时间。\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI 使用方式" IDS_ERR_BAD_PARAMETER "尝试将「%s」解析成 --option 的参数," \ diff --git a/res/openvpn-gui-res-zh-hant.rc b/res/openvpn-gui-res-zh-hant.rc index 85650b1..c0cf78a 100644 --- a/res/openvpn-gui-res-zh-hant.rc +++ b/res/openvpn-gui-res-zh-hant.rc @@ -385,7 +385,13 @@ BEGIN "--passphrase_attempts\t: 允許嘗試輸入密碼次數。\n" \ "--connectscript_timeout\t: 等待連線指令碼執行的時限。\n" \ "--disconnectscript_timeout\t: 等待斷線指令碼執行的時限。\n" \ - "--preconnectscript_timeout\t: 等待連線前指令碼執行的時限。\n" + "--preconnectscript_timeout\t: Time to wait for preconnect script to finish.\n" \ + "--iservice_admin\t\t: 0=Do not use interactive service when started as admin (default is 1 for Windows 7 and newer)\n" \ + "--disable_popup_messages\t: Do not popup (i.e., show) the echo message window. Default is to show.\n" \ + "--popup_mute_interval\t: Time in hours for which a previously shown echo message is not re-displayed. Default=24 hours.\n" \ + "--management_port_offset\t: Offset value added to config index to determine the management port for a connection.\n" \ + "\t\t\t Must be in the range 1 to 61000. Maximum number of configs is limited by 65536 minus this value. Default=25340.\n" + IDS_NFO_USAGECAPTION "OpenVPN GUI 使用方式" IDS_ERR_BAD_PARAMETER "嘗試將「%s」剖析成 --option 的參數," \