Skip to content

Commit

Permalink
Merge pull request #1117 from joomla/l10n_crowdin_package_v4
Browse files Browse the repository at this point in the history
New Crowdin translations by GitHub Action
  • Loading branch information
tecpromotion authored Apr 12, 2024
2 parents 6d43ab2 + da74662 commit 7dbc2a1
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION="<p>Per i siti di Joo
COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE="Nuova Impostazione Del Server \"Bilanciamento di Carico\" "
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_DESCRIPTION="<p>Prima della 3.9.22 il file htaccess.txt predefinito conteneva un codice errato destinato a disabilitare gli elenchi delle directory. Il team di sicurezza raccomanda di applicare manualmente le modifiche necessarie a qualsiasi file .htaccess esistente, in quanto questo file non può essere aggiornato automaticamente.</p><p>Il vecchio codice:</p><pre>&lt;IfModule autoindex&gt;\n IndexIgnore *\n&lt;/IfModule&gt;</pre><p>Il nuovo codice:</p><pre>&lt;IfModule mod_autoindex.c&gt;\n IndexIgnore *\n&lt;/IfModule&gt;</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_TITLE="Aggiornamento .htaccess Sugli Annunci Directory"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_DESCRIPTION="<p>Prima di 4.4.4 l'htaccess.txt predefinito non supportava la compressione Brotli. Questo potrebbe causare errori di compressione doppia quando Joomla è installato su un server che utilizza la compressione Brotli. È necessario applicare manualmente le modifiche necessarie a qualsiasi file .htaccess esistente, in quanto questo file non può essere aggiornato automaticamente.</p><p>Il vecchio codice:</p><pre>RewriteRule \"\.css\.gz$\" \"-\" [T=text/css,E=no-gzip:1]<br>RewriteRule \"\.js\.gz$\" \"-\" [T=text/javascript,E=no-gzip:1]</pre><p>Il nuovo codice:</p><pre>RewriteRule \"\.css\.gz$\" \"-\" [T=text/css,E=no-gzip:1,E=no-brotli:1]<br>RewriteRule \"\.js\.gz$\" \"-\" [T=text/javascript,E=no-gzip:1,E=no-brotli:1]</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_TITLE="Aggiornamento compressione Brotli .htaccess"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_DESCRIPTION="<p>Prima del 4.2.9 il file htaccess.txt predefinito conteneva del codice errato per l'aggiunta dell'intestazione HTTP \"Content-Encoding\". Questo potrebbe causare errori di codifica doppia quando Joomla è installato in una sottodirectory e sia questa directory che la sua directory padre contengono un .htaccess file con questo codice. È necessario applicare manualmente le modifiche necessarie a qualsiasi file .htaccess esistente, in quanto questo file non può essere aggiornato automaticamente.</p><p>Il vecchio codice:</p><pre>Header append Content-Encoding gzip</pre><p>Il nuovo codice:</p><pre>Header set Content-Encoding gzip</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_TITLE="Aggiornamento.htaccess relativo all'impostazione dell'header di Content-encoding"
COM_ADMIN_SAVE_SUCCESS="Profilo salvato."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PLG_SYSTEM_JOOA11Y_FIELD_CONTAINER_IGNORE_DESC="Ignora regioni specifiche all'in
PLG_SYSTEM_JOOA11Y_FIELD_READABILITY_ROOT="Contenitore di leggibilità"
PLG_SYSTEM_JOOA11Y_FIELD_READABILITY_ROOT_DESC="Il Landmark Aria in pagina che verrà controllato per la leggibilità. L'impostazione predefinita è <strong>main</strong> . Le alternative ai punti di riferimento sono classi, elementi o ruoli ARIA (ad esempio #example, .example, [role=example])."
PLG_SYSTEM_JOOA11Y_FIELD_SHOW_ALWAYS="Mostra sempre"
PLG_SYSTEM_JOOA11Y_FIELD_SHOW_ALWAYS_DESC="Carica il Controllo accessibilità su tutte le pagine. Lo strumento è utile quando si sviluppa il sito web, ma non dovrebbe essere lasciato attivo quando il sito è pubblicato."
PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION="Il Controllo accessibilità di Joomla evidenzia visivamente problemi comuni di accessibilità e usabilità. Orientato agli autori dei contenuti, il plugin identifica errori o avvisi e fornisce indicazioni su come correggerli."
;Global text
PLG_SYSTEM_JOOA11Y_ALERT_CLOSE="Chiudi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
; Note : All ini files need to be saved as UTF-8

PLG_SYSTEM_PRIVACYCONSENT="Sistema - Consenso Privacy"
PLG_SYSTEM_PRIVACYCONSENT_BODY="<p>L'utente ha acconsentito a memorizzare le proprie informazioni utente utilizzando l'indirizzo IP <strong>%s</strong></p><p>La stringa dell'user agent del browser dell'utente era:<br/>%s</p><p>Queste informazioni sono state registrate automaticamente quando l'utente ha inviato i propri dettagli sul sito web e ha spuntato la casella di conferma.</p>"
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_DESC="Quante volte viene eseguito il controllo"
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_LABEL="Controllo periodico (giorni)"
PLG_SYSTEM_PRIVACYCONSENT_CONSENT="L'utente <a href='{accountlink}'>{username}</a> ha accettato l'Informativa sulla Privacy."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

MOD_RELATED_FIELD_MAX_DESC="Artigos relacionados a serem exibidos (quantidade, o padrão é 5)."
MOD_RELATED_FIELD_MAX_DESC="Número máximo de artigos relacionados para exibir (o padrão é 5)"
MOD_RELATED_FIELD_MAX_LABEL="Artigos"
MOD_RELATED_FIELD_SHOWDATE_LABEL="Data"
MOD_RELATED_ITEMS="Artigos - Relacionados"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION="<p>För Joomlas webb
COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE="Ny serverinställning \"Bakom Lastbalanserare\""
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_DESCRIPTION="<p>Före 3.9.22 innehöll standardfilen htaccess.txt felaktig kod avsedd för att inaktivera kataloglistor. Säkerhetsgruppen rekommenderar att manuellt tillämpa de nödvändiga ändringarna för alla befintliga .htaccess-filer, eftersom denna fil inte kan uppdateras automatiskt.</p><p>Den gamla koden:</p><pre>&lt;IfModule autoindex&gt;\n IndexIgnorera *\n&lt;/IfModule&gt;</pre><p>Den nya koden:</p><pre>&lt;IfModule mod_autoindex.c&gt;\n IndexIgnorera *\n&lt;/IfModule&gt;</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_TITLE=".htaccess Uppdatering för kataloglistning"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_DESCRIPTION="<p>Före 4.4.4 stödde standard htaccess.txt inte Brotli komprimering. Detta kan resultera i dubbla komprimeringsfel när Joomla är installerat på en server som använder Brotli komprimering. Du bör manuellt tillämpa nödvändiga ändringar på befintliga .htaccess-fil, eftersom denna fil inte kan uppdateras automatiskt.</p><p>Den gamla koden:</p><pre>RewriteRule \"\. ss\.gz$\" \"-\" [T=text/css,E=no-gzip:1]<br>RewriteRule \"\.js\.gz$\" \"-\" [T=text/javascript,E=no-gzip:1]</pre><p>Den nya koden:</p><pre>RewriteRule \"\. ss\.gz$\" \"-\" [T=text/css,E=no-gzip:1,E=no-brotli:1]<br>RewriteRule \"\.js\.gz$\" \"-\" [T=text/javascript,E=no-gzip:1,E=no-brotli:1]</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_TITLE=".htaccess Uppdatera Brotli kompression"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_DESCRIPTION="<p>Före 4.2.9 innehöll standardfilen htaccess.txt felaktig kod för att lägga till HTTP-headern \"Content-Encoding\". Detta kan resultera i dubbla kodningsfel när Joomla är installerat i en underkatalog och både denna katalog och dess överordnade katalog innehåller en .htaccess-fil med denna kod. Du bör manuellt göra nödvändiga ändringar i den befintliga .htaccess-fil, eftersom denna fil inte kan uppdateras automatiskt.</p><p>Den gamla koden:</p><pre>Header append Content-Encoding gzip</pre><p>Den nya koden:</p><pre>Header set Content-Encoding gzip</pre>"
COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_TITLE=".htaccess Uppdatering om inställning av innehållskodning Header"
COM_ADMIN_SAVE_SUCCESS="Profilen sparades"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension client="administrator" type="language" method="upgrade">
<name>Swedish (sv-SE)</name>
<tag>sv-SE</tag>
<version/>
<creationDate/>
<version>4.4.0</version>
<creationDate>2024-04</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="administrator">
<name>Swedish (sv-SE)</name>
<version/>
<creationDate/>
<version>4.4.0</version>
<creationDate>2023-09</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ JLIB_FORM_SELECT_USER="Välj en användare"
JLIB_FORM_VALIDATE_FIELD_INVALID="Ogiltigt fält: %s"
JLIB_FORM_VALIDATE_FIELD_REQUIRED="Fältet krävs: %s"
JLIB_FORM_VALIDATE_FIELD_RULE_MISSING="Valideringsregel saknas: %s"
JLIB_FORM_VALIDATE_FIELD_URL_INJECTION_DETECTED="Ogiltig URL: En kod-injektion har upptäckts i %1$s."
JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING="Ogiltig URL: URL-schema saknas i %1$s. Lägg till ett av följande i början: %2$s."
JLIB_FORM_VALUE_CACHE_APCU="APC användarcache"
JLIB_FORM_VALUE_CACHE_FILE="Fil"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PLG_SYSTEM_JOOA11Y_FIELD_CONTAINER_IGNORE_DESC="Ignorera specifika regioner i in
PLG_SYSTEM_JOOA11Y_FIELD_READABILITY_ROOT="Läsbarhetscontainer"
PLG_SYSTEM_JOOA11Y_FIELD_READABILITY_ROOT_DESC="Landmärke på den sida som kommer att kontrolleras för läsbarhet. Standardinställningen är landmärket <strong>main</strong>. Alternativ till landmärken är klasser, element eller ARIA-roller (ex. #exempel, .exempel, [role=exempel])."
PLG_SYSTEM_JOOA11Y_FIELD_SHOW_ALWAYS="Visa alltid"
PLG_SYSTEM_JOOA11Y_FIELD_SHOW_ALWAYS_DESC="Ladda tillgänglighetskontroll på alla sidor. Detta är användbart när du utvecklar webbplatsen men bör inte lämnas kvar när webbplatsen är live."
PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION="Joomla Tillgänglighetskontroll belyser visuellt gemensamma tillgänglighets- och användbarhetsproblem. Inriktad mot innehållsförfattare, identifierar plugin-fel eller varningar och ger vägledning om hur man åtgärdar dem."
;Global text
PLG_SYSTEM_JOOA11Y_ALERT_CLOSE="Stäng"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
; Note : All ini files need to be saved as UTF-8

