├── .drone.yml
├── .editorconfig
├── .github
├── ISSUE_TEMPLATE.md
├── PULL_REQUEST_TEMPLATE.md
└── workflows
│ └── crowdin-wf.yml
├── .gitignore
├── .gitmodules
├── LICENSE
├── README.md
├── administrator
└── components
│ └── com_patchtester
│ ├── access.xml
│ ├── backups
│ └── readme.md
│ ├── config.xml
│ ├── forms
│ └── filter_pulls.xml
│ ├── install
│ └── sql
│ │ ├── mysql
│ │ ├── install.sql
│ │ └── uninstall.sql
│ │ ├── postgresql
│ │ ├── install.sql
│ │ └── uninstall.sql
│ │ └── updates
│ │ ├── mysql
│ │ ├── 2.0.0.sql
│ │ ├── 3.0.0.sql
│ │ ├── 4.0.0.sql
│ │ └── 4.2.0.sql
│ │ └── postgresql
│ │ ├── 2.0.0.sql
│ │ ├── 3.0.0.sql
│ │ ├── 4.0.0.sql
│ │ └── 4.2.0.sql
│ ├── language
│ ├── af-ZA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ar-AA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ar-SA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── be-BY
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── bg-BG
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── bn-BD
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ca-ES
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── cs-CZ
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── cy-GB
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── da-DK
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── de-AT
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── de-CH
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── de-DE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── de-LI
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── de-LU
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── el-GR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── en-AU
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── en-GB
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── en-US
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── eo-XX
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── es-CO
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── es-ES
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── et-EE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── eu-ES
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fa-AF
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fa-IR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fi-FI
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fil-PH
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fr-CA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── fr-FR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ga-IE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ha-HG
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── hi-IN
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── hr-HR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── hu-HU
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── id-ID
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── is-IS
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── it-IT
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ja-JA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ja-JP
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ka-GE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── kk-KZ
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ky-KG
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── lt-LT
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── lv-LV
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── mk-MK
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ms-MY
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── nb-NO
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── nl-BE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── nl-NL
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── pl-PL
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── pt-BR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── pt-PT
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ro-RO
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ru-RU
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── si-LK
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── sk-SK
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── sl-SI
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── sr-RS
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── sr-YU
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── sv-SE
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ta-IN
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── th-TH
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── tl-PH
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── tr-TR
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── uk-UA
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── ur-IN
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── zh-CN
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ └── zh-TW
│ │ ├── com_patchtester.ini
│ │ └── com_patchtester.sys.ini
│ ├── patchtester.xml
│ ├── script.php
│ ├── services
│ └── provider.php
│ ├── src
│ ├── Controller
│ │ ├── ApplyController.php
│ │ ├── DisplayController.php
│ │ ├── FetchController.php
│ │ ├── ResetController.php
│ │ ├── RevertController.php
│ │ └── StartfetchController.php
│ ├── Exception
│ │ └── UnexpectedResponse.php
│ ├── Extension
│ │ └── PatchtesterComponent.php
│ ├── Field
│ │ ├── BranchField.php
│ │ └── LabelField.php
│ ├── GitHub
│ │ └── GitHub.php
│ ├── GithubCredentialsTrait.php
│ ├── Helper
│ │ ├── Helper.php
│ │ └── TrackerHelper.php
│ ├── Model
│ │ ├── FetchModel.php
│ │ ├── PullModel.php
│ │ ├── PullsModel.php
│ │ └── TestsModel.php
│ └── View
│ │ ├── Fetch
│ │ └── HtmlView.php
│ │ └── Pulls
│ │ └── HtmlView.php
│ └── tmpl
│ ├── fetch
│ └── default.php
│ └── pulls
│ ├── default.php
│ ├── default_items.php
│ └── errors.php
├── build
└── patchtester
│ ├── README.md
│ ├── build.sh
│ ├── hash_generator.php
│ └── release.php
├── composer.json
├── composer.lock
├── crowdin.yml
├── manifest.xml
├── media
└── com_patchtester
│ ├── css
│ └── octicons.css
│ ├── fonts
│ ├── octicons.eot
│ ├── octicons.svg
│ ├── octicons.ttf
│ └── octicons.woff
│ ├── images
│ ├── icon-16-patchtester.png
│ └── icon-48-patchtester.png
│ ├── joomla.asset.json
│ └── js
│ ├── fetcher.js
│ └── patchtester.js
├── renovate.json
└── ruleset.xml
/.drone.yml:
--------------------------------------------------------------------------------
1 | ---
2 | kind: pipeline
3 | name: default
4 |
5 | clone:
6 |
7 | steps:
8 | - name: composer
9 | image: joomlaprojects/docker-images:php7.4
10 | volumes:
11 | - name: composer-cache
12 | path: /tmp/composer-cache
13 | commands:
14 | - composer validate --no-check-all --strict
15 | - composer install --no-progress --no-suggest
16 |
17 | - name: phpcs
18 | image: joomlaprojects/docker-images:php7.2
19 | commands:
20 | - echo $(date)
21 | - ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --standard=ruleset.xml .
22 | - echo $(date)
23 |
24 | volumes:
25 | - name: composer-cache
26 | host:
27 | path: /tmp/composer-cache
28 | ---
29 | kind: signature
30 | hmac: 6894a15e535673bd3eb1cf2c8ee3f9cbac4b5a6e52aa26773add3e4943f3bd86
31 |
32 | ...
33 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | # EditorConfig is awesome: https://EditorConfig.org
2 |
3 | # top-most EditorConfig file
4 | root = true
5 |
6 | # Unix-style end of lines and a blank line at the end of the file
7 | [*]
8 | indent_style = tab
9 | end_of_line = lf
10 | charset = utf-8
11 | trim_trailing_whitespace = true
12 | insert_final_newline = true
13 |
14 | [*.php]
15 | indent_style = space
16 | indent_size = 4
17 |
18 | [*.{js,json,scss,css,vue}]
19 | indent_style = space
20 | indent_size = 2
21 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | #### Steps to reproduce the issue
2 |
3 |
4 |
5 | #### Expected result
6 |
7 |
8 |
9 | #### Actual result
10 |
11 |
12 |
13 | #### System information (as much as possible)
14 |
15 |
16 |
17 | #### Additional comments
18 |
19 |
--------------------------------------------------------------------------------
/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | Pull Request for Issue # .
2 |
3 | #### Summary of Changes
4 |
5 | #### Testing Instructions
6 |
--------------------------------------------------------------------------------
/.github/workflows/crowdin-wf.yml:
--------------------------------------------------------------------------------
1 | name: Crowdin Action
2 | # Controls when the action will run.
3 | on:
4 | schedule:
5 | - cron: '43 * * * *'
6 |
7 | # Allows you to run this workflow manually from the Actions tab
8 | workflow_dispatch:
9 |
10 | # A workflow run is made up of one or more jobs that can run sequentially or in parallel
11 | jobs:
12 | # This workflow contains a single job called "build"
13 | synchronize-with-crowdin:
14 | if: (github.event_name == 'schedule' && github.repository == 'joomla-extensions/patchtester') || (github.event_name != 'schedule')
15 | # The type of runner that the job will run on
16 | runs-on: ubuntu-latest
17 |
18 | # Steps represent a sequence of tasks that will be executed as part of the job
19 | steps:
20 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21 | - name: Checkout
22 | uses: actions/checkout@v3
23 |
24 | # Runs the Crowdin action command - https://github.com/crowdin/github-action
25 | - name: crowdin action
26 | uses: crowdin/github-action@v1.10.0
27 | with:
28 | # Upload sources to Crowdin
29 | upload_sources: true
30 | # Upload translations to Crowdin, only use true at initial run
31 | upload_translations: false
32 | # Make pull request of Crowdin translations
33 | download_translations: true
34 | # Only download translated strings
35 | skip_untranslated_strings: false
36 | # Download translations with pushing to branch
37 | push_translations: true
38 | # To download translations to the specified version branch
39 | localization_branch_name: 'l10n_crowdin_translations'
40 | # Create pull request after pushing to branch
41 | create_pull_request: true
42 | # Configuration file to use
43 | config: 'crowdin.yml'
44 | # Use true for dryrun to test the run without actually processing anything
45 | dryrun_action: false
46 | env:
47 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48 | CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
49 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Packages #
2 | *.zip
3 | *.tar.*
4 |
5 | # Packages directories #
6 | /build/packages
7 | /build/packaging
8 | /build/releases
9 |
10 | # Build #
11 | /build/logs
12 |
13 | # IDE & System #
14 | /.buildpath
15 | /.project
16 | /.settings
17 | .DS_Store
18 | /.idea
19 |
20 | # Composer Install #
21 | /administrator/components/com_patchtester/vendor
22 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "build/phpcs/Joomla"]
2 | path = build/phpcs/Joomla
3 | url = git://github.com/joomla/coding-standards.git
4 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Patch Tester [](https://ci.joomla.org/joomla-extensions/patchtester)
2 | [](https://joomla.crowdin.com/joomla-official-extensions)
3 | =============
4 |
5 | * [In English](#license)
6 | * [En français](#translations)
7 |
8 | License
9 | =======
10 | The patch tester component follow's Joomla's license, the [GNU General Public License Version 2 or Later](http://www.gnu.org/licenses/gpl-2.0.txt).
11 |
12 | The patch tester component includes [GitHub Octicons](https://octicons.github.com/) whose fonts are licensed under the [SIL Open Font License Version 1.1](http://scripts.sil.org/OFL).
13 |
14 | Instructions
15 | ============
16 |
17 | Easily apply changes from pull requests.
18 |
19 | To install the latest released version:
20 |
21 | 1. Click on the releases link just above the file listing
22 | 2. Click on the button to download either the .tar.bz2, .tar.gz, or .zip packages
23 | 3. Log into your site's administrator section, go to Extension Manager > Install, and install the extension
24 |
25 | To use the latest code from this GitHub repo:
26 |
27 | 1. Download files into Joomla install.
28 | 2. Log into your site's administrator section, go to Extension Manager > Discover, click the "Discover" button, and install the extension.
29 |
30 | Click Apply Patch to apply the proposed changes from the pull request.
31 | Click Revert Patch to revert an applied patch.
32 |
33 | You can read more about this extension on the [Joomla! Documentation Wiki](https://docs.joomla.org/Component_Patchtester_for_Testers).
34 |
35 | Video tutorial:
36 | https://www.youtube.com/watch?v=s881RLaFO8U ( patch tester 3.0 beta 3 - 2017 )
37 |
38 | GitHub Two Factor Authentication
39 | =============
40 |
41 | To use an account that has two factor authentication enabled, you'll have to [create a personal access token on GitHub](https://github.com/settings/applications) and store that token in the "GitHub Account Password" option in the component's config.
42 |
43 | Translations
44 | =============
45 |
46 | Translations for the patch tester component are managed on [Crowdin](https://joomla.crowdin.com/joomla-official-extensions).
47 |
48 |
49 | fr-FR - Patch Tester en français
50 | =============
51 |
52 | Appliquer facilement des demandes de correctifs.
53 |
54 | Pour installer la dernière version du composant **PatchTester** :
55 |
56 | 1. Cliquez sur l'onglet [**releases**](https://github.com/joomla-extensions/patchtester/releases),
57 | 2. Cliquez sur le lien correspondant au type de package que vous souhaitez télécharger : .tar.bz2, .tar.gz, ou .zip,
58 | 3. Connectez-vous à l'interface d'administration de votre site Joomla! et allez dans _Extensions_**>**_Gérer (Installation)_ et installez le composant comme n'importe quel composant Joomla.
59 |
60 | Pour utiliser le dernier code pour ce répertoire GitHub :
61 |
62 | 1. Téléchargez les fichiers dans le dossier temporaire de votre site Joomla,
63 | 2. Connectez-vous à l'interface d'administration de votre site Joomla! et allez dans _Extensions_ **>** _Gérer (Découvrir)_ cliquez sur "Découvrir" et installez le composant.
64 |
65 | Une fois le composant installé, rendez-vous sur _Composants_**>**_Joomla! Patch Tester_ et appliquez les correctifs proposés.
66 | Cliquez sur "Retirer le correctif" pour revenir à la version en cours.
67 |
68 | Pour plus d'informations veuillez consulter : [PatchTester pour les Testeurs](https://docs.joomla.org/Component_Patchtester_for_Testers/fr).
69 |
70 | Didacticiel vidéo (en anglais) :
71 | https://www.youtube.com/watch?v=4OWgusZgIfk
72 |
73 | Authentification en deux étapes GitHub
74 | =============
75 | Pour pouvoir utiliser un compte utilisant le système d'authentification en deux étapes, vous devez [créer un jeton personnalisé d'accès à GitHub](https://github.com/settings/applications) et renseigner ce jeton dans le champ "Jeton GitHub"des paramètres de configuration du composant.
76 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/access.xml:
--------------------------------------------------------------------------------
1 |
2 |
Dankie dat jy die Joomla! Patch Tester installeer.
Om die Joomla! Patch Tester te gebruik moet jy eers jou GitHub intekenbesonderhede in die Joomla! Patch Tester Opsies opstel. Gaan na die Joomla! Patch Tester Opsies om jou intekenbesonderhede op te stel. Nadat jy op Stoor & Maak Toe geklik het, sal jy na die Joomla! Patch Tester geneem word waar jy die Patch Tester kan begin gebruik." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Dankie dat jy die Joomla! Patch Tester opdateer.
Gaan na die Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Dankie dat jy die Joomla! Patch Tester gebruik vir die toets van regstellings vir die nuutste weergawe van Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ar-AA/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="اختبار التصحيح Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="لا يمكن تثبيت تجاوزات القالب للقوالب التالية: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="تعذر إزالة تجاوزات القالب للقوالب التالية: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="مكون لسحب اختبار فحص الطلب" 10 | COM_PATCHTESTER_UPDATE_TEXT="نص تحديث اختبار التصحيح. اختبار التصحيح يتم تحديثه الآن إلى الإصدار %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="شكرا لك لتثبيت اختبار التصحيحات Joomla!
لاستخدام اختبار التصحيحات Joomla! تحتاج أولاً إلى إعداد بيانات اعتماد GitHub الخاصة بك في خيارات اختبار التصحيحات Joomla! انتقل إلى خيارات اختبار التصحيحات Joomla! لإعداد بيانات الاعتماد الخاصة بك. بعد النقر على حفظ وإغلاق سيتم نقلك إلى اختبار التصحيحات Joomla! حيث يمكنك البدء باستخدام اختبار التصحيح." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
شكرا لك على تحديث اختبار التصحيحات Joomla!
اذهب إلى اختبار التصحيحات Joomla!
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="شكرا لك على استخدام اختبار التصحيحات Joomla! لاختبار التصحيحات لأحدث إصدار من Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ar-SA/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="لا يمكن تثبيت تجاوزات القالب للقوالب التالية: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="تعذر إزالة تجاوزات القالب للقوالب التالية: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="مكون لسحب اختبار فحص الطلب" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/be-BY/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/bg-BG/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Тестер на поправктите - Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Замяните в шаблона не се инсталираха в следните шаблони: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Замяните в шаблона не се премахнаха в следните шаблони: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Компонент за тестване на Pull заявки (PR)" 10 | COM_PATCHTESTER_UPDATE_TEXT="Скрипт за актуализиране на тестера за корекции. Тестера за корекции /Patch Tester/ вече е актуализиран до версия %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Благодарим ви, че инсталирахте тестера за корекции Joomla! Patch Tester.
За да използвате Joomla! Patch Tester, първо трябва да въведете GitHub идентификационните си данни в опциите на тестера за корекции. Отидете към опциите Go to the Joomla! Patch Tester Options, за да настроите вашите идентификационни данни. След като кликнете върху Save & Close, ще бъдете отведени в Joomla! Patch Tester и можете да започнете да използвате тестера за корекции." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Благодарим ви, че актуализирахте тестера за корекции Joomla! Patch Tester.
Отидете към тестера за корекции Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Благодарим ви, че използвате Joomla! Patch Tester за тестване на корекциите за най-новата версия на Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/bn-BD/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="নিম্নলিখিত %s টেমপ্লেটগুলির জন্য টেমপ্লেট ওভাররাইড ইনস্টল করা যায়নি" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="নিম্নলিখিত %s টেমপ্লেটগুলির জন্য টেমপ্লেট ওভাররাইডগুলি সরাতে পারেনি" 9 | COM_PATCHTESTER_XML_DESCRIPTION="কম্পোনেন্ট পুল অনুরোধ করা হয়েছে ব্যবস্থাপনা পরীক্ষার জন্য" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ca-ES/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Tester de pegats de Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="No s'han pogut instal·lar els overrides per a les següents plantilles: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="No s'han pogut eliminar els overrides per a les següents plantilles: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component per a la gestió de proves de pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Script d'actualització. Patch Tester s'ha actualitzat a la versió %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Gràcies per instal·lar Joomla! Patch Tester.
Per fer servir Joomla! Patch Tester primer heu de configurar les vostres credencials de GitHub a les opcions de Joomla! Patch Tester. Aneu a les opcions de Joomla! Patch Testerper configurar les teves credencials. ADesprés de fer clic a Desa i tanca, se us dirigirà a Joomla! Patch Tester on podeu començar a utilitzar el Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Gràcies per actualitzar el Joomla! Patch Tester.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Gràcies per utilitzar Joomla! Patch Tester per provar pegats per a l'última versió de Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/cs-CZ/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nepodařilo se nainstalovat přepsání šablon pro následující šablony: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nepodařilo se odstranit přepsání šablon pro následující šablony: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponenta pro testování správy požadavků na stažení" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester je nyní aktualizován na verzi %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Děkujeme vám za instalaci Joomla! patch Tester.
Abyste mohli používat Joomla! Patch Tester, musíte nejprve nastavit své GitHub přihlašovací údaje v Joomla! Patch Tester - Možnosti. Přejděte do Joomla! Patch Tester\">Přejděte do Joomla! Patch Tester a nastavte vaše přihlašovací údaje. Po kliknutí na Uložit & Zavřít budete přesunuti do Joomla! Patch Tester kde můžete začít s testováním." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Děkujeme vám za aktualizaci Joomla! Patch Tester.
Přejděte do Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Děkujeme za používání Joomla! Patch Tester na testování záplat pro nejnovější verzi Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/cy-GB/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/da-DK/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! patch testværktøj" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kunne ikke installere skabelonoverskrivninger for følgende skabeloner: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kunne ikke fjerne skabelonoverskrivninger for følgende skabeloner: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent til test af pull forespørgsler" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patchtester opdateringsscript. Patchtester er nu opdateret til version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Tak fordi du installerer Joomla! patchtesteren.
For at anvende Joomla! patchtesteren, så skal du først opsætte dine GitHub kredentialer under Joomla! patchtester indstillinger. Gå til Joomla! patchtester indstillinger for at opsætte dine kredentialer. Efter at du har klikket på Gem & luk så føres du til Joomla! patchtesteren, hvor du kan begynde at anvende patchtesteren." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Tak fordi du opdaterede Joomla! patchtesteren.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Tak fordi du anvende Joomla! patchtesteren til at teste patches for den seneste version af Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/de-AT/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates nicht installiert werden: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates konnten nicht gelöscht werden: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponente um Github Pull Requests (PRs) zu testen und zu verwalten." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester-Update-Skript. Patch Tester wurde jetzt auf Version %s aktualisiert." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vielen Dank, dass Sie den Joomla! Patch Tester installiert haben.
Um den Joomla! Patch Tester verwenden zu können, müssen Sie zuerst Ihre GitHub-Zugangsdaten in den Einstellungen des Joomla! Patch Testers eingeben. Gehen Sie zu den Joomla! Patch Tester Einstellungen, um Ihre Anmeldeinformationen einzurichten. Nachdem Sie auf Speichern & Schließen geklickt haben, werden Sie zum Joomla! Patch Tester weitergeleitet und können dann dort anfangen, den Patch Tester zu verwenden." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vielen Dank für die Aktualisierung des Joomla! Patch Testers.
Gehen Sie zum Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vielen Dank für die Verwendung des Joomla!-Patch Testers, um Patches für die neueste Version von Joomla! zu testen!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/de-CH/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates nicht installiert werden: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates konnten nicht gelöscht werden: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponente um Github Pull Requests (PRs) zu testen und zu verwalten." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester-Update-Skript. Patch Tester wurde jetzt auf Version %s aktualisiert." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vielen Dank, dass Sie den Joomla! Patch Tester installiert haben.
Um den Joomla! Patch Tester verwenden zu können, müssen Sie zuerst Ihre GitHub-Zugangsdaten in den Einstellungen des Joomla! Patch Testers eingeben. Gehen Sie zu den Joomla! Patch Tester Einstellungen, um Ihre Anmeldeinformationen einzurichten. Nachdem Sie auf Speichern & Schließen geklickt haben, werden Sie zum Joomla! Patch Tester weitergeleitet und können dann dort anfangen, den Patch Tester zu verwenden." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vielen Dank für die Aktualisierung des Joomla! Patch Testers.
Gehen Sie zum Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vielen Dank für die Verwendung des Joomla!-Patch Testers, um Patches für die neueste Version von Joomla! zu testen!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/de-DE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates nicht installiert werden: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates konnten nicht gelöscht werden: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponente um Github Pull Requests (PRs) zu testen und zu verwalten." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester-Update-Skript. Patch Tester wurde jetzt auf Version %s aktualisiert." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vielen Dank, dass Sie den Joomla! Patch Tester installiert haben.
Um den Joomla! Patch Tester verwenden zu können, müssen Sie zuerst Ihre GitHub-Zugangsdaten in den Einstellungen des Joomla! Patch Testers eingeben. Gehen Sie zu den Joomla! Patch Tester Einstellungen, um Ihre Anmeldeinformationen einzurichten. Nachdem Sie auf Speichern & Schließen geklickt haben, werden Sie zum Joomla! Patch Tester weitergeleitet und können dann dort anfangen, den Patch Tester zu verwenden." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vielen Dank für die Aktualisierung des Joomla! Patch Testers.
Gehen Sie zum Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vielen Dank für die Verwendung des Joomla!-Patch Testers, um Patches für die neueste Version von Joomla! zu testen!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/de-LI/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates nicht installiert werden: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates konnten nicht gelöscht werden: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponente um Github Pull Requests (PRs) zu testen und zu verwalten." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester-Update-Skript. Patch Tester wurde jetzt auf Version %s aktualisiert." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vielen Dank, dass Sie den Joomla! Patch Tester installiert haben.
Um den Joomla! Patch Tester verwenden zu können, müssen Sie zuerst Ihre GitHub-Zugangsdaten in den Einstellungen des Joomla! Patch Testers eingeben. Gehen Sie zu den Joomla! Patch Tester Einstellungen, um Ihre Anmeldeinformationen einzurichten. Nachdem Sie auf Speichern & Schließen geklickt haben, werden Sie zum Joomla! Patch Tester weitergeleitet und können dann dort anfangen, den Patch Tester zu verwenden." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vielen Dank für die Aktualisierung des Joomla! Patch Testers.
Gehen Sie zum Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vielen Dank für die Verwendung des Joomla!-Patch Testers, um Patches für die neueste Version von Joomla! zu testen!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/de-LU/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates nicht installiert werden: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Die Template Orverrides konnte für die folgenden Templates konnten nicht gelöscht werden: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponente um Github Pull Requests (PRs) zu testen und zu verwalten." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester-Update-Skript. Patch Tester wurde jetzt auf Version %s aktualisiert." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vielen Dank, dass Sie den Joomla! Patch Tester installiert haben.
Um den Joomla! Patch Tester verwenden zu können, müssen Sie zuerst Ihre GitHub-Zugangsdaten in den Einstellungen des Joomla! Patch Testers eingeben. Gehen Sie zu den Joomla! Patch Tester Einstellungen, um Ihre Anmeldeinformationen einzurichten. Nachdem Sie auf Speichern & Schließen geklickt haben, werden Sie zum Joomla! Patch Tester weitergeleitet und können dann dort anfangen, den Patch Tester zu verwenden." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vielen Dank für die Aktualisierung des Joomla! Patch Testers.
Gehen Sie zum Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vielen Dank für die Verwendung des Joomla!-Patch Testers, um Patches für die neueste Version von Joomla! zu testen!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/el-GR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Δεν ήταν δυνατή η εγκατάσταση των αναπροσδιορισμών του προτύπου στα ακόλουθα πρότυπα: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Δεν ήταν δυνατή η απεγκατάσταση των αναπροσδιορισμών του προτύπου στα ακόλουθα πρότυπα: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Εφαρμογή για την εξαγωγή αιτημάτων διαχείρισης δοκιμών" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/en-AU/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/en-GB/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_FIELDSET_PATCHTESTER_LABEL="Patch Tester" 10 | COM_PATCHTESTER_FIELD_ADVANCED_DESC="Show the Apply button for pull requests that require additional steps such as the use of composer or node package manager." 11 | COM_PATCHTESTER_FIELD_ADVANCED_LABEL="Advanced" 12 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 15 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 16 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 17 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/en-US/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/eo-XX/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/es-CO/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Probador de parches de Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="No se pudieron instalar los overrides para las siguientes plantillas: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="No se pudieron eliminar los overrides para las siguientes plantillas: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente para administrar pruebas de pull requests" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/es-ES/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Probador de parches de Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="No se pudieron instalar los overrides para las siguientes plantillas: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="No se pudieron eliminar los overrides para las siguientes plantillas: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente para la gestión de pruebas de pull requests" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/et-EE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Muudatuste Testija" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Ülekirjutuste paigaldamine ebaõnnestus järgnevatele kujundustele: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Ülekirjutuste eemaldamine ebaõnnestus järgnevatel kujundustel: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent soovitatud muudatuste testimiseks" 10 | COM_PATCHTESTER_UPDATE_TEXT="Paki muudatuste testija uuendusskript. Muudatuste testija uuendatud versioonile %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Täname teid Joomla! paranduste testija paigaldamise eest.
Et kasutada Joomla! paranduste testijat, pead sa enne seadistama oma GitHub'i konto sisselogimise seaded. Mine Joomla! paranduste testija seadetesse, et seaded paika panna. Peale seadete salvestamise saad paranduste testijat kasutada." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Täname teid Joomla! paranduste testija uuendamise eest
Mine Joomla! paranduste testijasse
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Täname teid Joomla! paranduste testija kasutamise eest!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/eu-ES/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fa-AF/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fa-IR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="آزمایشکننده وصله جوملا" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="نمی توان نسخه های جایگزین قالب را برای قالب های زیر نصب کرد: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="نمی توان جایگزین های قالب را برای قالب های زیر حذف کرد: %s." 9 | COM_PATCHTESTER_XML_DESCRIPTION="کامپوننت برای آزمایش مدیریت درخواست نظرسنجی است" 10 | COM_PATCHTESTER_UPDATE_TEXT="اسکریپت بروزرسانی آزمایشکننده وصله. آزمایشکننده وصله اکنون به نسخه %s بروز شد." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="از شما بدلیل نصب آزمایشکننده وصله جوملا سپاسگزاریم.
برای استفاده از آزمایشکننده وصله جوملا ابتدا باید اعتبار گیت هاب خود در جوملا را تنظیم کنید. به انتخاب های آزمایشکننده وصله جوملا بروید برای تنظیم اعتبارنامه پس از کلیک بر روی ذخیره و بستن شما به آزمایشکننده وصله جوملا منتقل می شوید! در انجا شما می توانید آزمایشکننده وصله جوملا را شروع کنید." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
از شما بخاطر بروزرسانی آزمایشکننده وصله جوملا سپاسگزاریم.
به آزمایشکننده وصله جوملا بروید
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="از شما بخاطر استفاده از آزمایشکننده وصله جوملا برای آزمایش وصله های منتشر شده به منظور بروزرسانی به آخرین نسخه جوملا سپاسگزاریم" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fi-FI/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-testaaja" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Sivupohjan ylikirjoituksia ei voitu asentaa seuraaville sivupohjille: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Sivupohjan ylikirjoituksia ei voitu asentaa seuraaville sivupohjille: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponentti pull-pyyntöjen hallinnan testausta varten" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester nyt päivitetty versioon %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Kiitos Joomla! Patch Testerin asentamisesta.
Käyttääksesi Joomla! Patch Tester -toimintoa sinun täytyy ensin määrittää GitHub -tunnuksesi Joomla! Patch Tester -toimintoihin. Mene Joomla! Patch Tester valintoihin määrittääksesi käyttäjätunnuksesi. Kun klikkaat Tallenna & Sulje tulee, sinut viedään Joomla! Patch Tester -laitteeseen, jossa voit aloittaa Patch Tester -laitteen." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Kiitos Joomla! Patch Testerin päivittämisestä.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Kiitos, että käytit Joomla! Patch Tester -testausta Joomlan uusimpaan versioon!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fil-PH/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fr-CA/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Testeur de correctifs Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossible d'installer les substitutions de modèle pour les modèles suivants : %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossible de supprimer les substitutions de modèle pour les modèles suivants : %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Composant de gestion de tests pour correctifs" 10 | COM_PATCHTESTER_UPDATE_TEXT="Script de mise à jour de Patch Tester. Patch Tester est maintenant mis à jour vers la version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Merci d'avoir installé le Joomla! Patch Tester.
Pour utiliser le Joomla! Patch Tester, vous devrez d'abord paramétrer vos identifiants GitHub dans les paramètres du Joomla! Patch Tester.Allez dans les paramètres du Joomla! Patch Tester pour configurer vos identifiants. Après voir cliqué sur Enregistrer & Fermer, vous accéderez directement au Joomla! Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Merci d'avoir mis à jour Joomla! Patch Tester.
Accédez au Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Merci d'utiliser le Joomla! Patch Tester pour tester les patchs de la dernière version de Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/fr-FR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Testeur de correctifs Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossible d'installer les substitutions de template pour les templates suivants : %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossible de supprimer les substitutions de template pour les templates suivants : %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Composant de gestion de tests pour correctifs" 10 | COM_PATCHTESTER_UPDATE_TEXT="Script de mise à jour de Patch Tester. Patch Tester est maintenant mis à jour vers la version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Merci d'avoir installé le Testeur de Correctifs Joomla !
12 |Pour utiliser le Joomla! Patch Tester, vous devez d'abord configurer vos identifiants GitHub dans les Options du Joomla! Patch Tester. Accédez aux Options du Testeur de Correctifs Joomla ! pour configurer vos identifiants. Après avoir cliqué sur Enregistrer et Fermer, vous serez redirigé vers le Testeur de Correctifs Joomla ! où vous pourrez commencer à utiliser le Testeur de Correctifs." 13 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Merci d'avoir mis à jour Joomla! Patch Tester
Accéder au Joomla! Patch Tester
" 14 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Merci d'utiliser le Joomla! Patch Tester pour tester les patchs de la dernière version de Joomla!" 15 | 16 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ga-IE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ha-HG/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/hi-IN/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! पैच परीक्षक" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="निम्नलिखित टेम्पलेट्स के लिए टेम्पलेट ओवरराइड इंस्टॉल नहीं कर सका: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="निम्न टेम्पलेट्स के लिए टेम्पलेट ओवरराइड को नहीं निकाला जा सका: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="पुल अनुरोध प्रबंधन परीक्षण के लिए घटक" 10 | COM_PATCHTESTER_UPDATE_TEXT="पैच परीक्षक अद्यतन स्क्रिप्ट। पैच परीक्षक अब संस्करण में अपडेट किया गया %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="जूमला स्थापित करने के लिए धन्यवाद! पैच परीक्षक
जूमला का उपयोग करने के लिए! पैच टेस्टर आपको सबसे पहले जूमला में अपने GitHub क्रेडेंशियल्स को सेटअप करना होगा! पैच परीक्षक विकल्पजूमला पर जाएँ! अपने क्रेडेंशियल सेट करने के लिए पैच टेस्टर विकल्प । सेव एंड क्लोज पर क्लिक करने के बाद आपको जूमला पर ले जाया जाएगा! पैच टेस्टर जहां आप पैच टेस्टर का उपयोग शुरू कर सकते हैं।" 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
जूमला को अपडेट करने के लिए धन्यवाद! पैच परीक्षक
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="जूमला का उपयोग करने के लिए धन्यवाद! जूमला के नवीनतम संस्करण के लिए पैच परीक्षण के लिए पैच परीक्षक!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/hr-HR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/hu-HU/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Javítás Vizsgáló" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nem sikerült telepíteni a sablon felülírásokat a következő sablonokhoz: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nem sikerült eltávolítani a sablon felülírásokat a következő sablonokhoz: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Rendelési (pull) kérelmek menedzsmentjét tesztelő komponens" 10 | COM_PATCHTESTER_UPDATE_TEXT="Javításvizsgáló frissítő parancsfájl. A Javításvizsgáló frissítve a %s verzióra." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Köszönjük, hogy telepítette a Joomla Javításvizsgáló csomagot.
Hogy használni tudja meg kell előbb adja a GitHub hozzáférési adatait a Javításvizsgáló beállításaiban. Nyissa meg a beállításokat a hozzáférési adatok megadásához. A Mentés és Bezárás gombra való kattintás után a Joomla! Javításvizsgáló irányítópultjára kerül, és megkezdheti a Javításvizsgáló használatát." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Köszönjük, hogy frissítette a Joomla Javításvizsgáló csomagot.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Köszönjük, hogy használja a Joomla! Javításvizsgáló csomagot a legfrissebb Joomla verzióhoz kiadott javító csomagok tesztelésére." 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/id-ID/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Penguji Patch Joomla" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Tidak dapat memasang pengubah template untuk template berikut: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Tidak dapat membuang pengubah template untuk template berikut: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponen untuk pengujian pengelolaan pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Skrip Update Penguji Patch. Penguji Patch diperbarui ke versi %s sekarang." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Terima kasih telah memasang Penguji Patch Joomla.
Untuk menggunakan Penguji Patch Joomla, pertama sekali Anda harus memasukkan pengenal GitHub di Opsi Penguji Patch Joomla. Buka Opsi Penguji Patch Joomla! untuk memasukkan pengenal Anda. Setelah mengeklik Simpan & Tutup, Anda akan ke halaman Penguji Patch Joomla! dan dapat mulai menggunakan Penguji Patch." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Terima kasih telah mengupdate Penguji Patch Joomla.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Terima kasih telah menggunakan Penguji Patch Joomla! untuk menguji versi terbaru Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/is-IS/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Plástra Prófun" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/it-IT/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossibile installare il template override per i seguenti template: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossibile rimuovere il template overrides per i seguenti template: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente per la gestione e test delle pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Script di aggiornamento Patch Tester. Patch Tester ora aggiornato alla versione %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Grazie per aver installato il Test di Patch Joomla!.
Per utilizzare il Joomla! Patch Tester devi prima impostare le tue credenziali GitHub nelle Opzioni di Joomla! Patch Tester. Vai alle Opzioni del Joomla! Patch Tester per impostare le tue credenziali. Dopo aver cliccato su Salva & chiudi verrai portato al Patch Tester di Joomla! dove puoi iniziare a utilizzare il Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Grazie per aver aggiornato il Joomla! Patch Tester.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Grazie per aver utilizzato Joomla! Patch Tester per le patch di test per l'ultima versione di Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ja-JA/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="次のテンプレートのオーバーライドをインストールできませんでした: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="次のテンプレートのオーバーライドをインストールできませんでした: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="プルリクエスト管理をテストするためのコンポーネント" 10 | 11 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ja-JP/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! パッチテスター" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="次のテンプレートのオーバーライドをインストールできませんでした: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="次のテンプレートのオーバーライドを削除できませんでした: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="プルリクエスト管理をテストするためのコンポーネント" 10 | COM_PATCHTESTER_UPDATE_TEXT="パッチテスター更新スクリプトです。 パッチテスターがバージョン%sに更新されました。" 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Joomla!パッチテスターをインストールしていただきありがとうございます。
Joomla!パッチテスターを使用するには、最初にJoomla!パッチテスターオプションでGitHubクレデンシャルを設定する必要があります。クレデンシャルを設定するためにJoomla!パッチテスターオプションに移動してください。「保存して閉じる」をクリックすると、Joomla!パッチテスターが表示され、パッチテスターの使用を開始できます。" 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Joomla!パッチテスターを更新していただきありがとうございます。
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Joomla! の最新バージョンのパッチをテストするためにJoomla! パッチテスターを使用していただきありがとうございます" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ka-GE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="ჯუმლა! პაჩ ტესტერი" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/kk-KZ/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Патч-тестер" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Келесі үлгілер үшін үлгіні қайта анықтауды орнату мүмкін болмады: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not install the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Тарту сұрауын басқару сынағы үшін құрамдас" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester жаңарту сценарийі. Patch Tester енді %s нұсқасына жаңартылды." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Joomla орнатқаныңыз үшін рақмет! Patch Tester.
Joomla! Patch Tester алдымен GitHub тіркелгі деректерін Joomla! Патч сынаушы опциялары. Joomla-ға өтіңіз! Тіркелгі деректерін орнату үшін патч сынаушы опциялары. «Сақтау және жабу» түймесін басқаннан кейін сіз Joomla! Patch Tester қолданбасын пайдалануды бастауға болады." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Joomla нұсқасын жаңартқаныңыз үшін рақмет! Патч сынағы.
Joomla Patch Tester қолданбасына өтіңіз
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Joomla қолданбасын пайдаланғаныңыз үшін рахмет! Joomla бағдарламасының соңғы нұсқасына арналған патчтарды сынауға арналған патч сынағы!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ky-KG/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/lt-LT/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Pataisų testeris" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nepavyko įdiegti šablonų nepaisymo šiuose šablonams: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nepavyko pašalinti šių šablonų nepaisymo šablonams: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Užklausų ištraukimo valdymo testavimo komponentas" 10 | COM_PATCHTESTER_UPDATE_TEXT="Pataisų Testerio atnaujinimo scenarijus. Pataisų Testeris dabar atnaujintas į %s versiją." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Dėkojame, kad įdiegėte Joomla! Pataisų Testerį.
Jei norite naudoti Joomla! Pataisų Testerį pirmiausia turite nustatyti savo GitHub kredencialus Joomla! Pataisų Testerio parinktyse. Pataisų Testerio parinktys, kad nustatytumėte savo kredencialus. Spustelėkite Išsaugoti ir Uždaryti po ko būsite nukreipti į Joomla! Pataisų Testerį, kur galėsite pradėti juo naudotis." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Dėkojame, kad atnaujinote Joomla! Patch Tester.
Eiti į Joomla! Pataisų testerį
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Dėkojame, kad naudojatės Joomla! Pataisų Testerį, skirtą išbandyti naujausios Joomla versijos pataisas!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/lv-LV/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! labojumu testeris" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nevar instalēt šablona labojumus sekojošiem šabloniem: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nevar nodzēst šablona labojumus sekojošiem šabloniem: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponents pieprasījumu pārvaldības testēšanai" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/mk-MK/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! тестер на закрпи" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Неможно инсталирање прескокнувања за следниве шаблони: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Неможно отстранување прескокнувања за следниве шаблони: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Компонента за повлекување и тестирање закрпи" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ms-MY/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/nb-NO/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Programfikstester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kunne ikke installere designoverstyringer for følgende designmaler: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kunne ikke fjerne designoverstyringer for følgende designmaler: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent for testing av inkluderingsforespørsler (pull request)." 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/nl-BE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patchtester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kan geen template overrides installeren voor de volgende templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kan de template overrides niet verwijderen voor de volgende templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component voor het beheer van pull request testen" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester is nu bijgewerkt naar versie %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Bedankt voor het installeren van de Joomla! Patch Tester.
Als u de Joomla! Patch Tester wilt gebruiken, moet u eerst uw GitHub inloggegevens instellen in de Joomla! Patch Tester Opties. Ga naar de Joomla! Patch Tester Opties om uw inloggegevens in te stellen. Nadat u op Opslaan & Sluiten klikt, wordt u doorgebracht naar de Joomla! Patch Tester waar u kunt beginnen met het gebruik van de Patchtest." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Bedankt voor het bijwerken van de Joomla! Patch Tester.
Ga naar de Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Bedankt voor het gebruik van de Joomla! Patch Tester voor het testen van patches voor de nieuwste versie van Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/nl-NL/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patchtester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kan geen template overrides installeren voor de volgende templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kan de template overrides niet verwijderen voor de volgende templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component voor het testen van pull requests" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patchtester update script. Patchtester is nu bijgewerkt naar versie %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Bedankt voor het installeren van de Joomla! Patchtester.
Als je de Joomla! Patchtester wilt gebruiken, moet je eerst je GitHub inloggegevens instellen bij de Joomla! Patchtester opties. Ga naar de Joomla! Patchtester opties om je inloggegevens in te stellen. Nadat je op Opslaan & sluiten klikt, wordt je doorgeleid naar de Joomla! Patchtester waar je kunt beginnen met het gebruik van de Patchtester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Bedankt voor het bijwerken van de Joomla! Patchtester.
Ga naar de Joomla! Patchtester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Bedankt voor het gebruik van de Joomla! Patchtester voor het testen van patches voor de nieuwste versie van Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/pl-PL/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Tester patchy Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Instalacja nadpisań szablonu dla następujących szablonów: %s nie powiodła się" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Usuwanie nadpisań szablonu dla następujących szablonów: %s nie powiodło się" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent do testowania poprawek" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/pt-BR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Revisor de Correções Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossível instalar as substituições de tema para os seguintes temas: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossível remover as substituições de tema para os seguintes temas: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente para testes de gerenciamento de pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Script de atualização do Revisor de Atualizações. O Revisor de Correções agora atualizado para a versão %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Obrigado por instalar o Testador de Correções Joomla.
Para usar o Revisor de Correções Joomla! primeiro você precisa configurar suas credenciais do GitHub nas opções de Revisor de Correções Joomla! Vá para as opções de testador de correções Joomla! para configurar suas credenciais. Depois de clicar em Salvar e Fechar você será levado ao Revisor de Correções Joomla! onde você pode começar a usar o Testador de Correções." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Obrigado por atualizar o Testador de Correções Joomla!
Vá para o Revisor de Correções Joomla!
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Obrigado por usar o Joomla! Patch Tester para testar as atualizações mais recentes do Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/pt-PT/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Verificador de correções Joomla" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Não foi possível instalar as sobreposições do modelo nos seguintes modelos: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Não foi possível remover as sobreposições do modelo nos seguintes modelos: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente para gestão dos testes aos pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Script do Verificador de correções. O Verificador de correções foi atualizado agora para a versão %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Obrigado por instalar o Verificador de correções Joomla.
Para utilizar o Verificador de correções Joomla, primeiro, precisa de configurar as suas credenciais do GitHub no próprio Verificador de correções Joomla. Ir para opções do Verificador de correções Joomla e configurar as suas credenciais. Depois de clicar em Guardar e fechar, será encaminhado para o Verificador de correções Joomla onde o poderá começar a utilizar." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Obrigado por atualizar o Verificador de correções Joomla.
Ir para o Verificador de correções Joomla
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Obrigado por utilizar o Verificador de correções Joomla! para verificar por correções para a versão mais recente do Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ro-RO/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Tester de patch-uri" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nu am putut instala suprascrierile pentru următoarele template-uri: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nu se pot elimina suprascrierile șablon pentru următoarele template-uri: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Componente pentru managementul testării cererilor pull" 10 | COM_PATCHTESTER_UPDATE_TEXT="Update pentru Patch Tester. Patch Tester este acum actualizat la versiunea %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vă mulțumim că ați instalat Joomla! Patch Tester.
Pentru a utiliza Joomla! Patch Tester trebuie mai întâi să configurați credențialele GitHub în opțiunile Joomla! Patch Tester. Mergeți la Joomla! Opțiuni Patch Tester pentru a vă configura acreditările. După ce faceți clic pe Salvare și Închidere, veți fi dus la Joomla! Patch Tester de unde puteți începe să utilizați Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vă mulțumim pentru actualizarea Joomla! Patch Tester.
Mergeți la Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vă mulțumim pentru că utilizați Joomla! Patch Tester pentru patch-uri de testare pentru ultima versiune de Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ru-RU/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Тестировщик Joomla" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Не удалось установить переопределения шаблона для следующих шаблонов: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Не удалось удалить переопределения шаблона для следующих шаблонов: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Компонент для тестирования pull request" 10 | COM_PATCHTESTER_UPDATE_TEXT="Скрипт обновления патча тестера. Патча тестер обновлен до версии %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Спасибо за установку Joomla! Patch Tester.
Для использования Joomla! Patch Tester вам сначала нужно настроить учетные данные GitHub в настройках патч тестера. Перейдите в настройки Joomla! Patch Tester для настройки ваших учетных данных. После нажатия на Сохранить и Закрыть вы будете перенаправлены в Joomla! Patch Tester, где вы сможете начать использовать патч тестер." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Спасибо за обновление Joomla! Patch Tester.
Перейдите в Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Благодарим вас за использование Joomla! Patch Tester для тестирования патчей последней версии Joomla" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/si-LK/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/sk-SK/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Testovač záplat Joomla!" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Nie je možné inštalovať prepisovače šablón pre nasledovné šablóny: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nie je možné odstrániť prepisovače šablón pre nasledovné šablóny: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent pre manažment testovania pull requestov" 10 | COM_PATCHTESTER_UPDATE_TEXT="Aktualizačný skript overovača záplat. Overovač záplat je teraz aktualizovaný na verziu %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Vďaka za inštaláciu Overovača záplat Joomla!
Pre jeho využívanie musíte najprv nastaviť vaše prihlasovacie údaje do GitHub v nastaveniach Overovača záplat Joomla!.Prejdite do nastavení Overovača záplat pre nastavenie týchto hodnôt. Po kliknutí na Uložiť & Zavrieť dôjde k presmerovaniu do Overovača záplat, kde ho môžete začať používať." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Vďaka za aktualizáciu Overovača záplat Joomla!
Prejdite do aplikácie" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Vďaka za používanie Overovača záplat Joomla! na testovanie záplat najnovších verzií Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/sl-SI/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! preizkuševalec popravkov" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Ni bilo mogoče namestiti preglasitev predloge za naslednje predloge: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Ni bilo mogoče odstraniti preglasitev predloge za naslednje predloge: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponenta za vlečenje zahteva upravljanje preizkusa" 10 | COM_PATCHTESTER_UPDATE_TEXT="Skript posodobitve preizkuševalca popravkov. Preizkuševalec popravkov je zdaj posodobljen na različico %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Hvala, ker ste namestili Joomla! preizkuševalec popravkov.
Za uporabo Joomla! preizkuševalca popravkov, ki ga morate najprej nastaviti v GitHub poverilnicah v Joomla! možnosti preizkuševalca popravkov. Pojdi na Joomla! možnosti preizkuševalca popravkov da nastavite poverilnice. Po kliku na Shranite & Zaprite vas bo preusmeril v Joomla! preizkuševalec popravkov, kjer lahko začnete uporabljati preizkuševalec popravkov." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Hvala, ker ste posodobili Joomla! preizkuševalec popravkov.
Pojdite na Joomla! preizkuševalec popravkov
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Hvala, ker uporabljate Joomla! preizkuševalec popravkov za testiranje popravkov za najnovejšo različico Joomle!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/sr-RS/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/sr-YU/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Ne može da se instalira prepisivanje na templatu za sledeći template: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Nemože da se ukloni prepisivanje na templatu za sledeći template: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponenta za upravljanjem zahtevima za preuzimanje" 10 | COM_PATCHTESTER_UPDATE_TEXT="Skripta za updejtovanje Patch Tester-a. Patch Tester-a sada je ažuriran na verziju %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Hvala vam što ste instalirali Joomla! Patch Tester.
Da bi ste koristili Joomla! Patch Tester vi treba prvo da podesite vaš GitHub akreditaciju u sklopu Joomla! Patch Tester opcija. Idite na Joomla! Patch Tester opcije da podesite vašu akreditaciju. Nakon što kliknete na Save & Close bićete preusmereni na Joomla! Patch Tester gde možete da počnete sa korišćenjem Patch Tester-a." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Hvala vam što ste updejtovali Joomla! Patch Tester.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Hvala vam što koristite Joomla! Patch Tester za testiranje najnovijih poboljšanja za najnoviju verziju CMS-a Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/sv-SE/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch-testare" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kan inte installera mall-overrides för följande mallar: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kan inte ta bort mall-overrides för följande mallar: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Komponent för hantering av tester för pull requests" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester nu uppdaterad till version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Tack för att du installerade Joomla! Patch Tester.
För att använda Joomla! Patch Tester måste du först konfigurera dina GitHub autentiseringsuppgifter i Joomla! Patch Tester Options. Gå till Joomla! Patch Tester Alternativ för att ställa in dina uppgifter. Efter att du klickat på Spara & Stäng kommer du att tas till Joomla! Patch Tester där du kan börja använda Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Tack för att du har uppdaterat Joomla! Patch Tester.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Tack för att du använder Joomla! Patch Tester för att testa patchar för den senaste versionen av Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/ta-IN/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/th-TH/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="ตัวทดสอบแพทช์จูมล่า" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="ไม่สามารถติดตั้งเทมแพลต overrides สำหรับเทมเพลตต่อไปนี้: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="ไม่สามารถลบเทมแพลต overrides สำหรับเทมเพลตต่อไปนี้: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="คอมโพเน้นสำหรับจัดการความต้องการ pull request เพื่อทดสอบ" 10 | COM_PATCHTESTER_UPDATE_TEXT="สคริปต์อัปเดตตัวทดสอบโปรแกรมแก้ไข Patch Tester อัปเดตเป็นเวอร์ชัน %s แล้ว" 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="ขอขอบคุณที่ติดตั้ง Joomla! Patch Tester
การใช้ Joomla! Patch Tester ก่อนอื่นคุณต้องตั้งค่า GitHub credentials ใน Joomla! ตัวเลือกตัวทดสอบแพตช์ ไปที่ตั้งค่า Joomla! Patch Tester เพื่อตั้งค่าข้อมูลรับรองของคุณ หลังจากคลิกบันทึกและปิด คุณจะเข้าสู่ Joomla! Patch Tester ซึ่งคุณสามารถเริ่มใช้ Patch Tester ได้" 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
ขอขอบคุณสำหรับการอัพเดท Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="ขอบคุณที่ใช้ Joomla! Patch Tester สำหรับทดสอบแพตช์สำหรับ Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/tl-PH/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Patch Tester" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" 10 | COM_PATCHTESTER_UPDATE_TEXT="Patch Tester Update script. Patch Tester now updated to version %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Thank you for installing the Joomla! Patch Tester.
To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Thank you for updating the Joomla! Patch Tester.
Go to the Joomla! Patch Tester
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Thank you for using the Joomla! Patch Tester for testing patches for the latest version of Joomla!" 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/tr-TR/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Yama Testi" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Aşağıdaki şablonlar için şablon geçersiz kılmaları yüklenemedi: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Aşağıdaki şablonlar için şablon geçersiz kılmaları kaldırılamadı: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Çekme isteği yönetimi testi için bileşen" 10 | COM_PATCHTESTER_UPDATE_TEXT="Yama Testi Güncelleme komut dosyası. Yama Testi şimdi sürüm %s güncellendi." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Joomla! Yama Test Cihazını kurduğunuz için teşekkür ederiz.
Joomla! Yama Testini kullanmak için önce GitHub kimlik bilgilerinizi Joomla! Yama Test Seçeneklerinde ayarlamanız gerekir. Kimlik bilgilerinizi ayarlamak için Joomla! Yama Test Seçeneklerine gidin. Kaydet ve Kapat'a tıkladıktan sonra, Yama Testini kullanmaya başlayabileceğiniz Joomla! Yama Testi'ne yönlendirileceksiniz." 12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS="
Joomla! Yama Test'ini güncellediğiniz için teşekkür ederiz.
" 13 | COM_PATCHTESTER_UNINSTALL_THANK_YOU="Joomla'nın en son sürümü için yamaları test etmek üzere Joomla! Yama Test'ini kullandığınız için teşekkür ederiz." 14 | 15 | -------------------------------------------------------------------------------- /administrator/components/com_patchtester/language/uk-UA/com_patchtester.sys.ini: -------------------------------------------------------------------------------- 1 | ; Joomla! Project 2 | ; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved. 3 | ; License GNU General Public License version 2 or later 4 | ; Note : All ini files need to be saved as UTF-8 5 | 6 | COM_PATCHTESTER="Joomla! Патч Тестер" 7 | COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Не вдалося встановити зміну шаблону для наступних шаблонів: %s" 8 | COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Не вдалося видалити заміну шаблону для наступних шаблонів: %s" 9 | COM_PATCHTESTER_XML_DESCRIPTION="Компонент для тестування керування запитами" 10 | COM_PATCHTESTER_UPDATE_TEXT="Сценарій оновлення тестера виправлення. Тестовий виправлення тепер оновлено до версії %s." 11 | COM_PATCHTESTER_INSTALL_INSTRUCTIONS="Дякуємо за встановлення Joomla! Патч-тестер.
Щоб використовувати Joomla! Патч Тест, Вам спочатку необхідно налаштувати ваші облікові дані GitHub в Joomla! Параментри патч опції Дякуємо за оновлення Joomla! Патч-тестер. Thank you for installing the Joomla! Patch Tester. To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester."
12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS=" Thank you for updating the Joomla! Patch Tester. Go to the Joomla! Patch Tester Thank you for installing the Joomla! Patch Tester. To use the Joomla! Patch Tester you first need to setup your GitHub credentials in the Joomla! Patch Tester Options. Go to the Joomla! Patch Tester Options to setup your credentials. After clicking on Save & Close you will be taken to the Joomla! Patch Tester where you can start using the Patch Tester."
12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS=" Thank you for updating the Joomla! Patch Tester. Go to the Joomla! Patch Tester 感謝你安裝 Joomla! 修補程式測試器。 要使用 Joomla! 修補程式測試器首先你需要在 Joomla! 修補程式測試器選項中設定 GitHub 憑證。 前往 Joomla! 修補程式測試器選項 設定憑證。當你能開始使用 Joomla! 修補程式測試器時,點選 儲存並關閉 後將帶你到 Joomla! 修補程式測試器。"
12 | COM_PATCHTESTER_UPDATE_INSTRUCTIONS=" 感謝你更新 Joomla! 修補程式測試器。
58 |
59 |
60 |
61 |
62 |
77 |
78 |
79 |
80 |
81 |
82 |
98 |
99 |
100 |
101 |
102 | removeFiles();
118 | }
119 | }
120 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/services/provider.php:
--------------------------------------------------------------------------------
1 | registerServiceProvider(new MVCFactory('\\Joomla\\Component\\Patchtester'));
39 | $container->registerServiceProvider(new ComponentDispatcherFactory('\\Joomla\\Component\\Patchtester'));
40 |
41 | $container->set(
42 | ComponentInterface::class,
43 | function (Container $container) {
44 | require_once dirname(__DIR__) . '/vendor/autoload.php';
45 |
46 | $component = new PatchtesterComponent($container->get(ComponentDispatcherFactoryInterface::class));
47 |
48 | $component->setMVCFactory($container->get(MVCFactoryInterface::class));
49 |
50 | return $component;
51 | }
52 | );
53 | }
54 | };
55 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Controller/ApplyController.php:
--------------------------------------------------------------------------------
1 | bootComponent('com_patchtester')->getMVCFactory()->createModel('Pull', 'Administrator', ['ignore_request' => true]);
42 | $msg = Text::_('COM_PATCHTESTER_NO_FILES_TO_PATCH');
43 |
44 | if ($model->apply($this->input->getUint('pull_id'))) {
45 | $msg = Text::_('COM_PATCHTESTER_APPLY_OK');
46 | }
47 |
48 | $type = 'message';
49 | } catch (\Exception $e) {
50 | $msg = $e->getMessage();
51 | $type = 'error';
52 | }
53 |
54 | $this->app->enqueueMessage($msg, $type);
55 | $this->app->redirect(Route::_('index.php?option=com_patchtester', false));
56 | }
57 | }
58 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Controller/DisplayController.php:
--------------------------------------------------------------------------------
1 | app->setHeader('Expires', 'Mon, 1 Jan 2001 00:00:00 GMT', true);
41 | $this->app->setHeader('Last-Modified', gmdate('D, d M Y H:i:s') . ' GMT', true);
42 | $this->app->setHeader('Cache-Control', 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0', false);
43 | $this->app->setHeader('Pragma', 'no-cache');
44 | $this->app->setHeader('Content-Type', $this->app->mimeType . '; charset=' . $this->app->charSet);
45 | $session = Factory::getApplication()->getSession();
46 |
47 | try {
48 | $page = $session->get('com_patchtester_fetcher_page', 1);
49 | /** @var PullsModel $model */
50 | $model = $this->app->bootComponent('com_patchtester')->getMVCFactory()->createModel('Pulls', 'Administrator');
51 |
52 | $status = $model->requestFromGithub($page);
53 | } catch (Exception $e) {
54 | $response = new JsonResponse($e);
55 | $this->app->sendHeaders();
56 | echo json_encode($response);
57 | $this->app->close(1);
58 | }
59 |
60 | if (isset($status['lastPage']) && $status['lastPage'] !== false) {
61 | $session->set('com_patchtester_fetcher_last_page', $status['lastPage']);
62 | }
63 |
64 | if ($status['complete'] || $page === $session->get('com_patchtester_fetcher_last_page', false)) {
65 | $status['complete'] = true;
66 | $status['header'] = Text::_('COM_PATCHTESTER_FETCH_SUCCESSFUL', true);
67 | $message = Text::_('COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW', true);
68 | } elseif (isset($status['page'])) {
69 | $session->set('com_patchtester_fetcher_page', $status['page']);
70 | $message = Text::sprintf('COM_PATCHTESTER_FETCH_PAGE_NUMBER', $status['page']);
71 |
72 | if ($session->has('com_patchtester_fetcher_last_page')) {
73 | $message = Text::sprintf(
74 | 'COM_PATCHTESTER_FETCH_PAGE_NUMBER_OF_TOTAL',
75 | $status['page'],
76 | $session->get('com_patchtester_fetcher_last_page')
77 | );
78 | }
79 | }
80 |
81 | $response = new JsonResponse($status, $message, false, true);
82 | $this->app->sendHeaders();
83 | echo json_encode($response);
84 | $this->app->close();
85 | }
86 | }
87 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Controller/RevertController.php:
--------------------------------------------------------------------------------
1 | app->bootComponent('com_patchtester')->getMVCFactory()->createModel('Pull', 'Administrator', ['ignore_request' => true]);
40 | $model->revert($this->input->getUint('pull_id'));
41 | $msg = Text::_('COM_PATCHTESTER_REVERT_OK');
42 | $type = 'message';
43 | } catch (\Exception $e) {
44 | $msg = $e->getMessage();
45 | $type = 'error';
46 | }
47 |
48 | $this->app->enqueueMessage($msg, $type);
49 | $this->app->redirect(Route::_('index.php?option=com_patchtester', false));
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Controller/StartfetchController.php:
--------------------------------------------------------------------------------
1 | app->setHeader('Expires', 'Mon, 1 Jan 2001 00:00:00 GMT', true);
40 | $this->app->setHeader('Last-Modified', gmdate('D, d M Y H:i:s') . ' GMT', true);
41 | $this->app->setHeader('Cache-Control', 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0', false);
42 | $this->app->setHeader('Pragma', 'no-cache');
43 | $this->app->setHeader('Content-Type', $this->app->mimeType . '; charset=' . $this->app->charSet);
44 |
45 | if (!Session::checkToken('request')) {
46 | $response = new JsonResponse(new \Exception(Text::_('JINVALID_TOKEN'), 403));
47 | $this->app->sendHeaders();
48 | echo json_encode($response);
49 | $this->app->close(1);
50 | }
51 |
52 | // Make sure we can fetch the data from GitHub - throw an error on < 10 available requests
53 | try {
54 | $rateResponse = Helper::initializeGithub()->getRateLimit();
55 | $rate = json_decode($rateResponse->body);
56 | } catch (\Exception $e) {
57 | $response = new JsonResponse(new \Exception(Text::sprintf('COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB', $e->getMessage()), $e->getCode(), $e));
58 | $this->app->sendHeaders();
59 | echo json_encode($response);
60 | $this->app->close(1);
61 | }
62 |
63 | // If over the API limit, we can't build this list
64 | if ($rate->resources->core->remaining < 10) {
65 | $response = new JsonResponse(new \Exception(Text::sprintf('COM_PATCHTESTER_API_LIMIT_LIST', Factory::getDate($rate->resources->core->reset)), 429));
66 | $this->app->sendHeaders();
67 | echo json_encode($response);
68 | $this->app->close(1);
69 | }
70 |
71 | $testsModel = Factory::getApplication()->bootComponent('com_patchtester')->getMVCFactory()->createModel('Tests', 'Administrator', ['ignore_request' => true]);
72 | try {
73 | // Sanity check, ensure there aren't any applied patches
74 | if (count($testsModel->getAppliedPatches()) >= 1) {
75 | $response = new JsonResponse(new \Exception(Text::_('COM_PATCHTESTER_ERROR_APPLIED_PATCHES'), 500));
76 | $this->app->sendHeaders();
77 | echo json_encode($response);
78 | $this->app->close(1);
79 | }
80 | } catch (\Exception $e) {
81 | $response = new JsonResponse($e);
82 | $this->app->sendHeaders();
83 | echo json_encode($response);
84 | $this->app->close(1);
85 | }
86 |
87 | // We're able to successfully pull data, prepare our environment
88 | Factory::getApplication()->getSession()->set('com_patchtester_fetcher_page', 1);
89 | $response = new JsonResponse(
90 | [
91 | 'complete' => false,
92 | 'header' => Text::_('COM_PATCHTESTER_FETCH_PROCESSING', true)
93 | ],
94 | Text::sprintf('COM_PATCHTESTER_FETCH_PAGE_NUMBER', 1),
95 | false,
96 | true
97 | );
98 | $this->app->sendHeaders();
99 | echo json_encode($response);
100 | $this->app->close();
101 | }
102 | }
103 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Exception/UnexpectedResponse.php:
--------------------------------------------------------------------------------
1 | response = $response;
49 | }
50 |
51 | /**
52 | * Get the Response object.
53 | *
54 | * @return Response
55 | *
56 | * @since 3.0.0
57 | */
58 | public function getResponse(): Response
59 | {
60 | return $this->response;
61 | }
62 | }
63 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Extension/PatchtesterComponent.php:
--------------------------------------------------------------------------------
1 | get('DatabaseDriver');
45 | $query = $db->getQuery(true);
46 | $query->select(
47 | 'DISTINCT(' . $db->quoteName('branch') . ') AS ' . $db->quoteName(
48 | 'text'
49 | )
50 | )
51 | ->select($db->quoteName('branch', 'value'))
52 | ->from('#__patchtester_pulls')
53 | ->where($db->quoteName('branch') . ' != ' . $db->quote(''))
54 | ->order($db->quoteName('branch') . ' ASC');
55 | $options = $db->setQuery($query)->loadAssocList();
56 |
57 | return array_merge(parent::getOptions(), $options);
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Field/LabelField.php:
--------------------------------------------------------------------------------
1 | get('DatabaseDriver');
45 | $query = $db->getQuery(true);
46 | $query->select(
47 | 'DISTINCT(' . $db->quoteName('name') . ') AS ' . $db->quoteName(
48 | 'text'
49 | )
50 | )
51 | ->select($db->quoteName('name', 'value'))
52 | ->from($db->quoteName('#__patchtester_pulls_labels'))
53 | ->order($db->quoteName('name') . ' ASC');
54 | $options = $db->setQuery($query)->loadAssocList();
55 |
56 | return array_merge(parent::getOptions(), $options);
57 | }
58 | }
59 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/GithubCredentialsTrait.php:
--------------------------------------------------------------------------------
1 | set('github_user', $params->get('org', 'joomla'));
22 | $state->set('github_repo', $params->get('repo', 'joomla-cms'));
23 |
24 | return $state;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Helper/Helper.php:
--------------------------------------------------------------------------------
1 | set('userAgent', 'PatchTester/4.0');
42 | // Set the default timeout to 120 seconds
43 | $options->set('timeout', 120);
44 | // Set the API URL
45 | $options->set('api.url', 'https://api.github.com');
46 | // If an API token is set in the params, use it for authentication
47 | if ($params->get('gh_token', '')) {
48 | $options->set('headers', ['Authorization' => 'token ' . $params->get('gh_token', '')]);
49 | } else {
50 | // Display a message about the lowered API limit without credentials
51 | Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_NO_CREDENTIALS'), 'notice');
52 | }
53 |
54 | return new GitHub($options);
55 | }
56 |
57 | /**
58 | * Initializes the CI Settings
59 | *
60 | * @return Registry
61 | *
62 | * @since 3.0
63 | */
64 | public static function initializeCISettings()
65 | {
66 | $params = ComponentHelper::getParams('com_patchtester');
67 | $options = new Registry();
68 | // Set CI server address for the request
69 | $options->set('server.url', $params->get('ci_server', 'https://ci.joomla.org:444'));
70 | // Set name of the zip archive
71 | $options->set('zip.name', 'build.zip');
72 | $options->set('zip.log.name', 'deleted_files.log');
73 | // Set temp archive for extracting and downloading files
74 | $options->set('folder.temp', Factory::getConfig()->get('tmp_path'));
75 | $options->set('folder.backups', JPATH_COMPONENT . '/backups');
76 | // Set full url for addressing the file
77 | $options->set('zip.url', $options->get('server.url') . '/artifacts/joomla/joomla-cms/4.0-dev/%s/patchtester/' . $options->get('zip.name'));
78 | return $options;
79 | }
80 | }
81 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Helper/TrackerHelper.php:
--------------------------------------------------------------------------------
1 | array(
27 | 'githubUser' => 'joomla',
28 | 'githubrepo' => 'joomla-cms',
29 | 'projectAlias' => 'joomla-cms',
30 | ),
31 | 'patchtester' => array(
32 | 'githubUser' => 'joomla-extensions',
33 | 'githubrepo' => 'patchtester',
34 | 'projectAlias' => 'patchtester',
35 | ),
36 | 'weblinks' => array(
37 | 'githubUser' => 'joomla-extensions',
38 | 'githubrepo' => 'weblinks',
39 | 'projectAlias' => 'weblinks',
40 | ),
41 | );
42 |
43 | /**
44 | * Get the issue tracker project alias for a GitHub repository
45 | *
46 | * @param string $githubUser The owner of the GitHub repository (user or organization)
47 | * @param string $githubRepo The GitHub repository name
48 | *
49 | * @return string|boolean The project alias if supported or boolean false
50 | *
51 | * @since 2.0
52 | */
53 | public static function getTrackerAlias($githubUser, $githubRepo)
54 | {
55 | // If the repo isn't even listed, no point in going further
56 | if (!array_key_exists($githubRepo, self::$projects)) {
57 | return false;
58 | }
59 |
60 | // Now the GitHub user must match the project (we don't support forks, sorry!)
61 | if (self::$projects[$githubRepo]['githubUser'] !== $githubUser) {
62 | return false;
63 | }
64 |
65 | // This project is supported
66 | return self::$projects[$githubRepo]['projectAlias'];
67 | }
68 | }
69 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/Model/FetchModel.php:
--------------------------------------------------------------------------------
1 | getDatabase();
36 | $db->setQuery($db->getQuery(true)
37 | ->select('*')
38 | ->from($db->quoteName('#__patchtester_tests'))
39 | ->where($db->quoteName('applied') . ' = 1'));
40 | return $db->loadObjectList('pull_id');
41 | }
42 |
43 | /**
44 | * Truncates the tests table
45 | *
46 | * @return void
47 | *
48 | * @since 2.0
49 | */
50 | public function truncateTable(): void
51 | {
52 | $this->getDatabase()->truncateTable('#__patchtester_tests');
53 | }
54 | }
55 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/src/View/Fetch/HtmlView.php:
--------------------------------------------------------------------------------
1 | envErrors[] = Text::_('COM_PATCHTESTER_REQUIREMENT_OPENSSL');
110 | }
111 |
112 | if (!in_array('https', stream_get_wrappers(), true)) {
113 | $this->envErrors[] = Text::_('COM_PATCHTESTER_REQUIREMENT_HTTPS');
114 | }
115 |
116 | if (!count($this->envErrors)) {
117 | $model = $this->getModel();
118 | $this->state = $model->getState();
119 | $this->items = $model->getItems();
120 | $this->pagination = $model->getPagination();
121 | $this->filterForm = $model->getFilterForm();
122 | $this->activeFilters = $model->getActiveFilters();
123 | $this->settings = ComponentHelper::getParams('com_patchtester');
124 | $this->trackerAlias = TrackerHelper::getTrackerAlias(
125 | $this->state->get('github_user'),
126 | $this->state->get('github_repo')
127 | );
128 | }
129 |
130 | if (count($this->envErrors)) {
131 | $this->setLayout('errors');
132 | }
133 |
134 | $this->addToolbar();
135 | Text::script('COM_PATCHTESTER_CONFIRM_RESET');
136 |
137 | parent::display($tpl);
138 | }
139 |
140 | /**
141 | * Add the page title and toolbar.
142 | *
143 | * @return void
144 | *
145 | * @since 2.0.0
146 | */
147 | protected function addToolbar(): void
148 | {
149 | ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester fas fa-save');
150 | if (!count($this->envErrors)) {
151 | $toolbar = $this->getDocument()->getToolbar();
152 | $toolbar->appendButton('Popup', 'sync', 'COM_PATCHTESTER_TOOLBAR_FETCH_DATA', 'index.php?option=com_patchtester&view=fetch&task=fetch&tmpl=component', 500, 210, 0, 0, 'window.parent.location.reload()', Text::_('COM_PATCHTESTER_HEADING_FETCH_DATA'));
153 | $toolbar->appendButton('Standard', 'expired', 'COM_PATCHTESTER_TOOLBAR_RESET', 'reset.reset', false);
154 | }
155 |
156 | ToolbarHelper::preferences('com_patchtester');
157 | }
158 | }
159 |
--------------------------------------------------------------------------------
/administrator/components/com_patchtester/tmpl/fetch/default.php:
--------------------------------------------------------------------------------
1 | document->getWebAssetManager();
21 | $wa->useScript('com_patchtester.admin-fetcher-modal');
22 |
23 | HTMLHelper::_('behavior.core');
24 | //HTMLHelper::_('script', 'com_patchtester/fetcher.js', ['version' => 'auto', 'relative' => true]);
25 | Text::script('COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED');
26 |
27 | ?>
28 |
29 |
21 | envErrors as $error) :
22 | ?>
23 |
24 |
26 |
27 |
--------------------------------------------------------------------------------
/build/patchtester/README.md:
--------------------------------------------------------------------------------
1 | # Creating a release
2 | 1. Run the `release.php -v=x.x.x` with the new version number
3 | 2. Revert the changes in the `manifest.xml` that are not related to the release
4 | 2. Run the `build.sh x.x.x` with the new version number
5 | 3. Copy the SHA384 from the `packages/checksums.json` file to the `manifest.xml`
6 | 4. Upload the generated files to the Github release
7 |
--------------------------------------------------------------------------------
/build/patchtester/build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | cd ../../
3 | rm -rf build/packaging && mkdir build/packaging
4 | rm -rf build/packages && mkdir build/packages
5 | composer install --no-dev -o
6 | cp -r administrator build/packaging/administrator
7 | cp -r media/com_patchtester build/packaging/media
8 | rm -rf build/packaging/administrator/backups/*.txt
9 | mv build/packaging/administrator/components/com_patchtester/patchtester.xml build/packaging/patchtester.xml
10 | mv build/packaging/administrator/components/com_patchtester/script.php build/packaging/script.php
11 | cd build/packaging
12 | tar jcf ../packages/com_patchtester_"$1".tar.bz2 .
13 | tar zcf ../packages/com_patchtester_"$1".tar.gz .
14 | zip -r ../packages/com_patchtester_"$1".zip .
15 | cd ../../
16 | composer install
17 | php build/patchtester/hash_generator.php
18 |
--------------------------------------------------------------------------------
/build/patchtester/hash_generator.php:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env php
2 | isDir() || $file->isDot()) {
20 | continue;
21 | }
22 |
23 | $hashes[$file->getFilename()] = array(
24 | 'sha384' => hash_file('sha384', $file->getPathname()),
25 | );
26 | }
27 |
28 | $jsonOptions = PHP_VERSION_ID >= 50400 ? JSON_PRETTY_PRINT : 0;
29 |
30 | @file_put_contents($packageDir . '/checksums.json', json_encode($hashes, $jsonOptions));
31 |
32 | echo 'Checksums file generated' . PHP_EOL . PHP_EOL;
33 |
--------------------------------------------------------------------------------
/build/patchtester/release.php:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env php
2 | --exclude-manifest
14 | *
15 | * Examples:
16 | * - php build/patchtester/release.php -v 3.0.0
17 | * - php build/patchtester/release.php -v 3.0.1-dev --exclude-manifest
18 | *
19 | * @copyright Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
20 | * @license GNU General Public License version 2 or later
21 | */
22 |
23 | // Constants.
24 | const PHP_TAB = "\t";
25 |
26 | // Functions.
27 | function usage($command)
28 | {
29 | echo PHP_EOL;
30 | echo 'Usage: php ' . $command . ' [options]' . PHP_EOL;
31 | echo PHP_TAB . '[options]:' . PHP_EOL;
32 | echo PHP_TAB . PHP_TAB . '-v