Skip to content

Commit

Permalink
Prepare the version 4.4.46 release (see #1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer authored Dec 17, 2019
1 parent 3f7d2e9 commit 4a83547
Show file tree
Hide file tree
Showing 25 changed files with 3,975 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// Core version
define('VERSION', '4.4');
define('BUILD', '45');
define('BUILD', '46');
define('LONG_TERM_SUPPORT', true);

// Link constants
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/cs/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>Můžete vybrat pouze následující soubory &quot;%s&quot;!</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>Váš výběr obsahuje neplatné ID stránek!</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/de/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>Sie können nur &quot;%s&quot;-Dateien auswählen!</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
<target>Folgende Dateiendungen sind nicht erlaubt: %s</target>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>Ihre Auswahl enthält ungültige Seiten-IDs!</target>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_article.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</trans-unit>
<trans-unit id="tl_article.protected.1">
<source>Show the article to certain member groups only.</source>
<target>Den Artikel nur bestimmten Gruppen anzeigen.</target>
<target>Den Artikel nur bestimmten Mitgliedergruppen anzeigen.</target>
</trans-unit>
<trans-unit id="tl_article.groups.0">
<source>Allowed member groups</source>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_content.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
</trans-unit>
<trans-unit id="tl_content.protected.1">
<source>Show the content element to certain member groups only.</source>
<target>Das Inhaltselement nur bestimmten Gruppen anzeigen.</target>
<target>Das Inhaltselement nur bestimmten Mitgliedergruppen anzeigen.</target>
</trans-unit>
<trans-unit id="tl_content.groups.0">
<source>Allowed member groups</source>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_module.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
</trans-unit>
<trans-unit id="tl_module.protected.1">
<source>Show the module to certain member groups only.</source>
<target>Das Modul nur bestimmten Gruppen anzeigen.</target>
<target>Das Modul nur bestimmten Mitgliedergruppen anzeigen.</target>
</trans-unit>
<trans-unit id="tl_module.groups.0">
<source>Allowed member groups</source>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/es/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>¡Solo se pueden seleccionar ficheros &quot;%s&quot;!</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>¡Su selección contiene una ID de página no válida!</target>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/fr/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>Vous ne pouvez sélectionner que les fichiers &quot;%s&quot; !</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>Votre sélection contient des ID de page non valides !</target>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/it/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>E' possibile selezionare solamente &quot;%s&quot; files!</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>La selezione contiene ID di pagina non validi!</target>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/ja/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>選択できるのは&quot;%s&quot;のファイルだけです。</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>選択した中に不正なページのIDがあります。</target>
Expand Down
12 changes: 10 additions & 2 deletions src/Resources/contao/languages/lv/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<target>Lūdzu ievadiet derīgu tālruņa numuru!</target>
</trans-unit>
<trans-unit id="ERR.extnd">
<source>For security reasons you can not use the following characters here: =&lt;&gt;&amp;/()#</source>
<target>Drošibas apstākļu dēļ jūs nevarat šeit izmantot šīs zīmes (=&amp;/()#)!</target>
<source>For security reasons you can not use the following characters here: #&lt;&gt;()\=</source>
<target>Drošības apsvērumu dēļ jūs nevarat šeit izmantot sekojošās zīmes: #&lt;&gt;()\=</target>
</trans-unit>
<trans-unit id="ERR.email">
<source>Please enter a valid e-mail address!</source>
Expand Down Expand Up @@ -220,6 +220,9 @@
<source>You can only select &quot;%s&quot; files!</source>
<target>Jūs varat tikai izvēlēties &quot;%s&quot; datnes!</target>
</trans-unit>
<trans-unit id="ERR.forbiddenExtensions">
<source>The following file extensions are not allowed: %s</source>
</trans-unit>
<trans-unit id="ERR.invalidPages">
<source>Your selection contains invalid page IDs!</source>
<target>Jūsu atlasē ir nederīgi lapu ID!</target>
Expand Down Expand Up @@ -286,6 +289,9 @@
<trans-unit id="ERR.duplicateSectionId">
<source>Duplicate layout section ID &quot;%s&quot;!</source>
</trans-unit>
<trans-unit id="ERR.moduleWithoutColumn">
<source>Please assign all modules to a column!</source>
</trans-unit>
<trans-unit id="SEC.question1">
<source>Please add %d and %d.</source>
<target>Lūdzu saskaitiet %d un %d.</target>
Expand Down Expand Up @@ -380,9 +386,11 @@
</trans-unit>
<trans-unit id="CTE.markdown.0">
<source>Markdown</source>
<target>Marķējums</target>
</trans-unit>
<trans-unit id="CTE.markdown.1">
<source>Generates HTML code from a markdown text.</source>
<target>Ģenerē HTML kodu no marķējuma teksta. </target>
</trans-unit>
<trans-unit id="CTE.slider">
<source>Content slider</source>
Expand Down
137 changes: 137 additions & 0 deletions src/Resources/contao/languages/lv/exception.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<?xml version="1.0" ?><xliff version="1.1">
<file datatype="php" original="src/Resources/contao/languages/en/exception.php" source-language="en" target-language="lv">
<body>
<trans-unit id="XPT.error">
<source>An error occurred</source>
<target>Notikusi kļūda</target>
</trans-unit>
<trans-unit id="XPT.matter">
<source>What's the matter?</source>
<target>Kas ir noticis?</target>
</trans-unit>
<trans-unit id="XPT.howToFix">
<source>How can I fix the issue?</source>
<target>Kā es varu atrisināt šo problēmu?</target>
</trans-unit>
<trans-unit id="XPT.more">
<source>Tell me more, please</source>
<target>Lūdzu, izstāstiet vairāk</target>
</trans-unit>
<trans-unit id="XPT.hint">
<source>To customize this notice, create a custom Twig template overriding &lt;em&gt;%s&lt;/em&gt;.</source>
<target>Lai pielāgotu šo paziņojumu, izveidojiet pielāgotu Twig veidni, kas ignorēs &lt;em&gt;%s&lt;/em&gt;.</target>
</trans-unit>
<trans-unit id="XPT.errorOccurred">
<source>An error occurred while executing this script. Something does not work properly.</source>
<target>Skripta izpildes laikā notikusi kļūda. Kaut kas nestrādā pareizi.</target>
</trans-unit>
<trans-unit id="XPT.errorFixOne">
<source>Open the current log file in the &lt;code&gt;var/logs&lt;/code&gt; or &lt;code&gt;app/logs&lt;/code&gt; directory and find the associated error message (usually the last one).</source>
</trans-unit>
<trans-unit id="XPT.errorExplain">
<source>The script execution stopped, because something does not work properly. The actual error message is hidden by this notice for security reasons and can be found in the current log file (see above). If you do not understand the error message or do not know how to fix the problem, search the &lt;a href=&quot;https://contao.org/faq.html&quot; target=&quot;_blank&quot;&gt;Contao FAQs&lt;/a&gt; or visit the &lt;a href=&quot;https://contao.org/support.html&quot; target=&quot;_blank&quot;&gt;Contao support page&lt;/a&gt;.</source>
</trans-unit>
<trans-unit id="XPT.requestToken">
<source>Invalid request token</source>
<target>Nederīgs pieprasījuma marķieris</target>
</trans-unit>
<trans-unit id="XPT.invalidToken">
<source>The request token could not be verified.</source>
<target>Pieprasījuma marķieri nevarēja pārbaudīt.</target>
</trans-unit>
<trans-unit id="XPT.tokenRetry">
<source>Please &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;click this link&lt;/a&gt; and try again. Do not use the back button of your browser.</source>
<target>Lūdzu, &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;noklikšķiniet uz šīs saites&lt;/a&gt; un mēģiniet vēlreiz. Nelietojiet pārlūkprogrammas pogu Atpakaļ.</target>
</trans-unit>
<trans-unit id="XPT.tokenExplainOne">
<source>This error occurs if there is a POST request without a valid authentication token. In Contao 2.10, the referer check has been replaced with a request token system. If the problem persists, you may be using an incompatible third-party extension or have not correctly updated your Contao installation.</source>
</trans-unit>
<trans-unit id="XPT.tokenExplainTwo">
<source>For more information, search the &lt;a href=&quot;https://contao.org/faq.html&quot; target=&quot;_blank&quot;&gt;Contao FAQs&lt;/a&gt; or visit the &lt;a href=&quot;https://contao.org/support.html&quot; target=&quot;_blank&quot;&gt;Contao support page&lt;/a&gt;.</source>
<target>Lai iegūtu papildinformāciju, meklējiet &lt;a href=&quot;https://contao.org/faq.html&quot; target=&quot;_blank&quot;&gt;Contao BUJ&lt;/a&gt; vai apmeklējiet &lt;a href=&quot;https://contao.org/support.html&quot; target=&quot;_blank&quot;&gt;Contao atbalsta lapu&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.incomplete">
<source>Incomplete installation</source>
<target>Nepabeigta instalācija</target>
</trans-unit>
<trans-unit id="XPT.incompleteInstallation">
<source>The installation has not been completed, therefore Contao cannot work properly.</source>
<target>Instalācija nav tikusi pabeigta, tādejādi Contao nevar pareizi darboties.</target>
</trans-unit>
<trans-unit id="XPT.incompleteFix">
<source>Please open the Contao install tool (&lt;code&gt;/contao/install&lt;/code&gt;) in your browser.</source>
<target>Lūdzu, atveriet Contao instalācijas rīku (&lt;code&gt;/contao/install) jūsu pārlūkā.</target>
</trans-unit>
<trans-unit id="XPT.incompleteExplain">
<source>For more information, please refer to the &lt;a href=&quot;https://contao.org/manual/installation.html&quot; target=&quot;_blank&quot;&gt;Contao manual&lt;/a&gt;.</source>
<target>Lai iegūtu vairāk informācijas, lūdzu skatīt &lt;a href=&quot;https://contao.org/manual/installation.html&quot; target=&quot;_blank&quot;&gt;Contao rokasgrāmatu&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.noForward">
<source>Forward page not found</source>
<target>Pārsūtīšanas lapa netika atrasta</target>
</trans-unit>
<trans-unit id="XPT.noForwardPage">
<source>The application has been configured to forward the request to another page, however, the target page does not exist or has not been published.</source>
</trans-unit>
<trans-unit id="XPT.noForwardFix">
<source>This is something that needs to be fixed by the administrator of the website. If you are a visitor, there is nothing you can do except to &lt;a href=&quot;%s&quot;&gt;contact the webmaster&lt;/a&gt; to let him know that there is something wrong.</source>
</trans-unit>
<trans-unit id="XPT.noRoot">
<source>No root page found</source>
<target>Nav atrasta saknes lapa</target>
</trans-unit>
<trans-unit id="XPT.noRootPage">
<source>There is no website root page which matches the requested language and/or domain name.</source>
</trans-unit>
<trans-unit id="XPT.noRootFix">
<source>If you have explicitly set a language, try to &lt;a href=&quot;%s&quot;&gt;go to the top level&lt;/a&gt; and see whether you are being redirected. Otherwise &lt;a href=&quot;%s&quot;&gt;contact the webmaster&lt;/a&gt; and let him know that there is something wrong.</source>
</trans-unit>
<trans-unit id="XPT.noLayout">
<source>No layout specified</source>
<target>Nav definēts salikums</target>
</trans-unit>
<trans-unit id="XPT.noLayoutSpecified">
<source>The page you have requested has not yet been associated with a page layout.</source>
<target>Jūsu pieprasītā lapa vēl nav saistīta ar lapas salikumu.</target>
</trans-unit>
<trans-unit id="XPT.noLayoutFix">
<source>Make sure that you have assigned a page layout to each website root page in the site structure.</source>
</trans-unit>
<trans-unit id="XPT.noLayoutExplain">
<source>For more information, please refer to the &lt;a href=&quot;https://contao.org/manual/managing-pages.html&quot; target=&quot;_blank&quot;&gt;Contao manual&lt;/a&gt;.</source>
<target>Plašāku informāciju skatiet &lt;a href=&quot;https://contao.org/manual/managing-pages.html&quot; target=&quot;_blank&quot;&gt;Contao rokasgrāmatā&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.noActive">
<source>No active pages found</source>
<target>Nav atrastas aktīvas lapas</target>
</trans-unit>
<trans-unit id="XPT.noActivePages">
<source>Your request has been mapped to a website which does not yet contain any published pages.</source>
</trans-unit>
<trans-unit id="XPT.noActiveFix">
<source>Most likely, the website is still under development and will be online in a few days. If you still think that there is something wrong, &lt;a href=&quot;%s&quot;&gt;contact the webmaster&lt;/a&gt; and let him know.</source>
</trans-unit>
<trans-unit id="XPT.unavailable">
<source>Service unavailable</source>
<target>Pakalpojums nav pieejams</target>
</trans-unit>
<trans-unit id="XPT.maintenance">
<source>The website is currently not available. Please come back later.</source>
<target>Mājas lapa šobrīd nav pieejama. Lūdzu, atgriezieties vēlāk.</target>
</trans-unit>
<trans-unit id="XPT.insecure">
<source>Insecure document root</source>
<target>Nedroša dokumenta sakne</target>
</trans-unit>
<trans-unit id="XPT.insecureRoot">
<source>Your installation is not secure, because non-public resources are publicy available via HTTP.</source>
</trans-unit>
<trans-unit id="XPT.insecureFix">
<source>Please set the document root to the &lt;code&gt;web/&lt;/code&gt; subfolder. This is usually done in the domain routing section of your server administration panel or in the vhosts file of your web server.</source>
</trans-unit>
<trans-unit id="XPT.insecureExplain">
<source>Contao 4 no longer relies on &lt;code&gt;.htaccess&lt;/code&gt; files to protect folders and instead uses a public subfolder as document root. Anything above the document root must not be accessible via HTTP, otherwise anyone could download non-public resources including sensitive data such as configuration files.</source>
</trans-unit>
</body>
</file>
</xliff>
8 changes: 8 additions & 0 deletions src/Resources/contao/languages/lv/languages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</trans-unit>
<trans-unit id="LNG.ae">
<source>Avestan</source>
<target>Avesta</target>
</trans-unit>
<trans-unit id="LNG.af">
<source>Afrikaans</source>
Expand Down Expand Up @@ -392,9 +393,11 @@
</trans-unit>
<trans-unit id="LNG.fy">
<source>Western Frisian</source>
<target>Rietumfrīzu</target>
</trans-unit>
<trans-unit id="LNG.fy_NL">
<source>Western Frisian (Netherlands)</source>
<target>Rietumfrīzu (Nīderlande)</target>
</trans-unit>
<trans-unit id="LNG.ga">
<source>Irish</source>
Expand Down Expand Up @@ -464,6 +467,7 @@
</trans-unit>
<trans-unit id="LNG.ht">
<source>Haitian Creole</source>
<target>Haitiešu</target>
</trans-unit>
<trans-unit id="LNG.hu">
<source>Hungarian</source>
Expand Down Expand Up @@ -619,9 +623,11 @@
</trans-unit>
<trans-unit id="LNG.kw">
<source>Cornish</source>
<target>Korniešu</target>
</trans-unit>
<trans-unit id="LNG.ky">
<source>Kyrgyz</source>
<target>Kirgīzu</target>
</trans-unit>
<trans-unit id="LNG.la">
<source>Latin</source>
Expand Down Expand Up @@ -875,13 +881,15 @@
</trans-unit>
<trans-unit id="LNG.sc">
<source>Sardinian</source>
<target>Sardīniešu</target>
</trans-unit>
<trans-unit id="LNG.sd">
<source>Sindhi</source>
<target>Sindhu</target>
</trans-unit>
<trans-unit id="LNG.se">
<source>Northern Sami</source>
<target>Ziemeļsāmu</target>
</trans-unit>
<trans-unit id="LNG.sg">
<source>Sango</source>
Expand Down
Loading

0 comments on commit 4a83547

Please sign in to comment.