PLG_SYSTEM_PRIVACYCONSENT="System - Sekretess Medgivande"
PLG_SYSTEM_PRIVACYCONSENT_BODY="<p>Användaren ger sitt medgivande till att lagra sin användarinformation som använder IP-adress <strong>%s</strong></p><p>Användaragent-strängen från användarens webbläsare var:<br>%s</p><p>Denna information registreras automatiskt när användaren lämnat sina uppgifter på webbplatsen och godkänt med att fylla i en kryssruta för medgivande</p>"
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_DESC="Hur ofta kontrollen utförs."
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_LABEL="Regelbunden kontroll (dagar)"
PLG_SYSTEM_PRIVACYCONSENT_CONSENT="Användare <a href='{accountlink}'>{username}</a> har samtyckt till sekretesspolicyn."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension client="api" type="language" method="upgrade">
<name>Swedish (sv-SE)</name>
<tag>sv-SE</tag>
<version/>
<creationDate/>
<version>4.4.1</version>
<creationDate>2023-09</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="api">
<name>Swedish (sv-SE)</name>
<version/>
<creationDate/>
<version>4.4.0</version>
<creationDate>2023-09</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension client="site" type="language" method="upgrade">
<name>Swedish (sv-SE)</name>
<tag>sv-SE</tag>
<version/>
<creationDate/>
<version>4.4.1</version>
<creationDate>2024-04</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<metafile client="site">
<name>Swedish (sv-SE)</name>
<version/>
<creationDate/>
<version>4.4.1</version>
<creationDate>2024-04</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ JLIB_FORM_SELECT_USER="Välj en användare"
JLIB_FORM_VALIDATE_FIELD_INVALID="Ogiltigt fält: %s"
JLIB_FORM_VALIDATE_FIELD_REQUIRED="Fältet krävs: %s"
JLIB_FORM_VALIDATE_FIELD_RULE_MISSING="Valideringsregel saknas: %s"
JLIB_FORM_VALIDATE_FIELD_URL_INJECTION_DETECTED="Ogiltig URL: En kod-injektion har upptäckts i %1$s."
JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING="Ogiltig URL: URL-schema saknas i %1$s. Lägg till ett av följande i början: %2$s."
JLIB_FORM_VALUE_CACHE_APCU="APC användarcache"
JLIB_FORM_VALUE_CACHE_FILE="Fil"
Expand Down
4 changes: 2 additions & 2 deletions joomla_v4/translations/package/sv-SE/pkg_sv-SE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension type="package" method="upgrade">
<name>Swedish (sv-SE) Language Pack</name>
<packagename>sv-SE</packagename>
<version/>
<creationDate/>
<version>4.4.4.1</version>
<creationDate>2024-04</creationDate>
<author>Swedish Translation Team - SvenskJoomla</author>
<authorEmail>info@svenskjoomla.se</authorEmail>
<authorUrl>https://www.svenskjoomla.se</authorUrl>
Expand Down

0 comments on commit 7dbc2a1

Please sign in to comment.