diff options
author | jbj <devnull@localhost> | 2002-12-24 19:49:06 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-24 19:49:06 +0000 |
commit | 6b0679df90d7c90aea308c2e5328aed401176790 (patch) | |
tree | 3a9434f2c639405a599d8e838afb6fc9bdac8be5 /po/ja.po | |
parent | 268376a208ce942e92088315d383a4e09974cbc2 (diff) | |
download | librpm-tizen-6b0679df90d7c90aea308c2e5328aed401176790.tar.gz librpm-tizen-6b0679df90d7c90aea308c2e5328aed401176790.tar.bz2 librpm-tizen-6b0679df90d7c90aea308c2e5328aed401176790.zip |
- add %%pubkey attribute to read armored pubkey files into header.
CVS patchset: 5969
CVS date: 2002/12/24 19:49:06
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 196 |
1 files changed, 103 insertions, 93 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" -"POT-Creation-Date: 2002-12-24 02:38-0500\n" +"POT-Creation-Date: 2002-12-24 14:47-0500\n" "PO-Revision-Date: 1999-12-01 22:49 +JST\n" "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n" "Language-Team: JRPM <jrpm@linux.or.jp>\n" @@ -453,17 +453,17 @@ msgstr "式中で文法エラー" msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK 失敗: %s\n" -#: build/files.c:359 build/files.c:559 build/files.c:754 +#: build/files.c:359 build/files.c:559 build/files.c:755 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "%s %s で '('が見つかりません" -#: build/files.c:370 build/files.c:688 build/files.c:765 +#: build/files.c:370 build/files.c:689 build/files.c:766 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' がありません %s(%s " -#: build/files.c:408 build/files.c:713 +#: build/files.c:408 build/files.c:714 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "無効な %s のトークン: %s" @@ -493,111 +493,121 @@ msgstr "不正なモードスペック: %s(%s)" msgid "Bad dirmode spec: %s(%s)\n" msgstr "不正なディレクトリモードスペック: %s(%s)" -#: build/files.c:792 +#: build/files.c:793 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "異常なロカール長: \"%.*s\" %%lang(%s)" #. @innercontinue@ -#: build/files.c:803 +#: build/files.c:804 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "複数のロカール %.*s %%lang(%s)" -#: build/files.c:931 +#: build/files.c:933 #, fuzzy, c-format msgid "Hit limit for %%docdir\n" msgstr "%%docdir の限界に達しました" -#: build/files.c:937 +#: build/files.c:939 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir の引数は1つのみです" #. We already got a file -- error -#: build/files.c:968 +#: build/files.c:970 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "1行に2つのファイル: %s" -#: build/files.c:983 +#: build/files.c:987 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "ファイルは \"/\" から始まらなければなりません: %s" -#: build/files.c:996 +#: build/files.c:1000 #, fuzzy, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "他のフォームで特別な %%doc を混ぜることはできません: %s" -#: build/files.c:1148 +#: build/files.c:1152 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "ファイルが2回表記されています: %s" -#: build/files.c:1287 +#: build/files.c:1291 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1527 +#: build/files.c:1531 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "ファイルは prefix (%s) と一致しません: %s" -#: build/files.c:1551 +#: build/files.c:1555 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "ファイルが見つかりません: %s" -#: build/files.c:1751 +#: build/files.c:1755 +#, fuzzy, c-format +msgid "%s: public key read failed.\n" +msgstr "%s: readLead に失敗しました\n" + +#: build/files.c:1759 lib/rpmchecksig.c:573 +#, c-format +msgid "%s: not an armored public key.\n" +msgstr "" + +#: build/files.c:1805 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "ファイルは先頭に \"/\" が必要です: %s" -#: build/files.c:1775 +#: build/files.c:1829 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "%d 行目: バージョンは許可されていません: %s" -#: build/files.c:1792 lib/rpminstall.c:343 +#: build/files.c:1846 lib/rpminstall.c:343 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "ファイルが見つかりません(by glob): %s" -#: build/files.c:1852 +#: build/files.c:1906 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "%%files をオープンできません: %s" -#: build/files.c:1863 build/pack.c:156 +#: build/files.c:1917 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "行目: %s" -#: build/files.c:2250 +#: build/files.c:2306 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "ファイル %s: %s\n" -#: build/files.c:2262 build/parsePrep.c:50 +#: build/files.c:2318 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "不正な所有者/グループ: %s\n" -#: build/files.c:2306 +#: build/files.c:2362 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "パッケージ %s の探索中\n" -#: build/files.c:2327 +#: build/files.c:2383 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2355 +#: build/files.c:2411 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "ファイルの処理中: %s-%s-%s\n" @@ -1269,20 +1279,20 @@ msgstr "パッケージの依存関係の検証をしません" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:220 lib/poptI.c:265 lib/poptI.c:272 -#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:220 lib/poptI.c:250 lib/poptQV.c:329 +#: lib/poptQV.c:338 lib/poptQV.c:377 #, fuzzy msgid "don't verify package digest(s)" msgstr "パッケージの依存関係の検証をしません" -#: build/poptBT.c:231 lib/poptALL.c:222 lib/poptI.c:267 lib/poptI.c:274 -#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:222 lib/poptI.c:252 lib/poptQV.c:332 +#: lib/poptQV.c:340 lib/poptQV.c:380 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "パッケージの対象アーキテクチャの検証をしません" -#: build/poptBT.c:233 lib/poptALL.c:228 lib/poptI.c:269 lib/poptI.c:276 -#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:228 lib/poptI.c:254 lib/poptQV.c:335 +#: lib/poptQV.c:342 lib/poptQV.c:382 #, fuzzy msgid "don't verify package signature(s)" msgstr "署名の検証をします" @@ -1464,26 +1474,26 @@ msgstr "" msgid "rpmtsOrder failed, %d elements remain\n" msgstr "" -#: lib/formats.c:39 lib/formats.c:71 lib/formats.c:106 lib/formats.c:398 +#: lib/formats.c:39 lib/formats.c:71 lib/formats.c:106 lib/formats.c:405 #: rpmdb/header.c:3237 rpmdb/header.c:3260 rpmdb/header.c:3284 msgid "(not a number)" msgstr "(数字ではありません)" -#: lib/formats.c:172 +#: lib/formats.c:175 #, fuzzy msgid "(not base64)" msgstr "(数字ではありません)" -#: lib/formats.c:182 +#: lib/formats.c:185 msgid "(invalid type)" msgstr "" -#: lib/formats.c:248 lib/formats.c:297 +#: lib/formats.c:255 lib/formats.c:304 #, fuzzy msgid "(not a blob)" msgstr "(数字ではありません)" -#: lib/formats.c:322 +#: lib/formats.c:329 #, fuzzy msgid "(not an OpenPGP signature)" msgstr "PGP 署名をスキップします" @@ -1801,16 +1811,16 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:152 +#: lib/poptI.c:151 #, fuzzy msgid "add suggested packages to transaction" msgstr "グループ中のパッケージについて問い合わせます\n" -#: lib/poptI.c:156 +#: lib/poptI.c:155 msgid "install all files, even configurations which might otherwise be skipped" msgstr "設定をスキップし、全ファイルをインストールします" -#: lib/poptI.c:160 +#: lib/poptI.c:159 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1818,154 +1828,159 @@ msgstr "" "<package> と一致するパッケージ全てを削除します(一般\n" "\t\t\t 的に複数のパッケージを指定するとエラーになります)" -#: lib/poptI.c:166 lib/poptI.c:245 lib/poptI.c:248 +#: lib/poptI.c:165 lib/poptI.c:234 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "パッケージ指定のスクリプトを実行しません" -#: lib/poptI.c:170 +#: lib/poptI.c:169 #, fuzzy msgid "relocate files in non-relocateable package" msgstr "パス %s は再配置できません(パッケージ %s-%s-%s に対して)" -#: lib/poptI.c:173 +#: lib/poptI.c:172 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:176 +#: lib/poptI.c:175 msgid "erase (uninstall) package" msgstr "パッケージを削除(アンインストール)します" -#: lib/poptI.c:176 +#: lib/poptI.c:175 #, fuzzy msgid "<package>+" msgstr "%d 個のパッケージを見つけました\n" -#: lib/poptI.c:179 +#: lib/poptI.c:178 lib/poptI.c:215 +#, fuzzy +msgid "do not install configuration files" +msgstr "全ての設定ファイルを列挙します" + +#: lib/poptI.c:181 lib/poptI.c:220 msgid "do not install documentation" msgstr "ドキュメントをインストールしません" -#: lib/poptI.c:181 +#: lib/poptI.c:183 #, fuzzy msgid "skip files with leading component <path> " msgstr "パス <path> 中のファイルをスキップします" -#: lib/poptI.c:182 +#: lib/poptI.c:184 msgid "<path>" msgstr "" -#: lib/poptI.c:187 lib/poptI.c:190 +#: lib/poptI.c:187 msgid "short hand for --replacepkgs --replacefiles" msgstr "--replacepkgs と --replacefiles を短縮したもの" -#: lib/poptI.c:195 +#: lib/poptI.c:191 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "パッケージ %s-%s-%s はすでにインストールされています" -#: lib/poptI.c:196 lib/poptI.c:214 lib/poptI.c:217 lib/poptI.c:324 +#: lib/poptI.c:192 lib/poptI.c:208 lib/poptI.c:301 #, fuzzy msgid "<packagefile>+" msgstr "パッケージファイルについて問い合わせます" -#: lib/poptI.c:198 +#: lib/poptI.c:194 msgid "print hash marks as package installs (good with -v)" msgstr "インストールする際に '#' で表示します(-v を使用すると良い)" -#: lib/poptI.c:201 +#: lib/poptI.c:197 msgid "don't verify package architecture" msgstr "パッケージの対象アーキテクチャの検証をしません" -#: lib/poptI.c:204 +#: lib/poptI.c:200 msgid "don't verify package operating system" msgstr "パッケージ対象OSの検証をしません" -#: lib/poptI.c:207 +#: lib/poptI.c:203 msgid "don't check disk space before installing" msgstr "インストール前にディスクの容量チェックをしません" -#: lib/poptI.c:209 +#: lib/poptI.c:205 msgid "install documentation" msgstr "ドキュメントをインストールします" -#: lib/poptI.c:214 lib/poptI.c:217 +#: lib/poptI.c:208 #, fuzzy msgid "install package(s)" msgstr "パッケージをインストールします" -#: lib/poptI.c:221 +#: lib/poptI.c:211 msgid "update the database, but do not modify the filesystem" msgstr "" "データベースを更新しますが、\n" "ファイルシステムの変更しません" -#: lib/poptI.c:225 lib/poptI.c:228 +#: lib/poptI.c:217 msgid "do not verify package dependencies" msgstr "パッケージの依存関係の検証をしません" -#: lib/poptI.c:232 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:223 lib/poptQV.c:275 lib/poptQV.c:278 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "パッケージ中のファイルの検証をしません" -#: lib/poptI.c:235 +#: lib/poptI.c:226 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "依存性を満たすためのパッケージの\n" "インストールを要求しません" -#: lib/poptI.c:240 +#: lib/poptI.c:231 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:252 +#: lib/poptI.c:238 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "どの段階も実行しません" -#: lib/poptI.c:255 +#: lib/poptI.c:241 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "どの段階も実行しません" -#: lib/poptI.c:258 +#: lib/poptI.c:244 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "どの段階も実行しません" -#: lib/poptI.c:261 +#: lib/poptI.c:247 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "どの段階も実行しません" -#: lib/poptI.c:280 +#: lib/poptI.c:257 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" "このパッケージによってトリガーされるスクリプトを\n" "実行しません" -#: lib/poptI.c:283 +#: lib/poptI.c:260 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "パッケージ指定のスクリプトを実行しません" -#: lib/poptI.c:286 +#: lib/poptI.c:263 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "インストールスクリプトを実行しません" -#: lib/poptI.c:289 +#: lib/poptI.c:266 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "インストールスクリプトを実行しません" -#: lib/poptI.c:292 +#: lib/poptI.c:269 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "インストールスクリプトを実行しません" -#: lib/poptI.c:296 +#: lib/poptI.c:273 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1973,57 +1988,57 @@ msgstr "" "古いバージョンのパッケージにアップグレードします\n" "(アップグレード時の --force はこれを自動的に行います)" -#: lib/poptI.c:300 +#: lib/poptI.c:277 msgid "print percentages as package installs" msgstr "インストールする際に '%' で表示します" -#: lib/poptI.c:302 +#: lib/poptI.c:279 msgid "relocate the package to <dir>, if relocatable" msgstr "" "再配置可能なパッケージに対し、インストールパス\n" "接頭辞を <dir> に設定します" -#: lib/poptI.c:303 +#: lib/poptI.c:280 msgid "<dir>" msgstr "" -#: lib/poptI.c:305 +#: lib/poptI.c:282 #, fuzzy msgid "relocate files from path <old> to <new>" msgstr "<oldpath> から <newpath> にファイルを再配置させます" -#: lib/poptI.c:306 +#: lib/poptI.c:283 #, fuzzy msgid "<old>=<new>" msgstr "<oldpath> から <newpath> にファイルを再配置させます" -#: lib/poptI.c:309 +#: lib/poptI.c:286 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:312 +#: lib/poptI.c:289 msgid "install even if the package replaces installed files" msgstr "" "インストール時に置き換えられるファイルが\n" "あってもインストールします" -#: lib/poptI.c:315 +#: lib/poptI.c:292 msgid "reinstall if the package is already present" msgstr "既に存在するパッケージでも再インストールします" -#: lib/poptI.c:317 +#: lib/poptI.c:294 msgid "deinstall new, reinstall old, package(s), back to <date>" msgstr "" -#: lib/poptI.c:318 +#: lib/poptI.c:295 msgid "<date>" msgstr "" -#: lib/poptI.c:320 +#: lib/poptI.c:297 msgid "don't install, but tell if it would work or not" msgstr "インストールせずに、テストのみ行います" -#: lib/poptI.c:323 +#: lib/poptI.c:300 #, fuzzy msgid "upgrade package(s)" msgstr "パッケージファイルについて問い合わせます" @@ -2521,11 +2536,6 @@ msgstr "%s: rpmWriteSignature に失敗しました\n" msgid "%s: import read failed.\n" msgstr "%s: readLead に失敗しました\n" -#: lib/rpmchecksig.c:573 -#, c-format -msgid "%s: not an armored public key.\n" -msgstr "" - #: lib/rpmchecksig.c:580 #, fuzzy, c-format msgid "%s: import failed.\n" @@ -3161,7 +3171,7 @@ msgid "%s skipped due to missingok flag\n" msgstr "%s は missingok フラグのためスキップします\n" #. @innercontinue@ -#: lib/transaction.c:912 +#: lib/transaction.c:925 #, fuzzy, c-format msgid "excluding directory %s\n" msgstr "ディレクトリの除外: %s\n" @@ -3174,7 +3184,7 @@ msgstr "ディレクトリの除外: %s\n" #. * For packages being removed: #. * - count files. #. -#: lib/transaction.c:1021 +#: lib/transaction.c:1034 #, c-format msgid "sanity checking %d elements\n" msgstr "" @@ -3187,7 +3197,7 @@ msgstr "" #. * calling fpLookupList only once. I'm not sure that the speedup is #. * worth the trouble though. #. -#: lib/transaction.c:1104 +#: lib/transaction.c:1117 #, c-format msgid "computing %d file fingerprints\n" msgstr "" @@ -3195,7 +3205,7 @@ msgstr "" #. =============================================== #. * Compute file disposition for each package in transaction set. #. -#: lib/transaction.c:1181 +#: lib/transaction.c:1194 msgid "computing file dispositions\n" msgstr "" @@ -3818,7 +3828,7 @@ msgstr "" msgid "return whiteout information" msgstr "" -#: tools/rpmcache.c:546 tools/rpmgraph.c:282 +#: tools/rpmcache.c:546 tools/rpmdeps.c:34 tools/rpmgraph.c:282 msgid "Common options for all rpm modes and executables:" msgstr "" |