From 5ee4e524884316f2b019130ab270f03bea172e69 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 20 Oct 2010 01:24:09 +0200 Subject: Localisation updates from http://translatewiki.net. --- locale/gl/LC_MESSAGES/statusnet.po | 732 +++++++++++++++++++++++++------------ 1 file changed, 491 insertions(+), 241 deletions(-) (limited to 'locale/gl/LC_MESSAGES') diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index 5f4ecb39b..845050b1d 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-18 20:49+0000\n" -"PO-Revision-Date: 2010-10-18 20:50:43+0000\n" +"POT-Creation-Date: 2010-10-19 23:00+0000\n" +"PO-Revision-Date: 2010-10-19 23:02:20+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.17alpha (r74965); Translate extension (2010-09-17)\n" +"X-Generator: MediaWiki 1.17alpha (r75030); Translate extension (2010-09-17)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2010-10-18 20:28:37+0000\n" +"X-POT-Import-Date: 2010-10-18 21:13:08+0000\n" #. TRANS: Page title #. TRANS: Menu item for site administration @@ -77,10 +77,13 @@ msgstr "Gardar a configuración de acceso" #. TRANS: Button label to save e-mail preferences. #. TRANS: Button label to save IM preferences. +#. TRANS: Button to save input in profile settings. #. TRANS: Button label to save SMS preferences. +#. TRANS: Save button for settings for a profile in a subscriptions list. #. TRANS: Button label in the "Edit application" form. #: actions/accessadminpanel.php:203 actions/emailsettings.php:228 -#: actions/imsettings.php:187 actions/smssettings.php:209 +#: actions/imsettings.php:187 actions/profilesettings.php:201 +#: actions/smssettings.php:209 actions/subscriptions.php:246 #: lib/applicationeditform.php:355 msgctxt "BUTTON" msgid "Save" @@ -180,7 +183,7 @@ msgstr "" "[publicar algo dirixido a el ou ela](%%%%action.newnotice%%%%?" "status_textarea=%3$s)." -#: actions/all.php:149 actions/replies.php:210 actions/showstream.php:211 +#: actions/all.php:149 actions/replies.php:210 actions/showstream.php:208 #, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and then nudge %s or " @@ -270,10 +273,11 @@ msgstr "O usuario non ten perfil." msgid "Could not save profile." msgstr "Non se puido gardar o perfil." +#. TRANS: Client exception. %s is CONTENT_LENGTH (in bytes). #: actions/apiaccountupdateprofilebackgroundimage.php:109 #: actions/apiaccountupdateprofileimage.php:98 actions/apimediaupload.php:81 #: actions/apistatusesupdate.php:213 actions/avatarsettings.php:257 -#: actions/designadminpanel.php:123 actions/editapplication.php:118 +#: actions/designadminpanel.php:123 actions/editapplication.php:120 #: actions/newapplication.php:101 actions/newnotice.php:94 #: lib/designsettings.php:283 #, php-format @@ -418,48 +422,50 @@ msgstr "Non se puido determinar o usuario de orixe." msgid "Could not find target user." msgstr "Non se puido atopar o usuario de destino." +#. TRANS: Validation error in form for profile settings. #: actions/apigroupcreate.php:168 actions/editgroup.php:186 -#: actions/newgroup.php:126 actions/profilesettings.php:215 +#: actions/newgroup.php:126 actions/profilesettings.php:243 #: actions/register.php:212 msgid "Nickname must have only lowercase letters and numbers and no spaces." msgstr "" "O alcume debe ter só letras en minúscula e números, e non pode ter espazos " "en branco." +#. TRANS: Validation error in form for profile settings. #: actions/apigroupcreate.php:177 actions/editgroup.php:190 -#: actions/newgroup.php:130 actions/profilesettings.php:238 +#: actions/newgroup.php:130 actions/profilesettings.php:277 #: actions/register.php:215 msgid "Nickname already in use. Try another one." msgstr "Ese alcume xa está en uso. Probe con outro." +#. TRANS: Validation error in form for profile settings. #: actions/apigroupcreate.php:184 actions/editgroup.php:193 -#: actions/newgroup.php:133 actions/profilesettings.php:218 +#: actions/newgroup.php:133 actions/profilesettings.php:247 #: actions/register.php:217 msgid "Not a valid nickname." msgstr "O formato do alcume non é correcto." -#: actions/apigroupcreate.php:200 actions/editapplication.php:215 +#. TRANS: Validation error shown when providing an invalid homepage URL in the "Edit application" form. +#. TRANS: Validation error in form for profile settings. +#: actions/apigroupcreate.php:200 actions/editapplication.php:231 #: actions/editgroup.php:199 actions/newapplication.php:203 -#: actions/newgroup.php:139 actions/profilesettings.php:222 +#: actions/newgroup.php:139 actions/profilesettings.php:252 #: actions/register.php:224 msgid "Homepage is not a valid URL." msgstr "O URL da páxina persoal non é correcto." #: actions/apigroupcreate.php:209 actions/editgroup.php:202 -#: actions/newgroup.php:142 actions/profilesettings.php:225 -#: actions/register.php:227 +#: actions/newgroup.php:142 actions/register.php:227 msgid "Full name is too long (max 255 chars)." msgstr "O nome completo é longo de máis (o máximo son 255 caracteres)." -#: actions/apigroupcreate.php:217 actions/editapplication.php:190 -#: actions/newapplication.php:172 +#: actions/apigroupcreate.php:217 actions/newapplication.php:172 #, php-format msgid "Description is too long (max %d chars)." msgstr "A descrición é longa de máis (o máximo son %d caracteres)." #: actions/apigroupcreate.php:228 actions/editgroup.php:208 -#: actions/newgroup.php:148 actions/profilesettings.php:232 -#: actions/register.php:234 +#: actions/newgroup.php:148 actions/register.php:234 msgid "Location is too long (max 255 chars)." msgstr "A localidade é longa de máis (o máximo son 255 caracteres)." @@ -548,7 +554,7 @@ msgstr "grupos en %s" msgid "Upload failed." msgstr "Houbo un erro durante a carga." -#: actions/apioauthaccesstoken.php:108 +#: actions/apioauthaccesstoken.php:103 #, fuzzy msgid "Invalid request token or verifier." msgstr "O pase especificado é incorrecto." @@ -557,21 +563,22 @@ msgstr "O pase especificado é incorrecto." msgid "No oauth_token parameter provided." msgstr "Non se forneceu o parámetro oauth_token." -#: actions/apioauthauthorize.php:117 actions/apioauthauthorize.php:130 +#: actions/apioauthauthorize.php:116 actions/apioauthauthorize.php:121 +#: actions/apioauthauthorize.php:128 #, fuzzy msgid "Invalid request token." msgstr "Pase incorrecto." -#: actions/apioauthauthorize.php:147 actions/avatarsettings.php:268 +#: actions/apioauthauthorize.php:145 actions/avatarsettings.php:268 #: actions/deletenotice.php:172 actions/disfavor.php:74 #: actions/emailsettings.php:271 actions/favor.php:75 actions/geocode.php:55 #: actions/groupblock.php:66 actions/grouplogo.php:312 #: actions/groupunblock.php:66 actions/imsettings.php:230 -#: actions/invite.php:56 actions/login.php:137 actions/makeadmin.php:66 +#: actions/invite.php:59 actions/login.php:137 actions/makeadmin.php:66 #: actions/newmessage.php:135 actions/newnotice.php:103 actions/nudge.php:80 #: actions/oauthappssettings.php:159 actions/oauthconnectionssettings.php:135 #: actions/othersettings.php:145 actions/passwordsettings.php:138 -#: actions/profilesettings.php:194 actions/recoverpassword.php:350 +#: actions/profilesettings.php:221 actions/recoverpassword.php:350 #: actions/register.php:172 actions/remotesubscribe.php:77 #: actions/repeat.php:83 actions/smssettings.php:256 actions/subedit.php:38 #: actions/subscribe.php:86 actions/tagother.php:166 @@ -580,27 +587,28 @@ msgstr "Pase incorrecto." msgid "There was a problem with your session token. Try again, please." msgstr "Houbo un erro co seu pase. Inténteo de novo." -#: actions/apioauthauthorize.php:163 +#: actions/apioauthauthorize.php:161 msgid "Invalid nickname / password!" msgstr "O alcume ou o contrasinal son incorrectos!" -#: actions/apioauthauthorize.php:193 +#: actions/apioauthauthorize.php:191 msgid "Database error deleting OAuth application user." msgstr "" "Houbo un erro na base de datos ao intentar borrar o usuario da aplicación " "OAuth." -#: actions/apioauthauthorize.php:218 +#: actions/apioauthauthorize.php:216 msgid "Database error inserting OAuth application user." msgstr "" "Houbo un erro na base de datos ao intentar inserir o usuario da aplicación " "OAuth." +#. TRANS: Client error displayed submitting invalid form data for edit application. #. TRANS: Message given submitting a form with an unknown action in e-mail settings. #. TRANS: Message given submitting a form with an unknown action in IM settings. #. TRANS: Message given submitting a form with an unknown action in SMS settings. -#: actions/apioauthauthorize.php:265 actions/avatarsettings.php:281 -#: actions/designadminpanel.php:104 actions/editapplication.php:139 +#: actions/apioauthauthorize.php:279 actions/avatarsettings.php:281 +#: actions/designadminpanel.php:104 actions/editapplication.php:142 #: actions/emailsettings.php:290 actions/grouplogo.php:322 #: actions/imsettings.php:245 actions/newapplication.php:121 #: actions/oauthconnectionssettings.php:147 actions/recoverpassword.php:44 @@ -608,15 +616,15 @@ msgstr "" msgid "Unexpected form submission." msgstr "Envío de formulario inesperado." -#: actions/apioauthauthorize.php:291 +#: actions/apioauthauthorize.php:305 msgid "An application would like to connect to your account" msgstr "Unha aplicación quere conectarse á súa conta" -#: actions/apioauthauthorize.php:308 +#: actions/apioauthauthorize.php:322 msgid "Allow or deny access" msgstr "Permitir ou denegar o acceso" -#: actions/apioauthauthorize.php:324 +#: actions/apioauthauthorize.php:338 #, php-format msgid "" "The application %1$s by %2$s would like " @@ -628,12 +636,13 @@ msgstr "" "acceso á súa conta %4$s a xente de confianza." #. TRANS: Main menu option when logged in for access to user settings -#: actions/apioauthauthorize.php:342 lib/action.php:490 +#: actions/apioauthauthorize.php:356 lib/action.php:490 msgid "Account" msgstr "Conta" -#: actions/apioauthauthorize.php:345 actions/login.php:252 -#: actions/profilesettings.php:106 actions/register.php:431 +#. TRANS: Field label in form for profile settings. +#: actions/apioauthauthorize.php:359 actions/login.php:252 +#: actions/profilesettings.php:110 actions/register.php:431 #: actions/showgroup.php:245 actions/tagother.php:94 #: actions/userauthorization.php:145 lib/groupeditform.php:152 #: lib/userprofile.php:132 @@ -641,41 +650,41 @@ msgid "Nickname" msgstr "Alcume" #. TRANS: Link description in user account settings menu. -#: actions/apioauthauthorize.php:348 actions/login.php:255 +#: actions/apioauthauthorize.php:362 actions/login.php:255 #: actions/register.php:436 lib/accountsettingsaction.php:120 msgid "Password" msgstr "Contrasinal" #. TRANS: Submit button title. -#: actions/apioauthauthorize.php:360 lib/applicationeditform.php:353 +#: actions/apioauthauthorize.php:374 lib/applicationeditform.php:353 msgid "Cancel" msgstr "Cancelar" -#: actions/apioauthauthorize.php:366 +#: actions/apioauthauthorize.php:380 msgid "Allow" msgstr "Permitir" -#: actions/apioauthauthorize.php:383 +#: actions/apioauthauthorize.php:397 #, fuzzy msgid "Authorize access to your account information." msgstr "Permitir ou denegar o acceso á información da súa conta." -#: actions/apioauthauthorize.php:433 +#: actions/apioauthauthorize.php:447 #, fuzzy msgid "Authorization canceled." msgstr "Cancelouse a confirmación por mensaxería instantánea." -#: actions/apioauthauthorize.php:435 +#: actions/apioauthauthorize.php:449 #, fuzzy, php-format msgid "The request token %s has been revoked." msgstr "Denegouse e revogouse a ficha da solicitude %s." -#: actions/apioauthauthorize.php:453 +#: actions/apioauthauthorize.php:467 #, fuzzy, php-format msgid "You have successfully authorized %s." msgstr "Non está autorizado." -#: actions/apioauthauthorize.php:458 +#: actions/apioauthauthorize.php:472 #, php-format msgid "" "Please return to %s and enter the following security code to complete the " @@ -1023,12 +1032,13 @@ msgstr "Ese enderezo xa se confirmou." #. TRANS: Server error thrown on database error removing a registered e-mail address. #. TRANS: Server error thrown on database error updating IM preferences. #. TRANS: Server error thrown on database error removing a registered IM address. +#. TRANS: Server error thrown when user profile settings could not be updated. #. TRANS: Server error thrown on database error updating SMS preferences. #. TRANS: Server error thrown on database error removing a registered SMS phone number. #: actions/confirmaddress.php:116 actions/emailsettings.php:331 #: actions/emailsettings.php:477 actions/imsettings.php:283 #: actions/imsettings.php:442 actions/othersettings.php:174 -#: actions/profilesettings.php:283 actions/smssettings.php:308 +#: actions/profilesettings.php:326 actions/smssettings.php:308 #: actions/smssettings.php:464 msgid "Couldn't update user." msgstr "Non se puido actualizar o usuario." @@ -1066,13 +1076,14 @@ msgstr "Ten que iniciar sesión para borrar unha aplicación." msgid "Application not found." msgstr "Non se atopou a aplicación." -#: actions/deleteapplication.php:78 actions/editapplication.php:77 +#. TRANS: Client error displayed trying to edit an application while not being its owner. +#: actions/deleteapplication.php:78 actions/editapplication.php:78 #: actions/showapplication.php:94 msgid "You are not the owner of this application." msgstr "Non é o dono desa aplicación." #. TRANS: Client error text when there is a problem with the session token. -#: actions/deleteapplication.php:102 actions/editapplication.php:127 +#: actions/deleteapplication.php:102 actions/editapplication.php:129 #: actions/newapplication.php:110 actions/showapplication.php:118 #: lib/action.php:1353 msgid "There was a problem with your session token." @@ -1366,9 +1377,8 @@ msgstr "Volver ao deseño por defecto" #. TRANS: Submit button title. #: actions/designadminpanel.php:708 actions/licenseadminpanel.php:319 #: actions/othersettings.php:126 actions/pathsadminpanel.php:396 -#: actions/profilesettings.php:174 actions/sessionsadminpanel.php:199 -#: actions/siteadminpanel.php:292 actions/sitenoticeadminpanel.php:195 -#: actions/snapshotadminpanel.php:245 actions/subscriptions.php:226 +#: actions/sessionsadminpanel.php:199 actions/siteadminpanel.php:292 +#: actions/sitenoticeadminpanel.php:195 actions/snapshotadminpanel.php:245 #: actions/tagother.php:154 actions/useradminpanel.php:295 #: lib/applicationeditform.php:357 lib/designsettings.php:256 #: lib/groupeditform.php:202 @@ -1392,68 +1402,94 @@ msgstr "Engadir aos favoritos" msgid "No such document \"%s\"" msgstr "Non hai ningún documento \"%s\"" -#: actions/editapplication.php:54 -msgid "Edit Application" -msgstr "Editar a aplicación" +#. TRANS: Title for "Edit application" form. +#. TRANS: Form legend. +#: actions/editapplication.php:54 lib/applicationeditform.php:129 +msgid "Edit application" +msgstr "Modificar a aplicación" +#. TRANS: Client error displayed trying to edit an application while not logged in. #: actions/editapplication.php:66 msgid "You must be logged in to edit an application." msgstr "Ten que iniciar sesión para editar unha aplicación." -#: actions/editapplication.php:81 actions/oauthconnectionssettings.php:166 +#. TRANS: Client error displayed trying to edit an application that does not exist. +#: actions/editapplication.php:83 actions/oauthconnectionssettings.php:166 #: actions/showapplication.php:87 msgid "No such application." msgstr "Non existe esa aplicación." -#: actions/editapplication.php:161 +#. TRANS: Instructions for "Edit application" form. +#: actions/editapplication.php:165 msgid "Use this form to edit your application." msgstr "Utilice este formulario para editar a súa aplicación." -#: actions/editapplication.php:177 actions/newapplication.php:159 +#. TRANS: Validation error shown when not providing a name in the "Edit application" form. +#: actions/editapplication.php:182 actions/newapplication.php:159 msgid "Name is required." msgstr "Fai falla un nome." -#: actions/editapplication.php:180 actions/newapplication.php:165 -msgid "Name is too long (max 255 chars)." +#. TRANS: Validation error shown when providing too long a name in the "Edit application" form. +#: actions/editapplication.php:186 +#, fuzzy +msgid "Name is too long (max 255 characters)." msgstr "O nome é longo de máis (o límite é de 255 caracteres)." -#: actions/editapplication.php:183 actions/newapplication.php:162 +#. TRANS: Validation error shown when providing a name for an application that already exists in the "Edit application" form. +#: actions/editapplication.php:190 actions/newapplication.php:162 msgid "Name already in use. Try another one." msgstr "O nome xa está en uso. Probe con outro." -#: actions/editapplication.php:186 actions/newapplication.php:168 +#. TRANS: Validation error shown when not providing a description in the "Edit application" form. +#: actions/editapplication.php:194 actions/newapplication.php:168 msgid "Description is required." msgstr "Fai falla unha descrición." -#: actions/editapplication.php:194 +#. TRANS: Validation error shown when providing too long a description in the "Edit application" form. +#: actions/editapplication.php:199 +#, fuzzy, php-format +msgid "Description is too long (maximum %d character)." +msgid_plural "Description is too long (maximum %d characters)." +msgstr[0] "A descrición é longa de máis (o máximo son %d caracteres)." +msgstr[1] "A descrición é longa de máis (o máximo son %d caracteres)." + +#. TRANS: Validation error shown when providing too long a source URL in the "Edit application" form. +#: actions/editapplication.php:206 msgid "Source URL is too long." msgstr "O URL de orixe é longo de máis." -#: actions/editapplication.php:200 actions/newapplication.php:185 +#. TRANS: Validation error shown when providing an invalid source URL in the "Edit application" form. +#: actions/editapplication.php:213 actions/newapplication.php:185 msgid "Source URL is not valid." msgstr "O URL de orixe é incorrecto." -#: actions/editapplication.php:203 actions/newapplication.php:188 +#. TRANS: Validation error shown when not providing an organisation in the "Edit application" form. +#: actions/editapplication.php:217 actions/newapplication.php:188 msgid "Organization is required." msgstr "Fai falla unha organización." -#: actions/editapplication.php:206 actions/newapplication.php:191 -msgid "Organization is too long (max 255 chars)." +#. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form. +#: actions/editapplication.php:221 +#, fuzzy +msgid "Organization is too long (maximum 255 characters)." msgstr "A organización é longa de máis (o límite é de 255 caracteres)." -#: actions/editapplication.php:209 actions/newapplication.php:194 +#: actions/editapplication.php:224 actions/newapplication.php:194 msgid "Organization homepage is required." msgstr "Fai falla unha páxina web da organización." -#: actions/editapplication.php:218 actions/newapplication.php:206 +#. TRANS: Validation error shown when providing too long a callback URL in the "Edit application" form. +#: actions/editapplication.php:235 actions/newapplication.php:206 msgid "Callback is too long." msgstr "O retorno de chamada é longo de máis." -#: actions/editapplication.php:225 actions/newapplication.php:215 +#. TRANS: Validation error shown when providing an invalid callback URL in the "Edit application" form. +#: actions/editapplication.php:243 actions/newapplication.php:215 msgid "Callback URL is not valid." msgstr "O URL do retorno de chamada é incorrecto." -#: actions/editapplication.php:261 +#. TRANS: Server error occuring when an application could not be updated from the "Edit application" form. +#: actions/editapplication.php:280 msgid "Could not update application." msgstr "Non se puido actualizar a aplicación." @@ -2301,50 +2337,82 @@ msgid "This is your inbox, which lists your incoming private messages." msgstr "" "Esta é a súa caixa de correo, onde se listan as mensaxes privadas recibidas." -#: actions/invite.php:39 +#. TRANS: Client error displayed when trying to sent invites while they have been disabled. +#: actions/invite.php:40 msgid "Invites have been disabled." msgstr "As invitacións están desactivadas." -#: actions/invite.php:41 +#. TRANS: Client error displayed when trying to sent invites while not logged in. +#. TRANS: %s is the StatusNet site name. +#: actions/invite.php:44 #, php-format msgid "You must be logged in to invite other users to use %s." msgstr "Ten que identificarse para invitar a outros a usar %s." -#: actions/invite.php:72 -#, php-format -msgid "Invalid email address: %s" +#. TRANS: Form validation message when providing an e-mail address that does not validate. +#. TRANS: %s is an invalid e-mail address. +#: actions/invite.php:77 +#, fuzzy, php-format +msgid "Invalid email address: %s." msgstr "Enderezo de correo electrónico incorrecto: %s" -#: actions/invite.php:110 -msgid "Invitation(s) sent" +#. TRANS: Page title when invitations have been sent. +#: actions/invite.php:116 +#, fuzzy +msgid "Invitations sent" msgstr "Enviáronse as invitacións" -#: actions/invite.php:112 +#. TRANS: Page title when inviting potential users. +#: actions/invite.php:119 msgid "Invite new users" msgstr "Invitar a novos usuarios" -#: actions/invite.php:128 -msgid "You are already subscribed to these users:" -msgstr "Xa está subscrito aos seguintes usuarios:" +#. TRANS: Message displayed inviting users to use a StatusNet site while the inviting user +#. TRANS: is already subscribed to one or more users with the given e-mail address(es). +#. TRANS: Plural form is based on the number of reported already subscribed e-mail addresses. +#. TRANS: Followed by a bullet list. +#: actions/invite.php:139 +#, fuzzy +msgid "You are already subscribed to this user:" +msgid_plural "You are already subscribed to these users:" +msgstr[0] "Xa está subscrito aos seguintes usuarios:" +msgstr[1] "Xa está subscrito aos seguintes usuarios:" +#. TRANS: Used as list item for already subscribed users (%1$s is nickname, %2$s is e-mail address). +#. TRANS: Used as list item for already registered people (%1$s is nickname, %2$s is e-mail address). #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. -#: actions/invite.php:131 actions/invite.php:139 lib/command.php:426 +#: actions/invite.php:145 actions/invite.php:159 lib/command.php:426 #, php-format msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" -#: actions/invite.php:136 -msgid "" +#. TRANS: Message displayed inviting users to use a StatusNet site while the invited user +#. TRANS: already uses a this StatusNet site. Plural form is based on the number of +#. TRANS: reported already present people. Followed by a bullet list. +#: actions/invite.php:153 +#, fuzzy +msgid "This person is already a user and you were automatically subscribed:" +msgid_plural "" "These people are already users and you were automatically subscribed to them:" -msgstr "" +msgstr[0] "" +"Estas persoas xa son usuarios e subscribíuselle automaticamente a elas:" +msgstr[1] "" "Estas persoas xa son usuarios e subscribíuselle automaticamente a elas:" -#: actions/invite.php:144 -msgid "Invitation(s) sent to the following people:" -msgstr "Enviáronse invitacións ás seguintes persoas:" - -#: actions/invite.php:150 +#. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is +#. TRANS: based on the number of invitations sent. Followed by a bullet list of +#. TRANS: e-mail addresses to which invitations were sent. +#: actions/invite.php:167 +#, fuzzy +msgid "Invitation sent to the following person:" +msgid_plural "Invitations sent to the following people:" +msgstr[0] "Enviáronse invitacións ás seguintes persoas:" +msgstr[1] "Enviáronse invitacións ás seguintes persoas:" + +#. TRANS: Generic message displayed after sending out one or more invitations to +#. TRANS: people to join a StatusNet site. +#: actions/invite.php:177 msgid "" "You will be notified when your invitees accept the invitation and register " "on the site. Thanks for growing the community!" @@ -2352,43 +2420,54 @@ msgstr "" "Notificaráselle cando os seus convidados acepten a invitación e se rexistren " "no sitio. Grazas por ampliar a comunidade!" -#: actions/invite.php:162 +#. TRANS: Form instructions. +#: actions/invite.php:190 msgid "" "Use this form to invite your friends and colleagues to use this service." msgstr "" "Utilice o seguinte formulario para invitar aos seus amigos e compañeiros a " "utilizar este servizo." -#: actions/invite.php:187 +#. TRANS: Field label for a list of e-mail addresses. +#: actions/invite.php:217 msgid "Email addresses" msgstr "Enderezos de correo electrónico" -#: actions/invite.php:189 +#. TRANS: Tooltip for field label for a list of e-mail addresses. +#: actions/invite.php:220 msgid "Addresses of friends to invite (one per line)" msgstr "Enderezos de amigos aos que invitar (un por liña)" -#: actions/invite.php:192 +#. TRANS: Field label for a personal message to send to invitees. +#: actions/invite.php:224 msgid "Personal message" msgstr "Mensaxe persoal" -#: actions/invite.php:194 +#. TRANS: Tooltip for field label for a personal message to send to invitees. +#: actions/invite.php:227 msgid "Optionally add a personal message to the invitation." msgstr "Engadir opcionalmente unha mensaxe persoal á invitación." #. TRANS: Send button for inviting friends -#: actions/invite.php:198 +#: actions/invite.php:231 msgctxt "BUTTON" msgid "Send" msgstr "Enviar" -#. TRANS: Subject for invitation email. Note that 'them' is correct as a gender-neutral singular 3rd-person pronoun in English. -#: actions/invite.php:228 +#. TRANS: Subject for invitation email. Note that 'them' is correct as a gender-neutral +#. TRANS: singular 3rd-person pronoun in English. %1$s is the inviting user, $2$s is +#. TRANS: the StatusNet sitename. +#: actions/invite.php:263 #, php-format msgid "%1$s has invited you to join them on %2$s" msgstr "%1$s convidouno a unirse a el en %2$s" -#. TRANS: Body text for invitation email. Note that 'them' is correct as a gender-neutral singular 3rd-person pronoun in English. -#: actions/invite.php:231 +#. TRANS: Body text for invitation email. Note that 'them' is correct as a gender-neutral +#. TRANS: singular 3rd-person pronoun in English. %1$s is the inviting user, %2$s is the +#. TRANS: StatusNet sitename, %3$s is the site URL, %4$s is the personal message from the +#. TRANS: inviting user, %s%5 a link to the timeline for the inviting user, %s$6 is a link +#. TRANS: to register with the StatusNet site. +#: actions/invite.php:270 #, php-format msgid "" "%1$s has invited you to join them on %2$s (%3$s).\n" @@ -2665,10 +2744,18 @@ msgstr "Ten que identificarse para rexistrar unha aplicación." msgid "Use this form to register a new application." msgstr "Utilice o seguinte formulario para rexistrar unha aplicación nova." +#: actions/newapplication.php:165 +msgid "Name is too long (max 255 chars)." +msgstr "O nome é longo de máis (o límite é de 255 caracteres)." + #: actions/newapplication.php:176 msgid "Source URL is required." msgstr "Necesítase o URL de orixe." +#: actions/newapplication.php:191 +msgid "Organization is too long (max 255 chars)." +msgstr "A organización é longa de máis (o límite é de 255 caracteres)." + #: actions/newapplication.php:258 actions/newapplication.php:267 msgid "Could not create application." msgstr "Non se puido crear a aplicación." @@ -2783,8 +2870,10 @@ msgid "Updates matching search term \"%1$s\" on %2$s!" msgstr "Actualizacións que conteñen o termo \"%1$s\" en %2$s!" #: actions/nudge.php:85 +#, fuzzy msgid "" -"This user doesn't allow nudges or hasn't confirmed or set their email yet." +"This user doesn't allow nudges or hasn't confirmed or set their email " +"address yet." msgstr "" "Este usuario non permite acenos ou aínda non confirmou ou configurou o seu " "enderezo de correo electrónico." @@ -3211,143 +3300,198 @@ msgid "Notice license ‘%1$s’ is not compatible with site license ‘%2$s’. msgstr "" "A licenza \"%1$s\" da nota non é compatible coa licenza \"%2$s\" do sitio." -#: actions/profilesettings.php:60 +#. TRANS: Page title for profile settings. +#: actions/profilesettings.php:61 msgid "Profile settings" msgstr "Configuración do perfil" -#: actions/profilesettings.php:71 +#. TRANS: Usage instructions for profile settings. +#: actions/profilesettings.php:73 msgid "" "You can update your personal profile info here so people know more about you." msgstr "" "Pode actualizar a información do seu perfil persoal para que a xente o " "coñeza mellor." -#: actions/profilesettings.php:99 +#. TRANS: Profile settings form legend. +#: actions/profilesettings.php:102 msgid "Profile information" msgstr "Información do perfil" -#: actions/profilesettings.php:108 lib/groupeditform.php:154 -msgid "1-64 lowercase letters or numbers, no punctuation or spaces" +#. TRANS: Tooltip for field label in form for profile settings. +#: actions/profilesettings.php:113 +#, fuzzy +msgid "1-64 lowercase letters or numbers, no punctuation or spaces." msgstr "" "Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " "espazos, tiles ou eñes" -#: actions/profilesettings.php:111 actions/register.php:455 +#. TRANS: Field label in form for profile settings. +#: actions/profilesettings.php:117 actions/register.php:455 #: actions/showgroup.php:256 actions/tagother.php:104 #: lib/groupeditform.php:157 lib/userprofile.php:150 msgid "Full name" msgstr "Nome completo" +#. TRANS: Field label in form for profile settings. #. TRANS: Form input field label. -#: actions/profilesettings.php:115 actions/register.php:460 +#: actions/profilesettings.php:122 actions/register.php:460 #: lib/applicationeditform.php:236 lib/groupeditform.php:161 msgid "Homepage" msgstr "Páxina persoal" -#: actions/profilesettings.php:117 actions/register.php:462 -msgid "URL of your homepage, blog, or profile on another site" +#. TRANS: Tooltip for field label in form for profile settings. +#: actions/profilesettings.php:125 +#, fuzzy +msgid "URL of your homepage, blog, or profile on another site." msgstr "URL da súa páxina persoal, blogue ou perfil noutro sitio" -#: actions/profilesettings.php:122 actions/register.php:468 -#, php-format -msgid "Describe yourself and your interests in %d chars" -msgstr "Descríbase a vostede e mailos seus intereses en %d caracteres" +#. TRANS: Tooltip for field label in form for profile settings. Plural +#. TRANS: is decided by the number of characters available for the +#. TRANS: biography (%d). +#: actions/profilesettings.php:133 +#, fuzzy, php-format +msgid "Describe yourself and your interests in %d character" +msgid_plural "Describe yourself and your interests in %d characters" +msgstr[0] "Descríbase a vostede e mailos seus intereses en %d caracteres" +msgstr[1] "Descríbase a vostede e mailos seus intereses en %d caracteres" -#: actions/profilesettings.php:125 actions/register.php:471 +#. TRANS: Tooltip for field label in form for profile settings. +#: actions/profilesettings.php:139 actions/register.php:471 msgid "Describe yourself and your interests" msgstr "Descríbase a vostede e mailos seus intereses" -#: actions/profilesettings.php:127 actions/register.php:473 +#. TRANS: Text area label in form for profile settings where users can provide. +#. TRANS: their biography. +#: actions/profilesettings.php:143 actions/register.php:473 msgid "Bio" msgstr "Biografía" -#: actions/profilesettings.php:132 actions/register.php:478 +#. TRANS: Field label in form for profile settings. +#: actions/profilesettings.php:149 actions/register.php:478 #: actions/showgroup.php:265 actions/tagother.php:112 #: actions/userauthorization.php:166 lib/groupeditform.php:177 #: lib/userprofile.php:165 msgid "Location" msgstr "Lugar" -#: actions/profilesettings.php:134 actions/register.php:480 +#. TRANS: Tooltip for field label in form for profile settings. +#: actions/profilesettings.php:152 actions/register.php:480 msgid "Where you are, like \"City, State (or Region), Country\"" msgstr "Onde está a vivir, coma “localidade, provincia (ou comunidade), país”" -#: actions/profilesettings.php:138 +#. TRANS: Checkbox label in form for profile settings. +#: actions/profilesettings.php:157 msgid "Share my current location when posting notices" msgstr "Compartir o lugar onde vivo ao publicar notas" -#: actions/profilesettings.php:145 actions/tagother.php:149 +#. TRANS: Field label in form for profile settings. +#: actions/profilesettings.php:165 actions/tagother.php:149 #: actions/tagother.php:209 lib/subscriptionlist.php:106 #: lib/subscriptionlist.php:108 lib/userprofile.php:210 msgid "Tags" msgstr "Etiquetas" -#: actions/profilesettings.php:147 +#. TRANS: Tooltip for field label in form for profile settings. +#: actions/profilesettings.php:168 msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- separated" msgstr "" "Etiquetas para vostede (letras salvo eñes e tiles, números, puntos, guións e " "guións baixos), separados por comas ou espazos" -#: actions/profilesettings.php:151 +#. TRANS: Dropdownlist label in form for profile settings. +#: actions/profilesettings.php:173 msgid "Language" msgstr "Lingua" -#: actions/profilesettings.php:152 +#. TRANS: Tooltip for dropdown list label in form for profile settings. +#: actions/profilesettings.php:175 msgid "Preferred language" msgstr "Lingua escollida" -#: actions/profilesettings.php:161 +#. TRANS: Dropdownlist label in form for profile settings. +#: actions/profilesettings.php:185 msgid "Timezone" msgstr "Fuso horario" -#: actions/profilesettings.php:162 +#. TRANS: Tooltip for dropdown list label in form for profile settings. +#: actions/profilesettings.php:187 msgid "What timezone are you normally in?" msgstr "En que fuso horario adoita estar?" -#: actions/profilesettings.php:167 +#. TRANS: Checkbox label in form for profile settings. +#: actions/profilesettings.php:193 msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)" msgstr "" "Subscribirse automaticamente a quen se subscriba a min (o mellor para os " "bots)" -#: actions/profilesettings.php:228 actions/register.php:230 -#, php-format -msgid "Bio is too long (max %d chars)." -msgstr "A biografía é longa de máis (o límite son %d caracteres)." +#. TRANS: Validation error in form for profile settings. +#: actions/profilesettings.php:256 +#, fuzzy +msgid "Full name is too long (max 255 characters)." +msgstr "O nome completo é longo de máis (o máximo son 255 caracteres)." + +#. TRANS: Validation error in form for profile settings. +#. TRANS: Plural form is used based on the maximum number of allowed +#. TRANS: characters for the biography (%d). +#: actions/profilesettings.php:262 +#, fuzzy, php-format +msgid "Bio is too long (max %d character)." +msgid_plural "Bio is too long (max %d characters)." +msgstr[0] "A biografía é longa de máis (o límite son %d caracteres)." +msgstr[1] "A biografía é longa de máis (o límite son %d caracteres)." + +#. TRANS: Validation error in form for profile settings. +#: actions/profilesettings.php:269 +#, fuzzy +msgid "Location is too long (max 255 characters)." +msgstr "A localidade é longa de máis (o máximo son 255 caracteres)." -#: actions/profilesettings.php:235 actions/siteadminpanel.php:151 +#. TRANS: Validation error in form for profile settings. +#: actions/profilesettings.php:273 actions/siteadminpanel.php:151 msgid "Timezone not selected." msgstr "Non se escolleu ningún fuso horario." -#: actions/profilesettings.php:241 -msgid "Language is too long (max 50 chars)." +#. TRANS: Validation error in form for profile settings. +#: actions/profilesettings.php:281 +#, fuzzy +msgid "Language is too long (max 50 characters)." msgstr "A lingua é longa de máis (o límite é de 50 caracteres)." -#: actions/profilesettings.php:253 actions/tagother.php:178 +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#: actions/profilesettings.php:295 actions/tagother.php:178 #, php-format msgid "Invalid tag: \"%s\"" msgstr "Etiqueta incorrecta: \"%s\"" -#: actions/profilesettings.php:306 +#. TRANS: Server error thrown when user profile settings could not be updated to +#. TRANS: automatically subscribe to any subscriber. +#: actions/profilesettings.php:351 msgid "Couldn't update user for autosubscribe." msgstr "Non se puido actualizar o usuario para subscribirse automaticamente." -#: actions/profilesettings.php:363 +#. TRANS: Server error thrown when user profile location preference settings could not be updated. +#: actions/profilesettings.php:409 msgid "Couldn't save location prefs." msgstr "Non se puideron gardar as preferencias de lugar." -#: actions/profilesettings.php:375 +#. TRANS: Server error thrown when user profile settings could not be saved. +#: actions/profilesettings.php:422 msgid "Couldn't save profile." msgstr "Non se puido gardar o perfil." -#: actions/profilesettings.php:383 +#. TRANS: Server error thrown when user profile settings tags could not be saved. +#: actions/profilesettings.php:431 msgid "Couldn't save tags." msgstr "Non se puideron gardar as etiquetas." +#. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. -#: actions/profilesettings.php:391 lib/adminpanelaction.php:138 +#: actions/profilesettings.php:440 lib/adminpanelaction.php:138 msgid "Settings saved." msgstr "Gardouse a configuración." @@ -3427,25 +3571,38 @@ msgstr "" "wikipedia.org/wiki/Microblogging) (en inglés) baseado na ferramenta de " "software libre [StatusNet](http://status.net/)." +#. TRANS: Title for public tag cloud. #: actions/publictagcloud.php:57 msgid "Public tag cloud" msgstr "Nube de etiquetas públicas" -#: actions/publictagcloud.php:63 -#, php-format -msgid "These are most popular recent tags on %s " +#. TRANS: Instructions (more used like an explanation/header). +#. TRANS: %s is the StatusNet sitename. +#: actions/publictagcloud.php:65 +#, fuzzy, php-format +msgid "These are most popular recent tags on %s" msgstr "Estas son as etiquetas máis populares en %s " -#: actions/publictagcloud.php:69 +#. TRANS: This message contains a Markdown URL. The link description is between +#. TRANS: square brackets, and the link between parentheses. Do not separate "](" +#. TRANS: and do not change the URL part. +#: actions/publictagcloud.php:74 #, php-format msgid "No one has posted a notice with a [hashtag](%%doc.tags%%) yet." msgstr "Ninguén publicou aínda ningunha nota cunha [etiqueta](%%doc.tags%%)." -#: actions/publictagcloud.php:72 +#. TRANS: Message shown to a logged in user for the public tag cloud +#. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag. +#: actions/publictagcloud.php:79 msgid "Be the first to post one!" msgstr "Sexa o primeiro en publicar unha!" -#: actions/publictagcloud.php:75 +#. TRANS: Message shown to a anonymous user for the public tag cloud +#. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag. +#. TRANS: This message contains a Markdown URL. The link description is between +#. TRANS: square brackets, and the link between parentheses. Do not separate "](" +#. TRANS: and do not change the URL part. +#: actions/publictagcloud.php:87 #, php-format msgid "" "Why not [register an account](%%action.register%%) and be the first to post " @@ -3454,7 +3611,7 @@ msgstr "" "Por que non [rexistrar unha conta](%%action.register%%) e ser o primeiro en " "publicar unha?" -#: actions/publictagcloud.php:134 +#: actions/publictagcloud.php:146 msgid "Tag cloud" msgstr "Nube de etiquetas" @@ -3616,6 +3773,11 @@ msgstr "Non pode rexistrarse se non acepta a licenza." msgid "Email address already exists." msgstr "O enderezo de correo electrónico xa existe." +#: actions/register.php:230 +#, php-format +msgid "Bio is too long (max %d chars)." +msgstr "A biografía é longa de máis (o límite son %d caracteres)." + #: actions/register.php:250 actions/register.php:272 msgid "Invalid username or password." msgstr "O nome de usuario ou contrasinal non son correctos." @@ -3657,6 +3819,15 @@ msgstr "" msgid "Longer name, preferably your \"real\" name" msgstr "Nome longo, preferiblemente o seu nome \"real\"" +#: actions/register.php:462 +msgid "URL of your homepage, blog, or profile on another site" +msgstr "URL da súa páxina persoal, blogue ou perfil noutro sitio" + +#: actions/register.php:468 +#, php-format +msgid "Describe yourself and your interests in %d chars" +msgstr "Descríbase a vostede e mailos seus intereses en %d caracteres" + #: actions/register.php:518 #, php-format msgid "" @@ -4191,47 +4362,47 @@ msgstr "Mensaxe de %1$s en %2$s" msgid "Notice deleted." msgstr "Borrouse a nota." -#: actions/showstream.php:73 +#: actions/showstream.php:72 #, php-format msgid " tagged %s" msgstr " etiquetouse %s" -#: actions/showstream.php:79 +#: actions/showstream.php:78 #, php-format msgid "%1$s, page %2$d" msgstr "%1$s, páxina %2$d" -#: actions/showstream.php:122 +#: actions/showstream.php:120 #, php-format msgid "Notice feed for %1$s tagged %2$s (RSS 1.0)" msgstr "Fonte de novas das notas para %1$s etiquetadas con %2$s (RSS 1.0)" -#: actions/showstream.php:129 +#: actions/showstream.php:127 #, php-format msgid "Notice feed for %s (RSS 1.0)" msgstr "Fonte de novas das notas para %s (RSS 1.0)" -#: actions/showstream.php:136 +#: actions/showstream.php:134 #, php-format msgid "Notice feed for %s (RSS 2.0)" msgstr "Fonte de novas das notas para %s (RSS 2.0)" -#: actions/showstream.php:143 +#: actions/showstream.php:141 #, php-format msgid "Notice feed for %s (Atom)" msgstr "Fonte de novas das notas para %s (Atom)" -#: actions/showstream.php:148 +#: actions/showstream.php:146 #, php-format msgid "FOAF for %s" msgstr "Amigo dun amigo para %s" -#: actions/showstream.php:200 +#: actions/showstream.php:197 #, php-format msgid "This is the timeline for %1$s but %2$s hasn't posted anything yet." msgstr "Esta é a liña do tempo para %1$s pero %2$s aínda non publicou nada." -#: actions/showstream.php:205 +#: actions/showstream.php:202 msgid "" "Seen anything interesting recently? You haven't posted any notices yet, now " "would be a good time to start :)" @@ -4239,7 +4410,7 @@ msgstr "" "Viu algo interesante hoxe? Aínda non publicou ningunha nota, este sería un " "bo momento para comezar :)" -#: actions/showstream.php:207 +#: actions/showstream.php:204 #, php-format msgid "" "You can try to nudge %1$s or [post something to them](%%%%action.newnotice%%%" @@ -4248,7 +4419,7 @@ msgstr "" "Pode probar a facerlle un aceno a %1$s ou [publicar algo dirixido a el ou " "ela](%%%%action.newnotice%%%%?status_textarea=%2$s)." -#: actions/showstream.php:246 +#: actions/showstream.php:243 #, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." @@ -4262,7 +4433,7 @@ msgstr "" "[Únase agora](%%%%action.register%%%%) para seguir as notas de **%s** e de " "moita máis xente! ([Máis información](%%%%doc.help%%%%))" -#: actions/showstream.php:251 +#: actions/showstream.php:248 #, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." @@ -4273,7 +4444,7 @@ msgstr "" "blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " "baseado na ferramenta de software libre [StatusNet](http://status.net/). " -#: actions/showstream.php:308 +#: actions/showstream.php:305 #, php-format msgid "Repeat of %s" msgstr "Repeticións de %s" @@ -4657,39 +4828,56 @@ msgstr "Non se pode subscribir a un perfil remoto OMB 0.1 con esta acción." msgid "Subscribed" msgstr "Subscrito" -#: actions/subscribers.php:50 +#. TRANS: Header for list of subscribers for a user (first page). +#. TRANS: %s is the user's nickname. +#: actions/subscribers.php:51 #, php-format msgid "%s subscribers" msgstr "%s subscritores" -#: actions/subscribers.php:52 +#. TRANS: Header for list of subscribers for a user (not first page). +#. TRANS: %1$s is the user's nickname, $2$d is the page number. +#: actions/subscribers.php:55 #, php-format msgid "%1$s subscribers, page %2$d" msgstr "%1$s subscritores, páxina %2$d" -#: actions/subscribers.php:63 +#. TRANS: Page notice for page with an overview of all subscribers +#. TRANS: of the logged in user's own profile. +#: actions/subscribers.php:68 msgid "These are the people who listen to your notices." msgstr "Estas son as persoas que seguen as súas notas." -#: actions/subscribers.php:67 +#. TRANS: Page notice for page with an overview of all subscribers of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#: actions/subscribers.php:74 #, php-format msgid "These are the people who listen to %s's notices." msgstr "Estas son as persoas que están seguindo as notas de %s." -#: actions/subscribers.php:108 +#. TRANS: Subscriber list text when the logged in user has no subscribers. +#: actions/subscribers.php:116 +#, fuzzy msgid "" "You have no subscribers. Try subscribing to people you know and they might " -"return the favor" +"return the favor." msgstr "" "Non ten subscritores. Probe a subscribirse a xente que coñeza e pode que lle " "devolvan o favor" -#: actions/subscribers.php:110 +#. TRANS: Subscriber list text when looking at the subscribers for a of a user other +#. TRANS: than the logged in user that has no subscribers. %s is the user nickname. +#: actions/subscribers.php:120 #, php-format msgid "%s has no subscribers. Want to be the first?" msgstr "%s non ten subscritores. Quere ser o primeiro?" -#: actions/subscribers.php:114 +#. TRANS: Subscriber list text when looking at the subscribers for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#. TRANS: This message contains a Markdown URL. The link description is between +#. TRANS: square brackets, and the link between parentheses. Do not separate "](" +#. TRANS: and do not change the URL part. +#: actions/subscribers.php:129 #, php-format msgid "" "%s has no subscribers. Why not [register an account](%%%%action.register%%%" @@ -4698,26 +4886,38 @@ msgstr "" "%s non ten subscritores. Por que non [rexistrar unha conta](%%%%action." "register%%%%) e ser o primeiro?" -#: actions/subscriptions.php:52 +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#: actions/subscriptions.php:51 #, php-format msgid "%s subscriptions" msgstr "%s subscricións" -#: actions/subscriptions.php:54 +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#: actions/subscriptions.php:55 #, php-format msgid "%1$s subscriptions, page %2$d" msgstr "%1$s subscricións, páxina %2$d" -#: actions/subscriptions.php:65 +#. TRANS: Page notice for page with an overview of all subscriptions +#. TRANS: of the logged in user's own profile. +#: actions/subscriptions.php:68 msgid "These are the people whose notices you listen to." msgstr "Estas son as persoas cuxas notas segue." -#: actions/subscriptions.php:69 +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#: actions/subscriptions.php:74 #, php-format msgid "These are the people whose notices %s listens to." msgstr "Estas son as persoas cuxas notas segue %s." -#: actions/subscriptions.php:126 +#. TRANS: Subscription list text when the logged in user has no subscriptions. +#. TRANS: This message contains Markdown URLs. The link description is between +#. TRANS: square brackets, and the link between parentheses. Do not separate "](" +#. TRANS: and do not change the URL part. +#: actions/subscriptions.php:135 #, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " @@ -4732,16 +4932,22 @@ msgstr "" "featured%%). Se é [usuario do Twitter](%%action.twittersettings%%), pode " "subscribirse automaticamente á xente que segue alí." -#: actions/subscriptions.php:128 actions/subscriptions.php:132 +#. TRANS: Subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#: actions/subscriptions.php:143 actions/subscriptions.php:149 #, php-format msgid "%s is not listening to anyone." msgstr "%s non está seguindo a ninguén." -#: actions/subscriptions.php:208 +#. TRANS: Checkbox label for enabling Jabber messages for a profile in a subscriptions list. +#: actions/subscriptions.php:226 msgid "Jabber" msgstr "Jabber" -#: actions/subscriptions.php:222 +#. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list. +#: actions/subscriptions.php:241 msgid "SMS" msgstr "SMS" @@ -5868,41 +6074,36 @@ msgstr "" "permisos de lectura." #. TRANS: OAuth exception thrown when no application is found for a given consumer key. -#: lib/apiauth.php:175 +#: lib/apiauth.php:177 msgid "No application for that consumer key." msgstr "Non hai ningunha aplicación para esa clave." #. TRANS: OAuth exception given when an incorrect access token was given for a user. -#: lib/apiauth.php:212 +#: lib/apiauth.php:217 msgid "Bad access token." msgstr "Pase de acceso incorrecto." #. TRANS: OAuth exception given when no user was found for a given token (no token was found). -#: lib/apiauth.php:217 +#: lib/apiauth.php:222 msgid "No user for that token." msgstr "Non hai ningún usuario para ese pase." #. TRANS: Client error thrown when authentication fails becaus a user clicked "Cancel". #. TRANS: Client error thrown when authentication fails. -#: lib/apiauth.php:258 lib/apiauth.php:290 +#: lib/apiauth.php:264 lib/apiauth.php:291 msgid "Could not authenticate you." msgstr "Non puidemos autenticalo." #. TRANS: Exception thrown when an attempt is made to revoke an unknown token. -#: lib/apioauthstore.php:184 +#: lib/apioauthstore.php:189 msgid "Tried to revoke unknown token." msgstr "Intentouse revogar un pase descoñecido." #. TRANS: Exception thrown when an attempt is made to remove a revoked token. -#: lib/apioauthstore.php:189 +#: lib/apioauthstore.php:194 msgid "Failed to delete revoked token." msgstr "Erro ao borrar o pase revogado." -#. TRANS: Form legend. -#: lib/applicationeditform.php:129 -msgid "Edit application" -msgstr "Modificar a aplicación" - #. TRANS: Form guide. #: lib/applicationeditform.php:178 msgid "Icon for this application" @@ -6145,15 +6346,17 @@ msgid "Fullname: %s" msgstr "Nome completo: %s" #. TRANS: Whois output. %s is the location of the queried user. -#. TRANS: Profile info line in new-subscriber notification e-mail -#: lib/command.php:434 lib/mail.php:268 +#. TRANS: Profile info line in new-subscriber notification e-mail. +#. TRANS: %s is a location. +#: lib/command.php:434 lib/mail.php:278 #, php-format msgid "Location: %s" msgstr "Localidade: %s" #. TRANS: Whois output. %s is the homepage of the queried user. -#. TRANS: Profile info line in new-subscriber notification e-mail -#: lib/command.php:438 lib/mail.php:271 +#. TRANS: Profile info line in new-subscriber notification e-mail. +#. TRANS: %s is a homepage. +#: lib/command.php:438 lib/mail.php:282 #, php-format msgid "Homepage: %s" msgstr "Sitio web: %s" @@ -6423,13 +6626,15 @@ msgstr "" #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. #: lib/common.php:136 -msgid "No configuration file found. " +#, fuzzy +msgid "No configuration file found." msgstr "Non se atopou ningún ficheiro de configuración. " #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. #. TRANS: Is followed by a list of directories (separated by HTML breaks). #: lib/common.php:139 -msgid "I looked for configuration files in the following places: " +#, fuzzy +msgid "I looked for configuration files in the following places:" msgstr "Buscáronse ficheiros de configuración nos seguintes lugares: " #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. @@ -6555,6 +6760,12 @@ msgstr "Continuar" msgid "Grant this user the \"%s\" role" msgstr "Outorgarlle a este usuario o rol \"%s\"" +#: lib/groupeditform.php:154 +msgid "1-64 lowercase letters or numbers, no punctuation or spaces" +msgstr "" +"Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " +"espazos, tiles ou eñes" + #: lib/groupeditform.php:163 msgid "URL of the homepage or blog of the group or topic" msgstr "URL do sitio web persoal ou blogue do grupo ou tema" @@ -6732,27 +6943,29 @@ msgstr "Identificarse cun nome de usuario e contrasinal" msgid "Sign up for a new account" msgstr "Rexistrar unha conta nova" -#. TRANS: Subject for address confirmation email +#. TRANS: Subject for address confirmation email. #: lib/mail.php:174 msgid "Email address confirmation" msgstr "Confirmación do enderezo de correo electrónico" #. TRANS: Body for address confirmation email. -#: lib/mail.php:177 -#, php-format +#. TRANS: %1$s is the addressed user's nickname, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the URL to confirm at. +#: lib/mail.php:179 +#, fuzzy, php-format msgid "" -"Hey, %s.\n" +"Hey, %1$s.\n" "\n" -"Someone just entered this email address on %s.\n" +"Someone just entered this email address on %2$s.\n" "\n" "If it was you, and you want to confirm your entry, use the URL below:\n" "\n" -"\t%s\n" +"\t%3$s\n" "\n" "If not, just ignore this message.\n" "\n" "Thanks for your time, \n" -"%s\n" +"%2$s\n" msgstr "" "Ola, %s:\n" "\n" @@ -6767,13 +6980,16 @@ msgstr "" "Grazas polo seu tempo, \n" "%s\n" -#. TRANS: Subject of new-subscriber notification e-mail -#: lib/mail.php:243 +#. TRANS: Subject of new-subscriber notification e-mail. +#. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. +#: lib/mail.php:246 #, php-format msgid "%1$s is now listening to your notices on %2$s." msgstr "Agora %1$s segue as súas notas en %2$s." -#: lib/mail.php:248 +#. TRANS: This is a paragraph in a new-subscriber e-mail. +#. TRANS: %s is a URL where the subscriber can be reported as abusive. +#: lib/mail.php:253 #, php-format msgid "" "If you believe this account is being used abusively, you can block them from " @@ -6782,9 +6998,13 @@ msgstr "" "Se cre que esta conta se está usando con fins abusivos, pode bloquear a súa " "lista de subscritores e informar disto aos administradores do sitio en %s" -#. TRANS: Main body of new-subscriber notification e-mail -#: lib/mail.php:254 -#, php-format +#. TRANS: Main body of new-subscriber notification e-mail. +#. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the subscriber's profile URL, %4$s is the subscriber's location (or empty) +#. TRANS: %5$s is the subscriber's homepage URL (or empty), %6%s is the subscriber's bio (or empty) +#. TRANS: %7$s is a link to the addressed user's e-mail settings. +#: lib/mail.php:263 +#, fuzzy, php-format msgid "" "%1$s is now listening to your notices on %2$s.\n" "\n" @@ -6792,10 +7012,10 @@ msgid "" "\n" "%4$s%5$s%6$s\n" "Faithfully yours,\n" -"%7$s.\n" +"%2$s.\n" "\n" "----\n" -"Change your email address or notification options at %8$s\n" +"Change your email address or notification options at %7$s\n" msgstr "" "Agora %1$s segue as súas notas en %2$s.\n" "\n" @@ -6809,21 +7029,25 @@ msgstr "" "Modifique o seu enderezo de correo electrónico ou as súas preferencias de " "notificación en %8$s\n" -#. TRANS: Profile info line in new-subscriber notification e-mail -#: lib/mail.php:274 +#. TRANS: Profile info line in new-subscriber notification e-mail. +#. TRANS: %s is biographical information. +#: lib/mail.php:286 #, php-format msgid "Bio: %s" msgstr "Biografía: %s" -#. TRANS: Subject of notification mail for new posting email address -#: lib/mail.php:304 +#. TRANS: Subject of notification mail for new posting email address. +#. TRANS: %s is the StatusNet sitename. +#: lib/mail.php:315 #, php-format msgid "New email address for posting to %s" msgstr "Novo enderezo de correo electrónico para publicar en %s" -#. TRANS: Body of notification mail for new posting email address -#: lib/mail.php:308 -#, php-format +#. TRANS: Body of notification mail for new posting email address. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send +#. TRANS: to to post by e-mail, %3$s is a URL to more instructions. +#: lib/mail.php:321 +#, fuzzy, php-format msgid "" "You have a new posting address on %1$s.\n" "\n" @@ -6832,7 +7056,7 @@ msgid "" "More email instructions at %3$s.\n" "\n" "Faithfully yours,\n" -"%4$s" +"%1$s" msgstr "" "Ten un novo enderezo de correo electrónico para publicar en %1$s.\n" "\n" @@ -6843,32 +7067,37 @@ msgstr "" "Atentamente,\n" "%4$s" -#. TRANS: Subject line for SMS-by-email notification messages -#: lib/mail.php:433 +#. TRANS: Subject line for SMS-by-email notification messages. +#. TRANS: %s is the posting user's nickname. +#: lib/mail.php:442 #, php-format msgid "%s status" msgstr "Estado de %s" -#. TRANS: Subject line for SMS-by-email address confirmation message -#: lib/mail.php:460 +#. TRANS: Subject line for SMS-by-email address confirmation message. +#: lib/mail.php:468 msgid "SMS confirmation" msgstr "Confirmación dos SMS" -#. TRANS: Main body heading for SMS-by-email address confirmation message -#: lib/mail.php:463 +#. TRANS: Main body heading for SMS-by-email address confirmation message. +#. TRANS: %s is the addressed user's nickname. +#: lib/mail.php:472 #, php-format msgid "%s: confirm you own this phone number with this code:" msgstr "" "%s: utilice o seguinte código para confirmar que o número de teléfono é seu:" -#. TRANS: Subject for 'nudge' notification email -#: lib/mail.php:484 +#. TRANS: Subject for 'nudge' notification email. +#. TRANS: %s is the nudging user. +#: lib/mail.php:493 #, php-format msgid "You've been nudged by %s" msgstr "%s fíxolle un aceno" -#. TRANS: Body for 'nudge' notification email -#: lib/mail.php:489 +#. TRANS: Body for 'nudge' notification email. +#. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname, +#. TRANS: %3$s is a URL to post notices at, %4$s is the StatusNet sitename. +#: lib/mail.php:500 #, php-format msgid "" "%1$s (%2$s) is wondering what you are up to these days and is inviting you " @@ -6895,14 +7124,18 @@ msgstr "" "Atentamente,\n" "%4$s\n" -#. TRANS: Subject for direct-message notification email -#: lib/mail.php:536 +#. TRANS: Subject for direct-message notification email. +#. TRANS: %s is the sending user's nickname. +#: lib/mail.php:547 #, php-format msgid "New private message from %s" msgstr "Nova mensaxe privada de %s" -#. TRANS: Body for direct-message notification email -#: lib/mail.php:541 +#. TRANS: Body for direct-message notification email. +#. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname, +#. TRANS: %3$s is the message content, %4$s a URL to the message, +#. TRANS: %5$s is the StatusNet sitename. +#: lib/mail.php:555 #, php-format msgid "" "%1$s (%2$s) sent you a private message:\n" @@ -6935,14 +7168,19 @@ msgstr "" "Atentamente,\n" "%5$s\n" -#. TRANS: Subject for favorite notification email -#: lib/mail.php:589 -#, php-format -msgid "%s (@%s) added your notice as a favorite" +#. TRANS: Subject for favorite notification e-mail. +#. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname. +#: lib/mail.php:603 +#, fuzzy, php-format +msgid "%1s$ (@%2$s) added your notice as a favorite" msgstr "%s (@%s) marcou a súa nota como favorita" -#. TRANS: Body for favorite notification email -#: lib/mail.php:592 +#. TRANS: Body for favorite notification e-mail. +#. TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created, +#. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text, +#. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename, +#. TRANS: %7$s is the adding user's nickname. +#: lib/mail.php:610 #, php-format msgid "" "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n" @@ -6981,7 +7219,7 @@ msgstr "" "%6$s\n" #. TRANS: Line in @-reply notification e-mail. %s is conversation URL. -#: lib/mail.php:651 +#: lib/mail.php:668 #, php-format msgid "" "The full conversation can be read here:\n" @@ -6992,13 +7230,20 @@ msgstr "" "\n" "%s" -#: lib/mail.php:657 -#, php-format -msgid "%s (@%s) sent a notice to your attention" +#. TRANS: E-mail subject for notice notification. +#. TRANS: %1$s is the sending user's long name, %2$s is the adding user's nickname. +#: lib/mail.php:676 +#, fuzzy, php-format +msgid "%1$s (@%2$s) sent a notice to your attention" msgstr "%s (@%s) enviou unha nota á súa atención" #. TRANS: Body of @-reply notification e-mail. -#: lib/mail.php:660 +#. TRANS: %1$s is the sending user's long name, $2$s is the StatusNet sitename, +#. TRANS: %3$s is a URL to the notice, %4$s is the notice text, +#. TRANS: %5$s is a URL to the full conversion if it exists (otherwise empty), +#. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replied for the addressed user, +#. TRANS: %8$s is a URL to the addressed user's e-mail settings, %9$s is the sender's nickname. +#: lib/mail.php:684 #, php-format msgid "" "%1$s (@%9$s) just sent a notice to your attention (an '@-reply') on %2$s.\n" @@ -7711,14 +7956,16 @@ msgstr[1] "hai %d meses" msgid "about a year ago" msgstr "hai como un ano" -#: lib/webcolor.php:82 +#: lib/webcolor.php:80 #, php-format msgid "%s is not a valid color!" msgstr "%s non é unha cor correcta!" -#: lib/webcolor.php:123 -#, php-format -msgid "%s is not a valid color! Use 3 or 6 hex chars." +#. TRANS: Validation error for a web colour. +#. TRANS: %s is the provided (invalid) text for colour. +#: lib/webcolor.php:120 +#, fuzzy, php-format +msgid "%s is not a valid color! Use 3 or 6 hex characters." msgstr "%s non é unha cor correcta! Use 3 ou 6 caracteres hexadecimais." #: scripts/restoreuser.php:82 @@ -7734,3 +7981,6 @@ msgstr "Non se especificou ningún usuario; emprégase o usuario de reserva." #, php-format msgid "%d entries in backup." msgstr "%d entradas na reserva." + +#~ msgid "Edit Application" +#~ msgstr "Editar a aplicación" -- cgit v1.2.3-54-g00ecf