Skip to content

Commit

Permalink
Merge pull request #98 from ewels/spanish-translation
Browse files Browse the repository at this point in the history
Spanish translation
  • Loading branch information
ewels committed Nov 11, 2020
2 parents c18ae30 + c4ea2fa commit 5efe776
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.md
Expand Up @@ -4,9 +4,9 @@ Contributors: tallphil
Donate Link: http://www.tallphil.co.uk/bootstrap-carousel/
Tags: carousel, slider, image, bootstrap
Requires at least: 3.0.1
Tested up to: 5.4
Tested up to: 5.5.3
Requires PHP: 5.2.4
Stable tag: 1.11
Stable tag: 1.12
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-->
Expand All @@ -27,6 +27,7 @@ This plugin is available from the WordPress Plugins Directory: [https://wordpres
The source code is maintained on GitHub: [https://github.com/ewels/cpt-bootstrap-carousel](https://github.com/ewels/cpt-bootstrap-carousel).

### Shortcode Options

As of version 1.5, nearly all of these options can be set in the CPT Bootstrap Carousel Settings page. However, if you'd like different settings for different carousels, you can override these by using shortcode options...

* `interval` _(default 5000)_
Expand Down Expand Up @@ -65,6 +66,8 @@ This plugin was written by @tallphil with help and suggestions from several othe

The Serbo-Croation translation was kindly provided by Borisa Djuraskovic from [http://www.webhostinghub.com](http://www.webhostinghub.com)

The Spanish translation was provided by Chema Bescós from _IBIDEM GROUP_ ([https://www.ibidemgroup.com](https://www.ibidemgroup.com))

### Contributing

If you would like to contribute to this plugin, please make a personal fork of the GitHub repository and then submit a pull request. For more details please see the [contributing guide](https://github.com/ewels/CPT-Bootstrap-Carousel/CONTRIBUTING.md).
Expand Down Expand Up @@ -153,12 +156,20 @@ You need to make sure that each image is the same height. You can do this by set
2. Admin image interface showing optional title and caption (Excerpt) fields, along with Category, order, image and URL ![screenshot-2](.wordpress-org/screenshot-2.png)
3. Example output. Requires Bootstrap CSS and Javascript to be loaded (see documentation). ![screenshot-3](.wordpress-org/screenshot-3.png)


## Changelog

### 1.12

* New Spanish translation by Chema Bescós from _IBIDEM GROUP_ ([https://www.ibidemgroup.com](https://www.ibidemgroup.com))

### 1.11

* Added support for crossfading images instead of sliding
* Code reorganisation, especially on the GitHub repository ([https://github.com/ewels/CPT-Bootstrap-Carousel/](https://github.com/ewels/CPT-Bootstrap-Carousel/))
* The Wordpress `readme.txt` is now autogenerated from the GitHub `README.md`, meaning no duplication
* Automated releases to wordpress.org using GitHub Actions.
* No more tabs! All indentation converted to spaces.
* Fixed a bunch of dodgy markdown.

### 1.10

Expand Down
2 changes: 1 addition & 1 deletion cpt-bootstrap-carousel.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: CPT Bootstrap Carousel
Plugin URI: http://www.tallphil.co.uk/bootstrap-carousel/
Description: A custom post type for choosing images and content which outputs <a href="http://getbootstrap.com/javascript/#carousel" target="_blank">Bootstrap Carousel</a> from a shortcode. Requires Bootstrap javascript and CSS to be loaded separately.
Version: 1.11
Version: 1.12
Author: Phil Ewels
Author URI: http://phil.ewels.co.uk
Text Domain: cpt-bootstrap-carousel
Expand Down
Binary file added languages/cpt-bootstrap-carousel-es_ES.mo
Binary file not shown.
181 changes: 181 additions & 0 deletions languages/cpt-bootstrap-carousel-es_ES.po
@@ -0,0 +1,181 @@
# Copyright (C) 2013 CPT Bootstrap Carousel
# This file is distributed under the same license as the CPT Bootstrap Carousel package.
msgid ""
msgstr ""
"Project-Id-Version: Traducción a Español\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/cpt-bootstrap-carousel\n"
"POT-Creation-Date: 2013-12-15 15:20:37+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-11-11 13:48+0100\n"
"Language-Team: IBIDEM GROUP <https://www.ibidemgroup.com>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.4.2\n"
"Last-Translator: \n"
"Language: es_ES\n"

#: cpt-bootstrap-carousel.php:26
msgid "Carousel Images"
msgstr "Imágenes del carrusel"

#: cpt-bootstrap-carousel.php:27
msgid "Carousel Image"
msgstr "Imagen del carrusel"

#: cpt-bootstrap-carousel.php:28
msgid "Add New"
msgstr "Añadir nueva"

#: cpt-bootstrap-carousel.php:29
msgid "Add New Carousel Image"
msgstr "Añadir nueva imagen del carrusel"

#: cpt-bootstrap-carousel.php:30
msgid "Edit Carousel Image"
msgstr "Editar imagen del carrusel"

#: cpt-bootstrap-carousel.php:31
msgid "New Carousel Image"
msgstr "Nueva imagen del carrusel"

#: cpt-bootstrap-carousel.php:32
msgid "View Carousel Image"
msgstr "Ver imagen del carrusel"

#: cpt-bootstrap-carousel.php:33
msgid "Search Carousel Images"
msgstr "Buscar imágenes del carrusel"

#: cpt-bootstrap-carousel.php:34
msgid "No Carousel Image"
msgstr "No hay ninguna imagen del carrusel"

#: cpt-bootstrap-carousel.php:35
msgid "No Carousel Images found in Trash"
msgstr "No se han encontrado imágenes del carrusel en la papelera"

#: cpt-bootstrap-carousel.php:37
msgid "Carousel"
msgstr "Carrusel"

#: cpt-bootstrap-carousel.php:89
msgid "Featured Image"
msgstr "Imagen destacada"

#: cpt-bootstrap-carousel.php:110
msgid "Image URL"
msgstr "URL de imagen"

#: cpt-bootstrap-carousel.php:112
msgid "(optional - leave blank for no link)"
msgstr "(opcional - dejar en blanco si no hay link)"

#: cpt-bootstrap-carousel.php:113
msgid "Open link in new window?"
msgstr "¿Abrir en una ventana nueva?"

#: cpt-bootstrap-carousel.php:166 cpt-bootstrap-carousel.php:179
#: cpt-bootstrap-carousel.php:389
msgid "Settings"
msgstr "Ajustes"

#: cpt-bootstrap-carousel.php:180
msgid ""
"You can set the default behaviour of your carousels here. All of these "
"settings can be overridden by using %s shortcode attributes %s."
msgstr ""
"Define el comportamiento por defecto del carrusel aquí. Para anular "
"ajustes, usa %s parámetros shortcode %s."

#: cpt-bootstrap-carousel.php:210
msgid "Twitter Bootstrap Version"
msgstr "Versión de Bootstrap para Twitter"

#: cpt-bootstrap-carousel.php:218
msgid "Slide Interval (milliseconds)"
msgstr "Intervalo entre diapositivas (milisegundos)"

#: cpt-bootstrap-carousel.php:226
msgid "Show Slide Captions?"
msgstr "¿Mostrar títulos de diapositivas?"

#: cpt-bootstrap-carousel.php:234
msgid "Show Slide Controls?"
msgstr "¿Mostrar control de diapositivas?"

#: cpt-bootstrap-carousel.php:242
msgid "Order Slides By"
msgstr "Ordenar diapositivas por"

#: cpt-bootstrap-carousel.php:250
msgid "Ordering Direction"
msgstr "Definir dirección"

#: cpt-bootstrap-carousel.php:258
msgid "Restrict to Category"
msgstr "Limitar a categoría"

#: cpt-bootstrap-carousel.php:315 cpt-bootstrap-carousel.php:329
msgid "Show"
msgstr "Mostrar"

#: cpt-bootstrap-carousel.php:316 cpt-bootstrap-carousel.php:330
msgid "Hide"
msgstr "Ocultar"

#: cpt-bootstrap-carousel.php:336
msgid "Menu order, as set in Carousel overview page"
msgstr "Orden del menú, establecido en la página general de Carrusel"

#: cpt-bootstrap-carousel.php:337
msgid "Date slide was published"
msgstr "Fecha de publicación de diapositiva"

#: cpt-bootstrap-carousel.php:338
msgid "Random ordering"
msgstr "Orden aleatorio"

#: cpt-bootstrap-carousel.php:339
msgid "Slide title"
msgstr "Título de diapositiva"

#: cpt-bootstrap-carousel.php:361
msgid "Ascending"
msgstr "Ascendente"

#: cpt-bootstrap-carousel.php:362
msgid "Decending"
msgstr "Descendente"

#: cpt-bootstrap-carousel.php:369
msgid "All Categories"
msgstr "Todas las categorías"

#. Plugin Name of the plugin/theme
msgid "CPT Bootstrap Carousel"
msgstr "CPT Bootstrap Carousel"

#. Plugin URI of the plugin/theme
msgid "http://www.tallphil.co.uk/bootstrap-carousel/"
msgstr "http://www.tallphil.co.uk/bootstrap-carousel/"

#. Description of the plugin/theme
msgid ""
"A custom post type for choosing images and content which outputs <a href="
"\"http://twitter.github.io/bootstrap/javascript.html#carousel\" target="
"\"_blank\">Bootstrap Carousel</a> from a shortcode. Requires Bootstrap "
"javascript and CSS to be loaded separately."
msgstr ""
"Personaliza tus entradas con imágenes y contenidos generados por <a href="
"\"http://twitter.github.io/bootstrap/javascript.html#carousel\" target="
"\"_blank\">Bootstrap Carousel</a> a partir de un shortcode. Requiere la "
"descarga de Bootstrap javascript y CSS."

#. Author of the plugin/theme
msgid "Phil Ewels"
msgstr "Phil Ewels"

#. Author URI of the plugin/theme
msgid "http://phil.ewels.co.uk"
msgstr "http://phil.ewels.co.uk"

0 comments on commit 5efe776

Please sign in to comment.