gnu-social/plugins/OpenID/locale/OpenID.pot

576 lines
15 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-03 17:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: openidsettings.php:58 openidadminpanel.php:65
2010-04-30 00:43:06 +01:00
msgid "OpenID settings"
msgstr ""
#: openidsettings.php:69
2010-04-30 00:43:06 +01:00
#, php-format
msgid ""
"[OpenID](%%doc.openid%%) lets you log into many sites with the same user "
"account. Manage your associated OpenIDs from here."
msgstr ""
#: openidsettings.php:100
2010-04-30 00:43:06 +01:00
msgid "Add OpenID"
msgstr ""
#: openidsettings.php:103
2010-04-30 00:43:06 +01:00
msgid ""
"If you want to add an OpenID to your account, enter it in the box below and "
"click \"Add\"."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin logon form field label.
#: openidsettings.php:108 OpenIDPlugin.php:703 openidlogin.php:152
2010-04-30 00:43:06 +01:00
msgid "OpenID URL"
msgstr ""
#: openidsettings.php:118
2010-04-30 00:43:06 +01:00
msgid "Add"
msgstr ""
#: openidsettings.php:130
2010-04-30 00:43:06 +01:00
msgid "Remove OpenID"
msgstr ""
#: openidsettings.php:135
2010-04-30 00:43:06 +01:00
msgid ""
"Removing your only OpenID would make it impossible to log in! If you need to "
"remove it, add another OpenID first."
msgstr ""
#: openidsettings.php:150
2010-04-30 00:43:06 +01:00
msgid ""
"You can remove an OpenID from your account by clicking the button marked "
"\"Remove\"."
msgstr ""
#: openidsettings.php:173 openidsettings.php:214
2010-04-30 00:43:06 +01:00
msgid "Remove"
msgstr ""
#: openidsettings.php:187
2010-04-30 00:43:06 +01:00
msgid "OpenID Trusted Sites"
msgstr ""
#: openidsettings.php:190
2010-04-30 00:43:06 +01:00
msgid ""
"The following sites are allowed to access your identity and log you in. You "
"can remove a site from this list to deny it access to your OpenID."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Message given when there is a problem with the user's session token.
#: openidsettings.php:232 finishopenidlogin.php:42
2010-04-30 00:43:06 +01:00
msgid "There was a problem with your session token. Try again, please."
msgstr ""
#: openidsettings.php:239
2010-09-15 00:16:45 +01:00
msgid "Can't add new providers."
msgstr ""
#: openidsettings.php:252
msgid "Something weird happened."
msgstr ""
#: openidsettings.php:276
2010-04-30 00:43:06 +01:00
msgid "No such OpenID trustroot."
msgstr ""
#: openidsettings.php:280
2010-04-30 00:43:06 +01:00
msgid "Trustroots removed"
msgstr ""
#: openidsettings.php:303
2010-04-30 00:43:06 +01:00
msgid "No such OpenID."
msgstr ""
#: openidsettings.php:308
2010-04-30 00:43:06 +01:00
msgid "That OpenID does not belong to you."
msgstr ""
#: openidsettings.php:312
2010-04-30 00:43:06 +01:00
msgid "OpenID removed."
msgstr ""
#: openidadminpanel.php:54
2010-09-15 00:16:45 +01:00
msgid "OpenID"
msgstr ""
#: openidadminpanel.php:147
msgid "Invalid provider URL. Max length is 255 characters."
msgstr ""
#: openidadminpanel.php:153
msgid "Invalid team name. Max length is 255 characters."
msgstr ""
#: openidadminpanel.php:210
msgid "Trusted provider"
msgstr ""
#: openidadminpanel.php:212
msgid ""
"By default, users are allowed to authenticate with any OpenID provider. If "
"you are using your own OpenID service for shared sign-in, you can restrict "
"access to only your own users here."
msgstr ""
#: openidadminpanel.php:220
msgid "Provider URL"
msgstr ""
#: openidadminpanel.php:221
msgid ""
"All OpenID logins will be sent to this URL; other providers may not be used."
msgstr ""
#: openidadminpanel.php:228
msgid "Append a username to base URL"
msgstr ""
#: openidadminpanel.php:230
msgid ""
"Login form will show the base URL and prompt for a username to add at the "
"end. Use when OpenID provider URL should be the profile page for individual "
"users."
msgstr ""
#: openidadminpanel.php:238
msgid "Required team"
msgstr ""
#: openidadminpanel.php:239
msgid "Only allow logins from users in the given team (Launchpad extension)."
msgstr ""
#: openidadminpanel.php:251
msgid "Options"
msgstr ""
#: openidadminpanel.php:258
msgid "Enable OpenID-only mode"
msgstr ""
#: openidadminpanel.php:260
msgid ""
"Require all users to login via OpenID. Warning: disables password "
2010-09-15 00:16:45 +01:00
"authentication for all users!"
msgstr ""
#: openidadminpanel.php:278
msgid "Save OpenID settings"
msgstr ""
#. TRANS: OpenID plugin server error.
#: openid.php:138
2010-04-30 00:43:06 +01:00
msgid "Cannot instantiate OpenID consumer object."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. Given when an OpenID is not valid.
#: openid.php:150
2010-04-30 00:43:06 +01:00
msgid "Not a valid OpenID."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error. Given when the OpenID authentication request fails.
#. TRANS: %s is the failure message.
#: openid.php:155
2010-04-30 00:43:06 +01:00
#, php-format
msgid "OpenID failure: %s"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error. Given when the OpenID authentication request cannot be redirected.
#. TRANS: %s is the failure message.
#: openid.php:205
2010-04-30 00:43:06 +01:00
#, php-format
msgid "Could not redirect to server: %s"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin user instructions.
#: openid.php:244
msgid ""
2010-04-30 00:43:06 +01:00
"This form should automatically submit itself. If not, click the submit "
"button to go to your OpenID provider."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error.
#: openid.php:280
2010-04-30 00:43:06 +01:00
msgid "Error saving the profile."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error.
#: openid.php:292
2010-04-30 00:43:06 +01:00
msgid "Error saving the user."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin client exception (403).
#: openid.php:322
2010-04-30 00:43:06 +01:00
msgid "Unauthorized URL used for OpenID login."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Title
#: openid.php:370
2010-04-30 00:43:06 +01:00
msgid "OpenID Login Submission"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message used while requesting authorization user's OpenID login provider.
#: openid.php:381
2010-04-30 00:43:06 +01:00
msgid "Requesting authorization from your login provider..."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. User instruction while requesting authorization user's OpenID login provider.
#: openid.php:385
2010-04-30 00:43:06 +01:00
msgid ""
"If you are not redirected to your login provider in a few seconds, try "
"pushing the button below."
msgstr ""
2010-04-30 00:43:06 +01:00
#. TRANS: Tooltip for main menu option "Login"
#: OpenIDPlugin.php:218
2010-04-30 00:43:06 +01:00
msgctxt "TOOLTIP"
msgid "Login to the site"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Main menu option when not logged in to log in
#: OpenIDPlugin.php:221
2010-04-30 00:43:06 +01:00
msgctxt "MENU"
msgid "Login"
msgstr ""
2010-04-30 00:43:06 +01:00
#. TRANS: Tooltip for main menu option "Help"
#: OpenIDPlugin.php:226
2010-04-30 00:43:06 +01:00
msgctxt "TOOLTIP"
msgid "Help me!"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Main menu option for help on the StatusNet site
#: OpenIDPlugin.php:229
2010-04-30 00:43:06 +01:00
msgctxt "MENU"
msgid "Help"
msgstr ""
2010-04-30 00:43:06 +01:00
#. TRANS: Tooltip for main menu option "Search"
#: OpenIDPlugin.php:235
2010-04-30 00:43:06 +01:00
msgctxt "TOOLTIP"
msgid "Search for people or text"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Main menu option when logged in or when the StatusNet instance is not private
#: OpenIDPlugin.php:238
2010-04-30 00:43:06 +01:00
msgctxt "MENU"
msgid "Search"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin menu item on site logon page.
#. TRANS: OpenID plugin menu item on user settings page.
#. TRANS: OpenID configuration menu item.
#: OpenIDPlugin.php:295 OpenIDPlugin.php:331 OpenIDPlugin.php:605
2010-09-15 00:16:45 +01:00
msgctxt "MENU"
2010-04-30 00:43:06 +01:00
msgid "OpenID"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin tooltip for logon menu item.
#: OpenIDPlugin.php:297
2010-04-30 00:43:06 +01:00
msgid "Login or register with OpenID"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin tooltip for user settings menu item.
#: OpenIDPlugin.php:333
2010-04-30 00:43:06 +01:00
msgid "Add or remove OpenIDs"
msgstr ""
#. TRANS: Tooltip for OpenID configuration menu item.
#: OpenIDPlugin.php:607
2010-09-15 00:16:45 +01:00
msgid "OpenID configuration"
msgstr ""
#. TRANS: OpenID plugin description.
#: OpenIDPlugin.php:653
2010-04-30 00:43:06 +01:00
msgid "Use <a href=\"http://openid.net/\">OpenID</a> to login to the site."
msgstr ""
#. TRANS: button label for OAuth authorization page when needing OpenID authentication first.
#: OpenIDPlugin.php:663
msgctxt "BUTTON"
msgid "Continue"
msgstr ""
#. TRANS: OpenID plugin logon form legend.
#: OpenIDPlugin.php:680 openidlogin.php:132
msgid "OpenID login"
msgstr ""
#. TRANS: Field label.
#: OpenIDPlugin.php:688 openidlogin.php:139
msgid "OpenID provider"
msgstr ""
#. TRANS: Form guide.
#: OpenIDPlugin.php:697 openidlogin.php:147
msgid "Enter your username."
msgstr ""
#. TRANS: Form guide.
#: OpenIDPlugin.php:699 openidlogin.php:148
msgid "You will be sent to the provider's site for authentication."
msgstr ""
#. TRANS: OpenID plugin logon form field instructions.
#: OpenIDPlugin.php:706 openidlogin.php:155
msgid "Your OpenID URL"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin client error given trying to add an unauthorised OpenID to a user (403).
#: openidserver.php:116
#, php-format
2010-04-30 00:43:06 +01:00
msgid "You are not authorized to use the identity %s."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin client error given when not getting a response for a given OpenID provider (500).
#: openidserver.php:137
2010-04-30 00:43:06 +01:00
msgid "Just an OpenID provider. Nothing to see here, move along..."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Client error message trying to log on with OpenID while already logged on.
#: finishopenidlogin.php:37 openidlogin.php:33
2010-04-30 00:43:06 +01:00
msgid "Already logged in."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Message given if user does not agree with the site's license.
#: finishopenidlogin.php:48
2010-04-30 00:43:06 +01:00
msgid "You can't register if you don't agree to the license."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Messag given on an unknown error.
#: finishopenidlogin.php:57
2010-09-15 00:16:45 +01:00
msgid "An unknown error has occured."
msgstr ""
#. TRANS: Instructions given after a first successful logon using OpenID.
#. TRANS: %s is the site name.
#: finishopenidlogin.php:73
#, php-format
msgid ""
2010-04-30 00:43:06 +01:00
"This is the first time you've logged into %s so we must connect your OpenID "
"to a local account. You can either create a new account, or connect with "
"your existing account, if you have one."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Title
#: finishopenidlogin.php:80
2010-04-30 00:43:06 +01:00
msgid "OpenID Account Setup"
msgstr ""
#: finishopenidlogin.php:117
2010-04-30 00:43:06 +01:00
msgid "Create new account"
msgstr ""
#: finishopenidlogin.php:119
2010-04-30 00:43:06 +01:00
msgid "Create a new user with this nickname."
msgstr ""
#: finishopenidlogin.php:126
2010-04-30 00:43:06 +01:00
msgid "New nickname"
msgstr ""
#: finishopenidlogin.php:128
2010-04-30 00:43:06 +01:00
msgid "1-64 lowercase letters or numbers, no punctuation or spaces"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Button label in form in which to create a new user on the site for an OpenID.
#: finishopenidlogin.php:162
2010-09-15 00:16:45 +01:00
msgctxt "BUTTON"
2010-04-30 00:43:06 +01:00
msgid "Create"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Used as form legend for form in which to connect an OpenID to an existing user on the site.
#: finishopenidlogin.php:176
2010-04-30 00:43:06 +01:00
msgid "Connect existing account"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: User instructions for form in which to connect an OpenID to an existing user on the site.
#: finishopenidlogin.php:179
2010-04-30 00:43:06 +01:00
msgid ""
"If you already have an account, login with your username and password to "
"connect it to your OpenID."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Field label in form in which to connect an OpenID to an existing user on the site.
#: finishopenidlogin.php:183
2010-04-30 00:43:06 +01:00
msgid "Existing nickname"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Field label in form in which to connect an OpenID to an existing user on the site.
#: finishopenidlogin.php:187
2010-04-30 00:43:06 +01:00
msgid "Password"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Button label in form in which to connect an OpenID to an existing user on the site.
#: finishopenidlogin.php:191
2010-09-15 00:16:45 +01:00
msgctxt "BUTTON"
2010-04-30 00:43:06 +01:00
msgid "Connect"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: Status message in case the response from the OpenID provider is that the logon attempt was cancelled.
#: finishopenidlogin.php:237 finishaddopenid.php:90
2010-04-30 00:43:06 +01:00
msgid "OpenID authentication cancelled."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID authentication failed; display the error message. %s is the error message.
#. TRANS: OpenID authentication failed; display the error message.
#. TRANS: %s is the error message.
#: finishopenidlogin.php:241 finishaddopenid.php:95
#, php-format
2010-04-30 00:43:06 +01:00
msgid "OpenID authentication failed: %s"
msgstr ""
#: finishopenidlogin.php:261 finishaddopenid.php:111
2010-09-15 00:16:45 +01:00
msgid ""
"OpenID authentication aborted: you are not allowed to login to this site."
msgstr ""
#. TRANS: OpenID plugin message. No new user registration is allowed on the site.
#. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and none was provided.
#: finishopenidlogin.php:317 finishopenidlogin.php:327
2010-04-30 00:43:06 +01:00
msgid "Registration not allowed."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and the one provided was not valid.
#: finishopenidlogin.php:335
2010-04-30 00:43:06 +01:00
msgid "Not a valid invitation code."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. The entered new user name is blacklisted.
#: finishopenidlogin.php:349
2010-04-30 00:43:06 +01:00
msgid "Nickname not allowed."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. The entered new user name is already used.
#: finishopenidlogin.php:355
2010-04-30 00:43:06 +01:00
msgid "Nickname already in use. Try another one."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error. A stored OpenID cannot be retrieved.
#. TRANS: OpenID plugin server error. A stored OpenID cannot be found.
#: finishopenidlogin.php:363 finishopenidlogin.php:449
2010-04-30 00:43:06 +01:00
msgid "Stored OpenID not found."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error.
#: finishopenidlogin.php:373
2010-04-30 00:43:06 +01:00
msgid "Creating new account for OpenID that already has a user."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message.
#: finishopenidlogin.php:437
2010-04-30 00:43:06 +01:00
msgid "Invalid username or password."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin server error. The user or user profile could not be saved.
#: finishopenidlogin.php:457
2010-04-30 00:43:06 +01:00
msgid "Error connecting user to OpenID."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. Rememberme logins have to reauthenticate before changing any profile settings.
#. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)".
#: openidlogin.php:74
2010-04-30 00:43:06 +01:00
#, php-format
msgid ""
2010-04-30 00:43:06 +01:00
"For security reasons, please re-login with your [OpenID](%%doc.openid%%) "
"before changing your settings."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message.
#. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)".
#: openidlogin.php:80
2010-04-30 00:43:06 +01:00
#, php-format
msgid "Login with an [OpenID](%%doc.openid%%) account."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin message. Title.
#. TRANS: Title after getting the status of the OpenID authorisation request.
#: openidlogin.php:114 finishaddopenid.php:187
2010-04-30 00:43:06 +01:00
msgid "OpenID Login"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin logon form checkbox label for setting to put the OpenID information in a cookie.
#: openidlogin.php:160
2010-04-30 00:43:06 +01:00
msgid "Remember me"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin logon form field instructions.
#: openidlogin.php:162
2010-04-30 00:43:06 +01:00
msgid "Automatically login in the future; not for shared computers!"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: OpenID plugin logon form button label to start logon with the data provided in the logon form.
#: openidlogin.php:167
2010-09-15 00:16:45 +01:00
msgctxt "BUTTON"
2010-04-30 00:43:06 +01:00
msgid "Login"
msgstr ""
#: openidtrust.php:52
msgid "OpenID Identity Verification"
msgstr ""
#: openidtrust.php:70
msgid ""
"This page should only be reached during OpenID processing, not directly."
msgstr ""
#: openidtrust.php:118
#, php-format
msgid ""
"%s has asked to verify your identity. Click Continue to verify your "
"identity and login without creating a new password."
msgstr ""
#: openidtrust.php:136
msgid "Continue"
msgstr ""
#: openidtrust.php:137
msgid "Cancel"
msgstr ""
2010-04-30 00:43:06 +01:00
2010-09-15 00:16:45 +01:00
#. TRANS: Client error message
#: finishaddopenid.php:68
2010-04-30 00:43:06 +01:00
msgid "Not logged in."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: message in case a user tries to add an OpenID that is already connected to them.
#: finishaddopenid.php:122
2010-04-30 00:43:06 +01:00
msgid "You already have this OpenID!"
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: message in case a user tries to add an OpenID that is already used by another user.
#: finishaddopenid.php:125
2010-04-30 00:43:06 +01:00
msgid "Someone else already has this OpenID."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: message in case the OpenID object cannot be connected to the user.
#: finishaddopenid.php:138
2010-04-30 00:43:06 +01:00
msgid "Error connecting user."
msgstr ""
2010-09-15 00:16:45 +01:00
#. TRANS: message in case the user or the user profile cannot be saved in StatusNet.
#: finishaddopenid.php:145
2010-04-30 00:43:06 +01:00
msgid "Error updating profile"
msgstr ""