Changeset 1180069
- Timestamp:
- 06/13/2015 05:31:27 AM (11 years ago)
- Location:
- wp-mediatagger/trunk
- Files:
-
- 1 deleted
- 6 edited
-
languages/mediatagger-def-i18n.php (modified) (2 diffs)
-
languages/mediatagger-fr_FR.mo (modified) (previous)
-
languages/mediatagger-fr_FR.po (modified) (5 diffs)
-
languages/mediatagger.pot (deleted)
-
mediatagger-form.php (modified) (2 diffs)
-
mediatagger.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mediatagger/trunk/languages/mediatagger-def-i18n.php
r1172889 r1180069 565 565 'type' => "TEXT", 566 566 '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'"), 568 568 'checker' => "is_int(@VAL) && @VAL >= 10", 569 569 'errmsg' => self::__("The maximum image pixel width or height must be an integer greater than 10 (Image list output format)") … … 582 582 'type' => "TEXT", 583 583 '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'"), 585 585 'checker' => "is_int(@VAL) && @VAL > 0", 586 586 '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 3 3 "Project-Id-Version: WP MediaTagger\n" 4 4 "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" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: phd38 <contact@photos-dauphie.com>\n" … … 1183 1183 msgstr "Nombre d'images par page" 1184 1184 1185 #: mediatagger-def-i18n.php:557 mediatagger-def-i18n.php:5841185 #: mediatagger-def-i18n.php:557 1186 1186 msgid "" 1187 1187 "Number of images to be listed on the search result page in case the display " … … 1200 1200 #: mediatagger-def-i18n.php:567 1201 1201 msgid "" 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'" 1205 msgstr "" 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" 1207 1208 1208 1209 #: mediatagger-def-i18n.php:569 … … 1221 1222 msgid "Number of image titles per list page" 1222 1223 msgstr "Nombre de titres d'images par page" 1224 1225 #: mediatagger-def-i18n.php:584 1226 msgid "" 1227 "Number of images to be listed on the search result page in case the display " 1228 "format is set to 'Title list'" 1229 msgstr "" 1230 "Nombre d'images à afficher par page de résultat en mode d'affichage \"liste " 1231 "de titres\"" 1223 1232 1224 1233 #: mediatagger-def-i18n.php:586 … … 1278 1287 "établir un lien vers le site http://www.photos-dauphine.com sur la page de " 1279 1288 "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 469 469 'type' => "TEXT", 470 470 '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'"), 472 472 'checker' => "is_int(@VAL) && @VAL >= 10", 473 473 'errmsg' => self::__("The maximum image pixel width or height must be an integer greater than 10 (Image list output format)") … … 486 486 'type' => "TEXT", 487 487 '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'"), 489 489 'checker' => "is_int(@VAL) && @VAL > 0", 490 490 'errmsg' => self::__("The number of image titles per page must be positive (Title list output format)") -
wp-mediatagger/trunk/mediatagger.php
r1179417 r1180069 6 6 Author: www.photos-dauphine.com 7 7 Author URI: http://www.photos-dauphine.com/ 8 Version: 4.0. 78 Version: 4.0.8 9 9 Stable Tag: 4.0.7 10 10 */ -
wp-mediatagger/trunk/readme.txt
r1179417 r1180069 4 4 Tags: 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 5 5 Requires at least: 3.0 6 Tested up to: 4.0. 76 Tested up to: 4.0.8 7 7 Stable tag: 4.0.7 8 8 … … 20 20 - Log visitors search and make it visible to the administrator 21 21 - 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 22 26 23 27 = 4.0.7 =
Note: See TracChangeset
for help on using the changeset viewer.