From 9bc3a57622bccbb4c377a066f8495f8899a6344d Mon Sep 17 00:00:00 2001 From: David Date: Sun, 9 Mar 2014 23:39:36 +0100 Subject: [PATCH] New Language Spanish --- languages/es_ES.mo | Bin 0 -> 1688 bytes languages/es_ES.po | 89 +++++++++++++++++++++++++++++++++++++++++++++ readme.md | 5 ++- readme.txt | 3 ++ 4 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 languages/es_ES.mo create mode 100644 languages/es_ES.po diff --git a/languages/es_ES.mo b/languages/es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..ebdf813f6c30a8888bbe04e5f90c7e155a400da3 GIT binary patch literal 1688 zcmb`GJ!~9B7=|Zc5;%SmLJQKD;7CT+-tC^P{H%Qzxw9RaaB#9O1Sv%{w>!5t@!rg4 zX7<8~mWqOoni2^C0#N}4g?lO*C=ewzH3jeNU2Mk)ghWO=`|QkoKks}y^XvJAj~Uu| z^q0{;M}Gx<{S;nkUxCknUxV+1--EA$SDs*O3A_XP^$);v;78yY@DmUZ`xLJiz|X*^ zz;EZ{AHW*MKZ2*hpTQTw-{$LofX`!m>Pf~ffM>yzS9Uc1zRO%!_J}~ zZ$7uz=j-{f`S`v)i|%tS_yO9}GgNW?CnQ!H{Wro__3*i$L-*RMb}3r4bg8+RvUN@) zBZjSuBj<{^(YU8aYLN3}f1pdF>WLmVE^fSmNopU?t~dAwah1|Z=R~JssEr$mLg*qF zbN3FW3G;*n>QyT~1iMZ{o(LyWvVxmrN?lsotHQEvDe~0D?1pAH#q-24m4mT#)GnRVDrUE3nh7{bm&41K(xR4`bfa=m6(JeAqEYSE3u8T_?}@|( zJ8AHaFcw*3Iw_l?dRSkn?TP{w4Z1dyY0xe+8}xNd^S|ZyQuyuHwaFTeXGb||y|?>8 z#|ZBC6l`)QVrqubN)Sdtc!i=Uj#lGvbvX>NY0%$F>UgR#1Tt9UQcpu#h9CY{8^RNh24OI%1WMzpfC71rp`%=e{p>` zxFM7*b~4d9aOxXk$`EHMFhf8qGdiONuVED0*$}Fn>(K-rd@( zvBz+!rvLX!-BO$e2jAKIrARp?Ik$2s6OM18$d&X!4A?*06x?ucb#$vbCC~4dQW)wA z%i4#L4-YHr@NuDWxpvI4WgJ;5c+LlgTd!gwnD^h4if~%}O-tm#H;-Jkc4-ri7!~Mv Z0M^zH#@N9`auc)u!56N~^?$f#e*uNk$d&*A literal 0 HcmV?d00001 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: