オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /installer/trunk/release/lang/English.lng

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1204 by doda, Fri May 23 05:04:06 2008 UTC revision 1234 by maya, Sun Nov 2 15:04:30 2008 UTC
# Line 102  TEKMENU_HELP_ABOUT=&About Tera Term... Line 102  TEKMENU_HELP_ABOUT=&About Tera Term...
102    
103  TEKMENU_SHOW_MENUBAR=Show menu &bar  TEKMENU_SHOW_MENUBAR=Show menu &bar
104    
   
105  ; ttermpro  ; ttermpro
106  ; filesys.cpp  ; filesys.cpp
107  MSG_COMMENT_LOG_OPEN_ERROR=It is not opened by the log file yet.  MSG_COMMENT_LOG_OPEN_ERROR=It is not opened by the log file yet.
# Line 121  DLG_MAIN_TITLE_DISCONNECTED=[disconnecte Line 120  DLG_MAIN_TITLE_DISCONNECTED=[disconnecte
120  MSG_DISCONNECT_CONF=Disconnect?  MSG_DISCONNECT_CONF=Disconnect?
121  MSG_DANDD_CONF=Are you sure that you want to send the file content?  MSG_DANDD_CONF=Are you sure that you want to send the file content?
122  MSG_DANDD_CONF_TITLE=Tera Term: File Drag and Drop  MSG_DANDD_CONF_TITLE=Tera Term: File Drag and Drop
123  MSG_EXEC_TT_ERROR=Can't execute TeraTerm. (%d)  MSG_EXEC_TT_ERROR=Can't execute Tera Term. (%d)
124  MSG_FIND_CYGTERM_DIR_ERROR=Can't find Cygwin directory.  MSG_FIND_CYGTERM_DIR_ERROR=Can't find Cygwin directory.
125  MSG_EXEC_CYGTERM_ERROR=Can't execute Cygterm.  MSG_EXEC_CYGTERM_ERROR=Can't execute Cygterm.
126  MSG_EXEC_TTMENU_ERROR=Can't execute TeraTerm Menu. (%d)  MSG_EXEC_TTMENU_ERROR=Can't execute TeraTerm Menu. (%d)
# Line 154  DLG_TAB_GENERAL_ACCEPTBROADCAST=Accept&B Line 153  DLG_TAB_GENERAL_ACCEPTBROADCAST=Accept&B
153  DLG_TAB_GENERAL_MOUSEWHEEL_SCROLL_LINE=Mouse&WheelScrollLine  DLG_TAB_GENERAL_MOUSEWHEEL_SCROLL_LINE=Mouse&WheelScrollLine
154  DLG_TAB_GENERAL_AUTOSCROLL_ONLY_IN_BOTTOM_LINE=&AutoScrollOnlyInBottomLine  DLG_TAB_GENERAL_AUTOSCROLL_ONLY_IN_BOTTOM_LINE=&AutoScrollOnlyInBottomLine
155  DLG_TAB_GENERAL_ACCEPT_MOUSE_EVENT_TRACKING=Accept &Mouse Event Tracking  DLG_TAB_GENERAL_ACCEPT_MOUSE_EVENT_TRACKING=Accept &Mouse Event Tracking
156    DLG_TAB_GENERAL_ACCEPT_TITLE_CHANGING=Accept Window &Title Change Request
157    DLG_TAB_GENERAL_ACCEPT_TITLE_CHANGING_OFF=off
158    DLG_TAB_GENERAL_ACCEPT_TITLE_CHANGING_OVERWRITE=overwrite
159    DLG_TAB_GENERAL_ACCEPT_TITLE_CHANGING_BEFORE=before
160    DLG_TAB_GENERAL_ACCEPT_TITLE_CHANGING_AFTER=after
161    
162  DLG_TAB_COPYPASTE_CONTINUE=EnableContinued&LineCopy  DLG_TAB_COPYPASTE_CONTINUE=EnableContinued&LineCopy
163  DLG_TAB_COPYPASTE_MOUSEPASTE=&DisableMouseRButtonPaste  DLG_TAB_COPYPASTE_MOUSEPASTE=&DisableMouseRButtonPaste
# Line 427  DLG_ABOUT_CLIENTID="Client ID: " Line 431  DLG_ABOUT_CLIENTID="Client ID: "
431  DLG_ABOUT_HOSTKEY="Host Key: "  DLG_ABOUT_HOSTKEY="Host Key: "
432  DLG_ABOUT_TOSERVER=" to server, "  DLG_ABOUT_TOSERVER=" to server, "
433  DLG_ABOUT_FROMSERVER=" from server"  DLG_ABOUT_FROMSERVER=" from server"
 DLG_ABOUT_ENCRYPTION="Encryption: "  
