]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / AnonymousFave / locale / es / LC_MESSAGES / AnonymousFave.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-25 19:06+0000\n"
13 "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
14 "Language-Team: Spanish (http://www.transifex.com/projects/p/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: Client error.
22 #: actions/anonfavor.php:58
23 msgid ""
24 "Could not favor notice! Please make sure your browser has cookies enabled."
25 msgstr "No fue posible marcar el mensaje como favorito. Por favor, asegúrate de que las cookies están habilitadas en tu navegador."
26
27 #. TRANS: Client error.
28 #: actions/anonfavor.php:67
29 msgid "This notice is already a favorite!"
30 msgstr "¡Ya has marcado este mensaje como favorito!"
31
32 #. TRANS: Server error.
33 #: actions/anonfavor.php:73
34 msgid "Could not create favorite."
35 msgstr "No se pudo marcar como favorito."
36
37 #. TRANS: Title.
38 #: actions/anonfavor.php:82
39 msgid "Disfavor favorite"
40 msgstr "Desmarcar como favorito."
41
42 #. TRANS: Client error.
43 #: actions/anondisfavor.php:59
44 msgid ""
45 "Could not disfavor notice! Please make sure your browser has cookies "
46 "enabled."
47 msgstr "¡No es posible quitar el favorito! Por favor, asegúrate de que las cookies están habilitadas en tu navegador."
48
49 #. TRANS: Server error.
50 #: actions/anondisfavor.php:80
51 msgid "Could not delete favorite."
52 msgstr "No se pudo quitar el favorito."
53
54 #. TRANS: Title.
55 #: actions/anondisfavor.php:89
56 msgid "Add to favorites"
57 msgstr "Marcar como favorito"
58
59 #. TRANS: Server exception.
60 #. TRANS: %d is the notice ID (number).
61 #: classes/Fave_tally.php:96 classes/Fave_tally.php:125
62 #, php-format
63 msgid "Could not update favorite tally for notice ID %d."
64 msgstr "No se pudo actualizar el registro de favoritos para el mensaje %d."
65
66 #. TRANS: Server exception.
67 #. TRANS: %d is the notice ID (number).
68 #: classes/Fave_tally.php:156
69 #, php-format
70 msgid "Could not create favorite tally for notice ID %d."
71 msgstr "No se pudo crear un registro de favoritos para el mensaje %d."
72
73 #. TRANS: Label for tally for number of times a notice was favored.
74 #: AnonymousFavePlugin.php:165
75 msgid "Favored"
76 msgstr "Favorito"
77
78 #. TRANS: Server exception.
79 #: AnonymousFavePlugin.php:198 AnonymousFavePlugin.php:209
80 msgid "Could not create anonymous user session."
81 msgstr "No se pudo crear la sesión de usuario anónimo."
82
83 #. TRANS: Plugin description.
84 #: AnonymousFavePlugin.php:284
85 msgid "Allow anonymous users to favorite notices."
86 msgstr "Permitir a usuarios anónimos marcar mensajes como favoritos."