diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
commit | 7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch) | |
tree | 01d912d1743db2e34225383d3f8b9783c9b6e295 /l10n/nl/core.po | |
parent | d91104e120d570eaf3d80c23c5caf6b597b24db7 (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip |
Merge branch 'master' into mimetype-defaults
Conflicts:
apps/files/ajax/newfile.php
Diffstat (limited to 'l10n/nl/core.po')
-rw-r--r-- | l10n/nl/core.po | 76 |
1 files changed, 41 insertions, 35 deletions
diff --git a/l10n/nl/core.po b/l10n/nl/core.po index e1de8e6f857..0502d440988 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -4,13 +4,14 @@ # # Translators: # André Koot <meneer@tken.net>, 2013 +# kwillems <kwillems@zonnet.nl>, 2013 # Jorcee <mail@jordyc.nl>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-08-04 01:55-0400\n" -"PO-Revision-Date: 2013-08-04 05:01+0000\n" +"POT-Creation-Date: 2013-08-15 04:47-0400\n" +"PO-Revision-Date: 2013-08-15 08:48+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -139,59 +140,59 @@ msgstr "november" msgid "December" msgstr "december" -#: js/js.js:293 +#: js/js.js:355 msgid "Settings" msgstr "Instellingen" -#: js/js.js:753 +#: js/js.js:815 msgid "seconds ago" msgstr "seconden geleden" -#: js/js.js:754 -msgid "1 minute ago" -msgstr "1 minuut geleden" +#: js/js.js:816 +msgid "%n minute ago" +msgid_plural "%n minutes ago" +msgstr[0] "" +msgstr[1] "" -#: js/js.js:755 -msgid "{minutes} minutes ago" -msgstr "{minutes} minuten geleden" +#: js/js.js:817 +msgid "%n hour ago" +msgid_plural "%n hours ago" +msgstr[0] "" +msgstr[1] "" -#: js/js.js:756 -msgid "1 hour ago" -msgstr "1 uur geleden" - -#: js/js.js:757 -msgid "{hours} hours ago" -msgstr "{hours} uren geleden" - -#: js/js.js:758 +#: js/js.js:818 msgid "today" msgstr "vandaag" -#: js/js.js:759 +#: js/js.js:819 msgid "yesterday" msgstr "gisteren" -#: js/js.js:760 -msgid "{days} days ago" -msgstr "{days} dagen geleden" +#: js/js.js:820 +msgid "%n day ago" +msgid_plural "%n days ago" +msgstr[0] "" +msgstr[1] "" -#: js/js.js:761 +#: js/js.js:821 msgid "last month" msgstr "vorige maand" -#: js/js.js:762 -msgid "{months} months ago" -msgstr "{months} maanden geleden" +#: js/js.js:822 +msgid "%n month ago" +msgid_plural "%n months ago" +msgstr[0] "" +msgstr[1] "" -#: js/js.js:763 +#: js/js.js:823 msgid "months ago" msgstr "maanden geleden" -#: js/js.js:764 +#: js/js.js:824 msgid "last year" msgstr "vorig jaar" -#: js/js.js:765 +#: js/js.js:825 msgid "years ago" msgstr "jaar geleden" @@ -379,9 +380,10 @@ msgstr "De update is niet geslaagd. Meld dit probleem aan bij de <a href=\"https msgid "The update was successful. Redirecting you to ownCloud now." msgstr "De update is geslaagd. Je wordt teruggeleid naar je eigen ownCloud." -#: lostpassword/controller.php:60 -msgid "ownCloud password reset" -msgstr "ownCloud-wachtwoord herstellen" +#: lostpassword/controller.php:61 +#, php-format +msgid "%s password reset" +msgstr "" #: lostpassword/templates/email.php:2 msgid "Use the following link to reset your password: {link}" @@ -498,7 +500,7 @@ msgstr "Je PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)" #: templates/installation.php:26 #, php-format msgid "Please update your PHP installation to use %s securely." -msgstr "" +msgstr "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken." #: templates/installation.php:32 msgid "" @@ -523,7 +525,7 @@ msgstr "Je gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het msgid "" "For information how to properly configure your server, please see the <a " "href=\"%s\" target=\"_blank\">documentation</a>." -msgstr "" +msgstr "Bekijk de <a href=\"%s\" target=\"_blank\">documentatie</a> voor Informatie over het correct configureren van uw server." #: templates/installation.php:47 msgid "Create an <strong>admin account</strong>" @@ -580,6 +582,10 @@ msgstr "%s is beschikbaar. Verkrijg meer informatie over het bijwerken." msgid "Log out" msgstr "Afmelden" +#: templates/layout.user.php:100 +msgid "More apps" +msgstr "Meer applicaties" + #: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische aanmelding geweigerd!" |