mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 07:18:29 -04:00
[loc] misc. fixes
* Use IDCANCEL for license dialog * Remove Chinese duplicates * Remove dev debug message
This commit is contained in:
parent
b19bcdefb9
commit
c604bee9ef
4 changed files with 9 additions and 12 deletions
|
@ -78,6 +78,7 @@ t IDC_ABOUT_UPDATES "Updates"
|
|||
# About -> License dialog
|
||||
g IDD_LICENSE
|
||||
t IDD_LICENSE "Rufus License"
|
||||
t IDCANCEL "Close"
|
||||
|
||||
# Notifications. You can trigger one of these by using Alt-R and re-launching Rufus
|
||||
g IDD_NOTIFICATION
|
||||
|
|
|
@ -309,7 +309,7 @@ t IDC_ABOUT_UPDATES "Mises à jour"
|
|||
|
||||
g IDD_LICENSE
|
||||
t IDD_LICENSE "Licence Rufus"
|
||||
t IDOK "Fermer"
|
||||
t IDCANCEL "Fermer"
|
||||
|
||||
g IDD_NOTIFICATION
|
||||
t IDC_MORE_INFO "Plus d'info..."
|
||||
|
@ -648,7 +648,7 @@ t IDOK "确定"
|
|||
|
||||
g IDD_LICENSE
|
||||
t IDD_LICENSE "Rufus 许可证"
|
||||
t IDOK "取消"
|
||||
t IDCANCEL "取消"
|
||||
|
||||
g IDD_NOTIFICATION
|
||||
t IDD_NOTIFICATION "更新方案和设置"
|
||||
|
@ -662,9 +662,6 @@ t IDC_LOG_CLEAR "清除日志"
|
|||
t IDC_LOG_SAVE "保存日志"
|
||||
t IDCANCEL "关闭日志"
|
||||
|
||||
g IDD_LICENSE
|
||||
t IDOK "取消"
|
||||
|
||||
g IDD_UPDATE_POLICY
|
||||
t IDD_UPDATE_POLICY "更新方案和设置"
|
||||
t IDS_UPDATE_SETTINGS_GRP "设置"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue