From 342be9818f8c35dd13c8159960a9f71ae33d4c72 Mon Sep 17 00:00:00 2001
From: Chad Kieffer
= t("This is your administration dashboard and it provides a quick overview of status messages, recent updates, and frequently used options. Add or remove blocks and rearrange them to tailor to your needs. The admin menu provides quick access to all of Gallery 3's options and settings. Here are a few of the most used options to get you started.") ?>
-- = t2("Gallery has caught %count spam for you since you installed spam filtering.", - "Gallery has caught %count spam for you since you installed spam filtering.", - $spam_caught) ?> -
- endif ?> -- if ($counts->spam): ?> - = t2("There is currently one comment in your spam queue. You can delete it with a single click, but there is no undo operation so you may want to check the message first to make sure that it really is spam.", - "There are currently %count comments in your spam queue. You can delete them all with a single click, but there is no undo operation so you may want to check the messages first to make sure that they really are spam. All spam messages will be deleted after 7 days automatically.", - $counts->spam) ?> -
-- "> - = t("Delete all spam") ?> - - else: ?> - = t("Your spam queue is empty!") ?> - endif ?> -
-- = t("These are messages that have been recently deleted. They will be permanently erased automatically after 7 days.") ?> -
-| - = t("Author") ?> - | -- = t("Comment") ?> - | -- = t("Actions") ?> - | -
|---|---|---|
|
-
- |
-
-
- $item = $comment->item() ?>
-
-
- = gallery::date($comment->created) ?> - = nl2br(html::purify($comment->text)) ?> - |
- - - | -
+ = t2("Gallery has caught %count spam for you since you installed spam filtering.", + "Gallery has caught %count spam for you since you installed spam filtering.", + $spam_caught) ?> +
+ endif ?> ++ if ($counts->spam): ?> + = t2("There is currently one comment in your spam queue. You can delete it with a single click, but there is no undo operation so you may want to check the message first to make sure that it really is spam.", + "There are currently %count comments in your spam queue. You can delete them all with a single click, but there is no undo operation so you may want to check the messages first to make sure that they really are spam. All spam messages will be deleted after 7 days automatically.", + $counts->spam) ?> +
++ "> + = t("Delete all spam") ?> + + else: ?> + = t("Your spam queue is empty!") ?> + endif ?> +
++ = t("These are messages that have been recently deleted. They will be permanently erased automatically after 7 days.") ?> +
+| + = t("Author") ?> + | ++ = t("Comment") ?> + | ++ = t("Actions") ?> + | +
|---|---|---|
|
+
+ |
+
+
+ $item = $comment->item() ?>
+
+
+ = gallery::date($comment->created) ?> + = nl2br(html::purify($comment->text)) ?> + |
+ + + | +