mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Privacy: Ensure the user request email is sent in the requested user's locale (or the site's default locale if they are not a registered user) when the administrator creating the request uses a different locale.
Props desrosj, Chouby, iandunn, lbenicio, birgire, earnjam, swissspidy, garrett-eclipse. Fixes #43985. git-svn-id: https://develop.svn.wordpress.org/trunk@43568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Binary file not shown.
@@ -1,15 +1,18 @@
|
||||
# Translation of 4.6.x in German
|
||||
# This file is distributed under the same license as the 4.6.x package.
|
||||
# Translation of 4.9.x in German
|
||||
# This file is distributed under the same license as the 4.9.x package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2016-10-25 18:27+0200\n"
|
||||
"PO-Revision-Date: 2018-08-13 19:19+0300\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 1.8.10\n"
|
||||
"Project-Id-Version: 4.6.x\n"
|
||||
"X-Generator: Poedit 2.1.1\n"
|
||||
"Project-Id-Version: Development (4.9.x)\n"
|
||||
"Language: de_DE\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
||||
#. translators: Translate this to the correct language tag for your locale, see
|
||||
#. https://www.w3.org/International/articles/language-tags/ for reference. Do
|
||||
@@ -40,3 +43,8 @@ msgstr "."
|
||||
#: wp-includes/script-loader.php:620
|
||||
msgid "Update %s now"
|
||||
msgstr "Jetzt %s aktualisieren"
|
||||
|
||||
#. translators: Privacy data request subject. 1: Site name, 2: Name of the action
|
||||
#: wp-includes/user.php:3445
|
||||
msgid "[%1$s] Confirm Action: %2$s"
|
||||
msgstr "[%1$s] Aktion bestätigen: %2$s"
|
||||
|
||||
Binary file not shown.
@@ -1,15 +1,18 @@
|
||||
# Translation of Development (4.4.x) in Spanish (Spain)
|
||||
# This file is distributed under the same license as the Development (4.4.x) package.
|
||||
# Translation of Development (4.9.x) in Spanish (Spain)
|
||||
# This file is distributed under the same license as the Development (4.9.x) package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2016-10-25 18:28+0200\n"
|
||||
"PO-Revision-Date: 2018-08-13 19:19+0300\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 1.8.10\n"
|
||||
"Project-Id-Version: Development (4.4.x)\n"
|
||||
"X-Generator: Poedit 2.1.1\n"
|
||||
"Project-Id-Version: Development (4.9.x)\n"
|
||||
"Language: es_ES\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
||||
#. translators: 'rtl' or 'ltr'. This sets the text direction for WordPress.
|
||||
#: wp-includes/locale.php:201
|
||||
@@ -36,3 +39,8 @@ msgstr "(Actual: %s)"
|
||||
msgctxt "menu"
|
||||
msgid "(Currently set to: %s)"
|
||||
msgstr "(Actualmente fijado en: %s)"
|
||||
|
||||
#. translators: Privacy data request subject. 1: Site name, 2: Name of the action
|
||||
#: wp-includes/user.php:3445
|
||||
msgid "[%1$s] Confirm Action: %2$s"
|
||||
msgstr "[%1$s] Confirma la acción: %2$s"
|
||||
|
||||
Reference in New Issue
Block a user