diff --git a/lang/en/lang.php b/lang/en/lang.php new file mode 100644 index 0000000..cda9268 --- /dev/null +++ b/lang/en/lang.php @@ -0,0 +1,13 @@ + 'Note', - 'education' => 'To Know', - 'question-sign' => 'Question', - 'alert' => 'Warning', - 'fire' => 'Important', - 'globe' => 'Link' + 'info-sign' => $this->getLang('bootnote.info'), + 'education' => $this->getLang('bootnote.learn'), + 'question-sign' => $this->getLang('bootnote.question'), + 'alert' => $this->getLang('bootnote.alert'), + 'fire' => $this->getLang('bootnote.fire'), + 'globe' => $this->getLang('bootnote.link') ); return $titles[$glyph];