]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blog/locale/es/LC_MESSAGES/Blog.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Blog / locale / es / LC_MESSAGES / Blog.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 23:51+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: Field label on blog entry form.
22 #: forms/blogentry.php:92
23 msgctxt "LABEL"
24 msgid "Title"
25 msgstr "Título"
26
27 #. TRANS: Field title on blog entry form.
28 #: forms/blogentry.php:95
29 msgid "Title of the blog entry."
30 msgstr "Título de la entrada de blog."
31
32 #. TRANS: Field label on blog entry form.
33 #: forms/blogentry.php:102
34 msgctxt "LABEL"
35 msgid "Text"
36 msgstr "Texto"
37
38 #. TRANS: Field title on blog entry form.
39 #: forms/blogentry.php:105
40 msgid "Text of the blog entry."
41 msgstr "Texto de la entrada de blog."
42
43 #. TRANS: Button text to save a blog entry.
44 #: forms/blogentry.php:128
45 msgctxt "BUTTON"
46 msgid "Save"
47 msgstr "Guardar"
48
49 #. TRANS: Plugin description.
50 #: BlogPlugin.php:102
51 msgid "Let users write and share long-form texts."
52 msgstr "Permite a los usuarios escribir y compartir textos de largo formato."
53
54 #. TRANS: Blog application title.
55 #: BlogPlugin.php:109
56 msgctxt "TITLE"
57 msgid "Blog"
58 msgstr "Blog"
59
60 #. TRANS: Exception thrown when there are too many activity objects.
61 #: BlogPlugin.php:126
62 msgid "Too many activity objects."
63 msgstr "Demasiados objetos de actividad."
64
65 #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type
66 #. object.
67 #: BlogPlugin.php:133
68 msgid "Wrong type for object."
69 msgstr "Tipo de objeto incorrecto."
70
71 #. TRANS: Exception thrown when blog plugin comes across a undefined verb.
72 #: BlogPlugin.php:147
73 msgid "Unknown verb for blog entries."
74 msgstr "Verbo desconocido para entradas de blog."
75
76 #. TRANS: Exception thrown when requesting a non-existing blog entry for
77 #. notice.
78 #: BlogPlugin.php:159
79 #, php-format
80 msgid "No blog entry for notice %s."
81 msgstr "Ninguna entrada de blog para el mensaje  %s."
82
83 #. TRANS: Client exception thrown when trying to post a blog entry while not
84 #. logged in.
85 #: actions/newblogentry.php:74
86 msgid "Must be logged in to post a blog entry."
87 msgstr "Debes haber iniciado sesión para publicar una entrada de blog."
88
89 #. TRANS: Client exception thrown when trying to post a blog entry without
90 #. providing a title.
91 #: actions/newblogentry.php:84
92 msgid "Title required."
93 msgstr "Título requerido."
94
95 #. TRANS: Client exception thrown when trying to post a blog entry without
96 #. providing content.
97 #: actions/newblogentry.php:91
98 msgid "Content required."
99 msgstr "Contenido requerido."
100
101 #. TRANS: Page title after sending a notice.
102 #: actions/newblogentry.php:126
103 msgid "Blog entry saved"
104 msgstr "Entrada de blog guardada"
105
106 #. TRANS: Client exception thrown when referring to a non-existing blog entry.
107 #: actions/showblogentry.php:60 actions/showblogentry.php:67
108 msgid "No such entry."
109 msgstr "No existe esa entrada."
110
111 #. TRANS: Title for a blog entry without a title.
112 #: actions/showblogentry.php:84
113 msgid "Untitled"
114 msgstr "Sin título"