diff --git a/etc/Translation/LameXP_TW.ts b/etc/Translation/LameXP_TW.ts index 89ae6410..b31c934c 100644 --- a/etc/Translation/LameXP_TW.ts +++ b/etc/Translation/LameXP_TW.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -221,15 +221,15 @@ dcaenc - + dcaenc Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL. - + Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL. About Qt5 - 關于 Qt5 + 關于 Qt5 @@ -541,19 +541,19 @@ (System Default) - (系統默認) + (系統默認) Select ANSI Codepage for CSV file: - + 選擇ANSI編碼的CSV文件: OK - 確定 + 確定 Cancel - 取消 + 取消 @@ -1751,107 +1751,107 @@ DCA Enc - + DCA Enc Export Meta Tags to CSV File - + Meta標簽導出到CSV文件 Import Meta Tags from CSV File - + 從CSV文件導入Meta標簽 Save CSV file - + 保存CSV文件 CSV File - + CSV文件 CSV Export - + CSV導出 Sorry, there are no meta tags that can be exported! - + 抱歉,沒有Mete標簽可以導出! Sorry, failed to open CSV file for writing! - + 抱歉,無法打開CSV文件進行寫入! Sorry, failed to write to the CSV file! - + 抱歉,無法寫入CSV文件! The CSV files was created successfully! - + CSV文件創建成功! Open CSV file - + 打開CSV文件 Sorry, failed to open CSV file for reading! - + 抱歉,無法打開CSV文件! Sorry, failed to read from the CSV file! - + 抱歉,未能從CSV文件讀取! Sorry, the CSV file does not contain any known fields! - + 抱歉,CSV文件中沒有包含任何已知的字段! CSV file is incomplete. Not all files were updated! - + CSV文件不是完整的,不能進行所有文件更新! The CSV files was imported successfully! - + CSV文件導入成功! CSV Import - + CSV導入 QAAC (Apple) - + QAAC (Apple) FHG AAC (Winamp) - + FHG AAC (Winamp) Nero AAC - + Nero AAC Not available! - + 暫時不可用! Current AAC Encoder: %1 - + 當前的AAC編碼器: %1 Edit Output Path - + 編輯輸出路徑 Show Favorites - + 顯示我喜歡的 Initializing directory outline, please be patient... - + 初始化輸出目錄列表,請耐心等待... Refresh Directory Outline - + 刷新輸出目錄列表 @@ -2167,7 +2167,7 @@ Analyzing - + 分析 diff --git a/etc/Translation/LameXP_ZH.ts b/etc/Translation/LameXP_ZH.ts index fbd54dc5..179f9593 100644 --- a/etc/Translation/LameXP_ZH.ts +++ b/etc/Translation/LameXP_ZH.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -221,15 +221,15 @@ dcaenc - + dcaenc Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL. - + Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL. About Qt5 - 关于 Qt5 + 关于 Qt5 @@ -541,19 +541,19 @@ (System Default) - (系统默认) + (系统默认) Select ANSI Codepage for CSV file: - + 选择ANSI编码的CSV文件: OK - 确定 + 确定 Cancel - 取消 + 取消 @@ -1751,107 +1751,107 @@ DCA Enc - + DCA Enc Export Meta Tags to CSV File - + Meta标签导出到CSV文件 Import Meta Tags from CSV File - + 从CSV文件导入Meta标签 Save CSV file - + 保存CSV文件 CSV File - + CSV文件 CSV Export - + CSV导出 Sorry, there are no meta tags that can be exported! - + 抱歉,没有Mete标签可以导出! Sorry, failed to open CSV file for writing! - + 抱歉,无法打开CSV文件进行写入! Sorry, failed to write to the CSV file! - + 抱歉,无法写入CSV文件! The CSV files was created successfully! - + CSV文件创建成功! Open CSV file - + 打开CSV文件 Sorry, failed to open CSV file for reading! - + 抱歉,无法打开CSV文件! Sorry, failed to read from the CSV file! - + 抱歉,未能从CSV文件读取! Sorry, the CSV file does not contain any known fields! - + 抱歉,CSV文件中没有包含任何已知的字段! CSV file is incomplete. Not all files were updated! - + CSV文件不是完整的,不能进行所有文件更新! The CSV files was imported successfully! - + CSV文件导入成功! CSV Import - + CSV导入 QAAC (Apple) - + QAAC (Apple) FHG AAC (Winamp) - + FHG AAC (Winamp) Nero AAC - + Nero AAC Not available! - + 暂时不可用! Current AAC Encoder: %1 - + 当前的AAC编码器: %1 Edit Output Path - + 编辑输出路径 Show Favorites - + 显示我喜欢的 Initializing directory outline, please be patient... - + 初始化输出目录列表,请耐心等待... Refresh Directory Outline - + 刷新输出目录列表 @@ -2167,7 +2167,7 @@ Analyzing - + 分析 diff --git a/res/localization/LameXP_TW.qm b/res/localization/LameXP_TW.qm index 58704e13..d7102f9d 100644 Binary files a/res/localization/LameXP_TW.qm and b/res/localization/LameXP_TW.qm differ diff --git a/res/localization/LameXP_ZH.qm b/res/localization/LameXP_ZH.qm index b3277d26..ad4a70d2 100644 Binary files a/res/localization/LameXP_ZH.qm and b/res/localization/LameXP_ZH.qm differ diff --git a/src/Config.h b/src/Config.h index f089a5d8..1e4d8c26 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 980 +#define VER_LAMEXP_BUILD 981 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Global.h b/src/Global.h index 7318611f..bf255e13 100644 --- a/src/Global.h +++ b/src/Global.h @@ -165,7 +165,7 @@ SIZE_T lamexp_dbg_private_bytes(void); #define LAMEXP_MAKE_STRING_EX(X) #X #define LAMEXP_MAKE_STRING(X) LAMEXP_MAKE_STRING_EX(X) #define LAMEXP_COMPILER_WARNING(TXT) __pragma(message(__FILE__ "(" LAMEXP_MAKE_STRING(__LINE__) ") : warning: " TXT)) -#define NOBR(STR) QString("%1").arg(STR).replace("-", "−") +#define NOBR(STR) (QString("%1").arg((STR)).replace("-", "−")) //Output Qt debug message (Unicode-safe versions) //#define qDebug64(FORMAT, ...) qDebug("@BASE64@%s", QString(FORMAT).arg(__VA_ARGS__).toUtf8().toBase64().constData());