[Svn-src-all:3262] [version-2_12-multilang 22163] #1890 日付のテキストを切り出し
h_yoshimoto
admin @ mail.ec-cube.net
2012年 12月 26日 (水) 21:44:34 JST
Subversion committed to /home/svn/open 22163
http://svn.ec-cube.net/open_trac/changeset/22163
┌────────────────────────────┐
│更新者 : h_yoshimoto │
│更新日時: 2012-12-26 21:44:33 +0900 (水, 26 12月 2012)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#1890 日付のテキストを切り出し
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_12-multilang/data/Smarty/templates/admin/basis/holiday.tpl
U branches/version-2_12-multilang/data/Smarty/templates/admin/customer/edit_confirm.tpl
U branches/version-2_12-multilang/data/Smarty/templates/admin/mail/query.tpl
U branches/version-2_12-multilang/data/Smarty/templates/admin/order/disp.tpl
U branches/version-2_12-multilang/data/locales/en.mo
U branches/version-2_12-multilang/data/locales/en.po
U branches/version-2_12-multilang/data/locales/ja.mo
U branches/version-2_12-multilang/data/locales/ja.po
変更: branches/version-2_12-multilang/data/Smarty/templates/admin/basis/holiday.tpl
===================================================================
--- branches/version-2_12-multilang/data/Smarty/templates/admin/basis/holiday.tpl 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/Smarty/templates/admin/basis/holiday.tpl 2012-12-26 12:44:33 UTC (rev 22163)
@@ -82,7 +82,7 @@
<tr style="background:<!--{if $tpl_holiday_id != $arrHoliday[cnt].holiday_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;">
<!--{assign var=holiday_id value=$arrHoliday[cnt].holiday_id}-->
<td><!--{$arrHoliday[cnt].title|h}--></td>
- <td><!--{$arrHoliday[cnt].month|h}-->月<!--{$arrHoliday[cnt].day|h}-->日</td>
+ <td><!--{t string="tpl_727" T_FIELD1=$arrHoliday[cnt].month|h T_FIELD2=$arrHoliday[cnt].day|h}--></td>
<td class="center">
<!--{if $tpl_holiday_id != $arrHoliday[cnt].holiday_id}-->
<a href="?" onclick="fnModeSubmit('pre_edit', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;"><!--{t string="tpl_003"}--></a>
変更: branches/version-2_12-multilang/data/Smarty/templates/admin/customer/edit_confirm.tpl
===================================================================
--- branches/version-2_12-multilang/data/Smarty/templates/admin/customer/edit_confirm.tpl 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/Smarty/templates/admin/customer/edit_confirm.tpl 2012-12-26 12:44:33 UTC (rev 22163)
@@ -109,7 +109,13 @@
</tr>
<tr>
<th><!--{t string="tpl_217"}--></th>
- <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}--><!--{t string="tpl_242"}--><!--{/if}--></td>
+ <td>
+ <!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}-->
+ <!--{t string="tpl_726" T_FIELD1=$arrForm.year|h T_FIELD2=$arrForm.month|h T_FIELD3=$arrForm.day|h }-->
+ <!--{else}-->
+ <!--{t string="tpl_242"}-->
+ <!--{/if}-->
+ </td>
</tr>
<tr>
<th><!--{t string="tpl_218"}--></th>
変更: branches/version-2_12-multilang/data/Smarty/templates/admin/mail/query.tpl
===================================================================
--- branches/version-2_12-multilang/data/Smarty/templates/admin/mail/query.tpl 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/Smarty/templates/admin/mail/query.tpl 2012-12-26 12:44:33 UTC (rev 22163)
@@ -69,14 +69,14 @@
</tr>
<tr>
<th><!--{t string="tpl_338"}--></th>
- <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}--><!--{t string="tpl_337"}--><!--{/if}--></td>
+ <td><!--{if $arrSearchData.search_birth_month}--><!--{t string="tpl_728" T_FIELD=$arrSearchData.search_birth_month|h}--><!--{else}--><!--{t string="tpl_337"}--><!--{/if}--></td>
</tr>
<tr>
<th><!--{t string="tpl_339"}--></th>
<td>
<!--{if $arrSearchData.search_b_start_year}-->
- <!--{$arrSearchData.search_b_start_year}-->年<!--{$arrSearchData.search_b_start_month}-->月<!--{$arrSearchData.search_b_start_day}-->日 <!--{t string="-"}-->
- <!--{if $arrSearchData.search_b_end_year}--> <!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}-->
+ <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_b_start_year T_FIELD2=$arrSearchData.search_b_start_month T_FIELD3=$arrSearchData.search_b_start_day}--> <!--{t string="-"}-->
+ <!--{if $arrSearchData.search_b_end_year}--> <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_b_end_year T_FIELD2=$arrSearchData.search_b_end_month T_FIELD3=$arrSearchData.search_b_end_day}--><!--{/if}-->
<!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
</td>
</tr>
@@ -122,8 +122,9 @@
<th><!--{t string="tpl_330"}--></th>
<td>
<!--{if $arrSearchData.search_start_year}-->
- <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日 <!--{t string="-"}-->
- <!--{if $arrSearchData.search_end_year}--> <!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}-->
+ <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_start_year T_FIELD2=$arrSearchData.search_start_month T_FIELD3=$arrSearchData.search_start_day}--> <!--{t string="-"}-->
+
+ <!--{if $arrSearchData.search_end_year}--> <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_end_year T_FIELD2=$arrSearchData.search_end_month T_FIELD3=$arrSearchData.search_end_day}--><!--{/if}-->
<!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
</td>
</tr>
@@ -131,8 +132,8 @@
<th><!--{t string="tpl_342"}--></th>
<td>
<!--{if $arrSearchData.search_buy_start_year}-->
- <!--{$arrSearchData.search_buy_start_year}-->年<!--{$arrSearchData.search_buy_start_month}-->月<!--{$arrSearchData.search_buy_start_day}-->日 <!--{t string="-"}-->
- <!--{if $arrSearchData.search_buy_end_year}--> <!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}-->
+ <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_buy_start_year T_FIELD2=$arrSearchData.search_buy_start_month T_FIELD3=$arrSearchData.search_buy_start_day}--> <!--{t string="-"}-->
+ <!--{if $arrSearchData.search_buy_end_year}--> <!--{t string="tpl_726" T_FIELD1=$arrSearchData.search_buy_end_year T_FIELD2=$arrSearchData.search_buy_end_month T_FIELD3=$arrSearchData.search_buy_end_day}--><!--{/if}-->
<!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
</td>
</tr>
変更: branches/version-2_12-multilang/data/Smarty/templates/admin/order/disp.tpl
===================================================================
--- branches/version-2_12-multilang/data/Smarty/templates/admin/order/disp.tpl 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/Smarty/templates/admin/order/disp.tpl 2012-12-26 12:44:33 UTC (rev 22163)
@@ -291,9 +291,7 @@
<!--{if $arrShipping[$key1] == "" && $arrShipping[$key2] == "" && $arrShipping[$key3] == ""}-->
<!--{t string="tpl_388"}-->
<!--{else}-->
- <!--{$arrShipping[$key1]}-->年
- <!--{$arrShipping[$key2]}-->月
- <!--{$arrShipping[$key3]}-->日
+ <!--{t string="tpl_726" T_FIELD1=$arrShipping[$key1] T_FIELD2=$arrShipping[$key2] T_FIELD3=$arrShipping[$key3] }-->
<!--{/if}-->
</td>
</tr>
変更: branches/version-2_12-multilang/data/locales/en.mo
===================================================================
(バイナリファイルが異なっています)
変更: branches/version-2_12-multilang/data/locales/en.po
===================================================================
--- branches/version-2_12-multilang/data/locales/en.po 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/locales/en.po 2012-12-26 12:44:33 UTC (rev 22163)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: EC-CUBE Core\n"
"POT-Creation-Date: 2012-05-07 13T_39+0900\n"
-"PO-Revision-Date: 2012-12-26 18:34+0900\n"
+"PO-Revision-Date: 2012-12-26 21:40+0900\n"
"Last-Translator: MATSUDA Terutaka <matsudaterutaka @ gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -5905,6 +5905,15 @@
msgid "tpl_725"
msgstr "T_FIELD名"
+msgid "tpl_726"
+msgstr "T_FIELD1年T_FIELD2月T_FIELD3日"
+
+msgid "tpl_727"
+msgstr "T_FIELD1月T_FIELD2日"
+
+msgid "tpl_728"
+msgstr "T_FIELD月"
+
msgid "-"
msgstr " - "
変更: branches/version-2_12-multilang/data/locales/ja.mo
===================================================================
(バイナリファイルが異なっています)
変更: branches/version-2_12-multilang/data/locales/ja.po
===================================================================
--- branches/version-2_12-multilang/data/locales/ja.po 2012-12-26 11:51:11 UTC (rev 22162)
+++ branches/version-2_12-multilang/data/locales/ja.po 2012-12-26 12:44:33 UTC (rev 22163)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: EC-CUBE Core\n"
"POT-Creation-Date: 2012-05-07 13T_39+0900\n"
-"PO-Revision-Date: 2012-12-20 17:47+0900\n"
+"PO-Revision-Date: 2012-12-26 21:40+0900\n"
"Last-Translator: MATSUDA Terutaka <matsudaterutaka @ gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -5831,6 +5831,15 @@
msgid "tpl_725"
msgstr "T_FIELD名"
+msgid "tpl_726"
+msgstr "T_FIELD1年T_FIELD2月T_FIELD3日"
+
+msgid "tpl_727"
+msgstr "T_FIELD1月T_FIELD2日"
+
+msgid "tpl_728"
+msgstr "T_FIELD月"
+
msgid "-"
msgstr "〜"
Svn-src-all メーリングリストの案内