diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-16 01:39:32 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-16 01:39:32 +0000 |
commit | b4b85ecc55a6787726627150a2ee93fd960ff2c6 (patch) | |
tree | 35e8e30305355b72c011c26597eec75759cc4b17 /languages | |
parent | de4945a1bb1b627a530048c7dece50805d06f1ee (diff) | |
download | elgg-b4b85ecc55a6787726627150a2ee93fd960ff2c6.tar.gz elgg-b4b85ecc55a6787726627150a2ee93fd960ff2c6.tar.bz2 |
added delete phototags capability
Diffstat (limited to 'languages')
-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 f1f3ed543..7c452c6e4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -92,12 +92,18 @@ // tagging
'tidypics:taginstruct' => 'Select area that you want to tag',
+ 'tidypics:deltag_title' => 'Select tags to delete',
'tidypics:finish_tagging' => 'Stop tagging',
'tidypics:tagthisphoto' => 'Tag this photo',
+ 'tidypics:deletetag' => 'Delete a photo tag',
'tidypics:actiontag' => 'Tag',
+ 'tidypics:actiondelete' => 'Delete',
+ 'tidypics:actioncancel' => 'Cancel',
'tidypics:inthisphoto' => 'In this photo',
'tidypics:phototagging:success' => 'Photo tag was successfully added',
'tidypics:phototagging:error' => 'Unexpected error occurred during tagging',
+ 'tidypics:deletetag:success' => 'Selected tags were successfully deleted',
+
//widgets
|