dutch translations
This commit is contained in:
parent
4c1d3155a3
commit
ca849a4f0f
|
@ -0,0 +1,27 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Create an <strong>admin account.</strong>" => "Maak een <strong>administrator account.</strong> aan",
|
||||||
|
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Welkom by <strong>ownCloud</strong>, jouw persoonlijke cloud",
|
||||||
|
"You are logged out." => "Je bent afgemend.",
|
||||||
|
"MySQL user password:" => "MySQL wachtwoord",
|
||||||
|
"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
|
||||||
|
"Database name:" => "Database naam:",
|
||||||
|
"Set where to store the data." => "Bepaal waar de gegevens opgeslagen moeten woorden.",
|
||||||
|
"Advanced" => "Geavanceerd",
|
||||||
|
"To finish the installation, please follow the steps below." => "Volg de volgende stappen om de instalatie af te ronden.",
|
||||||
|
"Host:" => "Host:",
|
||||||
|
"Table prefix:" => "Voorvoegsel voor tabelnaamen:",
|
||||||
|
"prev" => "vorige",
|
||||||
|
"Login:" => "Gebruikersnaam:",
|
||||||
|
"Login failed!" => "Aanmelden mislukt.",
|
||||||
|
"I will use a MySQL database." => "Er zal een MySQL database gebruikt woorden.",
|
||||||
|
"next" => "volgende",
|
||||||
|
"Password:" => "Wachtwoord:",
|
||||||
|
"SQLite" => "SQLite",
|
||||||
|
"MySQL user login:" => "MySQL gebruikers naam.",
|
||||||
|
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die op je eigen server draait.</p>",
|
||||||
|
"Search" => "Zoeken",
|
||||||
|
"Data directory:" => "Gegevens map:",
|
||||||
|
"Finish setup" => "Instalatie afronden",
|
||||||
|
"Configure your database." => "Stel de database in.",
|
||||||
|
"I will use a SQLite database. You have nothing to do!" => "Er zan een SQLite database gebruikt woorden, je hoeft niks in te stellen."
|
||||||
|
);
|
|
@ -0,0 +1,125 @@
|
||||||
|
# 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-19 23:27+0200\n"
|
||||||
|
"PO-Revision-Date: 2011-06-20 14:19+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/404.php:15
|
||||||
|
msgid "Error 404, Cloud not found"
|
||||||
|
msgstr "Fout 404, Cloud niet gevonden."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:6
|
||||||
|
msgid "Welcome to <strong>ownCloud</strong>, your personnal cloud."
|
||||||
|
msgstr "Welkom by <strong>ownCloud</strong>, jouw persoonlijke cloud"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:7
|
||||||
|
msgid "To finish the installation, please follow the steps below."
|
||||||
|
msgstr "Volg de volgende stappen om de instalatie af te ronden."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:26
|
||||||
|
msgid "Create an <strong>admin account.</strong>"
|
||||||
|
msgstr "Maak een <strong>administrator account.</strong> aan"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:27
|
||||||
|
msgid "Login:"
|
||||||
|
msgstr "Gebruikersnaam:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:28
|
||||||
|
msgid "Password:"
|
||||||
|
msgstr "Wachtwoord:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:31
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr "Geavanceerd"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:34
|
||||||
|
msgid "Set where to store the data."
|
||||||
|
msgstr "Bepaal waar de gegevens opgeslagen moeten woorden."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:35
|
||||||
|
msgid "Data directory:"
|
||||||
|
msgstr "Gegevens map:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:39
|
||||||
|
msgid "Configure your database."
|
||||||
|
msgstr "Stel de database in."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:43
|
||||||
|
msgid "I will use a SQLite database. You have nothing to do!"
|
||||||
|
msgstr ""
|
||||||
|
"Er zan een SQLite database gebruikt woorden, je hoeft niks in te stellen."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:46
|
||||||
|
msgid "SQLite"
|
||||||
|
msgstr "SQLite"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:53
|
||||||
|
msgid "I will use a MySQL database."
|
||||||
|
msgstr "Er zal een MySQL database gebruikt woorden."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:59
|
||||||
|
msgid "Host:"
|
||||||
|
msgstr "Host:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:60
|
||||||
|
msgid "Database name:"
|
||||||
|
msgstr "Database naam:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:61
|
||||||
|
msgid "Table prefix:"
|
||||||
|
msgstr "Voorvoegsel voor tabelnaamen:"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:62
|
||||||
|
msgid "MySQL user login:"
|
||||||
|
msgstr "MySQL gebruikers naam."
|
||||||
|
|
||||||
|
#: ../templates/installation.php:63
|
||||||
|
msgid "MySQL user password:"
|
||||||
|
msgstr "MySQL wachtwoord"
|
||||||
|
|
||||||
|
#: ../templates/installation.php:68
|
||||||
|
msgid "Finish setup"
|
||||||
|
msgstr "Instalatie afronden"
|
||||||
|
|
||||||
|
#: ../templates/layout.guest.php:20
|
||||||
|
msgid ""
|
||||||
|
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs "
|
||||||
|
"on your own server.</p>"
|
||||||
|
msgstr ""
|
||||||
|
"<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die "
|
||||||
|
"op je eigen server draait.</p>"
|
||||||
|
|
||||||
|
#: ../templates/login.php:6
|
||||||
|
msgid "Login failed!"
|
||||||
|
msgstr "Aanmelden mislukt."
|
||||||
|
|
||||||
|
#: ../templates/logout.php:1
|
||||||
|
msgid "You are logged out."
|
||||||
|
msgstr "Je bent afgemend."
|
||||||
|
|
||||||
|
#: ../templates/part.pagenavi.php:6
|
||||||
|
msgid "prev"
|
||||||
|
msgstr "vorige"
|
||||||
|
|
||||||
|
#: ../templates/part.pagenavi.php:26
|
||||||
|
msgid "next"
|
||||||
|
msgstr "volgende"
|
||||||
|
|
||||||
|
#: ../templates/part.searchbox.php:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Zoeken"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Show:" => "Laat",
|
||||||
|
"Uploads" => "Uploads",
|
||||||
|
"Filter:" => "Filter: ",
|
||||||
|
"Logouts" => "Afmeldingen",
|
||||||
|
"Logins" => "Aanmeldingen",
|
||||||
|
"When" => "Wanneer",
|
||||||
|
"Downloads" => "Downloades",
|
||||||
|
"Clear log entries before" => "Verwijder logboek elementen ouder dan",
|
||||||
|
"What" => "Wat",
|
||||||
|
"entries per page." => "elementen per pagina zien.",
|
||||||
|
"Creations" => "Creaties",
|
||||||
|
"Deletions" => "Verwijderingen"
|
||||||
|
);
|
|
@ -0,0 +1,66 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2011-06-19 16:53+0200\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: ../templates/index.php:4
|
||||||
|
msgid "Filter:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:7
|
||||||
|
msgid "Logins"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:8
|
||||||
|
msgid "Logouts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:9
|
||||||
|
msgid "Downloads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:10
|
||||||
|
msgid "Uploads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:11
|
||||||
|
msgid "Creations"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:12
|
||||||
|
msgid "Deletions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:15
|
||||||
|
msgid "Show:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:16
|
||||||
|
msgid "entries per page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:26
|
||||||
|
msgid "What"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:27
|
||||||
|
msgid "When"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../templates/index.php:45
|
||||||
|
msgid "Clear log entries before"
|
||||||
|
msgstr ""
|
|
@ -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"
|
||||||
|
);
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue