Skip to content

Commit

Permalink
Changed words of sort orders
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro0717 committed Mar 17, 2015
1 parent 02b835c commit bb030cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 23 deletions.
10 changes: 0 additions & 10 deletions Locale/bbses.pot
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ msgstr ""
msgid "Comments"
msgstr ""

#: /View/BbsComments/view.ctp:93
#: /View/BbsPosts/view.ctp:80
msgid "Latest comment order"
msgstr ""

#: /View/BbsComments/view.ctp:98
#: /View/BbsPosts/view.ctp:85
msgid "Older comment order"
msgstr ""

#: /View/BbsComments/view.ctp:203;387;597
#: /View/BbsPosts/view.ctp:191;220;399
msgid "Remove likes"
Expand Down
Binary file modified Locale/jpn/LC_MESSAGES/bbses.mo
Binary file not shown.
10 changes: 1 addition & 9 deletions Locale/jpn/LC_MESSAGES/bbses.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2015-03-02 04:50+0000\n"
"PO-Revision-Date: 2015-03-16 14:15+0900\n"
"PO-Revision-Date: 2015-03-17 19:28+0900\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -101,14 +101,6 @@ msgstr "編集"
msgid "Comments"
msgstr "コメント"

#: /View/BbsComments/view.ctp:93 /View/BbsPosts/view.ctp:80
msgid "Latest comment order"
msgstr "最新のコメント順"

#: /View/BbsComments/view.ctp:98 /View/BbsPosts/view.ctp:85
msgid "Older comment order"
msgstr "古いコメント順"

#: /View/BbsComments/view.ctp:203;387;597 /View/BbsPosts/view.ctp:191;220;399
msgid "Remove likes"
msgstr "高く評価を取り消す"
Expand Down
4 changes: 2 additions & 2 deletions View/BbsComments/view.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
<!-- pageNumber(コメント一覧ページ番号), sortParams(ソート), visibleRow(表示件数), narrowDown(絞り込み) -->
<li>
<a href="<?php echo $this->Html->url('/' . $baseUrl . '/' . $frameId . '/' . $bbsPosts['id'] . '/' . $bbsCurrentComments['id'] . '/' . 1 . '/' . 1 . '/' . $currentVisibleRow . '/' . $narrowDownParams); ?>">
<?php echo __d('bbses', 'Latest comment order'); ?>
<?php echo __d('bbses', 'Latest post order'); ?>
</a>
</li>
<li>
<a href="<?php echo $this->Html->url('/' . $baseUrl . '/' . $frameId . '/' . $bbsPosts['id'] . '/' . $bbsCurrentComments['id'] . '/' . 1 . '/' . 2 . '/' . $currentVisibleRow . '/' . $narrowDownParams); ?>">
<?php echo __d('bbses', 'Older comment order'); ?>
<?php echo __d('bbses', 'Older post order'); ?>
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions View/BbsPosts/view.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
<!-- argument:frameId, postId(記事), pageNumber(コメント一覧ページ番号), sortParams(ソート), visibleRow(表示件数), narrowDown(絞り込み)-->
<li>
<a href="<?php echo $this->Html->url('/' . $baseUrl . '/' . $frameId . '/' . $bbsPosts['id'] . '/' . 1 . '/' . 1 . '/' . $currentVisibleRow . '/' . $narrowDownParams); ?>">
<?php echo __d('bbses', 'Latest comment order'); ?>
<?php echo __d('bbses', 'Latest post order'); ?>
</a>
</li>
<li>
<a href="<?php echo $this->Html->url('/' . $baseUrl . '/' . $frameId . '/' . $bbsPosts['id'] . '/' . 1 . '/' . 2 . '/' . $currentVisibleRow . '/' . $narrowDownParams); ?>">
<?php echo __d('bbses', 'Older comment order'); ?>
<?php echo __d('bbses', 'Older post order'); ?>
</a>
</li>
</ul>
Expand Down

0 comments on commit bb030cf

Please sign in to comment.