diff --git a/admin/themes/default/index.php b/admin/themes/default/index.php index 599112e7..34f2a45c 100644 --- a/admin/themes/default/index.php +++ b/admin/themes/default/index.php @@ -5,7 +5,7 @@ - Your page title + Bludit @@ -43,9 +43,9 @@ $(document).ready(function() { @@ -57,17 +57,17 @@ $(document).ready(function() { @@ -50,4 +50,4 @@ echo "DEBUG: Load time: ".(microtime(true) - $loadTime).'
'; ?> - + \ No newline at end of file diff --git a/kernel/dblanguage.class.php b/kernel/dblanguage.class.php index ffd48963..c6930599 100644 --- a/kernel/dblanguage.class.php +++ b/kernel/dblanguage.class.php @@ -63,15 +63,10 @@ class dbLanguage extends dbJSON return $this->get($string); } - public function print($string) - { - echo $this->get($string); - } - // Print the translation. public function p($string) { - $this->print($string); + echo $this->get($string); } public function add($array) diff --git a/languages/en_US.json b/languages/en_US.json index 323cbfba..ddc43d79 100644 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -35,9 +35,45 @@ "draft": "Draft", "delete": "Delete", "registered": "Registered", - "Notifications": "notifications", + "Notifications": "Notifications", "profile": "Profile", "email": "Email", + "settings": "Settings", + "general": "General", + "advanced": "Advanced", + "regional": "Regional", + "about": "About", + "logout": "Logout", + "dasbhoard": "Dasbhoard", + "manage": "Manage", + "themes": "Themes", + "site-title": "Site title", + "site-slogan": "Site slogan", + "site-description": "Site description", + "footer-text": "Footer text", + "posts-per-page": "Posts per page", + "site-url": "Site url", + "writting-settings": "Writting settings", + "url-filters": "URL filters", + "pages": "Pages", + "home": "Home", + "welcome-back": "Welcome back", + "language": "Language", + "website": "Website", + "timezone": "Timezone", + "locale": "Locale", + "notifications": "Notifications", + "new-post": "New post", + "html-and-markdown-code-supported": "HTML and Markdown code supported", + "new-page": "New page", + "manage-posts": "Manage posts", + "published-date": "Published date", + "modified-date": "Modified date", + "empty-title": "Empty title", + "plugins": "Plugins", + "install-plugin": "Install plugin", + "uninstall-plugin": "Uninstall plugin", + "new-password": "New password", "edit-user": "Edit user", "publish-now": "Publish now", "first-name": "First name",