diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-04-01 12:00:19 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-04-01 12:00:19 +0000 |
commit | 74f7d6c4109851a83a2310900ac15e29e4254aea (patch) | |
tree | 0f093296a77674eb59d0365514c0d2ba2b541baa /languages/en.php | |
parent | 37349d19e336a5d60578969ba156e45e707c40cf (diff) | |
download | elgg-74f7d6c4109851a83a2310900ac15e29e4254aea.tar.gz elgg-74f7d6c4109851a83a2310900ac15e29e4254aea.tar.bz2 |
The first part of Pedro's tagging code
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 6b2d51374..20c1f3cee 100644 --- a/languages/en.php +++ b/languages/en.php @@ -53,6 +53,12 @@ 'image:none' => "No images have been added yet.",
'image:back' => "Back",
'image:next' => "Next",
+
+ // tagging
+ 'image:doclickfortag' => 'Click on the faces of people to label them.',
+ 'image:finish_tagging' => 'Stop labeling',
+ 'image:tagthisphoto' => 'Tag this photo',
+ 'image:actiontag' => 'Tag',
//widgets
|