Merge pull request #1 from dignajar/master

Pull from main branch
This commit is contained in:
Deo Favente 2016-01-27 14:19:28 +08:00
commit c16f7e9c97
8 changed files with 41 additions and 6 deletions

View file

@ -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

View file

@ -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":"Няма изображения"
}

View 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."
}
}

View 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."
}
}

View file

@ -0,0 +1,7 @@
{
"theme-data":
{
"name": "Future Imperfect",
"description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
}
}

View file

@ -0,0 +1,7 @@
{
"theme-data":
{
"name": "Future Imperfect",
"description": "Übersichtliches responsives Theme von @n33co, von Diego Najar für Bludit angepasst."
}
}

View file

@ -0,0 +1,7 @@
{
"theme-data":
{
"name": "Pure",
"description": "Einfaches und übersichtliches Theme. Verwendet wir dafür das Framework Pure.css."
}
}

View file

@ -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."
}
}
}