Showing with 138 additions and 10 deletions.
  1. +12 −0 .tx/source/da/core/default.xlf
  2. +1 −0 .tx/source/da/core/explain.xlf
  3. +5 −0 .tx/source/da/core/languages.xlf
  4. +1 −0 .tx/source/da/core/tl_install.xlf
  5. +2 −0 .tx/source/da/core/tl_layout.xlf
  6. +2 −0 .tx/source/da/core/tl_page.xlf
  7. +14 −0 .tx/source/pl/core/default.xlf
  8. +1 −0 .tx/source/pl/core/explain.xlf
  9. +4 −0 .tx/source/pl/core/languages.xlf
  10. +1 −0 .tx/source/pl/core/tl_content.xlf
  11. +1 −0 .tx/source/pl/core/tl_install.xlf
  12. +2 −0 .tx/source/pl/core/tl_layout.xlf
  13. +2 −0 .tx/source/pl/core/tl_page.xlf
  14. +1 −0 .tx/source/pl/core/tl_style.xlf
  15. +1 −1 system/config/constants.php
  16. +14 −0 system/docs/CHANGELOG.md
  17. +12 −0 system/modules/core/languages/da/default.php
  18. +1 −0 system/modules/core/languages/da/explain.php
  19. +5 −0 system/modules/core/languages/da/languages.php
  20. +1 −0 system/modules/core/languages/da/tl_install.php
  21. +2 −0 system/modules/core/languages/da/tl_layout.php
  22. +2 −0 system/modules/core/languages/da/tl_page.php
  23. +14 −0 system/modules/core/languages/pl/default.php
  24. +1 −0 system/modules/core/languages/pl/explain.php
  25. +4 −0 system/modules/core/languages/pl/languages.php
  26. +1 −0 system/modules/core/languages/pl/tl_content.php
  27. +1 −0 system/modules/core/languages/pl/tl_install.php
  28. +2 −0 system/modules/core/languages/pl/tl_layout.php
  29. +2 −0 system/modules/core/languages/pl/tl_page.php
  30. +1 −0 system/modules/core/languages/pl/tl_style.php
  31. +10 −2 system/modules/core/library/Contao/Controller.php
  32. +1 −1 system/modules/core/models/StyleSheetModel.php
  33. +6 −6 system/modules/core/pages/PageRegular.php
  34. +7 −0 system/modules/newsletter/modules/ModuleUnsubscribe.php
  35. +1 −0 system/modules/repository/classes/RepositorySettings.php
