This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog          |    5 +-
 gui/image-creator.glade   |    2 +-
 libs/Project.py           |    4 +-
 moblin-image-creator.spec |    1 +
 po/ja.po                  | 1123 +++++++++++++++++++++++++--------------------
 5 files changed, 633 insertions(+), 502 deletions(-)

New commits:
commit 3464352e263685d108eae28ace30c1b29a91fc23
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date:   Thu Oct 2 13:53:15 2008 +0900

    Updated ja.po.


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 779f035..0634f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,9 +36,10 @@ moblin-image-creator (0.46) UNRELEASED; urgency=low
 
   [ Mitsutaka Amano ]
   * Added the Target config function.
-  * Updated debian/changelog and rpm spec file. 
+  * Updated debian/changelog and rpm spec file.
+  * Updated ja.po.
 
- -- Mitsutaka Amano <[EMAIL PROTECTED]>  Thu, 02 Oct 2008 10:28:00 +0900
+ -- Mitsutaka Amano <[EMAIL PROTECTED]>  Thu, 02 Oct 2008 13:52:00 +0900
 
 moblin-image-creator (0.45) gaston; urgency=low
 
diff --git a/gui/image-creator.glade b/gui/image-creator.glade
index abe7122..92b6db8 100644
--- a/gui/image-creator.glade
+++ b/gui/image-creator.glade
@@ -1910,7 +1910,7 @@
     <property name="height_request">150</property>
     <property name="visible">True</property>
     <property name="has_focus">True</property>
-    <property name="title" translatable="yes">Please Wait...</property>
+    <property name="title" translatable="yes">Please wait...</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
diff --git a/libs/Project.py b/libs/Project.py
index 1bad37a..5e87b1e 100755
--- a/libs/Project.py
+++ b/libs/Project.py
@@ -418,7 +418,7 @@ class Target(FileSystem):
         script_path = os.path.join(self.path, "post-install-scripts")
         if os.path.isdir(script_path):
             for filename in os.listdir(script_path):
-                    print _("Executing scritp: %s") % filename
+                    print _("Executing script: %s") % filename
                     cmd = "/post-install-scripts/%s" % filename
                     #Ignore error and continue
                     try:
