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.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-06 15:05+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Afrikaans (http://www.transifex.com/gnu-social/gnu-social/language/af/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #. TRANS: Client error displayed when trying to log in while already logged
22 #: actions/caslogin.php:29
23 msgid "Already logged in."
24 msgstr "U is reeds aangeteken."
26 #. TRANS: Server error displayed when trying to log in with incorrect username
28 #: actions/caslogin.php:41
29 msgid "Incorrect username or password."
30 msgstr "Verkeerde gebruikersnaam of wagwoord."
32 #. TRANS: Server error displayed when login fails in CAS authentication
34 #: actions/caslogin.php:47
35 msgid "Error setting user. You are probably not authorized."
38 #. TRANS: Menu item. CAS is Central Authentication Service.
39 #: CasAuthenticationPlugin.php:83
43 #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
44 #: CasAuthenticationPlugin.php:85
45 msgid "Login or register with CAS."
48 #. TRANS: Invitation to users with a CAS account to log in using the service.
49 #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the
51 #. TRANS: These two elements may not be separated.
52 #: CasAuthenticationPlugin.php:101
54 msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
57 #. TRANS: Exception thrown when the CAS Authentication plugin has been
58 #. configured incorrectly.
59 #: CasAuthenticationPlugin.php:129
60 msgid "Specifying a server is required."
63 #. TRANS: Exception thrown when the CAS Authentication plugin has been
64 #. configured incorrectly.
65 #: CasAuthenticationPlugin.php:133
66 msgid "Specifying a port is required."
69 #. TRANS: Exception thrown when the CAS Authentication plugin has been
70 #. configured incorrectly.
71 #: CasAuthenticationPlugin.php:137
72 msgid "Specifying a path is required."
75 #. TRANS: Plugin description. CAS is Central Authentication Service.
76 #: CasAuthenticationPlugin.php:157
78 "The CAS Authentication plugin allows for StatusNet to handle authentication "
79 "through CAS (Central Authentication Service)."