12 changes: 12 additions & 0 deletions .tx/source/da/core/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
</trans-unit>
<trans-unit id="ERR.invalidDate">
<source>Invalid date &quot;%s&quot;!</source>
<target>Ugyldig dato &quot;%s&quot;!</target>
</trans-unit>
<trans-unit id="ERR.noSpace">
<source>Field &quot;%s&quot; must not contain any whitespace characters!</source>
Expand Down Expand Up @@ -110,6 +111,7 @@
</trans-unit>
<trans-unit id="ERR.filetarget">
<source>Cannot move %s to %s because the target exists!</source>
<target>Kan ikke flytte %s til %s fordi destinationen ikke eksisterer!</target>
</trans-unit>
<trans-unit id="ERR.invalidReferer">
<source>Access denied! The current host address (%s) does not match the referer host address (%s)!</source>
Expand Down Expand Up @@ -1121,6 +1123,7 @@
</trans-unit>
<trans-unit id="MSC.shortcuts.1">
<source>Learn more about speeding up your workflow by using &lt;a href=&quot;https://contao.org/en/manual/3.0/administration-area.html#keyboard-shortcuts&quot; title=&quot;Keyboard shortcuts overview on contao.org&quot; target=&quot;_blank&quot;&gt;keyboard shortcuts&lt;/a&gt;.</source>
<target>Lær mere om at arbejde hurtigere ved at benytte &lt;a href=&quot;https://contao.org/en/manual/3.0/administration-area.html#keyboard-shortcuts&quot; title=&quot;Oversigt over genvejstaster på contao.org&quot; target=&quot;_blank&quot;&gt;genvejstaster&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="MSC.toggleAll.0">
<source>Toggle all</source>
Expand Down Expand Up @@ -1966,34 +1969,43 @@ Denne e-mail er blevet genereret af systemet og kan ikke besvares direkte.
</trans-unit>
<trans-unit id="MSC.templatesTheme">
<source>Theme %s</source>
<target>Tema %s</target>
</trans-unit>
<trans-unit id="UNITS.0">
<source>Byte</source>
<target>100</target>
</trans-unit>
<trans-unit id="UNITS.1">
<source>KiB</source>
<target>KiB</target>
</trans-unit>
<trans-unit id="UNITS.2">
<source>MiB</source>
<target>MiB</target>
</trans-unit>
<trans-unit id="UNITS.3">
<source>GiB</source>
<target>GiB</target>
</trans-unit>
<trans-unit id="UNITS.4">
<source>TiB</source>
<target>TiB</target>
</trans-unit>
<trans-unit id="UNITS.5">
<source>PiB</source>
<target>PiB</target>
</trans-unit>
<trans-unit id="UNITS.6">
<source>EiB</source>
<target>EiB</target>
</trans-unit>
<trans-unit id="UNITS.7">
<source>ZiB</source>
<target>ZiB</target>
</trans-unit>
<trans-unit id="UNITS.8">
<source>YiB</source>
<target>YiB</target>
</trans-unit>
<trans-unit id="CONFIRM.do">
<source>Module</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/da/core/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</trans-unit>
<trans-unit id="XPL.insertTags.1.1">
<source>For more information on insert tags please visit &lt;a href=&quot;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&quot; title=&quot;Contao online documentation&quot; target=&quot;_blank&quot;&gt;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&lt;/a&gt;.</source>
<target>For mere information om insert tags se venligst &lt;a href=&quot;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&quot; title=&quot;Contao online dokumentation&quot; target=&quot;_blank&quot;&gt;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPL.insertTags.2.0">
<source>Code Editor</source>
Expand Down
5 changes: 5 additions & 0 deletions .tx/source/da/core/languages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</trans-unit>
<trans-unit id="LNG.be">
<source>Belarusian</source>
<target>Belarusian</target>
</trans-unit>
<trans-unit id="LNG.bg">
<source>Bulgarian</source>
Expand Down Expand Up @@ -98,6 +99,7 @@
</trans-unit>
<trans-unit id="LNG.dz">
<source>Dzongkha</source>
<target>Dzongkha</target>
</trans-unit>
<trans-unit id="LNG.el">
<source>Greek</source>
Expand Down Expand Up @@ -405,6 +407,7 @@
</trans-unit>
<trans-unit id="LNG.si">
<source>Sinhala</source>
<target>Sinhala</target>
</trans-unit>
<trans-unit id="LNG.sk">
<source>Slovak</source>
Expand Down Expand Up @@ -440,6 +443,7 @@
</trans-unit>
<trans-unit id="LNG.st">
<source>Sotho</source>
<target>Sotho</target>
</trans-unit>
<trans-unit id="LNG.su">
<source>Sudanese</source>
Expand All @@ -459,6 +463,7 @@
</trans-unit>
<trans-unit id="LNG.te">
<source>Telugu</source>
<target>Telugu</target>
</trans-unit>
<trans-unit id="LNG.tg">
<source>Tajik</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/da/core/tl_install.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
</trans-unit>
<trans-unit id="tl_install.importException">
<source>The import failed! Is the database structure up to date and is the template file compatible with your Contao version?</source>
<target>Importeringen fejlede! Er database strukturen up to date og er skabelon filen kompatibel med din version af Contao?</target>
</trans-unit>
<trans-unit id="tl_install.importError">
<source>Please choose a template file!</source>
Expand Down
2 changes: 2 additions & 0 deletions .tx/source/da/core/tl_layout.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@
</trans-unit>
<trans-unit id="tl_layout.form.css.0">
<source>Basic forms</source>
<target>Basis formularer</target>
</trans-unit>
<trans-unit id="tl_layout.form.css.1">
<source>Adds basic form elements and buttons formatting.</source>
<target>Tilføjer basis formatering af formular elementer og knapper.</target>
</trans-unit>
<trans-unit id="tl_layout.tinymce.css.0">
<source>TinyMCE style sheet</source>
Expand Down
2 changes: 2 additions & 0 deletions .tx/source/da/core/tl_page.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</trans-unit>
<trans-unit id="tl_page.language.1">
<source>Please enter the page language according to the ISO-639-1 standard (e.g. &quot;en&quot; for English).</source>
<target>Indtast venligst sidens sprog i henhold til ISO-639-1 standarden (f.eks &quot;da&quot; for dansk)</target>
</trans-unit>
<trans-unit id="tl_page.robots.0">
<source>Robots tag</source>
Expand Down Expand Up @@ -126,6 +127,7 @@
</trans-unit>
<trans-unit id="tl_page.createSitemap.1">
<source>Create a Google XML sitemap in the &lt;em&gt;share/&lt;/em&gt; directory.</source>
<target>Opret et Google XML sitemap i &lt;em&gt;share&lt;/em&gt; mappen.</target>
</trans-unit>
<trans-unit id="tl_page.sitemapName.0">
<source>Sitemap file name</source>
Expand Down
14 changes: 14 additions & 0 deletions .tx/source/pl/core/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
</trans-unit>
<trans-unit id="ERR.invalidDate">
<source>Invalid date &quot;%s&quot;!</source>
<target>Nieprawidłowa data &quot;%s&quot;!</target>
</trans-unit>
<trans-unit id="ERR.noSpace">
<source>Field &quot;%s&quot; must not contain any whitespace characters!</source>
Expand Down Expand Up @@ -110,6 +111,7 @@
</trans-unit>
<trans-unit id="ERR.filetarget">
<source>Cannot move %s to %s because the target exists!</source>
<target>Nie można przenieść %s do %s, ponieważ docelowe miejsce już istnieje!</target>
</trans-unit>
<trans-unit id="ERR.invalidReferer">
<source>Access denied! The current host address (%s) does not match the referer host address (%s)!</source>
Expand Down Expand Up @@ -225,6 +227,7 @@
</trans-unit>
<trans-unit id="ERR.fileNotFoundSync">
<source>No database entry found for %s. Please synchronize the file system.</source>
<target>Nie znaleziono rekordu w bazie dla %s. Uruchom synchronizację systemu plików.</target>
</trans-unit>
<trans-unit id="SEC.question1">
<source>Please add %d and %d.</source>
Expand Down Expand Up @@ -1120,6 +1123,7 @@
</trans-unit>
<trans-unit id="MSC.shortcuts.1">
<source>Learn more about speeding up your workflow by using &lt;a href=&quot;https://contao.org/en/manual/3.0/administration-area.html#keyboard-shortcuts&quot; title=&quot;Keyboard shortcuts overview on contao.org&quot; target=&quot;_blank&quot;&gt;keyboard shortcuts&lt;/a&gt;.</source>
<target>Dowiedz się więcej o przyspieszaniu swojego miejsca i sposoby pracy używając &lt;a href=&quot;https://contao.org/en/manual/3.0/administration-area.html#keyboard-shortcuts&quot; title=&quot;Keyboard shortcuts overview on contao.org&quot; target=&quot;_blank&quot;&gt;skrótów klawiaturowych&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="MSC.toggleAll.0">
<source>Toggle all</source>
Expand Down Expand Up @@ -1961,37 +1965,47 @@ Ten e-mail został wygenerowane przez Contao. Nie odpowiadaj na niego.
</trans-unit>
<trans-unit id="MSC.dragItemsHint">
<source>Drag the items to re-order them</source>
<target>Przeciągnij rzeczy, aby je uporządkować</target>
</trans-unit>
<trans-unit id="MSC.templatesTheme">
<source>Theme %s</source>
<target>Motyw %s</target>
</trans-unit>
<trans-unit id="UNITS.0">
<source>Byte</source>
<target>Bitów</target>
</trans-unit>
<trans-unit id="UNITS.1">
<source>KiB</source>
<target>KiB</target>
</trans-unit>
<trans-unit id="UNITS.2">
<source>MiB</source>
<target>MiB</target>
</trans-unit>
<trans-unit id="UNITS.3">
<source>GiB</source>
<target>GiB</target>
</trans-unit>
<trans-unit id="UNITS.4">
<source>TiB</source>
<target>TiB</target>
</trans-unit>
<trans-unit id="UNITS.5">
<source>PiB</source>
<target>PiB</target>
</trans-unit>
<trans-unit id="UNITS.6">
<source>EiB</source>
<target>EiB</target>
</trans-unit>
<trans-unit id="UNITS.7">
<source>ZiB</source>
<target>ZiB</target>
</trans-unit>
<trans-unit id="UNITS.8">
<source>YiB</source>
<target>YiB</target>
</trans-unit>
<trans-unit id="CONFIRM.do">
<source>Module</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/pl/core/explain.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</trans-unit>
<trans-unit id="XPL.insertTags.1.1">
<source>For more information on insert tags please visit &lt;a href=&quot;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&quot; title=&quot;Contao online documentation&quot; target=&quot;_blank&quot;&gt;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&lt;/a&gt;.</source>
<target>Po więcej informacji na temat insert tagów odwiedź &lt;a href=&quot;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&quot; title=&quot;Contao online documentation&quot; target=&quot;_blank&quot;&gt;https://contao.org/en/manual/3.0/managing-content.html#insert-tags&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPL.insertTags.2.0">
<source>Code Editor</source>
Expand Down
4 changes: 4 additions & 0 deletions .tx/source/pl/core/languages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
</trans-unit>
<trans-unit id="LNG.dz">
<source>Dzongkha</source>
<target>Dzongkha</target>
</trans-unit>
<trans-unit id="LNG.el">
<source>Greek</source>
Expand Down Expand Up @@ -406,6 +407,7 @@
</trans-unit>
<trans-unit id="LNG.si">
<source>Sinhala</source>
<target>Sinhala</target>
</trans-unit>
<trans-unit id="LNG.sk">
<source>Slovak</source>
Expand Down Expand Up @@ -441,6 +443,7 @@
</trans-unit>
<trans-unit id="LNG.st">
<source>Sotho</source>
<target>Sotho</target>
</trans-unit>
<trans-unit id="LNG.su">
<source>Sudanese</source>
Expand All @@ -460,6 +463,7 @@
</trans-unit>
<trans-unit id="LNG.te">
<source>Telugu</source>
<target>Telugu</target>
</trans-unit>
<trans-unit id="LNG.tg">
<source>Tajik</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/pl/core/tl_content.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
</trans-unit>
<trans-unit id="tl_content.orderSRC.1">
<source>The sort order of the items.</source>
<target>Kolejność sortowania rzeczy.</target>
</trans-unit>
<trans-unit id="tl_content.useHomeDir.0">
<source>Use home directory</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/pl/core/tl_install.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
</trans-unit>
<trans-unit id="tl_install.filesRenamed">
<source>The configured files directory does not exist!</source>
<target>Skonfigurowany katalog plików nie istnieje!</target>
</trans-unit>
<trans-unit id="tl_install.filesWarning">
<source>Did you rename the &lt;strong&gt;tl_files&lt;/strong&gt; folder to &lt;strong&gt;files&lt;/strong&gt;? You cannot just rename the folder, because all the file references in the database and your style sheets will still point to the old location. If you want to rename the folder, please do so after the version 3 update and make sure to adjust your database data with the following script: %s.</source>
Expand Down
2 changes: 2 additions & 0 deletions .tx/source/pl/core/tl_layout.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@
</trans-unit>
<trans-unit id="tl_layout.form.css.0">
<source>Basic forms</source>
<target>Podstawowe formularze</target>
</trans-unit>
<trans-unit id="tl_layout.form.css.1">
<source>Adds basic form elements and buttons formatting.</source>
<target>Dodaje formatowanie podstawowych elementów formularzy i przycisków.</target>
</trans-unit>
<trans-unit id="tl_layout.tinymce.css.0">
<source>TinyMCE style sheet</source>
Expand Down
2 changes: 2 additions & 0 deletions .tx/source/pl/core/tl_page.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</trans-unit>
<trans-unit id="tl_page.language.1">
<source>Please enter the page language according to the ISO-639-1 standard (e.g. &quot;en&quot; for English).</source>
<target>Wprowadź język strony zgodnie ze standardem ISO-639-1 (np. &quot;pl&quot; dla polskiego).</target>
</trans-unit>
<trans-unit id="tl_page.robots.0">
<source>Robots tag</source>
Expand Down Expand Up @@ -126,6 +127,7 @@
</trans-unit>
<trans-unit id="tl_page.createSitemap.1">
<source>Create a Google XML sitemap in the &lt;em&gt;share/&lt;/em&gt; directory.</source>
<target>Utwórz mapę strony Google XML w katalogu &lt;em&gt;share/&lt;/em&gt;.</target>
</trans-unit>
<trans-unit id="tl_page.sitemapName.0">
<source>Sitemap file name</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/pl/core/tl_style.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
</trans-unit>
<trans-unit id="tl_style.gradientAngle.1">
<source>Here you can enter the gradient angle (e.g. &lt;em&gt;0deg&lt;/em&gt;) or the direction (e.g. &lt;em&gt;to bottom&lt;/em&gt; or &lt;em&gt;to top right&lt;/em&gt;).</source>
<target>Tutaj możesz wprowadzić kąt gradientu (np. &lt;em&gt;0deg&lt;/em&gt;) lub kierunek (np. &lt;em&gt;to bottom&lt;/em&gt; lub &lt;em&gt;to top right&lt;/em&gt;).</target>
</trans-unit>
<trans-unit id="tl_style.gradientColors.0">
<source>Gradient colors</source>
Expand Down
2 changes: 1 addition & 1 deletion system/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* the web browser reload those resources after a Contao update.
*/
define('VERSION', '3.0');
define('BUILD', '2');
define('BUILD', '3');
define('LONG_TERM_SUPPORT', false);
define('CODEMIRROR', '2.32');
define('CSS3PIE', '1.0.0');
Expand Down
14 changes: 14 additions & 0 deletions system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Contao Open Source CMS Changelog
================================

