From 75a6738bffb9e0868fdab575a61f08926d2cf167 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 18 Sep 2005 11:47:25 +0000 Subject: - lib/backup-files.c: add missing dependency on config.h. Check for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile. --- po/ja.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index b8c2d4f..1562283 100644 --- a/po/ja.po +++ b/po/ja.po @@ -12,19 +12,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: bin/quilt.in:33 +#: bin/quilt.in:29 msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..." msgstr "使い方: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..." -#: bin/quilt.in:34 +#: bin/quilt.in:30 msgid " quilt --version" msgstr " quilt --version" -#: bin/quilt.in:36 +#: bin/quilt.in:32 msgid "Commands are:" msgstr "コマンド一覧:" -#: bin/quilt.in:41 +#: bin/quilt.in:37 msgid "" "\n" "Global options:\n" @@ -1351,7 +1351,7 @@ msgstr "ファイル %s が消えました!\n" msgid "Failed to rename %s to %s: %s\n" msgstr "パッチ %s から %sへの名前の変更に失敗しました: %s\n" -#: scripts/patchfns.in:704 +#: scripts/patchfns.in:700 msgid "" "The quilt meta-data in this tree has version %s, but this version of quilt " "can only handle meta-data formats up to and including version %s. Please pop " @@ -1363,7 +1363,7 @@ msgstr "" "ていません。ダウングレードする前に、pushしたバージョンの quiltを使って、\n" "すべてのパッチを pop してください。\\n" -#: scripts/patchfns.in:789 +#: scripts/patchfns.in:785 msgid "" "The working tree was created by an older version of quilt. Please run 'quilt " "upgrade'.\\n" -- cgit