mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
generalise wallwall template and fix "via wall-to-wall" float
This commit is contained in:
parent
a247a3cedb
commit
c98ed12e10
12 changed files with 37 additions and 135 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue