Skip to content

Commit

Permalink
Changed doc_ger => doc_de
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Dec 18, 2010
1 parent db415b3 commit 82ca6b3
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion web/doc/de/appendix-a-glossary.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Anhang A - Glossar
previous: Anleitung - Übersetzen von Dokumentation
previous_url: how-to/translate-documentation
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/appendix-b-reading-list.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Anhang B - Literaturverzeichnis
previous: Anhang A - Glossar
previous_url: appendix-a-glossary
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bootstrapping.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Bootstrapping
previous: Bausystem
previous_url: build-system
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/build-system.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Build System
previous: Specs - Compiler
previous_url: specs/compiler
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Bytecode Compiler
previous: Virtual Machine - Custom Dispatch Logic
previous_url: virtual-machine/custom-dispatch-logic
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler/ast.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Abstract Syntax Trees
previous: Parser
previous_url: bytecode-compiler/parser
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler/compiler.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Compiler
previous: AST
previous_url: bytecode-compiler/ast
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler/generator.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Generator
previous: Transformations
previous_url: bytecode-compiler/transformations
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler/parser.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Ruby Parser
previous: Bytecode Compiler
previous_url: bytecode-compiler
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/bytecode-compiler/transformations.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Compiler Transforms
previous: Compiler
previous_url: bytecode-compiler/compiler
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/contributing.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Contributing
previous: Troubleshooting
previous_url: getting-started/troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/contributing/communication.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Communication
previous: Contributing
previous_url: contributing
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/contributing/style-guide.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Coding Style Guide
previous: Communication
previous_url: contributing/communication
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/garbage-collector.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Garbage Collector
previous: JIT Compiler
previous_url: jit
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/garbage-collector/large-objects.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Large Objects
previous: Mature Generation
previous_url: garbage-collector/mature-generation
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/garbage-collector/mature-generation.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Mature Generation
previous: Young Generation
previous_url: garbage-collector/young-generation
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/garbage-collector/nursery.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Nursery
previous: Garbage Collector
previous_url: garbage-collector
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/garbage-collector/young-generation.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Young Generation
previous: Nursery
previous_url: garbage-collector/nursery
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/getting-started.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Getting Started
previous: What is Rubinius?
previous_url: what-is-rubinius
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/getting-started/building.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Building Rubinius
previous: Requirements
previous_url: getting-started/requirements
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/getting-started/requirements.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Requirements
previous: Getting Started
previous_url: getting-started
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/getting-started/running-rubinius.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Running Rubinius
previous: Building
previous_url: getting-started/building
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/getting-started/troubleshooting.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Troubleshooting
previous: Running Rubinius
previous_url: getting-started/running-rubinius
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To
previous: Tools - Memory Analysis
previous_url: tools/memory-analysis
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/fix-a-failing-spec.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Fix a Failing Spec
previous: Write a Ruby Spec
previous_url: how-to/write-ruby-spec
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/translate-documentation.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Translate Documentation
previous: Write Documentation
previous_url: how-to/write-documentation
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/write-a-blog-post.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Write a Blog Post
previous: Fix a Failing Spec
previous_url: how-to/fix-a-failing-spec
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/write-a-ruby-spec.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Write a Ruby Spec
previous: Write a Ticket
previous_url: how-to/write-a-ticket
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/write-a-ticket.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Write a Ticket
previous: How-To
previous_url: how-to
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/how-to/write-documentation.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: How-To - Write Documentation
previous: Write a Blog Post
previous_url: how-to/write-a-blog-post
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/index-of-terms.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Index of Terms
previous: Appendix B - Reading List
previous_url: appendix-b-reading-list
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/index.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Inhaltsverzeichnis
toc: true
next: Was ist Rubinius?
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/jit.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: JIT Compiler
previous: Bytecode Compiler - Generator
previous_url: bytecode-compiler/generator
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Ruby
previous: Style Guide
previous_url: contributing/style-guide
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/blocks-and-procs.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Blocks & Procs
previous: Classes & Modules
previous_url: ruby/classes-and-modules
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/class-variables.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Class Variables
previous: Instance Variables
previous_url: ruby/instance-variables
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/classes-and-modules.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Classes & Modules
previous: Constants
previous_url: ruby/constants
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/constants.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Constants
previous: Methods
previous_url: ruby/methods
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/global-variables.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Global Variables
previous: Class Variables
previous_url: ruby/class-variables
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/instance-variables.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Instance Variables
previous: Local Variables
previous_url: ruby/locas-variables
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/local-variables.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Local Variables
previous: Blocks & Procs
previous_url: ruby/blocks-and-procs
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/methods.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Methods
previous: Scripts
previous_url: ruby/scripts
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/ruby/scripts.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Scripts
previous: Ruby
previous_url: ruby
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/specs.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Specs
previous: Ruby - Global Variables
previous_url: ruby/global-variables
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/specs/compiler.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Compiler Specs
previous: RubySpec
previous_url: specs/rubyspec
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/specs/rubyspec.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: RubySpec
previous: Specs
previous_url: specs
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Rubinius Systems
previous: Garbage Collector - Large Objects
previous_url: garbage-collector/large-objects
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems/c-api.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: C-API
previous: IO
previous_url: systems/io
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems/concurrency.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Concurrency
previous: FFI
previous_url: systems/ffi
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems/ffi.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Foreign Function Interface
previous: Primitives
previous_url: systems/primitives
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems/io.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: IO
previous: Concurrency
previous_url: systems/concurrency
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/systems/primitives.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Primitives
previous: Rubinius Systems
previous_url: systems
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/tools.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Tools
previous: Rubinius Systems - C-API
previous_url: systems/c-api
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/tools/debugger.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Debugger
previous: Tools
previous_url: tools
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/tools/memory-analysis.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Memory Analysis
previous: Profiler
previous_url: tools/profiler
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/tools/profiler.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Profiler
previous: Debugger
previous_url: tools/debugger
Expand Down
2 changes: 1 addition & 1 deletion web/doc/de/virtual-machine.markdown
@@ -1,5 +1,5 @@
---
layout: doc_ger
layout: doc_de
title: Virtual Machine
previous: Bootstrapping
previous_url: bootstrapping
Expand Down

0 comments on commit 82ca6b3

Please sign in to comment.