diff --git a/.github/workflows/macos-6.x.yml b/.github/workflows/macos-6.x.yml index 6fb6ad6d..ff383d65 100644 --- a/.github/workflows/macos-6.x.yml +++ b/.github/workflows/macos-6.x.yml @@ -110,7 +110,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_universal_${{steps.vars.outputs.release_date}}.dmg tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/macos-homebrew-xapian.yml b/.github/workflows/macos-homebrew-xapian.yml index c97225c1..581ca189 100644 --- a/.github/workflows/macos-homebrew-xapian.yml +++ b/.github/workflows/macos-homebrew-xapian.yml @@ -142,7 +142,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_xapian_${{steps.vars.outputs.release_date}}.dmg tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index aeba570e..a2f47067 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -141,7 +141,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_${{steps.vars.outputs.release_date}}.dmg tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7203d964..02d32752 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -114,7 +114,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_${{steps.vars.outputs.release_date}}.dmg tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/ubuntu-6.2-xapian.yml b/.github/workflows/ubuntu-6.2-xapian.yml index 8e09fb73..9c425d76 100644 --- a/.github/workflows/ubuntu-6.2-xapian.yml +++ b/.github/workflows/ubuntu-6.2-xapian.yml @@ -132,7 +132,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-xapian-${{ steps.vars.outputs.appname }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/ubuntu-6.2.yml b/.github/workflows/ubuntu-6.2.yml index e06efbb1..a5332a45 100644 --- a/.github/workflows/ubuntu-6.2.yml +++ b/.github/workflows/ubuntu-6.2.yml @@ -121,7 +121,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ steps.vars.outputs.appname }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6fd860e3..ba452dc3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -115,7 +115,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_${{steps.vars.outputs.release_date}}.AppImage tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/windows-6.x-xapian.yml b/.github/workflows/windows-6.x-xapian.yml index 52773c73..1264d9d7 100644 --- a/.github/workflows/windows-6.x-xapian.yml +++ b/.github/workflows/windows-6.x-xapian.yml @@ -124,7 +124,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_${{steps.vars.outputs.release_date}}-xapian.zip tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} @@ -151,7 +151,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-xapian-${{ env.targetName }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} - name: copy nsis @@ -172,9 +172,9 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ steps.package.outputs.packageName }}/GoldenDict-v22-Install.exe - asset_name: ${{ matrix.qt_ver }}-GoldenDict-v${{env.version}}-${{env.version-suffix}}-xapian-Installer.exe + file: ${{ steps.package.outputs.packageName }}/GoldenDict-ng-v23-Installer.exe + asset_name: ${{ matrix.qt_ver }}-GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}-xapian-Installer.exe tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} diff --git a/.github/workflows/windows-6.x.yml b/.github/workflows/windows-6.x.yml index 0dbc5103..82c4a61b 100644 --- a/.github/workflows/windows-6.x.yml +++ b/.github/workflows/windows-6.x.yml @@ -125,7 +125,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_${{steps.vars.outputs.release_date}}.zip tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} @@ -152,7 +152,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-${{ env.targetName }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} - name: copy nsis @@ -173,9 +173,9 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ steps.package.outputs.packageName }}/GoldenDict-v22-Install.exe - asset_name: ${{ matrix.qt_ver }}-GoldenDict-v${{env.version}}-${{env.version-suffix}}-Installer.exe + file: ${{ steps.package.outputs.packageName }}/GoldenDict-ng-v23-Installer.exe + asset_name: ${{ matrix.qt_ver }}-GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}-Installer.exe tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e699891f..c15b70ce 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -122,7 +122,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_${{steps.vars.outputs.release_date}}.zip tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} @@ -151,7 +151,7 @@ jobs: asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} @@ -175,10 +175,10 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ steps.package.outputs.packageName }}/GoldenDict-v22-Install.exe - asset_name: ${{ matrix.qt_ver }}-GoldenDict-v${{env.version}}-${{env.version-suffix}}-Installer.exe + file: ${{ steps.package.outputs.packageName }}/GoldenDict-ng-v23-Installer.exe + asset_name: ${{ matrix.qt_ver }}-GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}-Installer.exe tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} overwrite: true - release_name: GoldenDict-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} + release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} prerelease: ${{env.prerelease}} \ No newline at end of file diff --git a/README.md b/README.md index 5b618fbb..b2e3d3a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![Windows](https://github.com/xiaoyifang/goldendict/actions/workflows/windows.yml/badge.svg)](https://github.com/xiaoyifang/goldendict/actions/workflows/windows.yml) [![Ubuntu](https://github.com/xiaoyifang/goldendict/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/xiaoyifang/goldendict/actions/workflows/ubuntu.yml) [![macos](https://github.com/xiaoyifang/goldendict/actions/workflows/macos.yml/badge.svg)](https://github.com/xiaoyifang/goldendict/actions/workflows/macos.yml) -# GoldenDict +# GoldenDict-ng + +GoldenDict the next generation. A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. @@ -79,20 +81,20 @@ sudo dnf install git pkg-config libzstd-devel opencc-devel xz-devel xz-lzma-comp Clone this repository: ``` -git clone https://github.com/xiaoyifang/goldendict.git +git clone https://github.com/xiaoyifang/goldendict-ng.git ``` #### Linux build ``` -cd goldendict && qmake-qt5 && make +cd goldendict-ng && qmake-qt5 && make ``` #### macOS build ``` brew install qt # or use official offline installer -qmake CONFIG+=release CONFIG+=zim_support CONFIG+=chinese_conversion_support QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" +qmake CONFIG+=release CONFIG+=zim_support CONFIG+=chinese_conversion_support QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" make make install ``` diff --git a/about.ui b/about.ui index c433d3ca..b46939f5 100644 --- a/about.ui +++ b/about.ui @@ -63,7 +63,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter diff --git a/initializing.ui b/initializing.ui index 6b789ceb..493119d1 100644 --- a/initializing.ui +++ b/initializing.ui @@ -19,7 +19,7 @@ - GoldenDict - Initializing + GoldenDict-ng - Initializing diff --git a/locale/ar_SA.ts b/locale/ar_SA.ts index 2a919f0e..e76bdda2 100644 --- a/locale/ar_SA.ts +++ b/locale/ar_SA.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version برنامج القاموس الذهبي للبحث في القواميس، الإصدار @@ -1415,7 +1415,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing القاموس الذهبي - يهيّئ @@ -2554,7 +2554,7 @@ between classic and school orthography in cyrillic) - About GoldenDict + About GoldenDict-ng حول القاموس الذهبي diff --git a/locale/ay_WI.ts b/locale/ay_WI.ts index a37d9288..464203e7 100644 --- a/locale/ay_WI.ts +++ b/locale/ay_WI.ts @@ -12,7 +12,7 @@ Yanapirinaka: - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, aru pirwa electrónico, jakhu uñjawi @@ -1126,7 +1126,7 @@ Abrir una lista de grupos Help::HelpWindow GoldenDict help - GoldenDict yatichawi + GoldenDict-ng yatichawi Home @@ -1229,8 +1229,8 @@ Tamaño original Amp suma suyt'am aru pirwanaka uñjañataki - GoldenDict - Initializing - GoldenDict - qaltaña + GoldenDict-ng - Initializing + GoldenDict-ng - qaltaña Dictionary Name @@ -2258,15 +2258,15 @@ Pronunciar palabra (Alt+S) &Homepage - GoldenDict &web laphi + GoldenDict-ng &web laphi &About &GoldenDictxata - About GoldenDict - GoldenDict ukxata + About GoldenDict-ng + GoldenDict-ng ukxata F1 @@ -2539,7 +2539,7 @@ los símbolos '[...]'. Para encontrar '*', '?', &a GoldenDict reference - GoldenDict y&atichawi + GoldenDict-ng y&atichawi Now indexing for full-text search: @@ -2895,7 +2895,7 @@ lim'tasispawa arunak ajllitakis ukjaru. Automatically starts GoldenDict after operation system bootup. - GoldenDict sapitakiw qaltani . + GoldenDict-ng sapitakiw qaltani . When enabled, a translation popup window would be shown each time @@ -3312,7 +3312,7 @@ mayiwinakap jakt'rakiwa. Jani wali utjañapatakixa, ak naktayam. Do not identify GoldenDict in HTTP headers - GoldenDict janiw uskañakiti HTTP p'iqi tuqi laphina + GoldenDict-ng janiw uskañakiti HTTP p'iqi tuqi laphina Select this option to automatic collapse big articles @@ -3445,7 +3445,7 @@ Reproducir archivos de audio con el audio por defecto del sistema. Ignore GoldenDict's own selection and clipboard changes - GoldenDict ukan ajllit qillqataxa, ukhamaraki mayjt'ayat portapapeles, janiw yäqañakiti + GoldenDict-ng ukan ajllit qillqataxa, ukhamaraki mayjt'ayat portapapeles, janiw yäqañakiti ScanPopup unpinned window flags diff --git a/locale/be_BY.ts b/locale/be_BY.ts index dd691239..b784de39 100644 --- a/locale/be_BY.ts +++ b/locale/be_BY.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict — праграма для прагляду слоўнікаў, версія + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng — праграма для прагляду слоўнікаў, версія @@ -1364,7 +1364,7 @@ between classic and school orthography in cyrillic) GoldenDict help - Даведка GoldenDict + Даведка GoldenDict-ng @@ -1465,8 +1465,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - GoldenDict - ініцыялізацыя + GoldenDict-ng - Initializing + GoldenDict-ng - ініцыялізацыя @@ -2604,13 +2604,13 @@ between classic and school orthography in cyrillic) - About GoldenDict - Пра GoldenDict + About GoldenDict-ng + Пра GoldenDict-ng GoldenDict reference - Спасылка на GoldenDict + Спасылка на GoldenDict-ng @@ -2999,7 +2999,7 @@ between classic and school orthography in cyrillic) Version <b>%1</b> of GoldenDict is now available for download.<br>Click <b>Download</b> to get to the download page. - GoldenDict версіі <b>%1</b> даступны для спампоўвання.<br>Пстрыкніце па <b>Спампаваць</b>, каб перайсці на старонку спампоўвання. + GoldenDict-ng версіі <b>%1</b> даступны для спампоўвання.<br>Пстрыкніце па <b>Спампаваць</b>, каб перайсці на старонку спампоўвання. @@ -3698,12 +3698,12 @@ seconds, which is specified here. Do not show popup when selection or clipboard in one of GoldenDict's own windows changes - Не паказваць выплыўное акно пры змене абранага слова або слова з буфера абмену ў вокнах GoldenDict + Не паказваць выплыўное акно пры змене абранага слова або слова з буфера абмену ў вокнах GoldenDict-ng Ignore GoldenDict's own selection and clipboard changes - Не зважаць на змену абранага і змены ў буферы абмену ў вокнах GoldenDict + Не зважаць на змену абранага і змены ў буферы абмену ў вокнах GoldenDict-ng @@ -4035,7 +4035,7 @@ It is not needed to select this option if you don't use such programs. Use &GoldenDict message - Выкарыстоўваць &паведамленні GoldenDict + Выкарыстоўваць &паведамленні GoldenDict-ng diff --git a/locale/be_BY@latin.ts b/locale/be_BY@latin.ts index 31399d80..9643e698 100644 --- a/locale/be_BY@latin.ts +++ b/locale/be_BY@latin.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict — pragrama prahladu słoŭnikaŭ, versija + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng — pragrama prahladu słoŭnikaŭ, versija @@ -54,12 +54,12 @@ No translation for <b>%1</b> was found in group <b>%2</b>. - GoldenDict nie znajšoŭ pierakładu dla <b>%1</b> u grupie <b>%2</b>. + GoldenDict-ng nie znajšoŭ pierakładu dla <b>%1</b> u grupie <b>%2</b>. No translation was found in group <b>%1</b>. - GoldenDict nie znajšoŭ pierakładu ŭ grupie <b>%1</b>. + GoldenDict-ng nie znajšoŭ pierakładu ŭ grupie <b>%1</b>. @@ -1416,7 +1416,7 @@ miž klasyčnym i školnym pravapisam) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing Inicyjalizacyja @@ -2555,8 +2555,8 @@ miž klasyčnym i školnym pravapisam) - About GoldenDict - Infarmacyja pra GoldenDict + About GoldenDict-ng + Infarmacyja pra GoldenDict-ng @@ -2950,7 +2950,7 @@ miž klasyčnym i školnym pravapisam) Version <b>%1</b> of GoldenDict is now available for download.<br>Click <b>Download</b> to get to the download page. - GoldenDict versii <b>%1</b> dastupny dla załadavańnia.<br>Pstrykni pa <b>Zładavać</b>, kab pierajści na bačynu ściahvańnia. + GoldenDict-ng versii <b>%1</b> dastupny dla załadavańnia.<br>Pstrykni pa <b>Zładavać</b>, kab pierajści na bačynu ściahvańnia. @@ -4291,7 +4291,7 @@ from Stardict, Babylon and GLS dictionaries Codec [id: %1] not found. - GoldenDict nie znajšoŭ kodeka [id: %1]. + GoldenDict-ng nie znajšoŭ kodeka [id: %1]. @@ -4945,7 +4945,7 @@ U GoldenDict jašče nie padtrymlivajecca. Cannot find available TTS voice.<br>Please make sure that at least one TTS engine installed on your computer already. - GoldenDict nie znajšoŭ žadnaha dastupnaha syntezatara hołasu.<br>Pierakanajsia ŭ najaŭnaści choć adnaho ŭstalavanaha syntazatara na svaim kamputary. + GoldenDict-ng nie znajšoŭ žadnaha dastupnaha syntezatara hołasu.<br>Pierakanajsia ŭ najaŭnaści choć adnaho ŭstalavanaha syntazatara na svaim kamputary. diff --git a/locale/bg_BG.ts b/locale/bg_BG.ts index a0eddfca..a03f59a5 100644 --- a/locale/bg_BG.ts +++ b/locale/bg_BG.ts @@ -8,7 +8,7 @@ Относно - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Речник GoldenDict, версия @@ -1059,7 +1059,7 @@ between classic and school orthography in cyrillic) Help::HelpWindow GoldenDict help - Помощ GoldenDict + Помощ GoldenDict-ng Home @@ -1150,8 +1150,8 @@ between classic and school orthography in cyrillic) Моля изчакайте докато се индексира речника - GoldenDict - Initializing - GoldenDict - инициализиране + GoldenDict-ng - Initializing + GoldenDict-ng - инициализиране Dictionary Name @@ -2130,8 +2130,8 @@ between classic and school orthography in cyrillic) &Относно - About GoldenDict - Относно GoldenDict + About GoldenDict-ng + Относно GoldenDict-ng F1 @@ -2433,7 +2433,7 @@ To find '*', '?', '[', ']' symbols use & GoldenDict reference - Помощ за GoldenDict + Помощ за GoldenDict-ng Now indexing for full-text search: @@ -3254,11 +3254,11 @@ from Stardict, Babylon and GLS dictionaries Do not show popup when selection or clipboard in one of GoldenDict's own windows changes - Не показвай изскачащ прозорецо при избиране/копиране на текст в някой от подпрозорците на GoldenDict + Не показвай изскачащ прозорецо при избиране/копиране на текст в някой от подпрозорците на GoldenDict-ng Ignore GoldenDict's own selection and clipboard changes - Игнорирайте собствения избор и промени в клипборда на GoldenDict + Игнорирайте собствения избор и промени в клипборда на GoldenDict-ng ScanPopup unpinned window flags diff --git a/locale/cs_CZ.ts b/locale/cs_CZ.ts index 2df908ee..dd21d49a 100644 --- a/locale/cs_CZ.ts +++ b/locale/cs_CZ.ts @@ -8,7 +8,7 @@ О programu - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Prohledávač slovníků GoldenDict, verze @@ -1148,8 +1148,8 @@ a školní ortografií v cyrilici) Prosím počkejte na dokončení indexace slovníku - GoldenDict - Initializing - Načítám GoldenDict + GoldenDict-ng - Initializing + Načítám GoldenDict-ng Dictionary Name @@ -2128,8 +2128,8 @@ a školní ortografií v cyrilici) &O programu - About GoldenDict - О programu GoldenDict + About GoldenDict-ng + О programu GoldenDict-ng F1 diff --git a/locale/de_CH.ts b/locale/de_CH.ts index 8a2183ad..8ae09149 100644 --- a/locale/de_CH.ts +++ b/locale/de_CH.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict Programm-Version: + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng Programm-Version: @@ -1370,7 +1370,7 @@ between classic and school orthography in cyrillic) GoldenDict help - GoldenDict Hilfe + GoldenDict-ng Hilfe @@ -1482,8 +1482,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - Initialisierung + GoldenDict-ng - Initializing + GoldenDict-ng - Initialisierung @@ -2992,8 +2992,8 @@ Um folgende Symbole zu finden '*', '?', '[', &apos - About GoldenDict - Über GoldenDict + About GoldenDict-ng + Über GoldenDict-ng @@ -3776,7 +3776,7 @@ Mit dieser Option können die Tasten auch kurz nach der Markierung gedrückt wer Ignore GoldenDict's own selection and clipboard changes - Ignoriere eigene Selektion oder Zwischenablage Änderungen von GoldenDict + Ignoriere eigene Selektion oder Zwischenablage Änderungen von GoldenDict-ng @@ -4250,7 +4250,7 @@ Diese Option kann dieses Problem beheben. Do not identify GoldenDict in HTTP headers - GoldenDict nicht in HTTP-Kopfzeilen identifizieren + GoldenDict-ng nicht in HTTP-Kopfzeilen identifizieren diff --git a/locale/de_DE.ts b/locale/de_DE.ts index a7a7f98a..683f873f 100644 --- a/locale/de_DE.ts +++ b/locale/de_DE.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, ein Programm zum Nachschlagen in Wörterbüchern, Version @@ -1430,8 +1430,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - Initialisierung + GoldenDict-ng - Initializing + GoldenDict-ng - Initialisierung @@ -2934,13 +2934,13 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Über GoldenDict + About GoldenDict-ng + Über GoldenDict-ng GoldenDict reference - GoldenDict Referenz + GoldenDict-ng Referenz @@ -4137,7 +4137,7 @@ Diese Option kann dieses Problem beheben. Do not identify GoldenDict in HTTP headers - GoldenDict nicht in HTTP-Kopfzeilen identifizieren + GoldenDict-ng nicht in HTTP-Kopfzeilen identifizieren diff --git a/locale/el_GR.ts b/locale/el_GR.ts index f03f8a47..d3416210 100644 --- a/locale/el_GR.ts +++ b/locale/el_GR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, πρόγραμμα αναζήτησης σε λεξικά, έκδοση @@ -1429,8 +1429,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - Έναρξη + GoldenDict-ng - Initializing + GoldenDict-ng - Έναρξη @@ -2933,8 +2933,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Περί GoldenDict + About GoldenDict-ng + Περί GoldenDict-ng diff --git a/locale/eo_EO.ts b/locale/eo_EO.ts index 1f65e8f6..64f65474 100644 --- a/locale/eo_EO.ts +++ b/locale/eo_EO.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version La vortaro-programo GoldenDict, versio @@ -1416,7 +1416,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing @@ -2560,8 +2560,8 @@ between classic and school orthography in cyrillic) - About GoldenDict - Pri GoldenDict + About GoldenDict-ng + Pri GoldenDict-ng diff --git a/locale/es_AR.ts b/locale/es_AR.ts index 7dc6797b..6a5cef47 100644 --- a/locale/es_AR.ts +++ b/locale/es_AR.ts @@ -6,7 +6,7 @@ About - Acerca de GoldenDict + Acerca de GoldenDict-ng @@ -20,7 +20,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Diccionario Electrónico GoldenDict, versión @@ -1428,8 +1428,8 @@ Reordene los grupos usando el mouse sobre las pestañas con los nombres de los m - GoldenDict - Initializing - GoldenDict - Inicializando + GoldenDict-ng - Initializing + GoldenDict-ng - Inicializando @@ -2933,12 +2933,12 @@ To find '*', '?', '[', ']' symbols use & &About - &Acerca de GoldenDict + &Acerca de GoldenDict-ng - About GoldenDict - Acerca de GoldenDict + About GoldenDict-ng + Acerca de GoldenDict-ng diff --git a/locale/es_BO.ts b/locale/es_BO.ts index 1dccb186..459cd0bc 100644 --- a/locale/es_BO.ts +++ b/locale/es_BO.ts @@ -20,7 +20,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, diccionario electrónico, versión @@ -1426,8 +1426,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - Iniciando + GoldenDict-ng - Initializing + GoldenDict-ng - Iniciando @@ -2935,8 +2935,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Acerca de GoldenDict + About GoldenDict-ng + Acerca de GoldenDict-ng @@ -3514,7 +3514,7 @@ despues la seleccion esté hecha. Automatically starts GoldenDict after operation system bootup. - GoldenDict inicia automáticamente cuando el sistema arranca. + GoldenDict-ng inicia automáticamente cuando el sistema arranca. diff --git a/locale/es_ES.ts b/locale/es_ES.ts index e35e63e4..3e585991 100644 --- a/locale/es_ES.ts +++ b/locale/es_ES.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, programa para consulta de diccionarios, versión @@ -1428,8 +1428,8 @@ entre ortografía clásica y escolar en cirílico) - GoldenDict - Initializing - GoldenDict - Inicializando + GoldenDict-ng - Initializing + GoldenDict-ng - Inicializando @@ -2937,8 +2937,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Acerca de GoldenDict + About GoldenDict-ng + Acerca de GoldenDict-ng diff --git a/locale/fa_IR.ts b/locale/fa_IR.ts index f3b3f2a4..a66b0642 100644 --- a/locale/fa_IR.ts +++ b/locale/fa_IR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version برنامه جست‌وجوگر واژه‌نامه گلدن‌دیکت، نسخه @@ -1416,7 +1416,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing گلدن‌دیکت - برپاسازی @@ -2555,7 +2555,7 @@ between classic and school orthography in cyrillic) - About GoldenDict + About GoldenDict-ng درباره گلدن‌دیکت diff --git a/locale/fi_FI.ts b/locale/fi_FI.ts index 9fcc05ed..adb0c8b7 100644 --- a/locale/fi_FI.ts +++ b/locale/fi_FI.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict-sanakirjaohjelma, versio @@ -1415,7 +1415,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing @@ -2559,7 +2559,7 @@ between classic and school orthography in cyrillic) - About GoldenDict + About GoldenDict-ng Tietoja GoldenDictista diff --git a/locale/fr_FR.ts b/locale/fr_FR.ts index 7678df74..ff2f3408 100644 --- a/locale/fr_FR.ts +++ b/locale/fr_FR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Logiciel de recherche de dictionnaires GoldenDict, version @@ -1324,7 +1324,7 @@ between classic and school orthography in cyrillic) GoldenDict help - Aide de GoldenDict + Aide de GoldenDict-ng @@ -1425,8 +1425,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - GoldenDict - Initialisation + GoldenDict-ng - Initializing + GoldenDict-ng - Initialisation @@ -2564,13 +2564,13 @@ between classic and school orthography in cyrillic) - About GoldenDict - À propos de GoldenDict + About GoldenDict-ng + À propos de GoldenDict-ng GoldenDict reference - Référence de GoldenDict + Référence de GoldenDict-ng @@ -3912,7 +3912,7 @@ pour toutes les requêtes passant par le réseau. Enabling this would make GoldenDict block most advertisements by disallowing content (images, frames) not originating from the site you are browsing. If some site breaks because of this, try disabling this. - GoldenDict bloquera la plupart des publicités en désactivant le contenu + GoldenDict-ng bloquera la plupart des publicités en désactivant le contenu (images, frames) ne provenant pas du site visité. Si vous remarquez que du contenu est manquant, essayez de désactiver cette option. diff --git a/locale/hi_IN.ts b/locale/hi_IN.ts index 8404d71d..0e302e83 100644 --- a/locale/hi_IN.ts +++ b/locale/hi_IN.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version गोल्डेनडिक्ट शब्दकोश अवलोकन प्रोग्राम, संस्करण @@ -1425,7 +1425,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing गोल्डेनडिक्ट - प्रारम्भ कर रहा है @@ -2564,13 +2564,13 @@ between classic and school orthography in cyrillic) - About GoldenDict - À propos de GoldenDict + About GoldenDict-ng + À propos de GoldenDict-ng GoldenDict reference - Référence de GoldenDict + Référence de GoldenDict-ng diff --git a/locale/ie_001.ts b/locale/ie_001.ts index 9a3dc918..77606ce1 100644 --- a/locale/ie_001.ts +++ b/locale/ie_001.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Programma de sercha in dictionariums GoldenDict, v. @@ -1315,7 +1315,7 @@ between classic and school orthography in cyrillic) GoldenDict help - Auxilie de GoldenDict + Auxilie de GoldenDict-ng @@ -1416,8 +1416,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - GoldenDict - Inicialisation + GoldenDict-ng - Initializing + GoldenDict-ng - Inicialisation @@ -2560,8 +2560,8 @@ between classic and school orthography in cyrillic) - About GoldenDict - Pri GoldenDict + About GoldenDict-ng + Pri GoldenDict-ng @@ -2731,7 +2731,7 @@ between classic and school orthography in cyrillic) GoldenDict reference - Manuale de GoldenDict + Manuale de GoldenDict-ng @@ -3652,7 +3652,7 @@ seconds, which is specified here. Ignore GoldenDict's own selection and clipboard changes - Ignorar li cambias del selection e li Paperiere fat per GoldenDict + Ignorar li cambias del selection e li Paperiere fat per GoldenDict-ng diff --git a/locale/it_IT.ts b/locale/it_IT.ts index 2d27472d..a6fd26a5 100644 --- a/locale/it_IT.ts +++ b/locale/it_IT.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, dizionario elettronico, versione @@ -1318,7 +1318,7 @@ tra l'ortografia classica e scolastica in cirillico) GoldenDict help - Guida di GoldenDict + Guida di GoldenDict-ng @@ -1430,8 +1430,8 @@ tra l'ortografia classica e scolastica in cirillico) - GoldenDict - Initializing - GoldenDict - Inizializzazione + GoldenDict-ng - Initializing + GoldenDict-ng - Inizializzazione @@ -2941,13 +2941,13 @@ Clicca <b>Scarica</b> per accedere alla pagina di scaricamento. - About GoldenDict + About GoldenDict-ng Info... GoldenDict reference - Guida di GoldenDict + Guida di GoldenDict-ng diff --git a/locale/ja_JP.ts b/locale/ja_JP.ts index 06aa90e2..c2d4a5a7 100644 --- a/locale/ja_JP.ts +++ b/locale/ja_JP.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict 辞書検索プログラム version + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng 辞書検索プログラム version @@ -1426,8 +1426,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - 初期化中 + GoldenDict-ng - Initializing + GoldenDict-ng - 初期化中 @@ -2565,7 +2565,7 @@ between classic and school orthography in cyrillic) Version <b>%1</b> of GoldenDict is now available for download.<br>Click <b>Download</b> to get to the download page. - GoldenDict のバージョン <b>%1</b> のダウンロードが利用可能です。<br>ダウンロード ページへ移動するには<b>ダウンロード</b>をクリックします。 + GoldenDict-ng のバージョン <b>%1</b> のダウンロードが利用可能です。<br>ダウンロード ページへ移動するには<b>ダウンロード</b>をクリックします。 @@ -2935,8 +2935,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - GoldenDict のバージョン情報 + About GoldenDict-ng + GoldenDict-ng のバージョン情報 diff --git a/locale/jb_JB.ts b/locale/jb_JB.ts index f14d8fc8..afb849bf 100644 --- a/locale/jb_JB.ts +++ b/locale/jb_JB.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version .i la .goldendikt. cu vlacku sisku samtci @@ -1415,7 +1415,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing @@ -2559,7 +2559,7 @@ between classic and school orthography in cyrillic) - About GoldenDict + About GoldenDict-ng datni la .goldendikt. diff --git a/locale/ko_KR.ts b/locale/ko_KR.ts index b8eef3cf..d7ed7db5 100644 --- a/locale/ko_KR.ts +++ b/locale/ko_KR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version 골든딕 사전검색 프로그램,버전 @@ -1430,7 +1430,7 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing + GoldenDict-ng - Initializing 골든딕 - 시작 중 @@ -2940,7 +2940,7 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict + About GoldenDict-ng 골든딕 정보 diff --git a/locale/lt_LT.ts b/locale/lt_LT.ts index 59411887..f1320e2f 100644 --- a/locale/lt_LT.ts +++ b/locale/lt_LT.ts @@ -20,8 +20,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict paieškos žodyne programa, versija + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng paieškos žodyne programa, versija @@ -1317,7 +1317,7 @@ between classic and school orthography in cyrillic) GoldenDict help - GoldenDict žinynas + GoldenDict-ng žinynas @@ -1429,8 +1429,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - Ruošiamas GoldenDict + GoldenDict-ng - Initializing + Ruošiamas GoldenDict-ng @@ -2940,13 +2940,13 @@ Norėdami atverti parsisiuntimo puslapį, spauskite <b>Parsisiųsti</b& - About GoldenDict - Apie GoldenDict + About GoldenDict-ng + Apie GoldenDict-ng GoldenDict reference - GoldenDict žinynas + GoldenDict-ng žinynas @@ -3522,7 +3522,7 @@ praėjus trupučiui laiko po to, kai baigėte žymėti. Automatically starts GoldenDict after operation system bootup. - GoldenDict paleisti kartu su naudotojo darbalaukiu sistemos paleidimo metu. + GoldenDict-ng paleisti kartu su naudotojo darbalaukiu sistemos paleidimo metu. @@ -3819,7 +3819,7 @@ Enable this option to workaround the problem. Do not identify GoldenDict in HTTP headers - HTTP antraštėse neidentifikuoti GoldenDict + HTTP antraštėse neidentifikuoti GoldenDict-ng diff --git a/locale/mk_MK.ts b/locale/mk_MK.ts index 961579e5..3da3b487 100644 --- a/locale/mk_MK.ts +++ b/locale/mk_MK.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Речник GoldenDict, издание @@ -1434,8 +1434,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - Стартувај го GoldenDict + GoldenDict-ng - Initializing + Стартувај го GoldenDict-ng @@ -2944,8 +2944,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - За GoldenDict + About GoldenDict-ng + За GoldenDict-ng diff --git a/locale/nl_NL.ts b/locale/nl_NL.ts index e3184c86..94813a01 100644 --- a/locale/nl_NL.ts +++ b/locale/nl_NL.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict woordenboek zoekprogramma, versie + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng woordenboek zoekprogramma, versie @@ -1431,8 +1431,8 @@ traditionele en hedendaagse spelling in het cyrillisch) - GoldenDict - Initializing - GoldenDict - Initialiseren + GoldenDict-ng - Initializing + GoldenDict-ng - Initialiseren @@ -2935,8 +2935,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Over GoldenDict + About GoldenDict-ng + Over GoldenDict-ng @@ -3486,7 +3486,7 @@ U kunt dit in- of uitschakelen in het hoofdvenster of via het systeemvakpictogra Automatically starts GoldenDict after operation system bootup. - GoldenDict automatisch starten wanneer het besturingssysteem opstart. + GoldenDict-ng automatisch starten wanneer het besturingssysteem opstart. @@ -4140,7 +4140,7 @@ en blokkeren de aanvragen. Selecteer deze optie om dit te voorkomen. Do not identify GoldenDict in HTTP headers - GoldenDict niet identificeren in HTTP-headers + GoldenDict-ng niet identificeren in HTTP-headers diff --git a/locale/pl_PL.ts b/locale/pl_PL.ts index a44b206c..a4ea8a76 100644 --- a/locale/pl_PL.ts +++ b/locale/pl_PL.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict — program do przeszukiwania słowników, wersja + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng — program do przeszukiwania słowników, wersja @@ -1319,7 +1319,7 @@ między ortografią klasyczną i szkolną w cyrylicy) GoldenDict help - Pomoc do programu GoldenDict + Pomoc do programu GoldenDict-ng @@ -1431,8 +1431,8 @@ między ortografią klasyczną i szkolną w cyrylicy) - GoldenDict - Initializing - GoldenDict - inicjowanie + GoldenDict-ng - Initializing + GoldenDict-ng - inicjowanie @@ -2936,13 +2936,13 @@ Aby odnaleźć symbole „*”, „?”, „[” i „]”, należy użyć odpow - About GoldenDict - Informacje o programie GoldenDict + About GoldenDict-ng + Informacje o programie GoldenDict-ng GoldenDict reference - Pomoc do programu GoldenDict + Pomoc do programu GoldenDict-ng diff --git a/locale/pt_BR.ts b/locale/pt_BR.ts index 9cb5a9ee..9ac24057 100644 --- a/locale/pt_BR.ts +++ b/locale/pt_BR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Dicionário Eletrônico GoldenDict, versão @@ -1319,7 +1319,7 @@ entre clássico e ortografia escolar em cirílico) GoldenDict help - Ajuda GoldenDict + Ajuda GoldenDict-ng @@ -1420,8 +1420,8 @@ entre clássico e ortografia escolar em cirílico) Initializing - GoldenDict - Initializing - GoldenDict - Processando + GoldenDict-ng - Initializing + GoldenDict-ng - Processando @@ -2559,13 +2559,13 @@ entre clássico e ortografia escolar em cirílico) - About GoldenDict - Sobre o GoldenDict + About GoldenDict-ng + Sobre o GoldenDict-ng GoldenDict reference - Referência GoldenDict + Referência GoldenDict-ng @@ -2576,7 +2576,7 @@ entre clássico e ortografia escolar em cirílico) &Quit - &Fechar o GoldenDict + &Fechar o GoldenDict-ng @@ -3842,7 +3842,7 @@ dos dicionários Stardict, Babylon e GLS Ignore GoldenDict's own selection and clipboard changes - Ignorar as próprias alterações de seleção e área de transferência do GoldenDict + Ignorar as próprias alterações de seleção e área de transferência do GoldenDict-ng diff --git a/locale/qu_WI.ts b/locale/qu_WI.ts index fd749bb2..0ba77906 100644 --- a/locale/qu_WI.ts +++ b/locale/qu_WI.ts @@ -20,8 +20,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict simi-pirwapi mask'ana, versión + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng simi-pirwapi mask'ana, versión @@ -1426,8 +1426,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - qallarispa + GoldenDict-ng - Initializing + GoldenDict-ng - qallarispa @@ -2935,7 +2935,7 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict + About GoldenDict-ng GoldenDictmanta willaway diff --git a/locale/ru_RU.ts b/locale/ru_RU.ts index 9269f681..c4501ed6 100644 --- a/locale/ru_RU.ts +++ b/locale/ru_RU.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Словарь GoldenDict, версия @@ -1329,7 +1329,7 @@ between classic and school orthography in cyrillic) GoldenDict help - Справка GoldenDict + Справка GoldenDict-ng @@ -1441,8 +1441,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - Запуск GoldenDict + GoldenDict-ng - Initializing + Запуск GoldenDict-ng @@ -2952,13 +2952,13 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - О программе GoldenDict + About GoldenDict-ng + О программе GoldenDict-ng GoldenDict reference - Справка GoldenDict + Справка GoldenDict-ng @@ -3722,12 +3722,12 @@ seconds, which is specified here. Do not show popup when selection or clipboard in one of GoldenDict's own windows changes - Не показывать всплывающее окно при выделении/копировании текста в одном из собственных окон GoldenDict + Не показывать всплывающее окно при выделении/копировании текста в одном из собственных окон GoldenDict-ng Ignore GoldenDict's own selection and clipboard changes - Игнорировать выделение/копирование в GoldenDict + Игнорировать выделение/копирование в GoldenDict-ng diff --git a/locale/sk_SK.ts b/locale/sk_SK.ts index b79b6358..c9ebf933 100644 --- a/locale/sk_SK.ts +++ b/locale/sk_SK.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict - prehliadač slovníkov, verzia + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng - prehliadač slovníkov, verzia @@ -1318,7 +1318,7 @@ medzi klasickou a školskou ortografiou v azbuke) GoldenDict help - Pomocník pre GoldenDict + Pomocník pre GoldenDict-ng @@ -1419,8 +1419,8 @@ medzi klasickou a školskou ortografiou v azbuke) Initializing - GoldenDict - Initializing - GoldenDict - Inicializácia + GoldenDict-ng - Initializing + GoldenDict-ng - Inicializácia @@ -2558,13 +2558,13 @@ medzi klasickou a školskou ortografiou v azbuke) - About GoldenDict - O GoldenDict + About GoldenDict-ng + O GoldenDict-ng GoldenDict reference - Príručka GoldenDict + Príručka GoldenDict-ng @@ -3000,7 +3000,7 @@ medzi klasickou a školskou ortografiou v azbuke) Version <b>%1</b> of GoldenDict is now available for download.<br>Click <b>Download</b> to get to the download page. - GoldenDict verzia <b>%1</b> je dostupná na stiahnutie. + GoldenDict-ng verzia <b>%1</b> je dostupná na stiahnutie. <br>Kliknutím na <b>Stiahnuť</b> sa dostane na stránku, kde je možné program stiahnuť. diff --git a/locale/sq_AL.ts b/locale/sq_AL.ts index 70c484d5..0eea784d 100644 --- a/locale/sq_AL.ts +++ b/locale/sq_AL.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, programi i fjalorëve, versioni @@ -1427,8 +1427,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - GoldenDict - Nis + GoldenDict-ng - Initializing + GoldenDict-ng - Nis @@ -2936,8 +2936,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - Për GoldenDict + About GoldenDict-ng + Për GoldenDict-ng diff --git a/locale/sr_SR.ts b/locale/sr_SR.ts index af77ee52..70e5492d 100644 --- a/locale/sr_SR.ts +++ b/locale/sr_SR.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Речник GoldenDict, издање @@ -1428,8 +1428,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - Покрени GoldenDict + GoldenDict-ng - Initializing + Покрени GoldenDict-ng @@ -2938,8 +2938,8 @@ To find '*', '?', '[', ']' symbols use & - About GoldenDict - О GoldenDict + About GoldenDict-ng + О GoldenDict-ng diff --git a/locale/sv_SE.ts b/locale/sv_SE.ts index b478edc5..ac461c4b 100644 --- a/locale/sv_SE.ts +++ b/locale/sv_SE.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Ordliste- och uppslagsverksprogrammet GoldenDict, version @@ -1319,7 +1319,7 @@ klassisk rättstavning och skolrättstavning i kyrillisk skrift) GoldenDict help - GoldenDict hjälp + GoldenDict-ng hjälp @@ -1420,8 +1420,8 @@ klassisk rättstavning och skolrättstavning i kyrillisk skrift) Initializing - GoldenDict - Initializing - GoldenDict - Initierar + GoldenDict-ng - Initializing + GoldenDict-ng - Initierar @@ -2559,8 +2559,8 @@ klassisk rättstavning och skolrättstavning i kyrillisk skrift) - About GoldenDict - Om GoldenDict + About GoldenDict-ng + Om GoldenDict-ng diff --git a/locale/tg_TJ.ts b/locale/tg_TJ.ts index 95f528a7..3466e9e3 100644 --- a/locale/tg_TJ.ts +++ b/locale/tg_TJ.ts @@ -10,7 +10,7 @@ - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Луғати GoldenDict, версияи @@ -1318,7 +1318,7 @@ between classic and school orthography in cyrillic) GoldenDict help - Кумаки GoldenDict + Кумаки GoldenDict-ng @@ -1419,8 +1419,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - Омодасозии GoldenDict + GoldenDict-ng - Initializing + Омодасозии GoldenDict-ng @@ -2558,13 +2558,13 @@ between classic and school orthography in cyrillic) - About GoldenDict - Дар бораи GoldenDict + About GoldenDict-ng + Дар бораи GoldenDict-ng GoldenDict reference - Маълумоти GoldenDict + Маълумоти GoldenDict-ng diff --git a/locale/tk_TM.ts b/locale/tk_TM.ts index 1345ed1e..7343ca95 100644 --- a/locale/tk_TM.ts +++ b/locale/tk_TM.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict - sozlükleri açmak üçin programma, wersiýa + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng - sozlükleri açmak üçin programma, wersiýa @@ -1416,8 +1416,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - GoldenDict - başlangyç + GoldenDict-ng - Initializing + GoldenDict-ng - başlangyç @@ -2555,8 +2555,8 @@ between classic and school orthography in cyrillic) - About GoldenDict - GoldenDict barada + About GoldenDict-ng + GoldenDict-ng barada @@ -4083,7 +4083,7 @@ Enable this option to workaround the problem. Do not identify GoldenDict in HTTP headers - GoldenDict HTTP ady arkaly görkezme + GoldenDict-ng HTTP ady arkaly görkezme diff --git a/locale/tr_TR.ts b/locale/tr_TR.ts index c157d406..99a9b077 100644 --- a/locale/tr_TR.ts +++ b/locale/tr_TR.ts @@ -8,7 +8,7 @@ Hakkında - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version GoldenDict, sözlük arama programı, sürüm @@ -1073,7 +1073,7 @@ arasındaki farkı giderir) Help::HelpWindow GoldenDict help - GoldenDict yardım + GoldenDict-ng yardım Home @@ -1160,8 +1160,8 @@ arasındaki farkı giderir) Sözlük Adı - GoldenDict - Initializing - GoldenDict - Başlatılıyor + GoldenDict-ng - Initializing + GoldenDict-ng - Başlatılıyor Please wait while indexing dictionary @@ -2140,8 +2140,8 @@ arasındaki farkı giderir) &Ana Pencereyi Göster - About GoldenDict - GoldenDict Hakkında + About GoldenDict-ng + GoldenDict-ng Hakkında Download @@ -3024,7 +3024,7 @@ its main window. Automatically starts GoldenDict after operation system bootup. - GoldenDict bilgisayarın her açılışında kendiliğinden başlar. + GoldenDict-ng bilgisayarın her açılışında kendiliğinden başlar. Select this option if you don't want to see the main tab bar when only a single tab is opened. diff --git a/locale/uk_UA.ts b/locale/uk_UA.ts index 6daa6c69..99481c11 100644 --- a/locale/uk_UA.ts +++ b/locale/uk_UA.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict — програма для роботи зі словниками, версія + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng — програма для роботи зі словниками, версія @@ -1418,8 +1418,8 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing - Запуск GoldenDict + GoldenDict-ng - Initializing + Запуск GoldenDict-ng @@ -2558,8 +2558,8 @@ between classic and school orthography in cyrillic) - About GoldenDict - Про GoldenDict + About GoldenDict-ng + Про GoldenDict-ng diff --git a/locale/vi_VN.ts b/locale/vi_VN.ts index ec740453..690ad44d 100644 --- a/locale/vi_VN.ts +++ b/locale/vi_VN.ts @@ -8,7 +8,7 @@ Giới thiệu - GoldenDict dictionary lookup program, version + GoldenDict-ng dictionary lookup program, version Chương trình tra từ điển Từ điển Vàng, phiên bản @@ -1143,7 +1143,7 @@ between classic and school orthography in cyrillic) Initializing - GoldenDict - Initializing + GoldenDict-ng - Initializing Từ điển Vàng - Đang khởi chạy @@ -2035,7 +2035,7 @@ between classic and school orthography in cyrillic) &Giới thiệu - About GoldenDict + About GoldenDict-ng Về Từ điển Vàng diff --git a/locale/zh_CN.ts b/locale/zh_CN.ts index ddecb622..cec48caa 100644 --- a/locale/zh_CN.ts +++ b/locale/zh_CN.ts @@ -10,8 +10,8 @@ - GoldenDict dictionary lookup program, version - GoldenDict 电子词典程序,版本 + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng 电子词典程序,版本 @@ -1387,7 +1387,7 @@ between classic and school orthography in cyrillic) GoldenDict help - GoldenDict 帮助 + GoldenDict-ng 帮助 @@ -1493,8 +1493,8 @@ between classic and school orthography in cyrillic) - GoldenDict - Initializing - 初始化 GoldenDict + GoldenDict-ng - Initializing + 初始化 GoldenDict-ng @@ -2707,8 +2707,8 @@ between classic and school orthography in cyrillic) - About GoldenDict - 关于 GoldenDict + About GoldenDict-ng + 关于 GoldenDict-ng @@ -3149,7 +3149,7 @@ To find '*', '?', '[', ']' symbols use & GoldenDict reference - GoldenDict 帮助 + GoldenDict-ng 帮助 diff --git a/locale/zh_TW.ts b/locale/zh_TW.ts index aec19b53..20d371da 100644 --- a/locale/zh_TW.ts +++ b/locale/zh_TW.ts @@ -8,8 +8,8 @@ 關於 - GoldenDict dictionary lookup program, version - GoldenDict 字典查詢程式,版本 + GoldenDict-ng dictionary lookup program, version + GoldenDict-ng 字典查詢程式,版本 Licensed under GNU GPLv3 or later @@ -1058,7 +1058,7 @@ between classic and school orthography in cyrillic) Help::HelpWindow GoldenDict help - GoldenDict 說明 + GoldenDict-ng 說明 Home @@ -1145,8 +1145,8 @@ between classic and school orthography in cyrillic) 字典名稱 - GoldenDict - Initializing - 初始化 GoldenDict + GoldenDict-ng - Initializing + 初始化 GoldenDict-ng Please wait while indexing dictionary @@ -2109,8 +2109,8 @@ between classic and school orthography in cyrillic) 顯示主視窗(&M) - About GoldenDict - 關於 GoldenDict + About GoldenDict-ng + 關於 GoldenDict-ng Download @@ -2435,7 +2435,7 @@ To find '*', '?', '[', ']' symbols use & GoldenDict reference - GoldenDict 參考資料 + GoldenDict-ng 參考資料 Now indexing for full-text search: @@ -3137,7 +3137,7 @@ Enable this option to workaround the problem. Do not identify GoldenDict in HTTP headers - 在 HTTP 標頭檔中不要顯示 GoldenDict + 在 HTTP 標頭檔中不要顯示 GoldenDict-ng Select this option to automatic collapse big articles diff --git a/mainwindow.cc b/mainwindow.cc index 88e1a99c..29ac8b08 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -708,7 +708,7 @@ MainWindow::MainWindow( Config::Class & cfg_ ): // After we have dictionaries and groups, we can populate history // historyChanged(); - setWindowTitle( "GoldenDict" ); + setWindowTitle( "GoldenDict-ng" ); blockUpdateWindowTitle = true; addNewTab(); @@ -1274,7 +1274,7 @@ void MainWindow::updateTrayIcon() QIcon::fromTheme("goldendict-scan-tray", QIcon( ":/icons/programicon_scan.png" )) : QIcon::fromTheme("goldendict-tray", QIcon( ":/icons/programicon_old.png" )) ); - trayIcon->setToolTip( "GoldenDict" ); + trayIcon->setToolTip( "GoldenDict-ng" ); } // The 'Close to tray' action is associated with the tray icon, so we hide @@ -1891,7 +1891,7 @@ void MainWindow::updateWindowTitle() str.append( (ushort)0x202C ); // PDF, POP DIRECTIONAL FORMATTING } if( !blockUpdateWindowTitle ) - setWindowTitle( tr( "%1 - %2" ).arg( str, "GoldenDict" ) ); + setWindowTitle( tr( "%1 - %2" ).arg( str, "GoldenDict-ng" ) ); blockUpdateWindowTitle = false; } } @@ -3043,7 +3043,7 @@ void MainWindow::latestReleaseReplyReady() auto matchParts = extractReleaseRx.match(releaseAnchor); if(matchParts.hasMatch()){ latestVersion = matchParts.captured(2); - QString prefix("GoldenDict-v"); + QString prefix("GoldenDict-ng-v"); if(latestVersion.startsWith(prefix)){ latestVersion = latestVersion.mid(prefix.length()); } diff --git a/mainwindow.ui b/mainwindow.ui index 467ed55b..fde09cc5 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -11,7 +11,7 @@ - GoldenDict + GoldenDict-ng @@ -330,7 +330,7 @@ &About - About GoldenDict + About GoldenDict-ng QAction::AboutRole diff --git a/tools/nsis/GoldenDict.nsi b/tools/nsis/GoldenDict.nsi index 0f0df492..0e9a5f90 100644 --- a/tools/nsis/GoldenDict.nsi +++ b/tools/nsis/GoldenDict.nsi @@ -1,7 +1,7 @@ !include "MUI2.nsh" Name "GoldenDict" - OutFile "GoldenDict-v22-Install.exe" + OutFile "GoldenDict-ng-v23-Installer.exe" InstallDir "$PROGRAMFILES\GoldenDict"