commit
c16f7e9c97
8 changed files with 41 additions and 6 deletions
|
@ -6,7 +6,7 @@ AddDefaultCharset UTF-8
|
|||
RewriteEngine on
|
||||
|
||||
# Deny direct access to .txt files
|
||||
RewriteRule ^content/(.*)\.txt$ - [R=404,L]
|
||||
RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L]
|
||||
|
||||
# All URL process by index.php
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
|
|
@ -224,9 +224,9 @@
|
|||
"blog": "Блог",
|
||||
"more-images": "Още снимки",
|
||||
"double-click-on-the-image-to-add-it": "Кликнете два пъти върху изображението, за да го добавите.",
|
||||
"click-here-to-cancel": "Кликнете тук, за да го отмените.",
|
||||
"type-the-tag-and-press-enter": "Напишете етикет и натиснете въведи.",
|
||||
"click-here-to-cancel": "Кликнете тук, за да отмените.",
|
||||
"type-the-tag-and-press-enter": "Напишете етикет и натиснете клавиша Enter.",
|
||||
"manage-your-bludit-from-the-admin-panel": "Управлявайте вашият Bludit от [admin area]({{ADMIN_AREA_LINK}})",
|
||||
"there-are-no-images":"Още няма изображения"
|
||||
"there-are-no-images":"Няма изображения"
|
||||
}
|
||||
|
||||
|
|
7
bl-themes/blogme/languages/de_CH.json
Normal file
7
bl-themes/blogme/languages/de_CH.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Blogme",
|
||||
"description": "Minimalistisches und übersichtliches Theme, das die Verwendung von Hauptbildern unterstützt. Das Theme basiert auf dem Theme Future Imperfect."
|
||||
}
|
||||
}
|
7
bl-themes/blogme/languages/de_DE.json
Normal file
7
bl-themes/blogme/languages/de_DE.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Blogme",
|
||||
"description": "Minimalistisches und übersichtliches Theme, das die Verwendung von Hauptbildern unterstützt. Das Theme basiert auf dem Theme Future Imperfect."
|
||||
}
|
||||
}
|
7
bl-themes/future-imperfect/languages/de_CH.json
Normal file
7
bl-themes/future-imperfect/languages/de_CH.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Future Imperfect",
|
||||
"description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
|
||||
}
|
||||
}
|
7
bl-themes/future-imperfect/languages/de_DE.json
Normal file
7
bl-themes/future-imperfect/languages/de_DE.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Future Imperfect",
|
||||
"description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
|
||||
}
|
||||
}
|
7
bl-themes/pure/languages/de_CH.json
Normal file
7
bl-themes/pure/languages/de_CH.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Pure",
|
||||
"description": "Einfaches und übersichtliches Theme. Verwendet wir dafür das Framework Pure.css."
|
||||
}
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
"theme-data":
|
||||
{
|
||||
"name": "Pure",
|
||||
"description": "Einfaches und übersichtliches Theme unter Verwendung des Frameworks Pure.css."
|
||||
"description": "Einfaches und übersichtliches Theme. Verwendet wir dafür das Framework Pure.css."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue