Commit 9a411ef9f6761785e288d31ec0ef7ba5e36e953c
Committed by
Weblate
1 parent
4dcf374e
Exists in
master
and in
29 other branches
Translated using Weblate (Spanish)
Currently translated at 19.0% (4 of 21 strings)
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
plugins/display_content/po/es/display_content.po
... | ... | @@ -7,16 +7,16 @@ msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: 1.0\n" |
9 | 9 | "POT-Creation-Date: 2015-02-02 21:43-0300\n" |
10 | -"PO-Revision-Date: 2014-11-03 15:52+0200\n" | |
10 | +"PO-Revision-Date: 2015-02-23 11:35+0200\n" | |
11 | 11 | "Last-Translator: Michal Čihař <michal@cihar.com>\n" |
12 | -"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/" | |
13 | -"noosfero/es/>\n" | |
12 | +"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-" | |
13 | +"display-content/es/>\n" | |
14 | 14 | "Language: es\n" |
15 | 15 | "MIME-Version: 1.0\n" |
16 | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
17 | 17 | "Content-Transfer-Encoding: 8bit\n" |
18 | 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n" |
19 | -"X-Generator: Weblate 2.0-dev\n" | |
19 | +"X-Generator: Weblate 2.3-dev\n" | |
20 | 20 | |
21 | 21 | #: plugins/display_content/lib/display_content_plugin.rb:10 |
22 | 22 | msgid "" |
... | ... | @@ -54,15 +54,15 @@ msgstr "Ver más" |
54 | 54 | |
55 | 55 | #: plugins/display_content/lib/display_content_block.rb:194 |
56 | 56 | msgid "%{month}/%{day}/%{year}" |
57 | -msgstr "" | |
57 | +msgstr "%{day} de %{month} %{year}" | |
58 | 58 | |
59 | 59 | #: plugins/display_content/lib/display_content_block.rb:194 |
60 | 60 | msgid "%{month}/%{day}" |
61 | -msgstr "" | |
61 | +msgstr "%{day}/%{month}" | |
62 | 62 | |
63 | 63 | #: plugins/display_content/lib/display_content_block.rb:197 |
64 | 64 | msgid "%{month_name} %{day}, %{year}" |
65 | -msgstr "" | |
65 | +msgstr "%{day} de %{month_name} de %{year}" | |
66 | 66 | |
67 | 67 | #: plugins/display_content/lib/display_content_block.rb:197 |
68 | 68 | msgid "%{month_name} %{day}" | ... | ... |