diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-08-09 10:15:16 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-08-09 10:36:01 -0400 |
commit | 94218fb5a98d97ca19039b755f78cd9b64154448 (patch) | |
tree | 1ddf16a6558680a25bf72aab1c2bdb3686e95e9a /locale |
Initial commit:
split plants_lib off from plantlife modpack
renamed it to biome_lib
adapt all functions and references accordingly.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de.txt | 5 | ||||
-rw-r--r-- | locale/fr.txt | 5 | ||||
-rw-r--r-- | locale/template.txt | 5 | ||||
-rw-r--r-- | locale/tr.txt | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/locale/de.txt b/locale/de.txt new file mode 100644 index 0000000..2886786 --- /dev/null +++ b/locale/de.txt @@ -0,0 +1,5 @@ +# Translation by Xanthin + +someone = jemand +Sorry, %s owns that spot. = Entschuldige, %s gehoert diese Stelle. +[Plantlife Library] Loaded = [Plantlife Library] Geladen diff --git a/locale/fr.txt b/locale/fr.txt new file mode 100644 index 0000000..9070900 --- /dev/null +++ b/locale/fr.txt @@ -0,0 +1,5 @@ +# Template + +someone = quelqu'un +Sorry, %s owns that spot. = Désolé, %s possède cet endroit. +[Plantlife Library] Loaded = [Librairie Plantlife] Chargée. diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..0f5fbbd --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,5 @@ +# Template + +someone = +Sorry, %s owns that spot. = +[Plantlife Library] Loaded = diff --git a/locale/tr.txt b/locale/tr.txt new file mode 100644 index 0000000..4b596f4 --- /dev/null +++ b/locale/tr.txt @@ -0,0 +1,5 @@ +# Turkish translation by mahmutelmas06 + +someone = birisi +Sorry, %s owns that spot. = Üzgünüm, buranın sahibi %s. +[Plantlife Library] Loaded = [Plantlife Library] yüklendi |