Showing 616 changed files with 30,428 additions and 387 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ system/config/dcaconfig.php
system/config/initconfig.php
system/config/langconfig.php
system/config/localconfig.php
system/config/pathconfig.php
system/cron/cron.txt
system/logs/*
system/tmp/*
31 changes: 19 additions & 12 deletions .htaccess.default
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
# Prevent access to the Contao template files
##
<FilesMatch "\.(tpl|html5|xhtml)$">
Order allow,deny
Deny from all
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>

##
Expand Down Expand Up @@ -205,16 +210,18 @@ FileETag None
RewriteBase /

##
# Uncomment to redirect domains without "www" to the "www" subdomain.
##
#RewriteCond %{HTTP_HOST} !^www\..+$ [NC]
#RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

##
# Uncomment to redirect domains with "www" to the empty domain.
# Uncomment the following lines to add "www." to the domain:
#
# RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
# RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
#
# Uncomment the following lines to remove "www." from the domain:
#
# RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
# RewriteRule (.*) http://domain.com/$1 [R=301,L]
#
# Make sure to replace "domain.com" with your domain name.
##
#RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
#RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]

##
# If you cannot use mod_deflate, uncomment the following lines to load a
Expand Down Expand Up @@ -243,7 +250,7 @@ FileETag None
#
# For more information see: https://github.com/contao/core/issues/4364
##
<FilesMatch "\.(htm|php|js|css|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp3|mp4|webm|ogv|eot|woff|svg|ttf|pdf|gz)$">
<FilesMatch "\.(htm|php|js|css|htc|png|gif|jpe?g|ico|xml|csv|txt|swf|flv|mp4|webm|ogv|mp3|ogg|oga|eot|woff|svg|ttf|pdf|gz)$">
RewriteEngine Off
</FilesMatch>

Expand Down
16 changes: 16 additions & 0 deletions .tx/source/bg/calendar/tl_calendar.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</trans-unit>
<trans-unit id="tl_calendar.jumpTo.0">
<source>Redirect page</source>
<target>Страница за показване</target>
</trans-unit>
<trans-unit id="tl_calendar.jumpTo.1">
<source>Please choose the event reader page to which visitors will be redirected when clicking an event.</source>
Expand All @@ -29,6 +30,7 @@
</trans-unit>
<trans-unit id="tl_calendar.sortOrder.0">
<source>Sort order</source>
<target>Подреждане</target>
</trans-unit>
<trans-unit id="tl_calendar.sortOrder.1">
<source>By default, comments are sorted ascending, starting with the oldest one.</source>
Expand All @@ -44,21 +46,27 @@
</trans-unit>
<trans-unit id="tl_calendar.moderate.1">
<source>Approve comments before they are published on the website.</source>
<target>Одобряване на коментарите преди да са публикувани.</target>
</trans-unit>
<trans-unit id="tl_calendar.bbcode.0">
<source>Allow BBCode</source>
<target>Разрешаване на BB-Код</target>
</trans-unit>
<trans-unit id="tl_calendar.bbcode.1">
<source>Allow visitors to format their comments with BBCode.</source>
<target>Разрешаване на посетителите да форматират коментарите си като използват BB-Код.</target>
</trans-unit>
<trans-unit id="tl_calendar.requireLogin.0">
<source>Require login to comment</source>
<target>Изискване на влязъл потребител.</target>
</trans-unit>
<trans-unit id="tl_calendar.requireLogin.1">
<source>Allow only authenticated users to create comments.</source>
<target>Разрешаване само на идентифицирани потребители да въвеждат коментари.</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.0">
<source>Disable the security question</source>
<target>Изключване на защитния въпрос</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.1">
<source>Use this option only if you have limited comments to authenticated users.</source>
Expand All @@ -71,6 +79,7 @@
</trans-unit>
<trans-unit id="tl_calendar.groups.0">
<source>Allowed member groups</source>
<target>Разрешени групи</target>
</trans-unit>
<trans-unit id="tl_calendar.groups.1">
<source>These groups will be able to see the events in this calendar.</source>
Expand Down Expand Up @@ -109,9 +118,11 @@
</trans-unit>
<trans-unit id="tl_calendar.feedBase.0">
<source>Base URL</source>
<target>Базов URL</target>
</trans-unit>
<trans-unit id="tl_calendar.feedBase.1">
<source>Please enter the base URL with protocol (e.g. &lt;em&gt;http://&lt;/em&gt;).</source>
<target>моля, въведете главния адрес и протокол (&lt;em&gt;http://&lt;/em&gt;).</target>
</trans-unit>
<trans-unit id="tl_calendar.alias.0">
<source>Feed alias</source>
Expand All @@ -135,18 +146,22 @@
</trans-unit>
<trans-unit id="tl_calendar.title_legend">
<source>Title and redirect page</source>
<target>Заглавие и страница към която се препраща</target>
</trans-unit>
<trans-unit id="tl_calendar.comments_legend">
<source>Comments</source>
<target>Коментари</target>
</trans-unit>
<trans-unit id="tl_calendar.protected_legend">
<source>Access protection</source>
<target>Защита на достъпа</target>
</trans-unit>
<trans-unit id="tl_calendar.feed_legend">
<source>RSS/Atom feed</source>
</trans-unit>
<trans-unit id="tl_calendar.notify_admin">
<source>System administrator</source>
<target>Системен администратор</target>
</trans-unit>
<trans-unit id="tl_calendar.notify_author">
<source>Author of the event</source>
Expand Down Expand Up @@ -174,6 +189,7 @@
</trans-unit>
<trans-unit id="tl_calendar.edit.0">
<source>Edit calendar</source>
<target>Редактиране на календар</target>
</trans-unit>
<trans-unit id="tl_calendar.edit.1">
<source>Edit calendar ID %s</source>
Expand Down
23 changes: 23 additions & 0 deletions .tx/source/bg/calendar/tl_calendar_events.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.author.0">
<source>Author</source>
<target>Автор</target>
</trans-unit>
<trans-unit id="tl_calendar_events.author.1">
<source>Here you can change the author of the event.</source>
Expand Down Expand Up @@ -79,6 +80,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.addImage.0">
<source>Add an image</source>
<target>Добавяне на картинка</target>
</trans-unit>
<trans-unit id="tl_calendar_events.addImage.1">
<source>Add an image to the event.</source>
Expand All @@ -103,15 +105,18 @@
</trans-unit>
<trans-unit id="tl_calendar_events.addEnclosure.0">
<source>Add enclosures</source>
<target>Добавяне на прикачени файлове</target>
</trans-unit>
<trans-unit id="tl_calendar_events.addEnclosure.1">
<source>Add one or more downloadable files to the event.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.enclosure.0">
<source>Enclosures</source>
<target>Прикачен файл</target>
</trans-unit>
<trans-unit id="tl_calendar_events.enclosure.1">
<source>Please choose the files you want to attach.</source>
<target>Моля, изберете файловете, които искате да прикачите</target>
</trans-unit>
<trans-unit id="tl_calendar_events.source.0">
<source>Redirect target</source>
Expand All @@ -127,39 +132,46 @@
</trans-unit>
<trans-unit id="tl_calendar_events.internal.0">
<source>Page</source>
<target>Страница</target>
</trans-unit>
<trans-unit id="tl_calendar_events.internal.1">
<source>By clicking the &quot;read more …&quot; button, visitors will be redirected to an internal page.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.article.0">
<source>Article</source>
<target>ID на статията</target>
</trans-unit>
<trans-unit id="tl_calendar_events.article.1">
<source>By clicking the &quot;read more …&quot; button, visitors will be redirected to an article.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.external.0">
<source>External URL</source>
<target>външен URL</target>
</trans-unit>
<trans-unit id="tl_calendar_events.external.1">
<source>By clicking the &quot;read more …&quot; button, visitors will be redirected to an external website.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.jumpTo.0">
<source>Redirect page</source>
<target>Страница за показване</target>
</trans-unit>
<trans-unit id="tl_calendar_events.jumpTo.1">
<source>Please choose the page to which visitors will be redirected when clicking the event.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.articleId.0">
<source>Article</source>
<target>ID на статията</target>
</trans-unit>
<trans-unit id="tl_calendar_events.articleId.1">
<source>Please choose the article to which visitors will be redirected when clicking the event.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.cssClass.0">
<source>CSS class</source>
<target>CSS клас</target>
</trans-unit>
<trans-unit id="tl_calendar_events.cssClass.1">
<source>Here you can enter one or more classes.</source>
<target>Тук можете да въведете един или повече CSS класове.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.noComments.0">
<source>Disable comments</source>
Expand All @@ -177,51 +189,62 @@
</trans-unit>
<trans-unit id="tl_calendar_events.start.0">
<source>Show from</source>
<target>Начало на обвивката</target>
</trans-unit>
<trans-unit id="tl_calendar_events.start.1">
<source>Do not show the event on the website before this day.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.stop.0">
<source>Show until</source>
<target>Край на обвивката</target>
</trans-unit>
<trans-unit id="tl_calendar_events.stop.1">
<source>Do not show the event on the website on and after this day.</source>
</trans-unit>
<trans-unit id="tl_calendar_events.tstamp.0">
<source>Revision date</source>
<target>Дата на промяната</target>
</trans-unit>
<trans-unit id="tl_calendar_events.tstamp.1">
<source>Date and time of the latest revision</source>
<target>Дата и време на последната промяна</target>
</trans-unit>
<trans-unit id="tl_calendar_events.title_legend">
<source>Title and author</source>
<target>Заглавие и автор</target>
</trans-unit>
<trans-unit id="tl_calendar_events.date_legend">
<source>Date and time</source>
<target>Дата и време</target>
</trans-unit>
<trans-unit id="tl_calendar_events.teaser_legend">
<source>Teaser</source>
</trans-unit>
<trans-unit id="tl_calendar_events.text_legend">
<source>Event text</source>
<target>Подробности за събитието</target>
</trans-unit>
<trans-unit id="tl_calendar_events.image_legend">
<source>Image settings</source>
<target>Настройки за изображение</target>
</trans-unit>
<trans-unit id="tl_calendar_events.recurring_legend">
<source>Recurrence settings</source>
</trans-unit>
<trans-unit id="tl_calendar_events.enclosure_legend">
<source>Enclosures</source>
<target>Прикачен файл</target>
</trans-unit>
<trans-unit id="tl_calendar_events.source_legend">
<source>Redirect target</source>
</trans-unit>
<trans-unit id="tl_calendar_events.expert_legend">
<source>Expert settings</source>
<target>Експертни настройки</target>
</trans-unit>
<trans-unit id="tl_calendar_events.publish_legend">
<source>Publish settings</source>
<target>Настройки за публикуване</target>
</trans-unit>
<trans-unit id="tl_calendar_events.days">
<source>day(s)</source>
Expand Down
7 changes: 7 additions & 0 deletions .tx/source/bg/calendar/tl_calendar_feed.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<body>
<trans-unit id="tl_calendar_feed.title.0">
<source>Title</source>
<target>Заглавие</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.title.1">
<source>Please enter a feed title.</source>
Expand All @@ -15,12 +16,15 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.language.0">
<source>Feed language</source>
<target>Език</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.language.1">
<source>Please enter the feed language according to the ISO-639 standard (e.g. &lt;em&gt;en&lt;/em&gt; or &lt;em&gt;en-us&lt;/em&gt;).</source>
<target>Моля, въведете езика съгласно RCF1766 (т.е. &lt;em&gt;en&lt;/em&gt;, &lt;em&gt;en-us&lt;/em&gt; или &lt;em&gt;en-cockney&lt;/em&gt;).</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.calendars.0">
<source>Calendars</source>
<target>Календар</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.calendars.1">
<source>Here you can choose the calendars to be included in the feed.</source>
Expand All @@ -45,9 +49,11 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.feedBase.0">
<source>Base URL</source>
<target>Базов URL</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.feedBase.1">
<source>Please enter the base URL with protocol (e.g. &lt;em&gt;http://&lt;/em&gt;).</source>
<target>моля, въведете главния адрес и протокол (&lt;em&gt;http://&lt;/em&gt;).</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.description.0">
<source>Feed description</source>
Expand All @@ -60,6 +66,7 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.calendars_legend">
<source>Calendars</source>
<target>Календар</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.config_legend">
<source>Feed settings</source>
Expand Down
4 changes: 4 additions & 0 deletions .tx/source/bg/calendar/tl_module.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
</trans-unit>
<trans-unit id="tl_module.cal_order.0">
<source>Sort order</source>
<target>Подреждане</target>
</trans-unit>
<trans-unit id="tl_module.cal_order.1">
<source>Here you can choose the sort order.</source>
<target>Тук можете да изберете начина на подреждане.</target>
</trans-unit>
<trans-unit id="tl_module.cal_readerModule.0">
<source>Event reader module</source>
Expand Down Expand Up @@ -77,6 +79,7 @@
</trans-unit>
<trans-unit id="tl_module.cal_list">
<source>Event list</source>
<target>Списък със събития</target>
</trans-unit>
<trans-unit id="tl_module.cal_day">
<source>Day</source>
Expand All @@ -88,6 +91,7 @@
</trans-unit>
<trans-unit id="tl_module.cal_year">
<source>Year</source>
<target>Година</target>
</trans-unit>
<trans-unit id="tl_module.cal_all">
<source>All events</source>
Expand Down
3 changes: 3 additions & 0 deletions .tx/source/bg/comments/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
<body>
<trans-unit id="MSC.com_name">
<source>Name</source>
<target>Име</target>
</trans-unit>
<trans-unit id="MSC.com_email">
<source>E-mail (not published)</source>
</trans-unit>
<trans-unit id="MSC.com_website">
<source>Website</source>
<target>Сайт</target>
</trans-unit>
<trans-unit id="MSC.com_comment">
<source>Comment</source>
<target>Коментар</target>
</trans-unit>
<trans-unit id="MSC.com_notify">
<source>Notify me of new comments by e-mail</source>
Expand Down
1 change: 1 addition & 0 deletions .tx/source/bg/comments/tl_comments.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
</trans-unit>
<trans-unit id="tl_comments.ip.0">
<source>IP address</source>
<target>IP адрес</target>
</trans-unit>
<trans-unit id="tl_comments.ip.1">
<source>The IP address of the author.</source>
Expand Down
Loading