summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
commit2ca2e5b6f42e3c201827309535a4a5f5825f212a (patch)
tree0424ac80b442dc89ff66747ec3e724ff0ae979c8 /modules/gallery/helpers
parentb6306c7726552ab19c280057948fcecd5fc2388b (diff)
parent30b5c389e6baae397d6c5c9fe9c7ed91a5296568 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_installer.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php
index a1856424..6500482b 100644
--- a/modules/gallery/helpers/gallery_installer.php
+++ b/modules/gallery/helpers/gallery_installer.php
@@ -203,6 +203,12 @@ class gallery_installer {
access::register_permission("edit", "Edit");
access::register_permission("add", "Add");
+ // Mark for translation (must be the same strings as used above)
+ t("View Full Size");
+ t("View");
+ t("Edit");
+ t("Add");
+
$root = ORM::factory("item");
$root->type = "album";
$root->title = "Gallery";