1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00
This commit is contained in:
Savetheinternet 2011-12-10 21:46:10 +11:00
parent 55427add53
commit 7409da1a9d
3 changed files with 4 additions and 2 deletions

View File

@ -135,7 +135,7 @@ msgstr "Uutiset"
msgid "no subject" msgid "no subject"
msgstr "ei aihetta" msgstr "ei aihetta"
msgid "View all entires" msgid "View all entries"
msgstr "Näytä kaikki tiedotteet" msgstr "Näytä kaikki tiedotteet"
msgid "Dashboard" msgid "Dashboard"
@ -249,4 +249,6 @@ msgstr "Kirjaudu sisään"
msgid "Continue" msgid "Continue"
msgstr "Jatka" msgstr "Jatka"
msgid "Administration"
msgstr "Hallinta"

View File

@ -116,7 +116,7 @@
$fieldset['Noticeboard'] .= '<ul>' . $_body . '</ul></li><li>'; $fieldset['Noticeboard'] .= '<ul>' . $_body . '</ul></li><li>';
} }
$fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entires') . '</a></li>'; $fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entries') . '</a></li>';
$query = prepare("SELECT COUNT(*) AS `count` FROM `pms` WHERE `to` = :id AND `unread` = 1"); $query = prepare("SELECT COUNT(*) AS `count` FROM `pms` WHERE `to` = :id AND `unread` = 1");
$query->bindValue(':id', $mod['id']); $query->bindValue(':id', $mod['id']);