diff --git a/languages/es_ES.mo b/languages/es_ES.mo new file mode 100644 index 0000000..ebdf813 Binary files /dev/null and b/languages/es_ES.mo differ diff --git a/languages/es_ES.po b/languages/es_ES.po new file mode 100644 index 0000000..fe24df5 --- /dev/null +++ b/languages/es_ES.po @@ -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 \n" +"Language-Team: 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 "" +"John Blackbourn and Code for the People" +msgstr "" +"John Blackbourn y Code for the People" diff --git a/readme.md b/readme.md index f93a1a0..6bc8435 100644 --- a/readme.md +++ b/readme.md @@ -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: @@ -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. diff --git a/readme.txt b/readme.txt index f93a1a0..8ab29cc 100644 --- a/readme.txt +++ b/readme.txt @@ -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: