diff options
Diffstat (limited to 'util/strings.php')
-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.'; |