/registration/locale/nl/LC_MESSAGES/django.po
Unknown | 77 lines | 62 code | 15 blank | 0 comment | 0 complexity | b79e525a5a8a41dc996175145a6b859b MD5 | raw file
1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: registration\n" 9"Report-Msgid-Bugs-To: \n" 10"POT-Creation-Date: 2008-08-14 13:25+0200\n" 11"PO-Revision-Date: 2008-08-14 13:25+0200\n" 12"Last-Translator: Joost Cassee <joost@cassee.net>\n" 13"Language-Team: LANGUAGE <LL@li.org>\n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bit\n" 17"Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 19#: forms.py:38 20msgid "username" 21msgstr "gebruikersnaam" 22 23#: forms.py:41 24msgid "email address" 25msgstr "e-mail adres" 26 27#: forms.py:43 28msgid "password" 29msgstr "wachtwoord" 30 31#: forms.py:45 32msgid "password (again)" 33msgstr "wachtwoord (opnieuw)" 34 35#: forms.py:54 36msgid "Usernames can only contain letters, numbers and underscores" 37msgstr "Gebruikersnamen kunnen alleen letters, nummer en liggende streepjes bevatten." 38 39#: forms.py:59 40msgid "This username is already taken. Please choose another." 41msgstr "Deze gebruikersnaam is reeds in gebruik. Kiest u alstublieft een andere gebruikersnaam." 42 43#: forms.py:71 44msgid "You must type the same password each time" 45msgstr "U moet twee maal hetzelfde wachtwoord typen." 46 47#: forms.py:100 48msgid "I have read and agree to the Terms of Service" 49msgstr "Ik heb de servicevoorwaarden gelezen en ga akkoord." 50 51#: forms.py:109 52msgid "You must agree to the terms to register" 53msgstr "U moet akkoord gaan met de servicevoorwaarden om u te registreren." 54 55#: forms.py:125 56msgid "This email address is already in use. Please supply a different email address." 57msgstr "Dit e-mail adres is reeds in gebruik. Kiest u alstublieft een ander e-mail adres." 58 59#: forms.py:151 60msgid "Registration using free email addresses is prohibited. Please supply a different email address." 61msgstr "U kunt u niet registreren met een gratis e-mail adres. Kiest u alstublieft een ander e-mail adres." 62 63#: models.py:191 64msgid "user" 65msgstr "gebruiker" 66 67#: models.py:192 68msgid "activation key" 69msgstr "activatiecode" 70 71#: models.py:197 72msgid "registration profile" 73msgstr "registratieprofiel" 74 75#: models.py:198 76msgid "registration profiles" 77msgstr "registratieprofielen"