Changeset 984052
- Timestamp:
- 09/08/2014 06:30:03 AM (12 years ago)
- Location:
- wp-author-ranking/trunk
- Files:
-
- 7 edited
-
Readme.txt (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
lang/wpAuthorRanking-fr.mo (modified) (previous)
-
lang/wpAuthorRanking-fr.po (modified) (3 diffs)
-
lang/wpAuthorRanking-ja.mo (modified) (previous)
-
lang/wpAuthorRanking-ja.po (modified) (2 diffs)
-
setting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-author-ranking/trunk/Readme.txt
r983601 r984052 4 4 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 == Changelog == 109 109 110 = 1.0.3 = 111 * Language: add French language translate. (Thanks Nicola) 112 110 113 = 1.0.2 = 111 114 * Fix: showing setting page properly in wordpress version 3.0 -
wp-author-ranking/trunk/index.php
r983601 r984052 3 3 /** 4 4 * @package WP Author Ranking 5 * @version 1.0. 25 * @version 1.0.3 6 6 */ 7 7 /* … … 9 9 Description: Ranking the popular blog authors. Results are depends on page viewing numbers! Who is today's mega-star!? 10 10 Author: Natsuyasumi Seisakushitsu 11 Version: 1.0. 211 Version: 1.0.3 12 12 */ 13 13 -
wp-author-ranking/trunk/lang/wpAuthorRanking-fr.po
r980763 r984052 6 6 "Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n" 7 7 "POT-Creation-Date: 2013-12-26 17:03+0900\n" 8 "PO-Revision-Date: 2014-09-0 2 02:26+0900\n"8 "PO-Revision-Date: 2014-09-08 15:23+0900\n" 9 9 "Last-Translator: natsuyasumi seisakushitsu <mail@minojiro.com>\n" 10 10 "Language-Team: abechiyo <YOUR-EMAIL@kddi-web.com>\n" … … 20 20 msgid "count first visit (unique-user) only." 21 21 msgstr "compte chaque visiteur une fois seulement (visiteur unique)." 22 23 msgid "save" 24 msgstr "enregistrer" 22 25 23 26 msgid "Daily" … … 35 38 msgid "Reset all count data" 36 39 msgstr "Réinitialiser toutes les données" 40 41 msgid "no data" 42 msgstr "pas de données" 43 44 msgid "Are you shure?" 45 msgstr "êtes vous sûr ?" -
wp-author-ranking/trunk/lang/wpAuthorRanking-ja.po
r980763 r984052 6 6 "Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n" 7 7 "POT-Creation-Date: 2013-12-26 17:03+0900\n" 8 "PO-Revision-Date: 2014-09-0 2 02:37+0900\n"8 "PO-Revision-Date: 2014-09-08 15:20+0900\n" 9 9 "Last-Translator: natsuyasumi seisakushitsu <mail@minojiro.com>\n" 10 10 "Language-Team: abechiyo <YOUR-EMAIL@kddi-web.com>\n" … … 39 39 msgstr "集計データをリセット" 40 40 41 msgid "no data" 42 msgstr "データがありません" 43 44 msgid "Are you shure?" 45 msgstr "本当によろしいですか?" 46 41 47 msgid "Natsuyasumi Seisakushitsu" 42 48 msgstr "なつやすみ制作室" -
wp-author-ranking/trunk/setting.php
r983601 r984052 55 55 </table> 56 56 <?php }else{ ?> 57 <p> no data</p>57 <p><?php _e('no data', 'wpAuthorRanking'); ?></p> 58 58 <?php } ?> 59 59 <hr> … … 66 66 <script> 67 67 <!-- 68 function wpUserRanking_resetData(){ if(window.confirm(' Are you sure?')){ document.resetdata.submit(); } return false; }68 function wpUserRanking_resetData(){ if(window.confirm('<?php _e('Are you shure?', 'wpAuthorRanking'); ?>')){ document.resetdata.submit(); } return false; } 69 69 --> 70 70 </script>
Note: See TracChangeset
for help on using the changeset viewer.