434  DLG_ABOUT_COMPDELAY="Delayed Compression: "  DLG_ABOUT_COMPDELAY="Delayed Compression: "
435  DLG_ABOUT_CIPHER_INFO=%s to server, %s from server  DLG_ABOUT_CIPHER_INFO=%s to server, %s from server
436  DLG_ABOUT_KEY_INFO=%d-bit server key, %d-bit host key  DLG_ABOUT_KEY_INFO=%d-bit server key, %d-bit host key
# Line 605  MSG_BLOWFISH_DECRYPT_ERROR2=Blowfish dec Line 608  MSG_BLOWFISH_DECRYPT_ERROR2=Blowfish dec
608  MSG_CIPHER_INIT_ERROR=Cipher initialize error(%d)  MSG_CIPHER_INIT_ERROR=Cipher initialize error(%d)
609  MSG_RSAKEY_SETUP_ERROR=Error setting up RSA keys  MSG_RSAKEY_SETUP_ERROR=Error setting up RSA keys
610  MSG_UNAVAILABLE_CIPHERS_ERROR=The server does not support any of the TTSSH encryption algorithms.\nA secure connection cannot be made in the TTSSH-to-server direction.\nThe connection will be closed.  MSG_UNAVAILABLE_CIPHERS_ERROR=The server does not support any of the TTSSH encryption algorithms.\nA secure connection cannot be made in the TTSSH-to-server direction.\nThe connection will be closed.
611  MSG_CHIPHER_NONE_ERROR=All the encryption algorithms that this program and the server both understand have been disabled.\nTo communicate with this server, you will have to enable some more ciphers\nin the TTSSH Setup dialog box when you run TeraTerm again.\nThis connection will now close.  MSG_CHIPHER_NONE_ERROR=All the encryption algorithms that this program and the server both understand have been disabled.\nTo communicate with this server, you will have to enable some more ciphers\nin the TTSSH Setup dialog box when you run Tera Term again.\nThis connection will now close.
612  MSG_RASKEY_TOOWEAK_ERROR=Server RSA keys are too weak. A secure connection cannot be established.  MSG_RASKEY_TOOWEAK_ERROR=Server RSA keys are too weak. A secure connection cannot be established.
613  MSG_CHPHER_NOTSELECTED_ERROR=No cipher selected!  MSG_CHPHER_NOTSELECTED_ERROR=No cipher selected!
614    
# Line 636  MSG_HOSTS_READ_ERROR=An error occurred w Line 639  MSG_HOSTS_READ_ERROR=An error occurred w
639  MSG_HOSTS_ALLOC_ERROR=Memory ran out while trying to allocate space to read a known_hosts file.  MSG_HOSTS_ALLOC_ERROR=Memory ran out while trying to allocate space to read a known_hosts file.
640  MSG_HOSTS_HOSTNAME_INVALID_ERROR=The host name contains an invalid character.\nThis session will be terminated.  MSG_HOSTS_HOSTNAME_INVALID_ERROR=The host name contains an invalid character.\nThis session will be terminated.
641  MSG_HOSTS_HOSTNAME_EMPTY_ERROR=The host name should not be empty.\nThis session will be terminated.  MSG_HOSTS_HOSTNAME_EMPTY_ERROR=The host name should not be empty.\nThis session will be terminated.
642  MSG_HOSTS_FILE_UNSPECIFY_ERROR=The host and its key cannot be added, because no known-hosts file has been specified.\nRestart TeraTerm and specify a read/write known-hosts file in the TTSSH Setup dialog box.  MSG_HOSTS_FILE_UNSPECIFY_ERROR=The host and its key cannot be added, because no known-hosts file has been specified.\nRestart Tera Term and specify a read/write known-hosts file in the TTSSH Setup dialog box.
643  MSG_HOSTS_WRITE_EACCES_ERROR=An error occurred while trying to write the host key.\nYou do not have permission to write to the known-hosts file.  MSG_HOSTS_WRITE_EACCES_ERROR=An error occurred while trying to write the host key.\nYou do not have permission to write to the known-hosts file.
644  MSG_HOSTS_WRITE_ERROR=An error occurred while trying to write the host key.\nThe host key could not be written.  MSG_HOSTS_WRITE_ERROR=An error occurred while trying to write the host key.\nThe host key could not be written.
645    
# Line 740  DLG_OTHER_CONNECT=&Connected message Line 743  DLG_OTHER_CONNECT=&Connected message
743  DLG_OTHER_ERROR=&Error message  DLG_OTHER_ERROR=&Error message
744    
745  DLG_ABOUT_TITLE=About TTProxy  DLG_ABOUT_TITLE=About TTProxy
746  DLG_ABOUT_EXTENTION=TeraTerm proxy extension  DLG_ABOUT_EXTENTION=Tera Term proxy extension
747  DLG_ABOUT_YEBISUYA=YebisuyaHompo  DLG_ABOUT_YEBISUYA=YebisuyaHompo
748  DLG_ABOUT_HOMEPAGE=TTProxy home page  DLG_ABOUT_HOMEPAGE=TTProxy home page
749    
# Line 822  DLG_CONFIG_STARTUP=kick at starting Line 825  DLG_CONFIG_STARTUP=kick at starting
825  DLG_CONFIG_SSH=use SSH  DLG_CONFIG_SSH=use SSH
826  DLG_CONFIG_KEYFILE=Keyfile  DLG_CONFIG_KEYFILE=Keyfile
827  DLG_CONFIG_CHALLENGE=use Challenge  DLG_CONFIG_CHALLENGE=use Challenge
828    DLG_CONFIG_PAGEANT=use Pageant
829  DLG_CONFIG_DETAIL=details  DLG_CONFIG_DETAIL=details
830    
831  DLG_ETC_TITLE=Configuration Details  DLG_ETC_TITLE=Configuration Details
832  DLG_ETC_APP=Application  DLG_ETC_APP=Application
833  DLG_ETC_OPTION=Option  DLG_ETC_OPTION=Option
834  DLG_ETC_CONFIG=TeraTerm Configuration File(except launching)  DLG_ETC_CONFIG=Tera Term Configuration File(except launching)
835  DLG_ETC_AUTO=Configuration for autologin  DLG_ETC_AUTO=Configuration for autologin
836  DLG_ETC_LOGFILE=log file  DLG_ETC_LOGFILE=log file
837  DLG_ETC_PROMPT=Prompt  DLG_ETC_PROMPT=Prompt
# Line 853  FILEDLG_MACRO_TITLE=specifying macro fil Line 857  FILEDLG_MACRO_TITLE=specifying macro fil
857  FILEDLG_MACRO_FILTER=macro file(*.ttl)\0*.ttl\0all files(*.*)\0*.*\0\0  FILEDLG_MACRO_FILTER=macro file(*.ttl)\0*.ttl\0all files(*.*)\0*.*\0\0
858  FILEDLG_KEY_TITLE=specifying private key file  FILEDLG_KEY_TITLE=specifying private key file
859  FILEDLG_KEY_FILTER=identity files\0identity;id_rsa;id_dsa\0identity(RSA1)\0identity\0id_rsa(SSH2)\0id_rsa\0id_dsa(SSH2)\0id_dsa\0all(*.*)\0*.*\0\0  FILEDLG_KEY_FILTER=identity files\0identity;id_rsa;id_dsa\0identity(RSA1)\0identity\0id_rsa(SSH2)\0id_rsa\0id_dsa(SSH2)\0id_dsa\0all(*.*)\0*.*\0\0
860  FILEDLG_TERATERM_TITLE=specifying TeraTerm  FILEDLG_TERATERM_TITLE=specifying Tera Term
861  FILEDLG_TERATERM_FILTER=execute file(*.exe)\0*.exe\0all files(*.*)\0*.*\0\0  FILEDLG_TERATERM_FILTER=execute file(*.exe)\0*.exe\0all files(*.*)\0*.*\0\0
862  FILEDLG_INI_TITLE=specifying config file  FILEDLG_INI_TITLE=specifying config file
863  FILEDLG_INI_FILTER=config file(*.ini)\0*.ini\0all files(*.*)\0*.*\0\0  FILEDLG_INI_FILTER=config file(*.ini)\0*.ini\0all files(*.*)\0*.*\0\0

Legend:
Removed from v.1204  
changed lines
  Added in v.1234

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26