Localisation updates from https://translatewiki.net.
Change-Id: Iac0038ebeb4c92124353fbb4c2d80165dec92a1b
This commit is contained in:
parent
62baf92d96
commit
ad93db2ace
|
@ -276,7 +276,7 @@ $specialPageAliases['pt'] = array(
|
|||
|
||||
/** Brazilian Portuguese (português do Brasil) */
|
||||
$specialPageAliases['pt-br'] = array(
|
||||
'Contact' => array( 'Contactar', 'Contatar' ),
|
||||
'Contact' => array( 'Contatar' ),
|
||||
);
|
||||
|
||||
/** Romanian (română) */
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
]
|
||||
},
|
||||
"contactpage-pagetext": "Mit diesem Formular können Sie uns Nachrichten zukommen lassen.",
|
||||
"contactpage-fromname": "Ihr Name: *",
|
||||
"contactpage-fromaddress": "Ihre E-Mail-Adresse: **"
|
||||
"contactpage-fromname": "Ihr Name:",
|
||||
"contactpage-fromaddress": "Ihre E-Mail-Adresse:"
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"contactpage-subject-and-sender-withip": "$1 (von $2 mit der IP-Adresse $3)",
|
||||
"contactpage-fromname": "Dein Name:",
|
||||
"contactpage-fromaddress": "Deine E-Mail-Adresse:",
|
||||
"contactpage-formfootnotes": "(nötig, falls du eine Antwort wünschst)",
|
||||
"contactpage-formfootnotes": "(wird benötigt, um antworten zu können)",
|
||||
"contactpage-includeip": "Meine IP-Adresse in diese Nachricht einfügen.",
|
||||
"contactpage-usermailererror": "Das E-Mail-Objekt gab einen Fehler zurück:"
|
||||
"contactpage-usermailererror": "Beim Versenden gab es folgende Fehlermeldung:"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue