diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-20 14:52:24 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-20 14:52:24 +0200 |
commit | ca849a4f0fd6fd94a89230cf320d8d7da4f7060a (patch) | |
tree | b4cfd75d103179d3d41f7790b56de3a8bd64c6e0 /settings/l10n | |
parent | 4c1d3155a3ee4ddb48a0bb4281fe74391db1f016 (diff) | |
download | nextcloud-server-ca849a4f0fd6fd94a89230cf320d8d7da4f7060a.tar.gz nextcloud-server-ca849a4f0fd6fd94a89230cf320d8d7da4f7060a.zip |
dutch translations
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/nl.php | 19 | ||||
-rw-r--r-- | settings/l10n/nl.po | 87 |
2 files changed, 106 insertions, 0 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php new file mode 100644 index 00000000000..d6732521559 --- /dev/null +++ b/settings/l10n/nl.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"space" => "beschikbare ruimte.", +"You're currently using" => "Je gebruikt momenteel", +"Unable to change password" => "Wachtwoord aanpassen is niet mogenlijk", +"New password" => "Nieuw wachtwoord", +"Authentication error" => "Authenticatie fout.", +"Your password got changed" => "Je wachtwoord is aangepast", +"Language changed" => "Taal aangepast", +"Invalid request" => "Ongeldige aanvraag", +"Account information" => "Gebruiks gegevens", +"of your" => "van de", +"Password changed" => "Wachtwoord aangepast", +"Old password:" => "Oud wachtwoord:", +"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", +"Show new password" => "Toon nieuw wachtwoord", +"You have to enter the old and the new password!" => "Je moet het oude en nieuwe wachtwoord invullen.", +"Language" => "Taal", +"Change Password" => "Wachtwoord aanpassen" +); diff --git a/settings/l10n/nl.po b/settings/l10n/nl.po new file mode 100644 index 00000000000..5b38f84b775 --- /dev/null +++ b/settings/l10n/nl.po @@ -0,0 +1,87 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Robin Appelman <icewind1991@gmail.com>, 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-20 14:47+0200\n" +"PO-Revision-Date: 2011-06-20 14:48+0200\n" +"Last-Translator: Robin Appelman <icewind1991@gmail.com>\n" +"Language-Team: American English <kde-i18n-doc@kde.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../templates/index.php:3 +msgid "Account information" +msgstr "Gebruiks gegevens" + +#: ../templates/index.php:5 +msgid "You're currently using" +msgstr "Je gebruikt momenteel" + +#: ../templates/index.php:5 +msgid "of your" +msgstr "van de" + +#: ../templates/index.php:5 +msgid "space" +msgstr "beschikbare ruimte." + +#: ../templates/index.php:11 +msgid "Change Password" +msgstr "Wachtwoord aanpassen" + +#: ../templates/index.php:12 +msgid "Your password got changed" +msgstr "Je wachtwoord is aangepast" + +#: ../templates/index.php:15 +msgid "Old password:" +msgstr "Oud wachtwoord:" + +#: ../templates/index.php:19 +msgid "New password" +msgstr "Nieuw wachtwoord" + +#: ../templates/index.php:24 +msgid "Show new password" +msgstr "Toon nieuw wachtwoord" + +#: ../templates/index.php:34 +msgid "Language" +msgstr "Taal" + +#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13 +msgid "Authentication error" +msgstr "Authenticatie fout." + +#: ../ajax/changepassword.php:19 +msgid "You have to enter the old and the new password!" +msgstr "Je moet het oude en nieuwe wachtwoord invullen." + +#: ../ajax/changepassword.php:25 +msgid "Your old password is wrong!" +msgstr "Het oude wachtwoord is verkeerd." + +#: ../ajax/changepassword.php:31 +msgid "Password changed" +msgstr "Wachtwoord aangepast" + +#: ../ajax/changepassword.php:34 +msgid "Unable to change password" +msgstr "Wachtwoord aanpassen is niet mogenlijk" + +#: ../ajax/setlanguage.php:21 +msgid "Language changed" +msgstr "Taal aangepast" + +#: ../ajax/setlanguage.php:23 +msgid "Invalid request" +msgstr "Ongeldige aanvraag" + |