[Svn-src-all:3621] [version-2_12_3en-p1 22533] #2122 郵便番号登録画面に残っていた日本語の直テキストを言語ファイル化

kim admin @ mail.ec-cube.net
2013年 2月 13日 (水) 14:09:12 JST


Subversion committed to /home/svn/open 22533
http://svn.ec-cube.net/open_trac/changeset/22533
┌────────────────────────────┐
│更新者 :  kim                                          │
│更新日時:  2013-02-13 14:09:12 +0900 (水, 13  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2122 郵便番号登録画面に残っていた日本語の直テキストを言語ファイル化 

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php
U   branches/version-2_12_3en-p1/data/locales/en-US.mo
U   branches/version-2_12_3en-p1/data/locales/en-US.po
U   branches/version-2_12_3en-p1/data/locales/ja.mo
U   branches/version-2_12_3en-p1/data/locales/ja.po

変更: branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php
===================================================================
--- branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2013-02-13 04:28:13 UTC (rev 22532)
+++ branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2013-02-13 05:09:12 UTC (rev 22533)
@@ -220,7 +220,7 @@
             <meta http-equiv='Content-Type' content='text/html; charset=<?php echo CHAR_CODE ?>' />
         </head>
         <body>
-        <p>DB 登録進捗状況</p>
+        <p><?php echo t("c_DB registration in progress_01"); ?></p>
         <div style='background-color: #494E5F;'>
         <?php
         // 一部のIEは256バイト以上受け取ってから表示を開始する。

変更: branches/version-2_12_3en-p1/data/locales/en-US.mo
===================================================================
(バイナリファイルが異なっています)

変更: branches/version-2_12_3en-p1/data/locales/en-US.po
===================================================================
--- branches/version-2_12_3en-p1/data/locales/en-US.po	2013-02-13 04:28:13 UTC (rev 22532)
+++ branches/version-2_12_3en-p1/data/locales/en-US.po	2013-02-13 05:09:12 UTC (rev 22533)
@@ -2399,6 +2399,9 @@
 msgid "c_Postal code registration_01"
 msgstr "Postal code registration"
 
+msgid "c_DB registration in progress_01"
+msgstr "DB registration in progress"
+
 msgid "c_<p>Completed.<br /> T_ARG1 items were added.</p>_01"
 msgstr "<p>Completed.<br /> T_ARG1 items were added.</p>"
 

変更: branches/version-2_12_3en-p1/data/locales/ja.mo
===================================================================
(バイナリファイルが異なっています)

変更: branches/version-2_12_3en-p1/data/locales/ja.po
===================================================================
--- branches/version-2_12_3en-p1/data/locales/ja.po	2013-02-13 04:28:13 UTC (rev 22532)
+++ branches/version-2_12_3en-p1/data/locales/ja.po	2013-02-13 05:09:12 UTC (rev 22533)
@@ -2382,6 +2382,9 @@
 msgid "c_Postal code registration_01"
 msgstr "郵便番号DB登録"
 
+msgid "c_DB registration in progress_01"
+msgstr "DB 登録進捗状況"
+
 msgid "c_<p>Completed.<br /> T_ARG1 items were added.</p>_01"
 msgstr "<p>完了しました。<br />T_ARG1 件を追加しました。</p>"
 




Svn-src-all メーリングリストの案内