Version 3.0.3 (2013-01-08)
--------------------------

### Fixed
Do not separate a style sheet with a font-face selector if the definition is
invisible or the media type of the style sheet is "all" (see #5216).

### Fixed
Looking for theme templates broke the install routine (see #5210).

### Fixed
Correctly handle empty newsletter channel selections.


Version 3.0.2 (2013-01-07)
--------------------------

Expand Down
12 changes: 12 additions & 0 deletions system/modules/core/languages/da/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
$GLOBALS['TL_LANG']['ERR']['date'] = 'Indtast venligst dato som "%s"!';
$GLOBALS['TL_LANG']['ERR']['time'] = 'Indtast venligst tidspunktet som "%s"!';
$GLOBALS['TL_LANG']['ERR']['dateTime'] = 'Indtast venligst dato og tidspunkt som "%s"!';
$GLOBALS['TL_LANG']['ERR']['invalidDate'] = 'Ugyldig dato "%s"!';
$GLOBALS['TL_LANG']['ERR']['noSpace'] = 'Feltet "%s" må ikke indeholde mellemrum!';
$GLOBALS['TL_LANG']['ERR']['filesize'] = 'Maksimumstørrelsen for fil-upload er %s!';
$GLOBALS['TL_LANG']['ERR']['filetype'] = 'Det er ikke tilladt at uploade filtypen "%s"!';
$GLOBALS['TL_LANG']['ERR']['filepartial'] = 'Filen %s blev kun delvist uploaded!';
$GLOBALS['TL_LANG']['ERR']['filewidth'] = 'Filen %s overskrider den maksimale billedbredde på %d pixels!';
$GLOBALS['TL_LANG']['ERR']['fileheight'] = 'Filen %s overskrider den maksimale billedhøjde på %d pixels!';
$GLOBALS['TL_LANG']['ERR']['filetarget'] = 'Kan ikke flytte %s til %s fordi destinationen ikke eksisterer!';
$GLOBALS['TL_LANG']['ERR']['invalidReferer'] = 'Adgang nægtet! Den nuværende værtsadressen (%s) stemmer ikke overens med "referer"-værtsadressen (%s)!';
$GLOBALS['TL_LANG']['ERR']['invalidPass'] = 'Ugyldigt kodeord!';
$GLOBALS['TL_LANG']['ERR']['passwordLength'] = 'Kodeordet skal indeholde mindst %d tegn!';
Expand Down Expand Up @@ -292,6 +294,7 @@
$GLOBALS['TL_LANG']['MSC']['staticPlugins'][0] = 'Assets URL';
$GLOBALS['TL_LANG']['MSC']['staticPlugins'][1] = 'Assets URLen gælder for <em>assets</em> mappen og kan f.eks. pege til et CDN (Page Speed optimering).';
$GLOBALS['TL_LANG']['MSC']['shortcuts'][0] = 'Back end genvejstaster';
$GLOBALS['TL_LANG']['MSC']['shortcuts'][1] = 'Lær mere om at arbejde hurtigere ved at benytte <a href="https://contao.org/en/manual/3.0/administration-area.html#keyboard-shortcuts" title="Oversigt over genvejstaster på contao.org" target="_blank">genvejstaster</a>.';
$GLOBALS['TL_LANG']['MSC']['toggleAll'][0] = 'Skift alle';
$GLOBALS['TL_LANG']['MSC']['toggleAll'][1] = 'Åbn eller luk alle';
$GLOBALS['TL_LANG']['MSC']['lockedAccount'][0] = 'En konto er blevet låst';
Expand Down Expand Up @@ -498,7 +501,16 @@
$GLOBALS['TL_LANG']['MSC']['changelog'] = 'Ændringslog';
$GLOBALS['TL_LANG']['MSC']['coreOnlyOff'] = 'Deaktiver';
$GLOBALS['TL_LANG']['MSC']['dragItemsHint'] = 'Træk elementerne for at sortere dem';
$GLOBALS['TL_LANG']['MSC']['templatesTheme'] = 'Tema %s';
$GLOBALS['TL_LANG']['UNITS'][0] = '100';
$GLOBALS['TL_LANG']['UNITS'][1] = 'KiB';
$GLOBALS['TL_LANG']['UNITS'][2] = 'MiB';
$GLOBALS['TL_LANG']['UNITS'][3] = 'GiB';
$GLOBALS['TL_LANG']['UNITS'][4] = 'TiB';
$GLOBALS['TL_LANG']['UNITS'][5] = 'PiB';
$GLOBALS['TL_LANG']['UNITS'][6] = 'EiB';
$GLOBALS['TL_LANG']['UNITS'][7] = 'ZiB';
$GLOBALS['TL_LANG']['UNITS'][8] = 'YiB';
$GLOBALS['TL_LANG']['CONFIRM']['do'] = 'Modul';
$GLOBALS['TL_LANG']['CONFIRM']['table'] = 'Berørte tabel';
$GLOBALS['TL_LANG']['CONFIRM']['act'] = 'Handling';
Expand Down
Loading