diff options
| author | bors <bors@rust-lang.org> | 2014-04-03 19:56:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-03 19:56:45 -0700 |
| commit | 2a2d0dce87d8d2d77a1266a3b255b04651f36fe2 (patch) | |
| tree | 4c0b0f3762f8412c78ea96df5726cb1e312268cf /src/doc | |
| parent | c2e457686b77a7eec906549b73feba314667235b (diff) | |
| parent | 0875ffcbfff1b8b432ae09dd435466f34e2c61fa (diff) | |
auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
This also changes some of the download links in the documentation to 'nightly'.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/README.md | 4 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-cheatsheet.md.po | 82 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-lang-faq.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-project-faq.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-usage-faq.md.po | 10 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-conditions.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-container.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-ffi.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-lifetimes.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-macros.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-pointers.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-runtime.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-tasks.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-testing.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/index.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/rustdoc.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/tutorial.md.po | 56 | ||||
| -rw-r--r-- | src/doc/tutorial.md | 10 |
18 files changed, 94 insertions, 94 deletions
diff --git a/src/doc/README.md b/src/doc/README.md index fa0fc6a3745..40980ee0560 100644 --- a/src/doc/README.md +++ b/src/doc/README.md @@ -53,12 +53,12 @@ To generate .pot and .po files, do something like: ~~~~ po4a --copyright-holder="The Rust Project Developers" \ --package-name="Rust" \ - --package-version="0.10" \ + --package-version="0.11-pre" \ -M UTF-8 -L UTF-8 \ src/doc/po4a.conf ~~~~ -(the version number must be changed if it is not 0.10 now.) +(the version number must be changed if it is not 0.11-pre now.) Now you can translate documents with .po files, commonly used with gettext. If you are not familiar with gettext-based translation, please read the online diff --git a/src/doc/po/ja/complement-cheatsheet.md.po b/src/doc/po/ja/complement-cheatsheet.md.po index e0d130cb331..55dfacfe51e 100644 --- a/src/doc/po/ja/complement-cheatsheet.md.po +++ b/src/doc/po/ja/complement-cheatsheet.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" @@ -20,14 +20,14 @@ msgstr "" #: src/doc/complement-cheatsheet.md:8 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use [`ToStr`](http://static.rust-lang.org/doc/master/std/to_str/trait.ToStr." "html)." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:13 @@ -46,15 +46,15 @@ msgstr "" #: src/doc/complement-cheatsheet.md:17 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use [`FromStr`](http://static.rust-lang.org/doc/master/std/from_str/trait." "FromStr.html), and its helper function, [`from_str`](http://static.rust-lang." "org/doc/master/std/from_str/fn.from_str.html)." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:22 @@ -73,14 +73,14 @@ msgstr "" #: src/doc/complement-cheatsheet.md:26 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use [`ToStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait." "ToStrRadix.html)." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:29 @@ -108,15 +108,15 @@ msgstr "" #: src/doc/complement-cheatsheet.md:37 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use [`FromStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait." "FromStrRadix.html), and its helper function, [`from_str_radix`](http://" "static.rust-lang.org/doc/master/std/num/fn.from_str_radix.html)." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:40 @@ -153,16 +153,16 @@ msgstr "## 演算子" #: src/doc/complement-cheatsheet.md:50 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use [`File::open`](http://static.rust-lang.org/doc/master/std/io/fs/struct." "File.html#method.open) to create a [`File`](http://static.rust-lang.org/doc/" "master/std/io/fs/struct.File.html) struct, which implements the [`Reader`]" "(http://static.rust-lang.org/doc/master/std/io/trait.Reader.html) trait." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:54 @@ -177,15 +177,15 @@ msgstr "" #: src/doc/complement-cheatsheet.md:63 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use the [`lines`](http://static.rust-lang.org/doc/master/std/io/trait.Buffer." "html#method.lines) method on a [`BufferedReader`](http://static.rust-lang." "org/doc/master/std/io/buffered/struct.BufferedReader.html)." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:67 @@ -207,14 +207,14 @@ msgstr "## 他のクレートの利用" #: src/doc/complement-cheatsheet.md:81 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use the [`find_str`](http://static.rust-lang.org/doc/master/std/str/trait." "StrSlice.html#tymethod.find_str) method." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:88 src/doc/guide-container.md:4 @@ -226,34 +226,34 @@ msgstr "## 本書の表記について" #: src/doc/complement-cheatsheet.md:92 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "The [`Container`](http://static.rust-lang.org/doc/master/std/container/trait." "Container.html) trait provides the `len` method." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:104 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "Use the [`iter`](http://static.rust-lang.org/doc/master/std/vec/trait." "ImmutableVector.html#tymethod.iter) method." msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:113 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "(See also [`mut_iter`](http://static.rust-lang.org/doc/master/std/vec/trait." "MutableVector.html#tymethod.mut_iter) which yields `&mut int` and " @@ -261,8 +261,8 @@ msgid "" "OwnedVector.html#tymethod.move_iter) which yields `int` while consuming the " "`values` vector.)" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/complement-cheatsheet.md:115 src/doc/rust.md:3019 diff --git a/src/doc/po/ja/complement-lang-faq.md.po b/src/doc/po/ja/complement-lang-faq.md.po index 0f06f9d84b0..1f324ac2a9e 100644 --- a/src/doc/po/ja/complement-lang-faq.md.po +++ b/src/doc/po/ja/complement-lang-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/complement-project-faq.md.po b/src/doc/po/ja/complement-project-faq.md.po index 68a332f8153..5060a77a128 100644 --- a/src/doc/po/ja/complement-project-faq.md.po +++ b/src/doc/po/ja/complement-project-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/complement-usage-faq.md.po b/src/doc/po/ja/complement-usage-faq.md.po index 28d2808c8a7..aa3ed6effa0 100644 --- a/src/doc/po/ja/complement-usage-faq.md.po +++ b/src/doc/po/ja/complement-usage-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n" "Last-Translator: Automatically generated\n" @@ -27,9 +27,9 @@ msgstr "## 構造体" #: src/doc/complement-usage-faq.md:18 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "[1]:http://doc.rust-lang.org/doc/master/rust.html#logging-system" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" diff --git a/src/doc/po/ja/guide-conditions.md.po b/src/doc/po/ja/guide-conditions.md.po index 3575a7e646f..0e84562c22c 100644 --- a/src/doc/po/ja/guide-conditions.md.po +++ b/src/doc/po/ja/guide-conditions.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-container.md.po b/src/doc/po/ja/guide-container.md.po index bda86a30aa7..035a482cad9 100644 --- a/src/doc/po/ja/guide-container.md.po +++ b/src/doc/po/ja/guide-container.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-ffi.md.po b/src/doc/po/ja/guide-ffi.md.po index 089a142231c..6c5f56bfedc 100644 --- a/src/doc/po/ja/guide-ffi.md.po +++ b/src/doc/po/ja/guide-ffi.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-lifetimes.md.po b/src/doc/po/ja/guide-lifetimes.md.po index c9719033807..5d7246ede47 100644 --- a/src/doc/po/ja/guide-lifetimes.md.po +++ b/src/doc/po/ja/guide-lifetimes.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-macros.md.po b/src/doc/po/ja/guide-macros.md.po index 205e473a5b2..5501b98f6e9 100644 --- a/src/doc/po/ja/guide-macros.md.po +++ b/src/doc/po/ja/guide-macros.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-pointers.md.po b/src/doc/po/ja/guide-pointers.md.po index 1e07faeeeb7..0e421f5c7b1 100644 --- a/src/doc/po/ja/guide-pointers.md.po +++ b/src/doc/po/ja/guide-pointers.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-runtime.md.po b/src/doc/po/ja/guide-runtime.md.po index 9fefe9b8599..c85dd997c43 100644 --- a/src/doc/po/ja/guide-runtime.md.po +++ b/src/doc/po/ja/guide-runtime.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-tasks.md.po b/src/doc/po/ja/guide-tasks.md.po index 3d51d5831e4..6fbb80f0fa5 100644 --- a/src/doc/po/ja/guide-tasks.md.po +++ b/src/doc/po/ja/guide-tasks.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-testing.md.po b/src/doc/po/ja/guide-testing.md.po index 03f23b5e712..e4d123c8118 100644 --- a/src/doc/po/ja/guide-testing.md.po +++ b/src/doc/po/ja/guide-testing.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/index.md.po b/src/doc/po/ja/index.md.po index ec283c6b118..afe30505c8c 100644 --- a/src/doc/po/ja/index.md.po +++ b/src/doc/po/ja/index.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-14 21:02+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/rustdoc.md.po b/src/doc/po/ja/rustdoc.md.po index 57b7ca2b914..d775929df5d 100644 --- a/src/doc/po/ja/rustdoc.md.po +++ b/src/doc/po/ja/rustdoc.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10\n" +"Project-Id-Version: Rust 0.11-pre\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/tutorial.md.po b/src/doc/po/ja/tutorial.md.po index b6982e5f807..f17d3df9c1c 100644 --- a/src/doc/po/ja/tutorial.md.po +++ b/src/doc/po/ja/tutorial.md.po @@ -356,17 +356,17 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル #: src/doc/tutorial.md:112 #, fuzzy #| msgid "" -#| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.7.tar." -#| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make " +#| "~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar." +#| "gz $ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make " #| "install ~~~~" msgid "" -"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ " -"tar -xzf rust-0.10.tar.gz $ cd rust-0.10 $ ./configure $ make && make install " +"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz $ " +"tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure $ make && make install " "~~~~" msgstr "" "~~~~ {.notrust}\n" -"$ curl -O http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"$ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure\n" +"$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"$ tar -xzf rust-nightly.tar.gz $ cd rust-nightly $ ./configure\n" "$ make && make install\n" "~~~~" @@ -405,14 +405,14 @@ msgstr "" #: src/doc/tutorial.md:125 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [win-exe]: " -"http://static.rust-lang.org/dist/rust-0.10-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +"http://static.rust-lang.org/dist/rust-nightly-install.exe" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/tutorial.md:127 @@ -1002,14 +1002,14 @@ msgstr "" #: src/doc/tutorial.md:385 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "[transmute]: http://static.rust-lang.org/doc/master/std/cast/fn.transmute." "html" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/tutorial.md:387 @@ -1078,14 +1078,14 @@ msgstr "" #: src/doc/tutorial.md:412 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf [fmt]: http://static." "rust-lang.org/doc/master/std/fmt/index.html" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/tutorial.md:416 @@ -2161,14 +2161,14 @@ msgstr "" #: src/doc/tutorial.md:944 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "[gc]: http://static.rust-lang.org/doc/master/std/gc/struct.Gc.html [rc]: " "http://static.rust-lang.org/doc/master/std/rc/struct.Rc.html" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/tutorial.md:946 @@ -2553,14 +2553,14 @@ msgstr "" #: src/doc/tutorial.md:1461 #, fuzzy #| msgid "" -#| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " -#| "http://static.rust-lang.org/dist/rust-0.7-install.exe" +#| "[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz [win-exe]: " +#| "http://static.rust-lang.org/dist/rust-nightly-install.exe" msgid "" "[refcell]: http://static.rust-lang.org/doc/master/std/cell/struct.RefCell." "html" msgstr "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" -"[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz\n" +"[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe" #. type: Plain text #: src/doc/tutorial.md:1463 diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index b52fe81f7cd..713c41ddf7d 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines should work. ~~~~ {.notrust} -$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz -$ tar -xzf rust-0.10.tar.gz -$ cd rust-0.10 +$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz +$ tar -xzf rust-nightly.tar.gz +$ cd rust-nightly $ ./configure $ make && make install ~~~~ @@ -117,8 +117,8 @@ When complete, `make install` will place several programs into `/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the API-documentation tool. -[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz -[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe +[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz +[win-exe]: http://static.rust-lang.org/dist/rust-nightly-install.exe ## Compiling your first program |
