profile visibility editor

This commit is contained in:
Friendika 2011-04-12 21:23:21 -07:00
parent e8a0dd40b2
commit 2d7366bf81
2 changed files with 238 additions and 205 deletions

View file

@ -24,14 +24,6 @@ $a->strings['prev'] = 'prev';
$a->strings['first'] = 'first';
$a->strings['last'] = 'last';
$a->strings['next'] = 'next';
$a->strings['%s likes this.'] = '%s likes this.';
$a->strings['%s doesn\'t like this.'] = '%s doesn\'t like this.';
$a->strings['<span %1$s>%2$d people</span> like this.'] = '<span %1$s>%2$d people</span> like this.';
$a->strings['<span %1$s>%2$d people</span> don\'t like this.'] = '<span %1$s>%2$d people</span> don\'t like this.';
$a->strings['and'] = 'and';
$a->strings[', and %d other people'] = ', and %d other people';
$a->strings['%s like this.'] = '%s like this.';
$a->strings['%s don\'t like this.'] = '%s don\'t like this.';
$a->strings['No contacts'] = 'No contacts';
$a->strings['View Contacts'] = 'View Contacts';
$a->strings['Search'] = 'Search';
@ -481,6 +473,12 @@ $a->strings['Profiles'] = 'Profiles';
$a->strings['Change profile photo'] = 'Change profile photo';
$a->strings['Create New Profile'] = 'Create New Profile';
$a->strings['Profile Image'] = 'Profile Image';
$a->strings['Visible to everybody'] = 'Visible to everybody';
$a->strings['Edit visibility'] = 'Edit visibility';
$a->strings['Invalid profile identifier.'] = 'Invalid profile identifier.';
$a->strings['Profile Visibility Editor'] = 'Profile Visibility Editor';
$a->strings['Visible To'] = 'Visible To';
$a->strings["All Contacts \x28with remote profile access\x29"] = "All Contacts \x28with remote profile access\x29";
$a->strings['Invalid OpenID url'] = 'Invalid OpenID url';
$a->strings['Please enter the required information.'] = 'Please enter the required information.';
$a->strings['Please use a shorter name.'] = 'Please use a shorter name.';
@ -595,6 +593,14 @@ $a->strings['See all %d comments'] = 'See all %d comments';
$a->strings['to'] = 'to';
$a->strings['Wall-to-Wall'] = 'Wall-to-Wall';
$a->strings['via Wall-To-Wall:'] = 'via Wall-To-Wall:';
$a->strings['%s likes this.'] = '%s likes this.';
$a->strings['%s doesn\'t like this.'] = '%s doesn\'t like this.';
$a->strings['<span %1$s>%2$d people</span> like this.'] = '<span %1$s>%2$d people</span> like this.';
$a->strings['<span %1$s>%2$d people</span> don\'t like this.'] = '<span %1$s>%2$d people</span> don\'t like this.';
$a->strings['and'] = 'and';
$a->strings[', and %d other people'] = ', and %d other people';
$a->strings['%s like this.'] = '%s like this.';
$a->strings['%s don\'t like this.'] = '%s don\'t like this.';
$a->strings['Miscellaneous'] = 'Miscellaneous';
$a->strings['less than a second ago'] = 'less than a second ago';
$a->strings['year'] = 'year';