Skip to content

Commit

Permalink
i18n by @cfoellmann, German and Spanish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 21, 2012
1 parent 9ac8aae commit 2b1cbc0
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 5 deletions.
Binary file added languages/list-category-posts-es_ES.mo
Binary file not shown.
125 changes: 125 additions & 0 deletions languages/list-category-posts-es_ES.po
@@ -0,0 +1,125 @@
# Copyright (C) 2012
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: list-category-posts\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp\n"
"POT-Creation-Date: 2012-12-19 13:23:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2012-12-21 02:40-0300\n"
"Last-Translator: Fernando Briano <fernando@picandocodigo.net>\n"
"Language-Team: <fernando@picandocodigo.net>\n"
"Language: es_ES\n"

#: include/ListCategoryPostsWidget.php:5
msgid ""
"List Category Posts allows you to list posts from a category into a post/"
"page using the [catlist] shortcode. This shortcode accepts a category name "
"or id, the order in which you want the posts to display, and the number of "
"posts to display. You can use [catlist] as many times as needed with "
"different arguments. Usage: [catlist argument1=value1 argument2=value2]."
msgstr ""
"List Category Posts te permite listar posts de una categoría en una página o "
"post usando el shortcode [catlist]. Este shortcode acepta el nombre o id de "
"una categoría, el orden en el que quieres que aparezcan los post, y la "
"cantidad de posts a mostrar. Puedes usar [catlist] cuantas veces sea "
"necesario con argumentos diferente. Modo de uso: [catlist argumento1=valor "
"argumento2=valor]."

#: include/ListCategoryPostsWidget.php:11
msgid "List posts from a specified category"
msgstr "Listar posts de una categoría especificada"

#: include/ListCategoryPostsWidget.php:12
msgid "List Category Posts"
msgstr "List Category Posts"

#: include/lcp_widget_form.php:40
msgid "Title"
msgstr "Título"

#: include/lcp_widget_form.php:47
msgid "Category"
msgstr "Categoría"

#: include/lcp_widget_form.php:65
msgid "Number of posts"
msgstr "Cantidad de posts"

#: include/lcp_widget_form.php:72
msgid "Offset"
msgstr "Offset"

#: include/lcp_widget_form.php:78
msgid "Order by"
msgstr "Ordenar por"

#: include/lcp_widget_form.php:81 include/lcp_widget_form.php:123
msgid "Date"
msgstr "Fecha"

#: include/lcp_widget_form.php:82
msgid "Post title"
msgstr "Título del post"

#: include/lcp_widget_form.php:83 include/lcp_widget_form.php:127
msgid "Author"
msgstr "Autor"

#: include/lcp_widget_form.php:84
msgid "Random"
msgstr "Al azar"

#: include/lcp_widget_form.php:88
msgid "Order"
msgstr "Orden"

#: include/lcp_widget_form.php:91
msgid "Descending"
msgstr "Descendiente"

#: include/lcp_widget_form.php:92
msgid "Ascending"
msgstr "Ascendiente"

#: include/lcp_widget_form.php:96
msgid "Exclude categories (id's)"
msgstr "Excluir categorías (id's)"

#: include/lcp_widget_form.php:102
msgid "Exclude posts (id's)"
msgstr "Excluir posts (id's)"

#: include/lcp_widget_form.php:109
msgid "Show"
msgstr "Mostrar"

#: include/lcp_widget_form.php:112
msgid "Thumbnail - size"
msgstr "Vista previa - tamaño"

#: include/lcp_widget_form.php:131
msgid "Link to category"
msgstr "Enlace a la categoría"

#: include/lcp_widget_form.php:135
msgid "Excerpt"
msgstr "Extracto"

#: include/lcp_widget_form.php:138
msgid "More link"
msgstr "Enlace a más"

#: list_cat_posts.php:102
msgid "How to use"
msgstr "Cómo usarlo"

#: list_cat_posts.php:103
msgid "Donate"
msgstr "Donar"

#: list_cat_posts.php:104
msgid "Fork on Github"
msgstr "Forkear en Github"
12 changes: 12 additions & 0 deletions languages/list-category-posts.pot
Expand Up @@ -99,3 +99,15 @@ msgstr ""
#: include/lcp_widget_form.php:138 #: include/lcp_widget_form.php:138
msgid "More link" msgid "More link"
msgstr "" msgstr ""

#: list_cat_posts.php:102
msgid "How to use"
msgstr ""

#: list_cat_posts.php:103
msgid "Donate"
msgstr ""

#: list_cat_posts.php:104
msgid "Fork on Github"
msgstr ""
6 changes: 3 additions & 3 deletions list_cat_posts.php
Expand Up @@ -104,9 +104,9 @@ function lpc_meta($links, $file) {
if ($file == $plugin): if ($file == $plugin):
return array_merge( return array_merge(
$links, $links,
array( sprintf('<a href="http://wordpress.org/extend/plugins/list-category-posts/other_notes/">%s</a>', __('How to use')) ), array( sprintf('<a href="http://wordpress.org/extend/plugins/list-category-posts/other_notes/">%s</a>', __('How to use','list-category-posts')) ),
array( sprintf('<a href="http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support">%s</a>', __('Donate')) ), array( sprintf('<a href="http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/#support">%s</a>', __('Donate','list-category-posts')) ),
array( sprintf('<a href="https://github.com/picandocodigo/List-Category-Posts">%s</a>', __('Fork on Github')) ) array( sprintf('<a href="https://github.com/picandocodigo/List-Category-Posts">%s</a>', __('Fork on Github','list-category-posts')) )
); );
endif; endif;


Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate Link: http://picandocodigo.net/programacion/wordpress/list-category-posts
Tags: list, categories, posts, cms Tags: list, categories, posts, cms
Requires at least: 2.8 Requires at least: 2.8
Tested up to: 3.5 Tested up to: 3.5
Stable tag: 0.25.1 Stable tag: 0.26


== Description == == Description ==
List Category Posts allows you to list posts from a category into a post/page using the [catlist] shortcode. List Category Posts allows you to list posts from a category into a post/page using the [catlist] shortcode.
Expand Down Expand Up @@ -45,7 +45,7 @@ I've moved the development to [GitHub](https://github.com/picandocodigo/List-Cat


==Other notes== ==Other notes==


=== INSTRUCTIONS: How to use the plugin === ==INSTRUCTIONS How to use the plugin==




**Selecting the category** **Selecting the category**
Expand Down Expand Up @@ -209,6 +209,10 @@ Template system has changed. Custom templates should be stored in WordPress them


== Changelog == == Changelog ==


= 0.26 =

* Adds i18n, German and Spanish translations. All credit to [cfoellmann](https://github.com/cfoellmann) for implementing this and writing the German translation. Thanks! :)

= 0.25.1 = = 0.25.1 =


* Changed excerpt limit, it uses word count, and is working for WordPress' excerpt and auto generated ones. * Changed excerpt limit, it uses word count, and is working for WordPress' excerpt and auto generated ones.
Expand Down

0 comments on commit 2b1cbc0

Please sign in to comment.