Update translation strings and file

This commit is contained in:
champsupertramp
2016-07-07 09:58:51 +08:00
parent 50f5828ac7
commit fb6f03575b
2 changed files with 419 additions and 381 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -14,7 +14,7 @@
<div class="um-item-meta">
<span><?php echo sprintf(__('%s ago','ultimatemember'), human_time_diff( get_the_time('U'), current_time('timestamp') ) ); ?></span>
<span>in: <?php the_category( ', ' ); ?></span>
<span><?php echo __('in','ultimatemember');?>: <?php the_category( ', ' ); ?></span>
<span><?php comments_number( __('no comments','ultimatemember'), __('1 comment','ultimatemember'), __('% comments','ultimatemember') ); ?></span>
</div>
</div>