@@ -503,7 +503,7 @@ class Callback:
 if __name__ == '__main__':
     if len(sys.argv) != 6:
         print >> sys.stderr, _("USAGE: %s PROJECT_NAME PROJECT_PATH 
PROJECT_DESCRIPTION TARGET_NAME PLATFORM_NAME") % (sys.argv[0])
-        print >> sys.stderr, _("\tPROJECT_NAME: name to call the project.  The 
config file " + paths.PKGDATADIR + "/projects/project_name.proj is used or 
created")
+        print >> sys.stderr, _("\tPROJECT_NAME: name to call the project.  The 
config file ") + paths.PKGDATADIR + _("/projects/project_name.proj is used or 
created")
         print >> sys.stderr, _("\tPROJECT_PATH: directory to install the 
project")
         print >> sys.stderr, _("\tPROJECT_DESCRIPTION: Textual description of 
the project")
         print >> sys.stderr, _("\tTARGET_NAME: ???")
diff --git a/moblin-image-creator.spec b/moblin-image-creator.spec
index 368e705..9b376da 100644
--- a/moblin-image-creator.spec
+++ b/moblin-image-creator.spec
@@ -64,6 +64,7 @@ rm -rf %{buildroot}
 * Thu Oct 02 2008  Mitsutaka Amano <[EMAIL PROTECTED]>
 - Added the Target config function.
 - Updated debian/changelog and rpm spec file.
+- Updated ja.po.
 
 * Wed Oct 01 2008 Prajwal Mohan <[EMAIL PROTECTED]>
 - Adding feature to install package groups
diff --git a/po/ja.po b/po/ja.po
index 2bfa491..0bee237 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,59 +1,55 @@
 # ja.po
 # Copyright (C) 2008 MIRACLE LINUX CORPOLATION
-# This file is distributed under the same license as the moblin-image-creator 
package.
-# Mitsutaak Amano <[EMAIL PROTECTED]>, 2008.
+# This file is distributed under the same license as the PACKAGE package.
+# Mitsutaka Amano <[EMAIL PROTECTED]>, 2008.
 #
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 0.45\n"
+"Project-Id-Version: 0.46\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-10 17:46+0900\n"
-"PO-Revision-Date: 2008-06-10 17:46+0900\n"
+"POT-Creation-Date: 2008-10-02 10:39+0900\n"
+"PO-Revision-Date: 2008-10-02 10:39+0900\n"
 "Last-Translator: Mitsutaka Amano <[EMAIL PROTECTED]>\n"
-"Language-Team: None <[EMAIL PROTECTED]>\n"
+"Language-Team: None <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../gui/gui.py:52
+#: ../gui/gui.py:56
 msgid "Unmounting all mounted directories..."
 msgstr 
"マウントされている全てのディレクトリをアンマウントしています..."
 
-#: ../gui/gui.py:56
+#: ../gui/gui.py:60
 #, python-format
 msgid "Could not unmount these dirs: %s"
 msgstr 
"これらのディレクトリはアンマウントできませんでした。\n
 %s"
 
-#: ../gui/gui.py:58
+#: ../gui/gui.py:62
 msgid "Unmounting complete"
 msgstr "アンマウント完了"
 
-#: ../gui/gui.py:105 ../gui/gui.py:116
-#: ../gui/image-creator.glade:1216
+#: ../gui/gui.py:115 ../gui/gui.py:126
 msgid "Name"
 msgstr "プロジェクト名"
 
-#: ../gui/gui.py:106
-#: ../gui/image-creator.glade:1343
+#: ../gui/gui.py:116
 msgid "Description"
 msgstr "説明"
 
-#: ../gui/gui.py:107
-#: ../gui/image-creator.glade:1240
+#: ../gui/gui.py:117
 msgid "Path"
 msgstr "パス"
 
-#: ../gui/gui.py:108
-#: ../gui/image-creator.glade:1330
+#: ../gui/gui.py:118
 msgid "Platform"
 msgstr "プラットフォーム"
 
-#: ../gui/gui.py:117
+#: ../gui/gui.py:127
 msgid "Function Sets"
 msgstr "インストール済みの機能セット"
 
-#: ../gui/gui.py:139
+#: ../gui/gui.py:153
 #, python-format
 msgid ""
 "Found unsupported project(s): %s\n"
@@ -62,15 +58,15 @@ msgstr ""
 "サポートされていないプロジェクトが見つかりました: 
%s\n"
 "スキップします"
 
-#: ../gui/gui.py:152
+#: ../gui/gui.py:168
 msgid "Please wait while MIC attempts to unmount all projects and targets..."
 msgstr "Moblin Image 
Creatorが全てのプロジェクト、ターゲットをアンマウントしようとしています。しばらくお待ちください..."
 
-#: ../gui/gui.py:158
+#: ../gui/gui.py:174
 msgid "Closing Image-Creator"
-msgstr "Image Creatorを閉じています"
+msgstr "Moblin Image Creatorを閉じています"
 
-#: ../gui/gui.py:177
+#: ../gui/gui.py:193
 msgid ""
 "You are using an old version of PyGTK. Image Creator required atleast PyGTK "
 "2.12. Some features will be disabled"
@@ -78,90 +74,90 @@ msgstr ""
 "PyGTKの古いバージョンを使用しています。Image Creator 
は少なくとも2.12以上のバージョンに依存しています。"
 "いくつかの機能が無効になります"
 
-#: ../gui/gui.py:285
+#: ../gui/gui.py:307
 msgid "Are you sure you want to cancel project creation?"
 msgstr "プロジェクトの作成を本当に中止しますか?"
 
-#: ../gui/gui.py:297
+#: ../gui/gui.py:319
 #, python-format
 msgid "Canceled Function was %s and cancel type was %s"
 msgstr "%s とキャンセルタイプ %s 
の機能がキャンセルされました"
 
-#: ../gui/gui.py:318
+#: ../gui/gui.py:340
 msgid "All values must be specified"
 msgstr "値は全て指定されなければなりません"
 
-#: ../gui/gui.py:321
+#: ../gui/gui.py:343
 #, python-format
 msgid "Project already exists with the name: %s"
 msgstr "プロジェクト「%s」は既に存在しています"
 
-#: ../gui/gui.py:327
+#: ../gui/gui.py:349
 #, python-format
 msgid "Path: %s exists but is not a directory"
 msgstr 
"パス「%s」は存在しますが、ディレクトリではありません"
 
-#: ../gui/gui.py:331
+#: ../gui/gui.py:353
 #, python-format
 msgid "Path: %s is a directory which is NOT empty"
 msgstr 
"パス「%s」はディレクトリですが、空ではありません"
 
-#: ../gui/gui.py:340 ../gui/gui.py:601 ../gui/gui.py:1330 ../gui/gui.py:1365
+#: ../gui/gui.py:362 ../gui/gui.py:677 ../gui/gui.py:1523 ../gui/gui.py:1561
 #, python-format
 msgid "Please wait while installing %s"
 msgstr 
"「%s」をインストールしています。しばらくお待ちください"
 
-#: ../gui/gui.py:353 ../gui/gui.py:357
+#: ../gui/gui.py:378 ../gui/gui.py:382
 msgid "Project Creation cancelled"
 msgstr "プロジェクトの作成が中止されました"
 
-#: ../gui/gui.py:360
+#: ../gui/gui.py:385
 msgid "Trying to cleanup"
 msgstr "クリーンアップを試みています"
 
-#: ../gui/gui.py:363
+#: ../gui/gui.py:388
 msgid "could not cleanup project"
 msgstr "プロジェクトをクリーンアップできませんでした"
 
-#: ../gui/gui.py:392
+#: ../gui/gui.py:419
 msgid "A tool for building Mobile and/or Single Purpose Linux Device Stacks"
 msgstr 
"携帯型デバイス向けおよび(または)目的別のLinux環境の構築を目的としたツールです。"
 
-#: ../gui/gui.py:409
+#: ../gui/gui.py:436
 msgid "Delete Project(s)?\n"
 msgstr "プロジェクトを削除しますか?\n"
 
-#: ../gui/gui.py:427 ../gui/gui.py:653
+#: ../gui/gui.py:454 ../gui/gui.py:734
 #, python-format
 msgid "Please wait while deleting %s"
 msgstr "「%s」を削除しています。しばらくお待ちください"
 
-#: ../gui/gui.py:452 ../gui/gui.py:1537
+#: ../gui/gui.py:482 ../gui/gui.py:1855
 msgid "Must specify a target name"
 msgstr "ターゲット名は指定しなければなりません"
 
-#: ../gui/gui.py:454
+#: ../gui/gui.py:484
 #, python-format
 msgid "Target: %s already exists"
 msgstr "ターゲット「%s」は既に存在しています"
 
-#: ../gui/gui.py:457 ../gui/project_assistant.py:442
+#: ../gui/gui.py:487 ../gui/project_assistant.py:465
 msgid ""
 "Target names can only contain alpha/numeric characters, hyphen and underscore"
 msgstr ""
 
"ターゲット名は英数字、ハイフンおよびアンダースコアのみ含むことができます"
 
-#: ../gui/gui.py:473 ../gui/gui.py:810 ../gui/gui.py:830 ../gui/gui.py:852
-#: ../gui/gui.py:872
+#: ../gui/gui.py:498 ../gui/gui.py:914 ../gui/gui.py:936 ../gui/gui.py:960
+#: ../gui/gui.py:982
 #, python-format
 msgid "Please wait while creating %s"
 msgstr "「%s」を作成しています。しばらくお待ちください"
 
-#: ../gui/gui.py:540 ../gui/project_assistant.py:374
+#: ../gui/gui.py:596 ../gui/project_assistant.py:375
 msgid "<b>Depends on FSet(s):</b> "
 msgstr "<b>依存している機能セット:</b>"
 
-#: ../gui/gui.py:543 ../gui/project_assistant.py:377
+#: ../gui/gui.py:599 ../gui/project_assistant.py:378
 msgid ""
 "\n"
 "<b>Debug Packages:</b> "
@@ -169,7 +165,7 @@ msgstr ""
 "\n"
 "<b>デバッグ用パッケージ:</b> "
 
-#: ../gui/gui.py:546 ../gui/project_assistant.py:380
+#: ../gui/gui.py:602 ../gui/project_assistant.py:381
 msgid ""
 "\n"
 "<b>Packages:</b> "
@@ -177,116 +173,129 @@ msgstr ""
 "\n"
 "<b>パッケージ:</b> "
 
-#: ../gui/gui.py:553
+#: ../gui/gui.py:614 ../gui/package_group.py:114
 msgid "Nothing available to install!"
 msgstr "何もインストールしませんでした!"
 
-#: ../gui/gui.py:571
+#: ../gui/gui.py:632
 #, python-format
 msgid "Number of fsets to install: %s"
 msgstr "インストールする機能セット数: %s"
 
-#: ../gui/gui.py:580
+#: ../gui/gui.py:641
 msgid "No fset selected"
 msgstr "機能セットが未選択でした"
 
-#: ../gui/gui.py:581
+#: ../gui/gui.py:642
 msgid "Please Choose an Fset"
 msgstr "機能セットを選択してください"
 
-#: ../gui/gui.py:591
+#: ../gui/gui.py:654
+msgid "Getting Group List..."
+msgstr "グループの一覧を取得しています..."
+
+#: ../gui/gui.py:667
 #, python-format
 msgid "Debug packages = %s"
 msgstr "デバッグ用パッケージ = %s"
 
-#: ../gui/gui.py:600 ../gui/gui.py:1364
+#: ../gui/gui.py:676 ../gui/gui.py:1560
 #, python-format
 msgid "Installing fset %s.................\n"
 msgstr 
"機能セット「%s」をインストールしています.................\n"
 
-#: ../gui/gui.py:609 ../gui/gui.py:1373
+#: ../gui/gui.py:690 ../gui/gui.py:1569
 #, python-format
 msgid "Unexpected error: %s"
-msgstr "予想外のエラー: %s"
+msgstr "予期せぬエラー: %s"
 
-#: ../gui/gui.py:617
+#: ../gui/gui.py:698
 #, python-format
 msgid "Setting new status label: %s"
 msgstr "新しいステータスのラベルを設定しています: %s"
 
-#: ../gui/gui.py:618
+#: ../gui/gui.py:699
 #, python-format
 msgid "Current action: %s"
 msgstr "現在の処理: %s"
 
-#: ../gui/gui.py:633
+#: ../gui/gui.py:714
 msgid "Delete Target(s)?\n"
 msgstr "ターゲットを削除しますか?\n"
 
-#: ../gui/gui.py:639
+#: ../gui/gui.py:720
 msgid "Delete Target"
 msgstr "ターゲットを削除"
 
-#: ../gui/gui.py:706
+#: ../gui/gui.py:790 ../gui/package_group.py:154
 msgid "An unknown error has occurred!"
 msgstr "未知のエラーが発生しました!"
 
-#: ../gui/gui.py:720
+#: ../gui/gui.py:804
 msgid "Directory List"
 msgstr "ディレクトリ一覧"
 
-#: ../gui/gui.py:736
+#: ../gui/gui.py:820
 #, python-format
 msgid "Project path: %s"
 msgstr "プロジェクトパス: %s"
 
-#: ../gui/gui.py:749
+#: ../gui/gui.py:824 ../gui/gui.py:841
+msgid "gnome-terminal may not be present. Trying xterm"
+msgstr 
"gnome-terminalは提供されていないようです。xtermの起動を試行します"
+
+#: ../gui/gui.py:837
 #, python-format
 msgid "Target path: %s"
 msgstr "ターゲットパス: %s"
 
-#: ../gui/gui.py:781
+#: ../gui/gui.py:855
+#, python-format
+msgid "%s: Using default parametor."
+msgstr "%s: デフォルトのパラメータを使用します。"
+
+#: ../gui/gui.py:892
 #, python-format
 msgid "Please wait while while creating %s"
 msgstr "「%s」を作成しています。しばらくお待ちください"
 
-#: ../gui/gui.py:891
+#: ../gui/gui.py:1003
 #, python-format
 msgid "Creating directory %s ... "
 msgstr "ディレクトリ「%s」を作成しています..."
 
-#: ../gui/gui.py:894
+#: ../gui/gui.py:1007
 #, python-format
 msgid "Creating image %s ... "
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to