Plugin Directory

Changeset 2508857


Ignore:
Timestamp:
04/04/2021 09:07:00 AM (5 years ago)
Author:
ntm
Message:

v1.5

Location:
custom-field-list-widget/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • custom-field-list-widget/trunk/languages/customfieldlist-es_ES.po

    r2500031 r2508857  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2021-03-20 11:34+0100\n"
    6 "PO-Revision-Date: 2021-03-20 11:34+0100\n"
     6"PO-Revision-Date: 2021-03-23 13:09+0100\n"
    77"Last-Translator: Tim Berger <be.tim.info@web.de>\n"
    88"Language-Team: Ibidem Group - https://www.ibidemgroup.com\n"
     
    9090#: widget_custom_field_list_individual_href.php:283
    9191msgid "Please, define a custom field name!"
    92 msgstr "¡Definir nombre de campo personalizado!"
     92msgstr "¡Falta definir el nombre de campo personalizado!"
    9393
    9494#: widget_custom_field_list.php:1060
     
    112112#: widget_custom_field_list.php:1333
    113113msgid "Custom Field Names"
    114 msgstr "Nombres de campo personalizado"
     114msgstr "Nombres de Campo Personalizado"
    115115
    116116#: widget_custom_field_list.php:1372 widget_custom_field_list.php:1525
     
    131131"custom field name fields one by one."
    132132msgstr ""
    133 "Para crear lista con varios niveles de jerarquía, rellenar uno por uno los "
    134 "campos de nombre de campo personalizado."
     133"Para crear lista con varios niveles de jerarquía, debe rellenar uno por uno "
     134"los campos de nombre de campo personalizado."
    135135
    136136#: widget_custom_field_list.php:1495
    137 #, fuzzy
    138 #| msgid ""
    139 #| "You are using more than one custom field name. But these custom field "
    140 #| "names are not used in the same amount of posts or in the same amount per "
    141 #| "posts.<br />It is most likely that the appearance of the list in the side "
    142 #| "bar is as intended.<br />The table gives an overview which and how often "
    143 #| "a custom field is used:"
    144137msgid ""
    145138"You are using more than one custom field name. But these custom field names "
     
    151144"Se está usando más de un nombre de campo personalizado, pero no en la misma "
    152145"cantidad de entradas o en la misma cantidad por entrada.<br />Es probable "
    153 "que la apariencia de la lista en la barra lateral sea la prevista.<br />La "
    154 "tabla ofrece una visión general de qué campo personalizado y con qué "
     146"que la apariencia de la lista en la barra lateral no sea la prevista.<br /"
     147">La tabla ofrece una visión general de qué campo personalizado y con qué "
    155148"frecuencia se utiliza:"
    156149
    157150#: widget_custom_field_list.php:1526
    158151msgid "post IDs"
    159 msgstr "ID de entrada"
     152msgstr "IDs de la entrada"
    160153
    161154#: widget_custom_field_list.php:1567 widget_custom_field_list.php:1805
     
    176169
    177170#: widget_custom_field_list.php:1568 widget_custom_field_list.php:1773
    178 #, fuzzy
    179 #| msgid "show only a part of the list elements at once"
    180171msgid "display only a part of the list elements at once"
    181 msgstr "mostrar sólo una parte de los elementos de la lista a la vez"
     172msgstr "mostrar sólo una parte de los elementos de la lista"
    182173
    183174#: widget_custom_field_list.php:1588
    184 #, fuzzy
    185 #| msgid "Sorting Options"
    186175msgid "Filter Options"
    187 msgstr "Opciones de orden"
     176msgstr "Opciones de filtrado"
    188177
    189178#: widget_custom_field_list.php:1590
     
    362351
    363352#: widget_custom_field_list.php:1741
    364 #, fuzzy, php-format
    365 #| msgid ""
    366 #| "Shows each custom field name as a list element with the custom field "
    367 #| "value as a sub element. All sub elements are every time visible and they "
    368 #| "are the hyper links to the posts. (Only available in combination with "
    369 #| "list type \"%1$s\")"
     353#, php-format
    370354msgid ""
    371355"Display each custom field name as a list element with the custom field value "
     
    374358msgstr ""
    375359"Mostrar cada nombre de campo personalizado como elemento de lista con el "
    376 "valor de campo personalizado como subelemento. Los subelementos son visibles "
    377 "siempre y hiper vínculos a las entradas. (Sólo disponible en combinación con "
    378 "el tipo de lista \"%1$s\")"
     360"valor de campo personalizado como subelemento. Todos los subelementos son "
     361"visibles siempre y enlazan a las entradas. (Sólo disponible en combinación "
     362"con las listas tipo \"%1$s\")"
    379363
    380364#: widget_custom_field_list.php:1747 widget_custom_field_list.php:1751
     
    383367
    384368#: widget_custom_field_list.php:1748
    385 #, fuzzy
    386 #| msgid "Show the list elements in a simple list with bullets."
    387369msgid "display the list elements in a simple bulleted lists"
    388 msgstr "Mostrar elementos de la lista en una lista simple con viñetas."
     370msgstr "mostrar elementos de la lista en una lista simple con viñetas."
    389371
    390372#: widget_custom_field_list.php:1758
     
    393375
    394376#: widget_custom_field_list.php:1759
    395 #, fuzzy, php-format
    396 #| msgid ""
    397 #| "Shows after each list element with at least one sub element the number of "
    398 #| "sub elements. (Only available in combination with list type \"%1$s\")"
     377#, php-format
    399378msgid ""
    400379"Display the number of sub elements after each list element with at least one "
  • custom-field-list-widget/trunk/readme.txt

    r2500041 r2508857  
    44Tags: custom field, meta information, guests list, widget, multiple widgets
    55Requires at least: 2.7
    6 Tested up to: 5.7
    7 Stable tag: 1.4
     6Tested up to: 5.8
     7Stable tag: 1.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • custom-field-list-widget/trunk/widget_custom_field_list.php

    r2500031 r2508857  
    55Description: This plugin creates sidebar widgets with lists of the values of a custom field (name). The listed values can be (hyper-)linked in different ways.
    66Author: Tim Berger
    7 Version: 1.5 beta 1
     7Version: 1.5
    88Author URI: http://undeuxoutrois.de/
    99Min WP Version: 2.8
    10 Max WP Version: 5.7
     10Max WP Version: 5.8
    1111License: GNU General Public License
    1212Text Domain: custom-field-list-widget
Note: See TracChangeset for help on using the changeset viewer.