diff --git a/QvitterPlugin.php b/QvitterPlugin.php index bdc2b53..619add6 100644 --- a/QvitterPlugin.php +++ b/QvitterPlugin.php @@ -41,32 +41,33 @@ class QvitterPlugin extends Plugin { public function settings($setting) { - /* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · - · · - · S E T T I N G S · - · · + /* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · + · · + · S E T T I N G S · + · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */ // THESE SETTINGS CAN BE OVERRIDDEN IN CONFIG.PHP // e.g. $config['site']['qvitter']['enabledbydefault'] = 'false'; - // ENABLED BY DEFAULT (true/false) $settings['enabledbydefault'] = true; // DEFAULT BACKGROUND COLOR $settings['defaultbackgroundcolor'] = '#f4f4f4'; - // DEFAULT BACKGROUND IMAGE - $settings['sitebackground'] = 'img/vagnsmossen.jpg'; + // DEFAULT BACKGROUND IMAGE + $settings['sitebackground'] = 'img/vagnsmossen.jpg'; + // DEFAULT FAVICON + $settings['favicon'] = 'img/favicon.ico?v=4'; // DEFAULT LINK COLOR $settings['defaultlinkcolor'] = '#0084B4'; // TIME BETWEEN POLLING $settings['timebetweenpolling'] = 5000; // ms - + // URL SHORTENER $settings['urlshortenerapiurl'] = 'http://qttr.at/yourls-api.php'; $settings['urlshortenersignature'] = 'b6afeec983'; diff --git a/README.md b/README.md index 9ba5681..0acf65c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ $config['site']['qvitter']['timebetweenpolling'] = 5000; $config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/yourls-api.php'; $config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983'; $config['site']['qvitter']['sitebackground'] = 'img/vagnsmossen.jpg'; +$config['site']['qvitter']['favicon'] = 'img/favicon.ico?v=4'; $config['thumbnail']['maxsize'] = 3000; ```` diff --git a/actions/qvitter.php b/actions/qvitter.php index b830c71..88bc838 100644 --- a/actions/qvitter.php +++ b/actions/qvitter.php @@ -105,7 +105,7 @@ class QvitterAction extends ApiAction - + "> Comparaison'; window.l.fr.editMyProfile = 'Éditer le profil'; window.l.fr.notifications = 'Notifications'; -window.l.fr.xFavedYourQueet = 'a ajouté votre avis à ses favoris '; -window.l.fr.xRepeatedYourQueet = 'vous a répété '; +window.l.fr.xFavedYourQueet = 'a ajouté votre avis à ses favoris'; +window.l.fr.xRepeatedYourQueet = 'vous a répété'; window.l.fr.xStartedFollowingYou = 'a commencé à vous suivre'; window.l.fr.followsYou = 'vous suit'; window.l.fr.FAQ = 'FAQ'; window.l.fr.inviteAFriend = 'Invite des ami·e·s !'; window.l.fr.goToExternalProfile = 'Aller sur le profil complet'; window.l.fr.cropAndSave = 'Recadrer et enregistrer'; -window.l.fr.showTerms = 'Read our Terms of Use'; -window.l.fr.ellipsisMore = 'More'; -window.l.fr.blockUser = 'Block {username}'; +window.l.fr.showTerms = 'Consulter les conditions d\'utilisation'; +window.l.fr.ellipsisMore = 'Plus'; +window.l.fr.blockUser = 'Bloquer {username}'; // deutsch window.l.de = new Object();