Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/af.js16
-rw-r--r--lib/l10n/af.json14
-rw-r--r--lib/private/Mail/EMailTemplate.php1
3 files changed, 31 insertions, 0 deletions
diff --git a/lib/l10n/af.js b/lib/l10n/af.js
new file mode 100644
index 00000000000..fa351f824bd
--- /dev/null
+++ b/lib/l10n/af.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "lib",
+ {
+ "__language_name__" : "Afrikaans",
+ "Help" : "Hulp",
+ "Apps" : "Toeps",
+ "Settings" : "Instellings",
+ "Log out" : "Meld af",
+ "Users" : "Gebruikers",
+ "Unknown user" : "Onbekende gebruiker",
+ "Create" : "Skep",
+ "Delete" : "Skrap",
+ "Share" : "Deel",
+ "Security" : "Sekuriteit"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/af.json b/lib/l10n/af.json
new file mode 100644
index 00000000000..469d41e913a
--- /dev/null
+++ b/lib/l10n/af.json
@@ -0,0 +1,14 @@
+{ "translations": {
+ "__language_name__" : "Afrikaans",
+ "Help" : "Hulp",
+ "Apps" : "Toeps",
+ "Settings" : "Instellings",
+ "Log out" : "Meld af",
+ "Users" : "Gebruikers",
+ "Unknown user" : "Onbekende gebruiker",
+ "Create" : "Skep",
+ "Delete" : "Skrap",
+ "Share" : "Deel",
+ "Security" : "Sekuriteit"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php
index 05a884a67fa..b3654f30382 100644
--- a/lib/private/Mail/EMailTemplate.php
+++ b/lib/private/Mail/EMailTemplate.php
@@ -435,6 +435,7 @@ EOF;
$text = htmlspecialchars($text);
}
+ $this->ensureBodyListClosed();
$this->ensureBodyIsOpened();
$this->htmlBody .= vsprintf($this->bodyText, [$text]);