diff --git a/util/strings.php b/util/strings.php index 4cf7f98cdd..c08d6dc0e1 100644 --- a/util/strings.php +++ b/util/strings.php @@ -39,6 +39,13 @@ $a->strings['Contact not found.'] = 'Contact not found.'; $a->strings['Mutual Friendship'] = 'Mutual Friendship'; $a->strings['is a fan of yours'] = 'is a fan of yours'; $a->strings['you are a fan of'] = 'you are a fan of'; +$a->strings['Contact Editor'] = 'Contact Editor'; +$a->strings['Visit $name\'s profile'] = 'Visit $name\'s profile'; +$a->strings['Block/Unblock contact'] = 'Block/Unblock contact'; +$a->strings['Ignore contact'] = 'Ignore contact'; +$a->strings['Delete contact'] = 'Delete contact'; +$a->strings['Last updated: '] = 'Last updated: '; +$a->strings['Update public posts: '] = 'Update public posts: '; $a->strings['Never'] = 'Never'; $a->strings['Unblock this contact'] = 'Unblock this contact'; $a->strings['Block this contact'] = 'Block this contact'; @@ -182,8 +189,10 @@ $a->strings['Hide Ignored Requests'] = 'Hide Ignored Requests'; $a->strings['Claims to be known to you: '] = 'Claims to be known to you: '; $a->strings['yes'] = 'yes'; $a->strings['no'] = 'no'; +$a->strings['Notification type: '] = 'Notification type: '; $a->strings['Friend/Connect Request'] = 'Friend/Connect Request'; $a->strings['New Follower'] = 'New Follower'; +$a->strings['Approve'] = 'Approve'; $a->strings['No notifications.'] = 'No notifications.'; $a->strings['Photo Albums'] = 'Photo Albums'; $a->strings['Contact Photos'] = 'Contact Photos'; @@ -275,9 +284,24 @@ $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['Visible To:'] = 'Visible To:'; +$a->strings['Groups'] = 'Groups'; +$a->strings['Except For:'] = 'Except For:'; $a->strings['Logged out.'] = 'Logged out.'; $a->strings['Login failed.'] = 'Login failed.'; $a->strings["Welcome back "] = "Welcome back "; +$a->strings['Unknown | Not categorised'] = 'Unknown | Not categorised'; +$a->strings['Block immediately'] = 'Block immediately'; +$a->strings['Shady, spammer, self-marketer'] = 'Shady, spammer, self-marketer'; +$a->strings['Known to me, but no opinion'] = 'Known to me, but no opinion'; +$a->strings['OK, probably harmless'] = 'OK, probably harmless'; +$a->strings['Reputable, has my trust'] = 'Reputable, has my trust'; +$a->strings['Frequently'] = 'Frequently'; +$a->strings['Hourly'] = 'Hourly'; +$a->strings['Twice daily'] = 'Twice daily'; +$a->strings['Daily'] = 'Daily'; +$a->strings['Weekly'] = 'Weekly'; +$a->strings['Monthly'] = 'Monthly'; $a->strings['Miscellaneous'] = 'Miscellaneous'; $a->strings['less than a second ago'] = 'less than a second ago'; $a->strings['year'] = 'year'; @@ -305,6 +329,46 @@ $a->strings['Network'] = 'Network'; $a->strings['Notifications'] = 'Notifications'; $a->strings['Settings'] = 'Settings'; $a->strings['Profiles'] = 'Profiles'; +$a->strings['Male'] = 'Male'; +$a->strings['Female'] = 'Female'; +$a->strings['Transsexual'] = 'Transsexual'; +$a->strings['Hermaphrodite'] = 'Hermaphrodite'; +$a->strings['Neuter'] = 'Neuter'; +$a->strings['Other'] = 'Other'; +$a->strings['Undecided'] = 'Undecided'; +$a->strings['Males'] = 'Males'; +$a->strings['Females'] = 'Females'; +$a->strings['Bisexual'] = 'Bisexual'; +$a->strings['Autosexual'] = 'Autosexual'; +$a->strings['Abstinent'] = 'Abstinent'; +$a->strings['Virgin'] = 'Virgin'; +$a->strings['Nonsexual'] = 'Nonsexual'; +$a->strings['Single'] = 'Single'; +$a->strings['Lonely'] = 'Lonely'; +$a->strings['Available'] = 'Available'; +$a->strings['Unavailable'] = 'Unavailable'; +$a->strings['Dating'] = 'Dating'; +$a->strings['Unfaithful'] = 'Unfaithful'; +$a->strings['Sex Addict'] = 'Sex Addict'; +$a->strings['Friends'] = 'Friends'; +$a->strings['Friends/Benefits'] = 'Friends/Benefits'; +$a->strings['Casual'] = 'Casual'; +$a->strings['Engaged'] = 'Engaged'; +$a->strings['Married'] = 'Married'; +$a->strings['Partners'] = 'Partners'; +$a->strings['Cohabiting'] = 'Cohabiting'; +$a->strings['Happy'] = 'Happy'; +$a->strings['Not Looking'] = 'Not Looking'; +$a->strings['Swinger'] = 'Swinger'; +$a->strings['Betrayed'] = 'Betrayed'; +$a->strings['Separated'] = 'Separated'; +$a->strings['Unstable'] = 'Unstable'; +$a->strings['Divorced'] = 'Divorced'; +$a->strings['Widowed'] = 'Widowed'; +$a->strings['Uncertain'] = 'Uncertain'; +$a->strings['Complicated'] = 'Complicated'; +$a->strings['Don\'t care'] = 'Don\'t care'; +$a->strings['Ask me'] = 'Ask me'; $a->strings['Africa/Abidjan'] = 'Africa/Abidjan'; $a->strings['Africa/Accra'] = 'Africa/Accra'; $a->strings['Africa/Addis_Ababa'] = 'Africa/Addis_Ababa';