Skip to content

Commit

Permalink
Merge branch '4.1-dev' into 4.1-dev-installer-cleanup-step-experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored May 31, 2022
2 parents 796d455 + 31b3b89 commit 8f08d13
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 27 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/a11y_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Accessibility issue
about: Did you find an accessibility issue in the Joomla CMS? Please report it here.
labels: a11y

---

### Steps to reproduce the issue
1.


### Expected result



### Actual result



### Device and system info

* What version of Joomla were you using?


* What device were you using? (eg, phone, laptop)


* What web browser were you using? (eg, Chrome, Safari)


* If you were using assistive technology, please let us know the device or software you were using (eg VoiceOver, JAWS, sip-and-puff device, etc)



### Additional comments

If you know which [WCAG](https://www.w3.org/TR/WCAG/) or [ATAG](https://www.w3.org/TR/ATAG20/) criteria this violates, please indicate it here:

2 changes: 1 addition & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Constant that is checked in included files to prevent direct access.
* define() is used rather than "const" to not error for PHP 5.2 and lower
* define() is used rather than "const" to not cause an error for PHP 5.2 and lower
*/
define('_JEXEC', 1);

Expand Down
12 changes: 6 additions & 6 deletions installation/language/it-IT/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ INSTL_DATABASE_ENCRYPTION_MSG_SRV_NOT_SUPPORTS="Il server del database non suppo
INSTL_DATABASE_ENCRYPTION_VERIFY_SERVER_CERT_LABEL="Verifica certificato server "
INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="Query del database PostgreSQL fallita."
INSTL_DATABASE_HOST_DESC="Immetti il nome dell'host, solitamente \"localhost\" o un nome fornito dal tuo host."
INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_CREATE_FILE="Non è stato possibile creare il file. Si prega di creare manualmente un file chiamato \"%1$s\" e di caricarlo nella cartella \"%2$s\" del sito Joomla."
INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="Per confermare di essere il proprietario di questo sito web, si prega di eliminare il file chiamato \"%1$s\" che è stato creato nella cartella \"%2$s\" del sito Joomla."
INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_CREATE_FILE="Non siamo stati in grado di creare il file. Per favore crea manualmente un file chiamato \"%1$s\" e caricalo nella cartella \"%2$s\" del tuo sito Joomla. Poi seleziona \"%3$s\" per continuare."
INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="Per confermare che sei il proprietario di questo sito web, elimina il file chiamato \"%1$s\" che è stato creato nella cartella \"%2$s\" del tuo sito Joomla. Quindi seleziona \"%3$s\" per continuare."
INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_GENERAL_MESSAGE="Stai tentando di utilizzare un host del database che non è sul server locale. Per motivi di sicurezza, è necessario verificare la proprietà del tuo account di web hosting. <a href=\"%s\">Si prega di leggere la documentazione</a> per ulteriori informazioni."
INSTL_DATABASE_HOST_LABEL="Nome Host"
INSTL_DATABASE_NAME_DESC="Immetti il nome del database."
Expand Down Expand Up @@ -156,10 +156,10 @@ INSTL_DATABASE_FIX_LOWERCASE="Il prefisso delle tabelle dev'essere in lettere mi
INSTL_DATABASE_FIX_TOO_LONG="Il prefisso delle tabelle MySQL deve essere al massimo di 15 caratteri."
INSTL_DATABASE_INVALID_DB_DETAILS="I dettagli del database fornito non sono corretti e/o vuoti."
INSTL_DATABASE_INVALID_MARIADB_VERSION="Per continuare l'installazione è necessario MariaDB%1$s o successiva. La tua versione è:%2$s"
INSTL_DATABASE_INVALID_MYSQL_VERSION="Devi avere la versione di MySQL 5.5.3 o superiore per continuare l'installazione. La tua versione è: %s"
INSTL_DATABASE_INVALID_MYSQLI_VERSION="Devi avere la versione di MySQL 5.5.3 o superiore per continuare l'installazione. La tua versione è: %s"
INSTL_DATABASE_INVALID_PGSQL_VERSION="Devi avere la versione di PostgreSQL 9.2.0 o superiore per continuare l'installazione. La tua versione è: %s"
INSTL_DATABASE_INVALID_POSTGRESQL_VERSION="Devi avere la versione di PostgreSQL 9.2.0 o superiore per continuare l'installazione. La tua versione è: %s"
INSTL_DATABASE_INVALID_MYSQL_VERSION="Devi avere la versione di MySQL %1$s o superiore per continuare l'installazione. La tua versione è: %2$s"
INSTL_DATABASE_INVALID_MYSQLI_VERSION="Devi avere la versione di MySQL %1$s o superiore per continuare l'installazione. La tua versione è: %2$s"
INSTL_DATABASE_INVALID_PGSQL_VERSION="Hai bisogno di PostgreSQL %1$s o superiore per continuare l'installazione. La tua versione è: %2$s"
INSTL_DATABASE_INVALID_POSTGRESQL_VERSION="Hai bisogno di PostgreSQL %1$s o superiore per continuare l'installazione. La tua versione è: %2$s"
INSTL_DATABASE_INVALID_TYPE="Indicare il tipo di database utilizzato"
INSTL_DATABASE_NAME_INVALID_CHAR="Nessun identificatore MySQL può contenere un NULL ASCII(0x00)."
INSTL_DATABASE_NAME_INVALID_SPACES="Il nome del database MySQL e i nomi delle tabelle non devono iniziare o finire con spazi."
Expand Down
4 changes: 2 additions & 2 deletions installation/language/ru-RU/joomla.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Joomla! Project
; Copyright (C) 2005 - 2022 Open Source Matters, Inc. <https://www.joomla.org>
; (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : This file needs to be saved as UTF-8
; Note : All ini files need to be saved as UTF-8

; Fatal error page
; These will be processed by the Javascript Build
Expand Down
36 changes: 18 additions & 18 deletions installation/language/ru-RU/langmetadata.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>Russian (Russia)</name>
<version>4.1.3.1</version>
<creationDate>May 2022</creationDate>
<author>Russian Translation Team</author>
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>Russian (Russia)</name>
<version>4.1.4.1</version>
<creationDate>May 2022</creationDate>
<author>Russian Translation Team</author>
<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>
</files>
<metadata>
<name>Russian (ru-RU)</name>
<nativeName>Русский (Россия)</nativeName>
<tag>ru-RU</tag>
<rtl>0</rtl>
</metadata>
<params />
</metafile>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<files>
<filename>joomla.ini</filename>
</files>
<metadata>
<name>Russian (ru-RU)</name>
<nativeName>Русский (Россия)</nativeName>
<tag>ru-RU</tag>
<rtl>0</rtl>
</metadata>
<params />
</metafile>

0 comments on commit 8f08d13

Please sign in to comment.