rust/doc/po/ja/rustpkg.md.po
OGINO Masanori 729715779a Update .po and strip down untranslated entries.
This work is done by execute these commands manually:

$ po4a --copyright-holder="The Rust Project Developers" \
    --package-name="Rust" \
    --package-version="0.10-pre" \
    -M UTF-8 -L UTF-8 \
    doc/po4a.conf
$ for f in doc/po/**/*.po; do
>   msgattrib --translated $f -o $f.strip
>   if [ -e $f.strip ]; then
>       mv $f.strip $f
>   else
>       rm $f
>   fi
> done

It should be managed by the build system automatically to use in our
translation workflow, but I've not yet done that.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-01-14 21:19:16 +09:00

66 lines
1.7 KiB
Plaintext

# Japanese translations for Rust package
# Copyright (C) 2013 The Rust Project Developers
# This file is distributed under the same license as the Rust package.
# Automatically generated, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: Rust 0.8\n"
"POT-Creation-Date: 2014-01-13 12:01+0900\n"
"PO-Revision-Date: 2013-07-28 20:32+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. type: Plain text
#: doc/guide-conditions.md:4 doc/guide-ffi.md:4 doc/guide-lifetimes.md:4
#: doc/guide-macros.md:4 doc/guide-rustpkg.md:4 doc/guide-tasks.md:4
#: doc/rust.md:4 doc/rustpkg.md:4 doc/tutorial.md:4
msgid "# Introduction"
msgstr "# イントロダクション"
#. type: Plain text
#: doc/rustpkg.md:2
#, fuzzy
#| msgid "% The Rust Language Tutorial"
msgid "% Rustpkg Reference Manual"
msgstr "% Rust 言語チュートリアル"
#. type: Plain text
#: doc/rustpkg.md:14
#, fuzzy
#| msgid "## Pattern matching"
msgid "# Package searching"
msgstr "## パターンマッチ"
#. type: Plain text
#: doc/rustpkg.md:40
#, fuzzy
#| msgid "# Data structures"
msgid "# Package structure"
msgstr "# データ構造"
#. type: Plain text
#: doc/rustpkg.md:106
#, fuzzy
#| msgid "## Conventions"
msgid "## Versions"
msgstr "## 本書の表記について"
#. type: Plain text
#: doc/rustpkg.md:133
#, fuzzy
msgid "# Command reference"
msgstr "# ポインタのデリファレンス"
#. type: Plain text
#: doc/rustpkg.md:150
#, fuzzy
#| msgid "# Introduction"
msgid "## install"
msgstr "# イントロダクション"