diff options
author | Friendika <info@friendika.com> | 2011-02-24 02:32:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-24 02:32:46 -0800 |
commit | c98ed12e10ed9db8a69066fe4ed94f9ae84482cb (patch) | |
tree | 81b558acd68f4d2837d33a033ff484b0c35abe7b /util/strings.php | |
parent | a247a3cedb6a137d76fa7daa70d58ca91f17ff04 (diff) | |
download | volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.gz volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.bz2 volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.zip |
generalise wallwall template and fix "via wall-to-wall" float
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php index f1fb57751..f74f69584 100644 --- a/util/strings.php +++ b/util/strings.php @@ -12,6 +12,7 @@ $a->strings['Nickname/Email/OpenID: '] = 'Nickname/Email/OpenID: '; $a->strings["Password \x28if not OpenID\x29: "] = "Password \x28if not OpenID\x29: "; $a->strings['Forgot your password?'] = 'Forgot your password?'; $a->strings['Password Reset'] = 'Password Reset'; +$a->strings['Logout'] = 'Logout'; $a->strings['prev'] = 'prev'; $a->strings['first'] = 'first'; $a->strings['last'] = 'last'; @@ -193,6 +194,10 @@ $a->strings['Item not found.'] = 'Item not found.'; $a->strings['Private Message'] = 'Private Message'; $a->strings['This is you'] = 'This is you'; $a->strings['View $name\'s profile'] = 'View $name\'s profile'; +$a->strings['View $owner_name\'s profile'] = 'View $owner_name\'s profile'; +$a->strings['to'] = 'to'; +$a->strings['Wall-to-Wall'] = 'Wall-to-Wall'; +$a->strings['via Wall-To-Wall:'] = 'via Wall-To-Wall:'; $a->strings['Item has been removed.'] = 'Item has been removed.'; $a->strings['Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.'] = 'Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.'; $a->strings['The profile address specified does not provide adequate information.'] = 'The profile address specified does not provide adequate information.'; @@ -426,7 +431,6 @@ $a->strings[' ago'] = ' ago'; $a->strings['Create a new group'] = 'Create a new group'; $a->strings['Everybody'] = 'Everybody'; $a->strings['Birthday:'] = 'Birthday:'; -$a->strings['Logout'] = 'Logout'; $a->strings['Home'] = 'Home'; $a->strings['Apps'] = 'Apps'; $a->strings['Directory'] = 'Directory'; |