X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FXmpp%2Flocale%2Fnl%2FLC_MESSAGES%2FXmpp.po;h=85b311d64a10e80922d7f2fed380aafebcf63ed7;hb=2e4e2f693d76dde8bcc42ef8aadbfd1c7965468b;hp=faec94c11c094de6f434843c732dc97dccf6d621;hpb=396a0c08b351d14be99d836af79059fe716f9afe;p=quix0rs-gnu-social.git diff --git a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po index faec94c11c..85b311d64a 100644 --- a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po @@ -9,29 +9,84 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-09 18:34+0000\n" -"PO-Revision-Date: 2011-04-09 18:38:56+0000\n" -"Language-Team: Dutch \n" +"POT-Creation-Date: 2012-05-12 18:44+0000\n" +"PO-Revision-Date: 2012-05-12 18:47:36+0000\n" +"Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-04-03 23:29:06+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85732); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" +"X-Generator: MediaWiki 1.20alpha (9a7f2d8); Translate 2012-04-11\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. TRANS: Presence announcement for XMPP. +#. TRANS: Message for XMPP reconnect. msgid "Send me a message to post a notice" msgstr "Mij een bericht sturen om een mededeling te verzenden" +#. TRANS: Plugin display name. msgid "XMPP/Jabber/GTalk" msgstr "XMPP/Jabber/Google Talk" +#. TRANS: Exception thrown when using too many @ signs in a Jabber ID. +msgid "Invalid JID: too many @s." +msgstr "Ongeldige JID: te veel @'s." + +#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. +msgid "Invalid JID: @ but no node" +msgstr "Ongeldige JID: @ maar geen node" + +#. TRANS: Exception thrown when using too long a Jabber ID (>1023). +msgid "Invalid JID: node too long." +msgstr "Ongeldige JID: de node is te lang." + +#. TRANS: Exception thrown when using an invalid Jabber ID. +#. TRANS: %s is the invalid Jabber ID. +#, php-format +msgid "Invalid JID node \"%s\"." +msgstr "Ongeldige JID node \"%s\"." + +#. TRANS: Exception thrown when using too long a Jabber domain (>1023). +msgid "Invalid JID: domain too long." +msgstr "Ongeldige JID: het domein is te lang." + +#. TRANS: Exception thrown when using an invalid Jabber domain name. +#. TRANS: %s is the invalid domain name. +#, php-format +msgid "Invalid JID domain name \"%s\"." +msgstr "Ongeldige JID-domeinnaam \"%s\"." + +#. TRANS: Exception thrown when using an invalid Jabber resource. +#. TRANS: %s is the invalid resource. +#, php-format +msgid "Invalid JID resource \"%s\"." +msgstr "Ongeldige JID-bron \"%s\"." + +#. TRANS: Link description to notice in conversation. #. TRANS: %s is a notice ID. #, php-format msgid "[%s]" msgstr "[%s]" +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a server in the configuration." +msgstr "U moet in de instellingen een server opgeven." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a port in the configuration." +msgstr "U moet in de instellingen een poort opgeven." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a user in the configuration." +msgstr "U moet in de instellingen een gebruiker opgeven." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a password in the configuration." +msgstr "U moet in de instellingen een wachtwoord opgeven." + +#. TRANS: Plugin description. msgid "" "The XMPP plugin allows users to send and receive notices over the XMPP/" "Jabber network."