29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00

Merge branch '4.3-dev' into 4.4-dev

This commit is contained in:
Allon Moritz 2023-04-12 22:33:44 +02:00
commit ad1593d89f
68 changed files with 127 additions and 117 deletions

View File

@ -37,7 +37,7 @@ jobs:
git remote add upstream https://github.com/joomla/joomla-cms.git
git fetch upstream
git checkout --progress --force -B translation refs/remotes/origin/translation
git merge upstream/4.2-dev
git merge upstream/4.3-dev
- name: Fetch and extract translations
run: |
@ -74,4 +74,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
run: |
gh pr list -R joomla/joomla-cms --state open --author joomla-translation-bot -S "Translation Update" | grep -v "No pull" || \
gh pr create --title "Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 4.2-dev
gh pr create --title "Translation Update" --body "Automatically created pull request based on core-translation repository changes" -R joomla/joomla-cms --base 4.3-dev

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Afrikaans (Suid-Afrika)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Afrikaans Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Arabic (اللغة العربية)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Dr. Ashraf Damra</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Bulgarian (bg-BG)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Bulgaria</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Catalan (ca-ES)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Catalan Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Czech (Čeština)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Czech Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Mae enw'r gronfa ddata yn annilys. Rhaid iddo
INSTL_DATABASE_NO_SCHEMA="Nid oes sgema cronfa ddata yn bodoli ar gyfer y math hwn o gronfa ddata."
INSTL_DATABASE_PASSWORD_DESC="Rhowch gyfrinair a grëwyd gennych chi neu un a roddwyd gan eich lletywr."
INSTL_DATABASE_PREFIX_DESC="Rhowch ragddodiad tabl neu defnyddiwch yr un a grëwyd ar hap."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Os ydych yn defnyddio cronfa ddata sy'n bodoli'n barod gyda thablau gyda'r un rhagddodiad bydd Joomla yn ailenwi y tablau hynny drwy ychwanegu'r rhagddodiad \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Rhaid ir rhagddodiad tabl dechrau efo llythyren yna, yn ddewisol, ei ddilyn gan nodau alffaniwmerig a/neu tanlinell."
INSTL_DATABASE_RESPONSE_ERROR="Mae'r broses gosod wedi methu."
INSTL_DATABASE_TYPE_DESC="Dewiswch math y gronfa ddata."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Welsh (United Kingdom)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project - Welsh Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Databasenavnet er ugyldigt. Det skal starte me
INSTL_DATABASE_NO_SCHEMA="Intet databaseskema eksisterer for denne databasetype"
INSTL_DATABASE_PASSWORD_DESC="Enten en adgangskode som du har oprettet eller en adgangskode leveret af din udbyder."
INSTL_DATABASE_PREFIX_DESC="Angiv et tabelpræfiks eller anvend det tilfældigt genererede."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Hvis du anvende en eksisterende database med tabeller med det samme præfiks, så vil Joomla omdøbe disse eksisterende tabeller ved at tilføje præfikset \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Tabelpræfikset skal starte med et bogstav, og valgfrit efterfulgt af alfanumeriske karakterer og en underscore"
INSTL_DATABASE_RESPONSE_ERROR="Installationsprocessen fejlede."
INSTL_DATABASE_TYPE_DESC="Vælg databasetypen."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Danish (Danmark)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Danish Translation Team (Transl.: Ronny Buelund)</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>German (Austria)</name>
<version>4.2.8</version>
<creationDate>2023-02</creationDate>
<version>4.2.9</version>
<creationDate>2023-03</creationDate>
<author>J!German</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>German (Switzerland)</name>
<version>4.2.8</version>
<creationDate>2023-02</creationDate>
<version>4.2.9</version>
<creationDate>2023-03</creationDate>
<author>J!German</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>German (Germany)</name>
<version>4.2.8</version>
<creationDate>2023-02</creationDate>
<version>4.2.9</version>
<creationDate>2023-03</creationDate>
<author>J!German</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>German (Lichtenstein)</name>
<version>4.2.8</version>
<creationDate>2023-02</creationDate>
<version>4.2.9</version>
<creationDate>2023-03</creationDate>
<author>J!German</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>German (Luxembourg)</name>
<version>4.2.8</version>
<creationDate>2023-02</creationDate>
<version>4.2.9</version>
<creationDate>2023-03</creationDate>
<author>J!German</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -201,7 +201,7 @@ JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST="Προέκυψε
JGLOBAL_ISFREESOFTWARE="%s είναι ελεύθερο λογισμικό που διατίθεται κάτω από το %s."
JGLOBAL_LANGUAGE_VERSION_NOT_PLATFORM="Το πακέτο γλώσσας δεν ταιριάζει με αυτήν την έκδοση του Joomla. Κάποιες συμβολοσειρές μπορεί να λείπουν και θα εμφανιστούν στα Αγγλικά."
JGLOBAL_SELECT_AN_OPTION="Κάντε μια επιλογή"
JGLOBAL_SELECT_NO_RESULTS_MATCH="Κάντε κάποιες επιλογές"
JGLOBAL_SELECT_NO_RESULTS_MATCH="Δεν βρέθηκαν αποτελέσματα"
JGLOBAL_SELECT_SOME_OPTIONS="Κάντε κάποιες επιλογές"
JHIDEPASSWORD="Απόκρυψη κωδικού"
JINVALID_TOKEN="Το πιο πρόσφατο αίτημα απορρίφθηκε επειδή περιείχε μη έγκυρο διακριτικό ασφαλείας. Ανανεώστε τη σελίδα και ξαναπροσπαθήστε."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Greek (el-GR)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Ομάδα Μετάφρασης: joomla. gr</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (Australia)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (Canada)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (New Zealand)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>English (United States)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Spanish (Spain)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Spanish [es-ES] Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Andmebaasi nimi on vale. See peaks algama täh
INSTL_DATABASE_NO_SCHEMA="Selle andmebaasi tüübi jaoks pole andmebaasi skeemi."
INSTL_DATABASE_PASSWORD_DESC="Kas sinu poolt pandud parool või siis teenusepakkuja poolt antud parool."
INSTL_DATABASE_PREFIX_DESC="Sisesta tabeli eesliide või genereeri see juhuslikest märkidest."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Kui sa kasutad olemasolevat andmebaasi sama tabelite prefiksiga, siis Joomla nimetab need tabelid ümber lisades eesliite \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Andmebaasi eesliide peab algama tähega ning selle järel tuleb valikuline täht või number ja allkriips"
INSTL_DATABASE_RESPONSE_ERROR="Paigaldus ebaõnnestus."
INSTL_DATABASE_TYPE_DESC="Vali andmebaasi liik."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Estonian</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Basque</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Basque Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>فارسی (دری)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>JoomlaPersian Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Persian (پارسی)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>JoomlaFarsi.Com Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Finnish (Suomi)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Finnish translation team: Joomla.fi</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -78,7 +78,7 @@ INSTL_DATABASE_NAME_DESC="Saisissez le nom de la base de données"
INSTL_DATABASE_NAME_LABEL="Nom de la base de données"
INSTL_DATABASE_NAME_MSG_MYSQL="Le nom de la base de données n'est pas valide. Il ne doit pas contenir les caractères suivants : \ / "
INSTL_DATABASE_NAME_MSG_POSTGRES="Le nom de la base de données n'est pas valide. Il doit commencer par une lettre, suivie de caractères alphanumériques."
INSTL_DATABASE_NO_SCHEMA="Ce type de base de données ne contient pas de schéma de base de données."
INSTL_DATABASE_NO_SCHEMA="Aucun schéma de base de données n'existe pour ce type de base de données."
INSTL_DATABASE_PASSWORD_DESC="Saisissez le mot de passe d'accès à la base de données"
INSTL_DATABASE_PREFIX_DESC="Saisissez un préfixe de table ou utilisez celui généré aléatoirement"
INSTL_DATABASE_PREFIX_MSG="Le préfixe de la table doit commencer par une lettre, éventuellement suivie de caractères alphanumériques et d'un trait de soulignement"
@ -179,7 +179,7 @@ INSTL_ERROR_INVALID_URL="URL non valide"
INSTL_CONFPROBLEM="Votre fichier de configuration n'est pas modifiable ou il y a eu un problème durant sa création, par exemple le répertoire de Joomla n'est pas ouvert en écriture. Vous devez créer le fichier de configuration manuellement avec le contenu indiqué ci-dessous.<strong>Procédure</strong><br />Cliquez dans la zone de texte pour sélectionner et copier tout le code ;<br />Collez ce code dans un fichier créé au nom de 'configuration.php' ;<br />Transférez ce fichier à la racine du répertoire de Joomla."
INSTL_DISPLAY_ERRORS="Afficher les erreurs"
INSTL_ERROR="Erreur"
INSTL_ERROR_DB="Des erreurs sont survenues lors du remplissage la base de données: %s"
INSTL_ERROR_DB="Des erreurs sont survenues lors du remplissage de la base de données : %s."
INSTL_ERROR_INITIALISE_SCHEMA="Impossible d'initialiser le schéma de la base de données."
INSTL_EXTENSION_AVAILABLE="%s disponible"
INSTL_FILE_UPLOADS="Transfert de fichiers"

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>French (fr-FR)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project - French translation team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Hebrew (Israel)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Hungarian (Magyar)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Magyarország</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Italiano (it-IT)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Progetto Joomla!</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Japanese (ja-JP)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla!じゃぱん</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Georgian (Georgia)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Georgian Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Kazakh (Kazakhstan)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Sarvarov Akylkerey</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Lithuanian (Lithuania)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Oskaras Jankauskas</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Nepareizs datu bāzes nosaukums. Tam jāsākas
INSTL_DATABASE_NO_SCHEMA="Šim datu bāzes tipam nav atrodama shēma."
INSTL_DATABASE_PASSWORD_DESC="Jūsu izveidots vai provaidera piešķirts lietotājvārds."
INSTL_DATABASE_PREFIX_DESC="Ievadiet tabulas prefiksu vai lietojiet automātiski ģenerētu."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Ja lietojat eksistējošu datu bāzi ar tabulām kurām ir tāds pats prefikss, Joomla pārsauks šīs tabulas pievienojot prefiksu \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Datu bāzes prefiksam ir jāsākas ar burtu, pēc tā var būt cipari, burti vai zemsvītra"
INSTL_DATABASE_RESPONSE_ERROR="Instalēšanas process neizdevās."
INSTL_DATABASE_TYPE_DESC="Izvēlieties datu bāzes tipu."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Latvian (Latvia)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Projekts</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Macedonian (Macedonia)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="De naam van de database is ongeldig. Deze moet
INSTL_DATABASE_NO_SCHEMA="Er bestaat geen database schema voor dit database type."
INSTL_DATABASE_PASSWORD_DESC="Een wachtwoord dat door uzelf is aangemaakt, of een wachtwoord dat door de webhost is verstrekt."
INSTL_DATABASE_PREFIX_DESC="Een tabel voorvoegsel invoeren of de willekeurig gegenereerde gebruiken."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Als een bestaande database gebruikt wordt met tabellen met dezelfde voorvoegsel, zal Joomla deze bestaande tabellen hernoemen door het voorvoegsel \"bak_\" toe te voegen."
INSTL_DATABASE_PREFIX_MSG="Het voorvoegsel van de tabel moet beginnen met een letter, eventueel gevolgd door alfanumerieke tekens en een onderstrepingsteken"
INSTL_DATABASE_RESPONSE_ERROR="Het installatieproces is mislukt."
INSTL_DATABASE_TYPE_DESC="Selecteer het databasetype."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Dutch (Belgium)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Dutch (BE) translation team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="De naam van de database is ongeldig. Deze moet
INSTL_DATABASE_NO_SCHEMA="Er bestaat geen databaseschema voor dit type database."
INSTL_DATABASE_PASSWORD_DESC="Een wachtwoord dat door uzelf is aangemaakt, of een wachtwoord dat door de webhost is verstrekt."
INSTL_DATABASE_PREFIX_DESC="Een tabel voorvoegsel invoeren of de willekeurig gegenereerde gebruiken."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Als een bestaande database gebruikt wordt met tabellen met dezelfde voorvoegsel, zal Joomla deze bestaande tabellen hernoemen door het voorvoegsel \"bak_\" toe te voegen."
INSTL_DATABASE_PREFIX_MSG="Het voorvoegsel van de tabel moet beginnen met een letter, eventueel gevolgd door alfanumerieke tekens en een onderstrepingsteken"
INSTL_DATABASE_RESPONSE_ERROR="Het installatieproces is mislukt."
INSTL_DATABASE_TYPE_DESC="Selecteer het databasetype."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Dutch (nl-NL)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Dutch Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Polish (Poland)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Projekt Joomla!</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Português Brasil (pt-BR)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Projeto Joomla!</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -12,7 +12,7 @@ BUILD_FATAL_URL_TEXT="Ajude-me a resolver isto"
; These will be processed by the JavaScript Build
BUILD_INCOMPLETE_HEADER="Configuração do ambiente incompleta"
BUILD_INCOMPLETE_LANGUAGE="Portuguese (pt-PT)"
BUILD_INCOMPLETE_TEXT="Parece que está a tentar executar o Joomla a partir do nosso repositório Git. Se pretende fazer isso, primeiro terá de efetuar algumas etapas adicionais."
BUILD_INCOMPLETE_TEXT="Parece que está a tentar executar o Joomla a partir do nosso repositório Git. Se é o que pretende fazer, primeiro terá de efetuar algumas etapas adicionais."
BUILD_INCOMPLETE_URL_TEXT="Mais detalhes"
; These will be processed by the JavaScript Build
BUILD_NOXML_HEADER="Desculpe, o seu PHP não possui uma biblioteca vital"

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Português (Portugal)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Comunidade JoomlaPortugal</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Română (România)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Horia Negura - Quanta</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>Russian (Russia)</name>
<version>4.2.2</version>
<version>4.2.2</version>
<creationDate>2022-09</creationDate>
<author>Russian Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<files>
<filename>joomla.ini</filename>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Názov databázy je neplatný. Musí začína
INSTL_DATABASE_NO_SCHEMA="Pre tento typ databázy neexistuje schéma databázy."
INSTL_DATABASE_PASSWORD_DESC="Buď vami zadané heslo alebo heslo poskytnuté hostingom."
INSTL_DATABASE_PREFIX_DESC="Zadajte predponu tabuľky alebo použite náhodne generovanú."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Ak používate existujúcu databázu s tabuľkami s rovnakým prefixom, Joomla tieto existujúce tabuľky premenuje pridaním prefixu \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Predpona názvu tabuľky musí začínať písmenom, voliteľne potom môžu nasledovať alfanumerické znaky a podčiarkovník"
INSTL_DATABASE_RESPONSE_ERROR="Proces inštalácie zlyhal."
INSTL_DATABASE_TYPE_DESC="Vyberte typ databázy."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Slovak (Slovakia)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Slovak translation team : Peter Michnica</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Ime zbirke podatkov, ni veljaven. Začeti se m
INSTL_DATABASE_NO_SCHEMA="Za to vrsto baze podatkov ne obstaja nobena shema baz podatkov."
INSTL_DATABASE_PASSWORD_DESC="Bodisi geslo, ki ste ga ustvarili, ali geslo, ki ga zagotovi vaš gostitelj."
INSTL_DATABASE_PREFIX_DESC="Vnesite predpone tabele ali uporabite naključno ustvarjeno."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Če uporabljate obstoječo zbirko podatkov s tabelami z isto predpono, bo Joomla preimenovala te obstoječe tabele z dodajanjem predpone \"bak_\"."
INSTL_DATABASE_PREFIX_MSG="Tabela predpon se mora začeti s črko, po izbiri sledijo alfanumerični znaki in podčrtaj"
INSTL_DATABASE_RESPONSE_ERROR="Postopek namestitve ni uspel."
INSTL_DATABASE_TYPE_DESC="Izberite vrsto zbirke podatkov."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Slovenščina (Slovenija)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Slovenska prevajalska ekipa</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -17,7 +17,7 @@ BUILD_INCOMPLETE_URL_TEXT="Više detalja"
; These will be processed by the JavaScript Build
BUILD_NOXML_HEADER="Žao nam je, PHP-u nedostaje vitalna biblioteka"
BUILD_NOXML_LANGUAGE="Srpski Latinica SRB"
BUILD_NOXML_TEXT="Vaš host mora da koristi PHP sa podrškom za XML biblioteke da bi pokrenuo ovu verziju Joomla!"
BUILD_NOXML_TEXT="Vaš hosting provajder mora da koristi PHP sa podrškom za XML biblioteke da bi pokrenuo ovu verziju Joomla!"
BUILD_NOXML_URL_TEXT="Kako da rešim ovo"
; These will be processed by the JavaScript Build
BUILD_MIN_PHP_ERROR_HEADER="Žao nam je vaša PHP verzija nije podržana."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Srpski Latinica (Republika Srbija)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Goran Nešić - UIX Web Design &amp; Saša Matić Bardak.RS</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Swedish (Sweden)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="தரவுத்தளப் பெயர்
INSTL_DATABASE_NO_SCHEMA="இந்தத் தரவுத்தள வகைக்கு, அமைப்புமுறைகள் (schema) இல்லை."
INSTL_DATABASE_PASSWORD_DESC="தாங்கள் உருவாக்கிய கடவுச்சொல்லை அல்லது தங்கள் சேவை வழங்குநரால் கொடுக்கப்பட்ட கடவுச்சொல்லை நிரப்பவும்."
INSTL_DATABASE_PREFIX_DESC="அட்டவணை முன்-ஒட்டு ஒன்றை நிரப்பவும் அல்லது குறிப்பிலா வகையில் உருவாக்கப்பட்டதைப் பயன்படுத்தவும்."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="இதே முன்-ஒட்டு உடன் கூடிய அட்டவணைகள் கொண்ட ஏற்கனவே உள்ள தரவுத்தளத்தைத் தாங்கள் பயன்படுத்தினால், \"bak_\" முன்-ஒட்டு-வை சேர்ப்பதன் மூலம் Joomla ஏற்கனவே இருக்கும் அட்டவணைகளை மறுபெயரிடும்."
INSTL_DATABASE_PREFIX_MSG="அட்டவணை முன்-ஒட்டு ஆனது கட்டாயம் ஒரு எழுத்தில் ஆரம்பித்து, விருப்பமானால் எண்ணெழுத்து உருக்களால் பின்பற்றப்பட்டு, கட்டாயம் அடிக்கோடுடன் முடிவதாகவும் இருத்தல் வேண்டும்"
INSTL_DATABASE_RESPONSE_ERROR="நிறுவல் தோல்வியுற்றது."
INSTL_DATABASE_TYPE_DESC="தரவுத்தள வகையைத் தேர்வுசெய்யவும்."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Tamil (India)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Ilagnayeru 'MIG' Manickam, Elango Samy Manim</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Thai (ภาษาไทย)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Thai Translation Team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Veritabanı adı geçersiz. Bir harfle başlam
INSTL_DATABASE_NO_SCHEMA="Bu veritabanı türü için veritabanı şeması yok."
INSTL_DATABASE_PASSWORD_DESC="Sizin oluşturduğunuz bir şifre ya da sunucunuz tarafından sağlanan bir şifre."
INSTL_DATABASE_PREFIX_DESC="Bir tablo öneki girin veya rastgele oluşturulmuş olanı kullanın."
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Aynı öneke sahip tablolara sahip mevcut bir veritabanı kullanıyorsanız, Joomla bu mevcut tabloları \"bak_\" önekini ekleyerek yeniden adlandıracaktır."
INSTL_DATABASE_PREFIX_MSG="Tablo öneki bir harfle başlamalı, isteğe bağlı olarak alfa sayısal karakterler ve alt çizgi ile devam etmelidir"
INSTL_DATABASE_RESPONSE_ERROR="Yükleme işlemi başarısız oldu."
INSTL_DATABASE_TYPE_DESC="Veritabanı türünü seçin."

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Turkish (Türkiye)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Türkiye</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Ukrainian (uk-UA)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project - Ukrainian translation team</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>Tiếng Việt (Việt Nam)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>简体中文(中国)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>逐浪中文网 joomlachina.org.cn 周永建</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="installation">
<name>正體中文 (臺灣)</name>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<version>4.3.0</version>
<creationDate>2023-04</creationDate>
<author>Joomla! 專案</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '2-April-2023';
public const RELDATE = '12-April-2023';
/**
* Release time.

File diff suppressed because one or more lines are too long