From abb25a58dc8668c6716c419c99b215536861057a Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 7 Aug 2013 11:46:55 +0200 Subject: Fix issue #86 : possibilité de changer de thème MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Désormais il est possible de créer des thèmes. Le thème peut être changé sur la page de configuration. Les thèmes sont détectés grâce à un fichier metadata.json détaillant le nom du thème, son auteur, une petite description et une version. Un nouveau thème "Flat design" a été ajouté et est pleinement fonctionnel --- app/i18n/en.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/en.php') diff --git a/app/i18n/en.php b/app/i18n/en.php index 3287e3a15..9afc0182c 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -168,11 +168,13 @@ return array ( 'on_shaarli' => 'On your Shaarli', 'optimize_bdd' => 'Optimize database', 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database', + 'themes' => 'Themes', 'article' => 'Article', 'title' => 'Title', 'author' => 'Author', 'publication_date' => 'Date of publication', + 'by' => 'by', 'load_more' => 'Load more articles', 'nothing_to_load' => 'There is no more articles', -- cgit v1.2.3