Plugin Directory

Changeset 1180069


Ignore:
Timestamp:
06/13/2015 05:31:27 AM (11 years ago)
Author:
phd38
Message:

4.0.8 messages fix

Location:
wp-mediatagger/trunk
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • wp-mediatagger/trunk/languages/mediatagger-def-i18n.php

    r1172889 r1180069  
    565565        'type' => "TEXT",
    566566        'desc' => self::__("Maximum image pixel width or height"),
    567         'tooltip' => self::__("Number of image titles to be listed on the search result page in case the display format is set to 'Title list'"),
     567        'tooltip' => self::__("Used to scale the images displayed in list mode on the Image Tag Search Result Page. The largest of the (width, height) will be scaled to this number'"),
    568568        'checker' => "is_int(@VAL) && @VAL >= 10",
    569569        'errmsg' => self::__("The maximum image pixel width or height must be an integer greater than 10 (Image list output format)")
     
    582582        'type' => "TEXT",
    583583        'desc' => self::__("Number of image titles per list page"),
    584         'tooltip' => self::__("Number of images to be listed on the search result page in case the display format is set to 'Image list'"),
     584        'tooltip' => self::__("Number of images to be listed on the search result page in case the display format is set to 'Title list'"),
    585585        'checker' => "is_int(@VAL) && @VAL > 0",
    586586        'errmsg' => self::__("The number of image titles per page must be positive (Title list output format)")
  • wp-mediatagger/trunk/languages/mediatagger-fr_FR.po

    r1172889 r1180069  
    33"Project-Id-Version: WP MediaTagger\n"
    44"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-imagetagger\n"
    5 "POT-Creation-Date: 2015-06-02 15:36+0100\n"
     5"POT-Creation-Date: 2015-06-13 07:26+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: phd38 <contact@photos-dauphie.com>\n"
     
    11831183msgstr "Nombre d'images par page"
    11841184
    1185 #: mediatagger-def-i18n.php:557 mediatagger-def-i18n.php:584
     1185#: mediatagger-def-i18n.php:557
    11861186msgid ""
    11871187"Number of images to be listed on the search result page in case the display "
     
    12001200#: mediatagger-def-i18n.php:567
    12011201msgid ""
    1202 "Number of image titles to be listed on the search result page in case the "
    1203 "display format is set to 'Title list'"
    1204 msgstr ""
    1205 "Nombre de titres d''images à afficher par page de résultats en mode "
    1206 "d'affichage \"liste d'images\""
     1202"Used to scale the images displayed in list mode on the Image Tag Search "
     1203"Result Page. The largest of the (width, height) will be scaled to this "
     1204"number'"
     1205msgstr ""
     1206"Utilisé pour redimensionner les images affichées sur la page résultat en "
     1207"mode liste. Le max(H,L) sera mis à l'échelle avec ce chiffre"
    12071208
    12081209#: mediatagger-def-i18n.php:569
     
    12211222msgid "Number of image titles per list page"
    12221223msgstr "Nombre de titres d'images par page"
     1224
     1225#: mediatagger-def-i18n.php:584
     1226msgid ""
     1227"Number of images to be listed on the search result page in case the display "
     1228"format is set to 'Title list'"
     1229msgstr ""
     1230"Nombre d'images à afficher par page de résultat en mode d'affichage \"liste "
     1231"de titres\""
    12231232
    12241233#: mediatagger-def-i18n.php:586
     
    12781287"établir un lien vers le site http://www.photos-dauphine.com sur la page de "
    12791288"votre choix."
     1289
     1290#~ msgid ""
     1291#~ "Number of image titles to be listed on the search result page in case the "
     1292#~ "display format is set to 'Title list'"
     1293#~ msgstr ""
     1294#~ "Nombre de titres d''images à afficher par page de résultats en mode "
     1295#~ "d'affichage \"liste d'images\""
  • wp-mediatagger/trunk/mediatagger-form.php

    r846127 r1180069  
    469469        'type' => "TEXT",
    470470        'desc' => self::__("Maximum image pixel width or height"),
    471         'tooltip' => self::__("Number of image titles to be listed on the search result page in case the display format is set to 'Title list'"),
     471        'tooltip' => self::__("Used to scale the images displayed in list mode on the Image Tag Search Result Page. The largest of the (width, height) will be scaled to this number'"),
    472472        'checker' => "is_int(@VAL) && @VAL >= 10",
    473473        'errmsg' => self::__("The maximum image pixel width or height must be an integer greater than 10 (Image list output format)")
     
    486486        'type' => "TEXT",
    487487        'desc' => self::__("Number of image titles per list page"),
    488         'tooltip' => self::__("Number of images to be listed on the search result page in case the display format is set to 'Image list'"),
     488        'tooltip' => self::__("Number of images to be listed on the search result page in case the display format is set to 'Title list'"),
    489489        'checker' => "is_int(@VAL) && @VAL > 0",
    490490        'errmsg' => self::__("The number of image titles per page must be positive (Title list output format)")
  • wp-mediatagger/trunk/mediatagger.php

    r1179417 r1180069  
    66Author: www.photos-dauphine.com
    77Author URI: http://www.photos-dauphine.com/
    8 Version: 4.0.7
     8Version: 4.0.8
    99Stable Tag: 4.0.7
    1010*/
  • wp-mediatagger/trunk/readme.txt

    r1179417 r1180069  
    44Tags: widget, plugin, media, library, images, audio, video, mpeg, mp3, pdf, rtf, txt, taxonomy, photos, tags, tagging, bulk tagging, group tagging, gallery, photoblog, search, engine, classification, database, cleanup
    55Requires at least: 3.0
    6 Tested up to: 4.0.7
     6Tested up to: 4.0.8
    77Stable tag: 4.0.7
    88
     
    2020- Log visitors search and make it visible to the administrator
    2121- Plugin internationalization : the `mediatagger.pot` file, required to translate the package to any other language, is provided for volunteers with the plugin files (contact me to make sure the *.pot file part of the package is up-to-date). If you are interested in internationalizing this plugin, I would certainly welcome your help. Simply [let me know](http://www.photos-dauphine.com/ecrire "Any volunteer to push the WP MediaTagger internationalization ?") so that I can push your translation to the repository. If needed I can provide you the methodology, many tools are available to ease this task.
     22
     23= 4.0.8 =
     24
     25- Fix of tooltips in the options dashboard
    2226
    2327= 4.0.7 =
Note: See TracChangeset for help on using the changeset viewer.