@@ -79,7 +79,7 @@
echo Bootstrap::formTitle(array('title'=>'Select images'));
?>
-
+
'Cover image'));
@@ -92,7 +92,7 @@
}
?>
-
+
'External Cover image'));
diff --git a/bl-kernel/admin/views/new-content.php b/bl-kernel/admin/views/new-content.php
index 972429c3..cdb84510 100644
--- a/bl-kernel/admin/views/new-content.php
+++ b/bl-kernel/admin/views/new-content.php
@@ -73,7 +73,7 @@
echo Bootstrap::formTitle(array('title'=>'Select images or upload images'));
?>
-
+
'Cover image'));
diff --git a/bl-languages/en.json b/bl-languages/en.json
index fafad5ac..91a45c2c 100644
--- a/bl-languages/en.json
+++ b/bl-languages/en.json
@@ -295,5 +295,6 @@
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
"example-page-4-slug": "about",
"example-page-4-title": "About",
- "example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc."
+ "example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc.",
+ "the-extension-zip-is-not-installed": "The extension zip is not installed, to use this plugin you need to install the extension."
}
\ No newline at end of file
diff --git a/bl-plugins/api/plugin.php b/bl-plugins/api/plugin.php
index 78e2e6e9..ac187475 100644
--- a/bl-plugins/api/plugin.php
+++ b/bl-plugins/api/plugin.php
@@ -19,7 +19,11 @@ class pluginAPI extends Plugin {
{
global $Language;
- $html = '
';
+ $html = '
';
+ $html .= $this->description();
+ $html .= '
';
+
+ $html .= '
';
$html .= '';
$html .= '';
$html .= ''.$Language->get('This token is for read only and is regenerated every time you install the plugin').'';
diff --git a/bl-plugins/backup/languages/de_CH.json b/bl-plugins/backup/languages/de_CH.json
index 4c790096..b36f925d 100644
--- a/bl-plugins/backup/languages/de_CH.json
+++ b/bl-plugins/backup/languages/de_CH.json
@@ -7,5 +7,6 @@
"create-backup": "Backup erstellen",
"download": "Backup herunterladen",
"restore-backup": "Backup wiederherstellen",
- "delete-backup": "Backup löschen"
+ "delete-backup": "Backup löschen",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
diff --git a/bl-plugins/backup/languages/de_DE.json b/bl-plugins/backup/languages/de_DE.json
index 4c790096..b36f925d 100644
--- a/bl-plugins/backup/languages/de_DE.json
+++ b/bl-plugins/backup/languages/de_DE.json
@@ -7,5 +7,6 @@
"create-backup": "Backup erstellen",
"download": "Backup herunterladen",
"restore-backup": "Backup wiederherstellen",
- "delete-backup": "Backup löschen"
+ "delete-backup": "Backup löschen",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
diff --git a/bl-plugins/backup/languages/en.json b/bl-plugins/backup/languages/en.json
index 0453ba3b..a9f5a578 100644
--- a/bl-plugins/backup/languages/en.json
+++ b/bl-plugins/backup/languages/en.json
@@ -7,5 +7,6 @@
"create-backup": "Create Backup",
"download": "Download",
"restore-backup": "Restore Backup",
- "delete-backup": "Delete Backup"
+ "delete-backup": "Delete Backup",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/es.json b/bl-plugins/backup/languages/es.json
index fed6c356..6d5a3b31 100644
--- a/bl-plugins/backup/languages/es.json
+++ b/bl-plugins/backup/languages/es.json
@@ -7,5 +7,6 @@
"create-backup": "Crear Backup",
"download": "Descargar",
"restore-backup": "Recuperar Backup",
- "delete-backup": "Eliminar Backup"
+ "delete-backup": "Eliminar Backup",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/fr_FR.json b/bl-plugins/backup/languages/fr_FR.json
index 5ddb357e..3356b97e 100755
--- a/bl-plugins/backup/languages/fr_FR.json
+++ b/bl-plugins/backup/languages/fr_FR.json
@@ -7,5 +7,6 @@
"create-backup": "Créer une sauvegarde",
"download": "Télécharger",
"restore-backup": "Restaurer la sauvegarde",
- "delete-backup": "Supprimer la sauvegarde"
+ "delete-backup": "Supprimer la sauvegarde",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/it.json b/bl-plugins/backup/languages/it.json
index e73a3cf1..175f4f04 100644
--- a/bl-plugins/backup/languages/it.json
+++ b/bl-plugins/backup/languages/it.json
@@ -7,5 +7,6 @@
"create-backup": "Crea Backup",
"download": "Scarica",
"restore-backup": "Ripristina Backup",
- "delete-backup": "Elimina Backup"
+ "delete-backup": "Elimina Backup",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/tr_TR.json b/bl-plugins/backup/languages/tr_TR.json
index 193002a7..0024bbce 100644
--- a/bl-plugins/backup/languages/tr_TR.json
+++ b/bl-plugins/backup/languages/tr_TR.json
@@ -7,5 +7,6 @@
"create-backup": "Yedek Al",
"download": "İndir",
"restore-backup": "Geri Yükle",
- "delete-backup": "Delete Backup"
+ "delete-backup": "Delete Backup",
+ "there-are-no-backups-for-the-moment": "There are no backups for the moment"
}
\ No newline at end of file
diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php
index 56f5ca42..1cdec29d 100644
--- a/bl-plugins/backup/plugin.php
+++ b/bl-plugins/backup/plugin.php
@@ -2,7 +2,7 @@
class pluginBackup extends Plugin {
- // List of directories to backup
+ // Directories to backup
private $directoriesToBackup = array(
PATH_PAGES,
PATH_DATABASES,
@@ -65,8 +65,15 @@ class pluginBackup extends Plugin {
$backups = Filesystem::listFiles($this->workspace(), '*', 'zip', true);
}
- $html = '
';
// New link, when the user click on save button this call the method post()
diff --git a/bl-plugins/opengraph/plugin.php b/bl-plugins/opengraph/plugin.php
index 0642bc4c..e9e5ac86 100644
--- a/bl-plugins/opengraph/plugin.php
+++ b/bl-plugins/opengraph/plugin.php
@@ -17,23 +17,9 @@ class pluginOpenGraph extends Plugin {
$html = '
';
$html .= '';
$html .= '';
+ $html .= 'Set a default image for the content without pictures.';
$html .= '