Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xml] Update galician.xml #56

Open
wants to merge 110 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 14, 2017

  1. 1 Configuration menu
    Copy the full SHA
    ed0fff9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    cf5731a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Add decompression and deleting capacity

    Integrate ZipLib (https://bitbucket.org/wbenny/ziplib) into project
    Add -unzipTo & -clean to decompress and clean
    donho committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    9ed66df View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Add VS solution

    donho committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    8634ebf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    a7619fb View commit details
    Browse the repository at this point in the history
  2. WinGup (for Notepad++) 5.0 release

    Update change log
    donho committed May 11, 2018
    Configuration menu
    Copy the full SHA
    3e49cf2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    a28ba5c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Add 1 translatable entry

    donho committed May 19, 2018
    Configuration menu
    Copy the full SHA
    90cebf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7c1a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Turn on silent mode as default

    donho committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    6f7d457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fca6ce View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Change logic of plugins removal/update/installation

    uninstall: tell user to restart Notepad++ - Gup.exe remove all - clean in batch - relaunch Notepad++
    gup.exe -clean "appPath2Launch" "dest_folder" "fold1" "a fold2" "fold3"
    gup.exe -clean "c:\npp\notepad++.exe" "c:\temp\" "toto" "ti ti" "tata"
    
    update:    tell user to restart Notepad++ - Gup.exe download - remove all in directory - unzip/clean in batch - relaunch Notepad++
    gup.exe -unzip -clean  "appPath2Launch" "dest_folder" "toto http://toto" "titi http://titi" "tata http://tata"
    gup.exe -unzip -clean "c:\npp\notepad++.exe" c:\temp\ "toto http://toto" "ti et ti http://titi" "tata http://tata"
    
    Install:   GUp.exe download - create directory - unzip: one by one, no relaunch
    gup.exe -unzipTo c:\donho\notepad++\plugins "https://github.com/npp-plugins/mimetools/releases/download/v2.1/mimetools.v2.1.zip"
    donho committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b644187 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Fix a parser argument bug.

    donho committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    291b9da View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Fix an unzip bug.

    donho committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    bbf9583 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    bd8ccc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Add sha-256 implementation for checking plugin zip package's sha-256 …

    …hash while installation and update.
    donho committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    6d792ed View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Shift the post installation (checking if the plugin is deployed corre…

    …ctely) responsability from Notepad++ to WinGup
    
    For the sake of retro-compatibility, change the way of plugin packaging:
    1. The plugin DLL file should be placed at the root level of the ZIP file.
    2. The root level of the ZIP file can also contain additional files (DLL files or data files needed by the plugin) and folders which will be copied to the users harddisk as well.
    3. Everything what gets copied from the ZIP file will be stored under <Npp-installation-folder>\plugins\<plugin-name>.
    donho committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    ee17cc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Fix Updating plugin not working bug, and change plugin installation i…

    …mplementation.
    
    Make plugin installation way as updating one: same arguments and same implementation.
    donho committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    27c5bab View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    add05d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. WinGup 5.0.4 release

    donho committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    694d841 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    8959c0c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    a01667b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Force WinGup relaunch application with no relevation

    If WinGup is launched with privilege rights (UAC), the application it launches will have the same right.
    This PR makes explorer, which always has user's restriction, launch the application to get rid of the relevation.
    donho committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    af34920 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    6415820 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    1d5cc12 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Enhance checking download plugin package hash error message.

    - added missing nullpointer checks
    - extended error message on hash mismatch with the expected and found hashes
    
    Close notepad-plus-plus#5
    chcg authored and donho committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    86501c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    eda0453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f12fd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Fix/hack error directory/file detection while unzip

    It should be fixed once for all logically (except the leaf directory could still be treated as file).
    However, the logic doesn't exist in a nightmare, which is based on an unreliable unzip component.
    donho committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    dfbc2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbc659 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    10d34c1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    donho committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    38ba1c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Fix the wrong progress bar info issue

    When there are several downloads simultaneously, the percentage shows completely wrong.
    donho committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    ab60990 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    c0139f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Improve info while no update available

    Also, allow user to go to the website and check for update manually.
    
    Fix notepad-plus-plus#13, close notepad-plus-plus#15
    mere-human authored and donho committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d1a980f View commit details
    Browse the repository at this point in the history
  2. Remove the unecessary format from the translation

    So the error of translated text won't mess the feature of download page link.
    Enhance the commit:
    notepad-plus-plus@d1a980f
    donho committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    be7d2e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Transform to Unicode application

    All localization files are in Unicode now.
    donho committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    850341c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    9b193fa View commit details
    Browse the repository at this point in the history
  2. Clicking link on "No Update" dialog closes the dialog

    For unknown reason, after clicking "Go to download page" link, the dialog sinks on the bottom of Z-buffer of all application - user has to minimize or close all other programs (with GUI) to get back this dialog. This commit provides the (workaround) solution to close the dialog after clicking the link.
    donho committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    cfa5bfb View commit details
    Browse the repository at this point in the history
  3. Fix x64 build error

    donho committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    984ac20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4351dab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    8016e45 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    1e10716 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Fix an incompatible cast error

    donho committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e367d87 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Add ARM64 build

    donho committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dc176c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d143f8c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    fe6e7fe View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Fix GUP crashes when %TEMP% is not set

    Use a fallback TMP, TEMP or use the other directory.
    
    Fix notepad-plus-plus#16, close notepad-plus-plus#18
    mere-human authored and donho committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3d5cb3f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    6e0da5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab5b5c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Avoid Divide by Zero condition

    SinghRajenM authored and donho committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2993a68 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    728ac51 View commit details
    Browse the repository at this point in the history
  2. Add updater icon

    donho committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e36b4df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e88e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eb2628 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    50021b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    70382ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    57ea8ba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Make "Never" button mandatory in update dialog

    And make dialog always modal.
    donho committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9c86a33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    790c64b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    5d836cb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update german.xml

    dinkumoil authored and donho committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8a80c5e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Add Japanese translation file

    yasmise authored and donho committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f1ae29b View commit details
    Browse the repository at this point in the history
  2. Add swedish.xml

    Regnander authored and donho committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f973d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87a529a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add italian.xml

    conky77 authored and donho committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e9aceef View commit details
    Browse the repository at this point in the history
  2. [xml] Add Bulgarian localization

    rddim authored and donho committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    18eb056 View commit details
    Browse the repository at this point in the history
  3. [xml] Update spanish.xml

    P0rsche-911 authored and donho committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a1f4c9c View commit details
    Browse the repository at this point in the history
  4. [xml] Add galician.xml

    P0rsche-911 authored and donho committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    bb85607 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    d26790a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. [xml] add czech.xml translation

    xomx authored and donho committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0de43ed View commit details
    Browse the repository at this point in the history
  2. Add slovak.xml

    kubalav authored and donho committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7db55cc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Add portuguese.xml

    hugok79 authored and donho committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    8a47263 View commit details
    Browse the repository at this point in the history
  2. Add indonesian.xml

    sahidalizakaria authored and donho committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d00952b View commit details
    Browse the repository at this point in the history
  3. Make app DPI aware

    And update to toolkit 143 for the set of projects.
    donho committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ab361fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a311459 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update german.xml

    schnurlos authored and donho committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    dccf43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5faba48 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Add GitHub CI action

    chcg authored and donho committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6ff43e0 View commit details
    Browse the repository at this point in the history
  2. Update swedish.xml

    Adjusted white-spaces
    
    Close notepad-plus-plus#45
    Regnander authored and donho committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ccd0dee View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    111f0de View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    2214327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6cd591 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Update cURL to v8.4

    The cURL.dll of v8.2.1 which fixes vulnerability of CVE-2023-38545 was not deployed in the latest Notepad++ release.
    
    Fix notepad-plus-plus#50
    donho committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2dfffa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    41cc3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a54ab View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix updates fail behind proxies that require NTLM authentication

    Set proxyauth to any-available so eg corporate proxies with windows logins work.
    
    Fix notepad-plus-plus#49, close notepad-plus-plus#48
    gwinkless authored and donho committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    17f2ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    338b6e8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    c3d426c View commit details
    Browse the repository at this point in the history
  2. Update croatian.xml for WinGUp

    Karlo-F authored and donho committed May 29, 2024
    Configuration menu
    Copy the full SHA
    295d0ec View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    e1620d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add an option to update silently

    A "Yes (Silent)" button is added in the update propt dialog, beside of button "Yes" which will trigger the classic update with GUI.
    Choose "Yes (Silent)" will download the package, close your Notepad++, then install new version of Notepad++ silently (without NEXT, NEXT...). After the installation, new version of Notepad++ will be launched.
    
    Fix notepad-plus-plus/notepad-plus-plus#8514, close #8514
    donho committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    069edc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix a typo

    donho committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3beed29 View commit details
    Browse the repository at this point in the history
  2. Fix 100% download progress bar remains issue

    and make the dialog appearing after as modal dialog of Notepad++.
    
    ref: notepad-plus-plus@069edc2#commitcomment-143134592
    donho committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    237176f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update japanese.xml

    Update translation text for this commit:
    * Add an option to update silently (069edc2)
    
    Close notepad-plus-plus#53
    yasmise authored and donho committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d7ccef5 View commit details
    Browse the repository at this point in the history
  2. Update czech.xml (MSGID_UPDATEAVAILABLE)

    xomx authored and donho committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    983cbee View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    d5a9c7f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. [xml] Update Bulgarian localization

    rddim authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    043ccb9 View commit details
    Browse the repository at this point in the history
  2. Update german.xml

    CennoxX authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    716a534 View commit details
    Browse the repository at this point in the history
  3. [xml] Update croatian.xml for WinGUp

    Karlo-F authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    07d32e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af58275 View commit details
    Browse the repository at this point in the history
  5. [xml] WINGUP russian.xml 5.1.3

    GOLEM777 authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a21e59e View commit details
    Browse the repository at this point in the history
  6. Update japanese.xml

    Update translation texts for this commit:
    * Make Update available dialog entirely translatable (d5a9c7f)
    
    Close notepad-plus-plus#58
    yasmise authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a89abb4 View commit details
    Browse the repository at this point in the history
  7. Update italian.xml

    conky77 authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e624f40 View commit details
    Browse the repository at this point in the history
  8. Update swedish.xml

    Regnander authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ca3e004 View commit details
    Browse the repository at this point in the history
  9. [XML] Update czech.xml

    Karlo-F authored and donho committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c946c99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97187c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    eb5fb4e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    083c419 View commit details
    Browse the repository at this point in the history
  2. Update galician.xml

    P0rsche-911 authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a7e37e6 View commit details
    Browse the repository at this point in the history