aboutsummaryrefslogtreecommitdiffstats
path: root/util/strings.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-12 21:23:21 -0700
committerFriendika <info@friendika.com>2011-04-12 21:23:21 -0700
commit2d7366bf817db1f6ea7d03e98f7a33d7a13545d1 (patch)
tree82c3d5d9c0365d1e1a9f4d65ccf25c2ae4604e95 /util/strings.php
parente8a0dd40b273df2dc22e10d91fc44fe464b408e7 (diff)
downloadvolse-hubzilla-2d7366bf817db1f6ea7d03e98f7a33d7a13545d1.tar.gz
volse-hubzilla-2d7366bf817db1f6ea7d03e98f7a33d7a13545d1.tar.bz2
volse-hubzilla-2d7366bf817db1f6ea7d03e98f7a33d7a13545d1.zip
profile visibility editor
Diffstat (limited to 'util/strings.php')
-rw-r--r--util/strings.php22
1 files changed, 14 insertions, 8 deletions
diff --git a/util/strings.php b/util/strings.php
index 70b5b202b..d9e3c8648 100644
--- a/util/strings.php
+++ b/util/strings.php
@@ -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';