diff options
author | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
commit | 45149271285ea3515c3c1a7ea189609969c76748 (patch) | |
tree | 8c51894b100815a17662a881e0785eb5c708118f /util | |
parent | 01f171bce71126f60cf0ef9b447006b34c5a3891 (diff) | |
download | volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.gz volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.bz2 volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.zip |
added search
Diffstat (limited to 'util')
-rw-r--r-- | util/strings.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index d811e87a6..49d7acee5 100644 --- a/util/strings.php +++ b/util/strings.php @@ -208,6 +208,7 @@ $a->strings['Photo not available'] = 'Photo not available'; $a->strings['Edit photo'] = 'Edit photo'; $a->strings['View Full Size'] = 'View Full Size'; $a->strings['Tags: '] = 'Tags: '; +$a->strings['[Remove any tag]'] = '[Remove any tag]'; $a->strings['Caption'] = 'Caption'; $a->strings['Add a Tag'] = 'Add a Tag'; $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'; @@ -257,6 +258,11 @@ $a->strings['Password update failed. Please try again.'] = 'Password update fail $a->strings['Settings updated.'] = 'Settings updated.'; $a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.'; $a->strings['Default Post Permissions'] = 'Default Post Permissions'; +$a->strings['Cancel'] = 'Cancel'; +$a->strings['Tag removed'] = 'Tag removed'; +$a->strings['Remove Item Tag'] = 'Remove Item Tag'; +$a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; +$a->strings['Remove'] = 'Remove'; $a->strings['No contacts.'] = 'No contacts.'; $a->strings['Wall Photos'] = 'Wall Photos'; $a->strings['Logged out.'] = 'Logged out.'; |