From 551614e7cc746e98a6a5c12b84c4374a91a5bc78 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 8 Aug 2018 00:16:35 +0200 Subject: [PATCH] languages updates --- .htaccess | 2 +- .../admin/themes/booty/html/user-logged.php | 7 +++++-- bl-kernel/admin/views/categories.php | 6 +++--- bl-kernel/admin/views/dashboard.php | 18 +++++++++--------- bl-kernel/admin/views/new-category.php | 6 +++--- bl-kernel/admin/views/new-content.php | 4 ++-- bl-kernel/admin/views/settings.php | 10 +++++----- bl-kernel/language.class.php | 4 ++-- bl-languages/en.json | 9 ++++++++- bl-languages/es.json | 10 ++++++++-- bl-plugins/rss/plugin.php | 2 +- bl-plugins/simple-stats/languages/en.json | 5 ++++- bl-plugins/simple-stats/languages/es.json | 5 ++++- bl-plugins/simple-stats/plugin.php | 9 ++++++--- install.php | 4 ++-- 15 files changed, 63 insertions(+), 38 deletions(-) diff --git a/.htaccess b/.htaccess index 8460cb16..407df643 100644 --- a/.htaccess +++ b/.htaccess @@ -15,4 +15,4 @@ RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) index.php [PT,L] - + \ No newline at end of file diff --git a/bl-kernel/admin/themes/booty/html/user-logged.php b/bl-kernel/admin/themes/booty/html/user-logged.php index efd815f7..d969c19f 100644 --- a/bl-kernel/admin/themes/booty/html/user-logged.php +++ b/bl-kernel/admin/themes/booty/html/user-logged.php @@ -1,8 +1,11 @@ - --> diff --git a/bl-kernel/admin/views/categories.php b/bl-kernel/admin/views/categories.php index c74922ff..9ee18654 100644 --- a/bl-kernel/admin/views/categories.php +++ b/bl-kernel/admin/views/categories.php @@ -3,7 +3,7 @@ echo Bootstrap::pageTitle(array('title'=>$L->g('Categories'), 'icon'=>'tags')); echo Bootstrap::link(array( - 'title'=>'Add a new category', + 'title'=>$L->g('Add a new category'), 'href'=>HTML_PATH_ADMIN_ROOT.'new-category', 'icon'=>'plus' )); @@ -12,8 +12,8 @@ echo ' - - + + diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index e270fa0b..2e09aade 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -4,24 +4,24 @@
-

Quick links

+

p('Quick links') ?>

@@ -31,19 +31,19 @@
@@ -55,7 +55,7 @@
NameURL'.$L->g('Name').''.$L->g('URL').'