]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blog/locale/nl/LC_MESSAGES/Blog.po
985b217e58cbf039398dbbd67b24a4eba24d398a
[quix0rs-gnu-social.git] / plugins / Blog / locale / nl / LC_MESSAGES / Blog.po
1 # Translation of StatusNet - Blog to Dutch (Nederlands)
2 # Exported from translatewiki.net
3 #
4 # Author: SPQRobin
5 # Author: Siebrand
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Blog\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2011-12-03 10:43+0000\n"
14 "PO-Revision-Date: 2011-12-03 10:43:54+0000\n"
15 "Language-Team: Dutch <https://translatewiki.net/wiki/Portal:nl>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n"
19 "X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-"
20 "30)\n"
21 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
22 "X-Language-Code: nl\n"
23 "X-Message-Group: #out-statusnet-plugin-blog\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26 #. TRANS: Client exception thrown when trying to post a blog entry while not logged in.
27 msgid "Must be logged in to post a blog entry."
28 msgstr "U moet aangemeld zijn om een â€‹â€‹blogbericht te posten."
29
30 #. TRANS: Client exception thrown when trying to post a blog entry without providing a title.
31 msgid "Title required."
32 msgstr "Titel is verplicht."
33
34 #. TRANS: Client exception thrown when trying to post a blog entry without providing content.
35 msgid "Content required."
36 msgstr "Inhoud is verplicht."
37
38 #. TRANS: Page title after sending a notice.
39 msgid "Blog entry saved"
40 msgstr "Blogbericht is opgeslagen"
41
42 #. TRANS: Plugin description.
43 msgid "Let users write and share long-form texts."
44 msgstr "Laat gebruikers langere teksten schrijven en delen."
45
46 #. TRANS: Blog application title.
47 msgctxt "TITLE"
48 msgid "Blog"
49 msgstr "Blog"
50
51 #. TRANS: Exception thrown when there are too many activity objects.
52 msgid "Too many activity objects."
53 msgstr "Te veel activiteitobjecten."
54
55 #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object.
56 msgid "Wrong type for object."
57 msgstr "Verkeerde type voor object."
58
59 #. TRANS: Exception thrown when blog plugin comes across a undefined verb.
60 msgid "Unknown verb for blog entries."
61 msgstr "Onbekende werkwoord voor blogberichten."
62
63 #. TRANS: Exception thrown when requesting a non-existing blog entry for notice.
64 #, php-format
65 msgid "No blog entry for notice %s."
66 msgstr "Er is geen blogbericht voor de mededeling %s."
67
68 #. TRANS: Client exception thrown when referring to a non-existing blog entry.
69 msgid "No such entry."
70 msgstr "Geen dergelijke vermelding."
71
72 #. TRANS: Title for a blog entry without a title.
73 msgid "Untitled"
74 msgstr "Zonder titel"
75
76 #. TRANS: Field label on blog entry form.
77 msgctxt "LABEL"
78 msgid "Title"
79 msgstr "Titel"
80
81 #. TRANS: Field title on blog entry form.
82 msgid "Title of the blog entry."
83 msgstr "Titel van het blogbericht."
84
85 #. TRANS: Field label on blog entry form.
86 msgctxt "LABEL"
87 msgid "Text"
88 msgstr "Tekst"
89
90 #. TRANS: Field title on blog entry form.
91 msgid "Text of the blog entry."
92 msgstr "Tekst van het blogbericht."
93
94 #. TRANS: Button text to save a blog entry.
95 msgctxt "BUTTON"
96 msgid "Save"
97 msgstr "Opslaan"