Discuz X3.1 Rev. 322
Chrome & Firefox
After logging top bar
After click "To XXX desktop version"
Code in /static/js/common_extra.js #1252
shortcut_add
shortcut_1, shortcut_1_1, shortcut_1_2
shortcut_2, shortcut_2_1, shortcut_2_2
Llanguage pack in /source/language/xx/lang_js.js #231
not found shortcut items.
Chinese translation:
tc:- //static/js/common_extra.js
- 'copy_failed' : '複製失敗,請選擇「允許訪問」',
- 'prev' : '上一張',
- 'next' : '下一張',
- 'shortcut_add' : '添加桌面快捷',
- 'shortcut_1' : '1、點擊"',
- 'shortcut_1_1' : '下載桌面快捷',
- 'shortcut_1_2' : '",下載完成後,可移動文件到系統桌面',
- 'shortcut_2' : '2、點擊"',
- 'shortcut_2_1' : '下載ICO圖標',
- 'shortcut_2_2' : '",下載完成後,右擊桌面快捷文件->屬性->更改圖標,選擇已下載的ICO圖標即可',
Copy the Code sc:- //static/js/common_extra.js
- 'copy_failed' : '复制失败,请选择“允许访问”',
- 'prev' : '上一张',
- 'next' : '下一张',
- 'shortcut_add' : '添加桌面快捷',
- 'shortcut_1' : '1、点击"',
- 'shortcut_1_1' : '下载桌面快捷',
- 'shortcut_1_2' : '",下载完成后,可移动文件到系统桌面',
- 'shortcut_2' : '2、点击"',
- 'shortcut_2_1' : '下载ICO图标',
- 'shortcut_2_2' : '",下载完成后,右击桌面快捷文件->属性->更改图标,选择已下载的ICO图标即可',
Copy the Code en: (translation by google)- //static/js/common_extra.js
- 'copy_failed' : 'Copy failed, please select "Allow access"',//'复制失败,请选择“允许访问”',
- 'prev' : 'Prev.',//'上一张',
- 'next' : 'Next',//'下一张',
- 'shortcut_add' : 'Adding a desktop shortcut',//'添加桌面快捷',
- 'shortcut_1' : '1.Click"',//'1、点击"',
- 'shortcut_1_1' : 'download desktop shortcut',//'下载桌面快捷',
- 'shortcut_1_2' : '", after the download is complete, you can move files to desktop',//'",下载完成后,可移动文件到系统桌面',
- 'shortcut_2' : '2.Click"',//'2、点击"',
- 'shortcut_2_1' : 'download icon file',//'下载ICO图标',
- 'shortcut_2_2' : ', After the download is complete, right-click on the desktop shortcut file -> Properties -> Change Icon, and select the downloaded ICO icon',//'",下载完成后,右击桌面快捷文件->属性->更改图标,选择已下载的ICO图标即可',
Copy the Code |