diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-04 14:13:09 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-04 14:13:09 +0100 |
commit | 9a4dd056c4928aa39fdfaba36399e64f44735d72 (patch) | |
tree | 18bfa8338d2354f2ab3be4d84b4066565d779710 /settings | |
parent | 4e3ace33d18eb1e7ed4c1a975f7d9313b48bf44e (diff) | |
download | nextcloud-server-9a4dd056c4928aa39fdfaba36399e64f44735d72.tar.gz nextcloud-server-9a4dd056c4928aa39fdfaba36399e64f44735d72.zip |
Fix the markup for the dutch translation
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/nl.js | 2 | ||||
-rw-r--r-- | settings/l10n/nl.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 8f6634cef18..dd05a0a9df3 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -252,7 +252,7 @@ OC.L10N.register( "Issued By" : "Uitgegeven door", "Valid until %s" : "Geldig tot %s", "Import root certificate" : "Importeren root certificaat", - "Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Ontwikkeld door de {communityopen}ownCloud gemeenschaplinkclose}, de {githubopen}source code{linkclose} is gelicenseerd onder de {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.", + "Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Ontwikkeld door de {communityopen}ownCloud gemeenschap{linkclose}, de {githubopen}source code{linkclose} is gelicenseerd onder de {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.", "Show storage location" : "Toon opslaglocatie", "Show last log in" : "Toon laatste inlog", "Show user backend" : "Toon backend gebruiker", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 6fbe6a9ab4c..3c0dfae0117 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -250,7 +250,7 @@ "Issued By" : "Uitgegeven door", "Valid until %s" : "Geldig tot %s", "Import root certificate" : "Importeren root certificaat", - "Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Ontwikkeld door de {communityopen}ownCloud gemeenschaplinkclose}, de {githubopen}source code{linkclose} is gelicenseerd onder de {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.", + "Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Ontwikkeld door de {communityopen}ownCloud gemeenschap{linkclose}, de {githubopen}source code{linkclose} is gelicenseerd onder de {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.", "Show storage location" : "Toon opslaglocatie", "Show last log in" : "Toon laatste inlog", "Show user backend" : "Toon backend gebruiker", @@ -280,4 +280,4 @@ "change email address" : "wijzig e-mailadres", "Default" : "Standaard" },"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file +} |