mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
support feed attachments/enclosures, and fix for bug #30
This commit is contained in:
parent
9c77c57b74
commit
6728a11ee3
12 changed files with 61 additions and 11 deletions
|
@ -1107,7 +1107,7 @@ msgid "Name too short."
|
|||
msgstr "Il Nome è troppo corto."
|
||||
|
||||
#: ../../mod/register.php:89
|
||||
msgid "That doesn\\'t appear to be your full (First Last) name."
|
||||
msgid "That doesn't appear to be your full (First Last) name."
|
||||
msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)."
|
||||
|
||||
#: ../../mod/register.php:92
|
||||
|
|
|
@ -231,7 +231,7 @@ $a->strings["Invalid OpenID url"] = "Url OpenID non valido";
|
|||
$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste.";
|
||||
$a->strings["Please use a shorter name."] = "Usa un nome più corto.";
|
||||
$a->strings["Name too short."] = "Il Nome è troppo corto.";
|
||||
$a->strings["That doesn\\'t appear to be your full (First Last) name."] = "Questo non sembra essere il tuo nome completo (Nome Cognome).";
|
||||
$a->strings["That doesn't appear to be your full (First Last) name."] = "Questo non sembra essere il tuo nome completo (Nome Cognome).";
|
||||
$a->strings["Your email domain is not among those allowed on this site."] = "Il dominio della tua email non è tra quelli autorizzati su questo sito.";
|
||||
$a->strings["Not a valid email address."] = "Indirizzo email invaildo.";
|
||||
$a->strings["Cannot use that email."] = "Questa email non si puo' usare.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue