]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / SubMirror / locale / es / LC_MESSAGES / SubMirror.po
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.
4
5 # Translators:
6 # Juan Riquelme González <soulchainer@gmail.com>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-02-28 20:31+0000\n"
13 "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
14 "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: es\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #. TRANS: Field label (URL expectected).
22 #: forms/editmirror.php:84
23 msgctxt "LABEL"
24 msgid "Remote feed:"
25 msgstr "Fuente web remota:"
26
27 #. TRANS: Field label.
28 #: forms/editmirror.php:89
29 msgctxt "LABEL"
30 msgid "Local user"
31 msgstr "Usuario local"
32
33 #. TRANS: Fieldset legend for feed mirror setting.
34 #: forms/editmirror.php:96
35 msgid "Mirroring style"
36 msgstr "Estilo de republicación"
37
38 #. TRANS: Feed mirror style (radio button option).
39 #: forms/editmirror.php:99
40 msgid ""
41 "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")"
42 msgstr "Repetir: citar el mensaje del autor original (a veces se muestra como «RT @blah»)"
43
44 #. TRANS: Feed mirror style (radio button option).
45 #: forms/editmirror.php:101
46 msgid "Repost the content under my account"
47 msgstr "Republicar el contenido bajo mi nombre de usuario"
48
49 #. TRANS: Button text to save feed mirror settings.
50 #: forms/editmirror.php:121
51 msgctxt "BUTTON"
52 msgid "Save"
53 msgstr "Guardar"
54
55 #. TRANS: Button text to stop mirroring a feed.
56 #: forms/editmirror.php:124
57 msgctxt "BUTTON"
58 msgid "Stop mirroring"
59 msgstr "Detener republicación"
60
61 #. TRANS: Field label.
62 #: forms/addmirror.php:61
63 msgid "Web page or feed URL:"
64 msgstr "Página web o dirección URL de la fuente web:"
65
66 #. TRANS: Button text for adding a feed.
67 #: forms/addmirror.php:67
68 msgctxt "BUTTON"
69 msgid "Add feed"
70 msgstr "Añadir fuente web"
71
72 #. TRANS: Plugin description.
73 #: SubMirrorPlugin.php:68
74 msgid "Pull feeds into your timeline!"
75 msgstr "Republicar el contenido de una fuente web en tu línea de tiempo."
76
77 #. TRANS: SubMirror plugin menu item on user settings page.
78 #: SubMirrorPlugin.php:88
79 msgctxt "MENU"
80 msgid "Mirroring"
81 msgstr "Republicación"
82
83 #. TRANS: SubMirror plugin tooltip for user settings menu item.
84 #: SubMirrorPlugin.php:90
85 msgid "Configure mirroring of posts from other feeds"
86 msgstr "Configurar la republicación de mensajes de otras fuentes web"
87
88 #. TRANS: Label in profile statistics section, followed by a count.
89 #: SubMirrorPlugin.php:167
90 msgid "Mirrored feeds"
91 msgstr "Fuentes web republicadas"
92
93 #. TRANS: Client error displayed when trying to edit an object that is not a
94 #. feed mirror.
95 #: actions/editmirror.php:66
96 msgid "Requested invalid profile to edit."
97 msgstr "El perfil que ha solicitado editar no es válido."
98
99 #. TRANS: Client error displayed when providing invalid input when editing a
100 #. mirror.
101 #: actions/editmirror.php:85
102 msgid "Bad form data."
103 msgstr "Datos de formulario incorrectos."
104
105 #. TRANS: Client error thrown when a mirror request is made and no result is
106 #. retrieved.
107 #: actions/editmirror.php:94
108 msgid "The mirror request failed, because no result was retrieved."
109 msgstr "La solicitud de republicación falló: no se obtuvo ningún resultado."
110
111 #. TRANS: Page title.
112 #: actions/mirrorsettings.php:40
113 msgid "Feed mirror settings"
114 msgstr "Preferencias de republicación de fuente web"
115
116 #. TRANS: Page instructions.
117 #: actions/mirrorsettings.php:52
118 msgid ""
119 "You can mirror updates from many RSS and Atom feeds into your GNU social "
120 "timeline!"
121 msgstr "¡Puedes republicar las actualizaciones de fuentes web RSS/Atom en tu cuenta de GNU Social!"
122
123 #. TRANS: Title for page with form to add a mirror feed provider on.
124 #: actions/mirrorsettings.php:127
125 msgid "Provider add"
126 msgstr "Agregar proveedor"
127
128 #. TRANS: Client error displayed when entering an invalid URL for a feed.
129 #. TRANS: %s is the invalid feed URL.
130 #: actions/basemirror.php:71
131 #, php-format
132 msgid "Invalid feed URL: %s."
133 msgstr "URL de fuente web no válido: %s."
134
135 #. TRANS: Error message returned to user when setting up feed mirroring,
136 #. TRANS: but we were unable to resolve the given URL to a working feed.
137 #: actions/basemirror.php:84
138 msgid "Invalid profile for mirroring."
139 msgstr "Perfil para republicación no válido."
140
141 #. TRANS: Client error displayed when trying to mirror a GNU social group
142 #. feed.
143 #: actions/basemirror.php:103
144 msgid "Cannot mirror a GNU social group at this time."
145 msgstr "Actualmente no es posible republicar las actualizaciones de un grupo de GNU Social."
146
147 #. TRANS: Client error displayed when trying to use another method than POST.
148 #: actions/basemirror.php:118
149 msgid "This action only accepts POST requests."
150 msgstr "Esta acción sólo acepta peticiones POST."
151
152 #. TRANS: Client error displayed when the session token does not match or is
153 #. not given.
154 #: actions/basemirror.php:126
155 msgid "There was a problem with your session token. Try again, please."
156 msgstr "Hubo un problema con tu identificador de sesión. Por favor, inténtalo de nuevo."
157
158 #. TRANS: Error message displayed when trying to perform an action that
159 #. requires a logged in user.
160 #: actions/basemirror.php:136
161 msgid "Not logged in."
162 msgstr "No has iniciado sesión."
163
164 #. TRANS: Page title for subscribed feed mirror.
165 #: actions/basemirror.php:159
166 msgid "Subscribed"
167 msgstr "Suscrito"
168
169 #. TRANS: Exception thrown when a feed provider could not be recognised.
170 #: actions/addmirror.php:74
171 msgid "Internal form error: Unrecognized feed provider."
172 msgstr "Error interno en el formulario: proveedor de fuente web no reconocido."
173
174 #. TRANS: Name for possible feed provider.
175 #: lib/addmirrorwizard.php:83
176 msgid "RSS or Atom feed"
177 msgstr "Fuente web RSS o Atom"
178
179 #. TRANS: Heading for feed mirroring selection form.
180 #: lib/addmirrorwizard.php:94
181 msgid "Select a feed provider"
182 msgstr "Seleccione un proveedor de fuente web"