Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added languages/es_ES.mo
Binary file not shown.
89 changes: 89 additions & 0 deletions languages/es_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Copyright (C) 2013 Facetious Search
# This file is distributed under the same license as the Facetious Search package.
msgid ""
msgstr ""
"Project-Id-Version: Facetious Search 1.0.3\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/facetious\n"
"POT-Creation-Date: 2013-01-07 11:14:04+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-03-09 23:26+0100\n"
"Last-Translator: David <david@closemarketing.es>\n"
"Language-Team: Closemarketing.es <david@closemarketing.es>\n"
"X-Generator: Poedit 1.6.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_ES\n"

#. Plugin Name of the plugin/theme
#: class.widget.php:15
msgid "Facetious Search"
msgstr "Búsqueda Facetious"

#: class.widget.php:16
msgid "A faceted search form for your site"
msgstr "Una búsqueda clasificada en tu web"

#: class.widget.php:58
msgid "Keyword Search"
msgstr "Búsqueda por palabras clave"

#: class.widget.php:64 template.php:84
msgid "Month"
msgstr "Mes"

#: class.widget.php:79
msgid "No Restriction"
msgstr "Sin restricción"

#: class.widget.php:98
msgid "Search"
msgstr "Buscar"

#: class.widget.php:99 template.php:16
msgid "Go"
msgstr "Ir"

#: class.widget.php:106
msgid "Widget Title:"
msgstr "Título"

#: class.widget.php:115
msgid "Submit Button:"
msgstr "Botón enviar:"

#: class.widget.php:123
msgid "Fields:"
msgstr "Campos:"

#: class.widget.php:145
msgid "Post Type:"
msgstr "Post Type:"

#: template.php:55
msgid "Search by keyword"
msgstr "Buscar por palabras"

#: template.php:90
msgid "Any Month"
msgstr "Cualquier Mes"

#: template.php:223
msgid "%1$s %2$d"
msgstr "%1$s %2$d"

#. Plugin URI of the plugin/theme
msgid "https://github.com/cftp/facetious"
msgstr "https://github.com/cftp/facetious"

#. Description of the plugin/theme
msgid "A faceted search interface for WordPress"
msgstr "Una búsqueda clasificada para tu WordPress"

#. Author of the plugin/theme
msgid ""
"<a href=\"http://johnblackbourn.com/\">John Blackbourn</a> and <a href="
"\"http://codeforthepeople.com/\">Code for the People</a>"
msgstr ""
"<a href=\"http://johnblackbourn.com/\">John Blackbourn</a> y <a href="
"\"http://codeforthepeople.com/\">Code for the People</a>"
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Additionally, Facetious introduces an extra 'pretty permalink' structure around

Please note - Facetious isn't a replacement search engine; it helps you construct the search query, but then it's over to WordPress to run the actual search.

Languages:
* Spanish by [Closemarketing](http://www.closemarketing.es/)

= About =

Facetious is a product of [Code For The People Ltd](http://codeforthepeople.com), and is based on work done during 2012 on behalf of several UK public sector clients, among them:
Expand Down Expand Up @@ -61,7 +64,7 @@ Each item in the 'fields' array can be either:
* One of `s`, `m` or `pt` for the keyword search input, month dropdown and post type dropdown respectively

For each field specified as an array you can specify:

* `label` - string - The descriptive text for this field. Defaults to the name of the taxonomy, or 'All types' for post types..
* `class` - string - The class name for the field.
* `id` - string - The ID attribute for the field.
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ The `the_facetious_terms` template function returns an HTML list of links to Fac

You can use `get_current_facetious_query` to return the Facetious query args for the current page.

Languages:
* Spanish by [Closemarketing](http://www.closemarketing.es/)

== Installation ==

You can install this plugin directly from your WordPress dashboard:
Expand Down