mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +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
|
@ -140,6 +140,10 @@ $a->strings['Item not found.'] = 'Elemento non trovato.';
|
|||
$a->strings['Private Message'] = 'Messaggio privato';
|
||||
$a->strings['This is you'] = 'Questo sei tu';
|
||||
$a->strings['View $name\'s profile'] = 'Guarda il profilo di $name';
|
||||
$a->strings['View $owner_name\'s profile'] = Guarda il profilo di $owner_name';
|
||||
$a->strings['to'] = 'a';
|
||||
$a->strings['Wall-to-Wall'] = 'Bacheca-A-Bacheca';
|
||||
$a->strings['via Wall-To-Wall:'] = 'via Bacheca-A-Bacheca';
|
||||
$a->strings['Item has been removed.'] = 'L\'elemento è stato rimosso.';
|
||||
$a->strings['The profile address specified does not provide adequate information.'] = 'L\'indirizzo del profilo specificato non fornisce adeguate informazioni';
|
||||
$a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Profilo limitato. Questa persona non sara\' in grado di ricevere nofiche dirette/personali da te.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue