summaryrefslogtreecommitdiff
path: root/castle_shields
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:12:15 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 12:12:15 -0400
commitaaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b (patch)
tree379775ce76eb855a3ea65906727d828d1696cece /castle_shields
parentba470a69750df16eac4278c30471d813c2581202 (diff)
downloaddreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.gz
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.bz2
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.tar.xz
dreambuilder_modpack-aaed0a2ea81a51f36a7eb35cb30c57ddf646fe1b.zip
updated castles, coloredwood, digistuff, locks, mesecons,
pipeworks, steel, unified dyes, unified mesecons, and worldedit
Diffstat (limited to 'castle_shields')
-rw-r--r--castle_shields/README.md23
-rw-r--r--castle_shields/README.txt25
-rw-r--r--castle_shields/locale/it.po23
3 files changed, 46 insertions, 25 deletions
diff --git a/castle_shields/README.md b/castle_shields/README.md
new file mode 100644
index 0000000..51d7703
--- /dev/null
+++ b/castle_shields/README.md
@@ -0,0 +1,23 @@
+## Castle Shields
+
+by: Philipbenr, DanDuncombe and FaceDeer
+
+Licence: MIT
+
+=-=-=-=-=-=-=-=-=-=
+
+This mod adds decorative wall-mounted shields. It comes with three default shields, but it's very easy to mix and match the colours and patterns to generate additional shields for your server; see default_shields.lua for a good place to insert your own, or make use of the castle_shields.register_shield method in your own mods.
+
+The three default shields were defined thusly:
+
+* castle_shields.register_shield("shield_1", "Mounted Shield", "red", "blue", "slash")
+* castle_shields.register_shield("shield_2", "Mounted Shield", "cyan", "yellow", "chevron")
+* castle_shields.register_shield("shield_3", "Mounted Shield", "grey", "green", "cross")
+
+The following colors are permitted:
+
+"black", "blue", "brown", "cyan", "dark_green", "dark_grey", "green", "grey", "magenta", "orange", "pink", "red", "violet", "white", "yellow"
+
+The following patterns are permitted:
+
+"slash", "chevron", "cross" \ No newline at end of file
diff --git a/castle_shields/README.txt b/castle_shields/README.txt
deleted file mode 100644
index e2b85ce..0000000
--- a/castle_shields/README.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-=-=-=-=-=-=-=-=-=-=
-
-Castles Mod
-by: Philipbenr And DanDuncombe
-
-=-=-=-=-=-=-=-=-=-=
-
-Licence: MIT
-
-see: LICENSE
-
-=-=-=-=-=-=-=-=-=-=
-
-This mod adds decorative wall-mounted shields. It comes with three default shields, but it's very easy to mix and match the colours and patterns to generate additional shields for your server; see default_shields.lua for a good place to insert your own, or make use of the castle_shields.register_shield method in your own mods.
-
-The three default shields were defined thusly:
-
-castle_shields.register_shield("shield_1", "Mounted Shield", "red", "blue", "slash")
-castle_shields.register_shield("shield_2", "Mounted Shield", "cyan", "yellow", "chevron")
-castle_shields.register_shield("shield_3", "Mounted Shield", "grey", "green", "cross")
-
-The following colors are permitted:
- "black", "blue", "brown", "cyan", "dark_green", "dark_grey", "green", "grey", "magenta", "orange", "pink", "red", "violet", "white", "yellow"
-The following patterns are permitted:
- "slash", "chevron", "cross" \ No newline at end of file
diff --git a/castle_shields/locale/it.po b/castle_shields/locale/it.po
new file mode 100644
index 0000000..be34709
--- /dev/null
+++ b/castle_shields/locale/it.po
@@ -0,0 +1,23 @@
+# ITALIAN LOCALE FILE FOR THE CASTLE SHIELDS MODULE
+# Copyright (C) 2017 Philipbenr And DanDuncombe
+# This file is distributed under the same license as the CASTLE SHIELDS package.
+# Hamlet <h4mlet@riseup.net>, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Castle Shields\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-25 14:47-0700\n"
+"PO-Revision-Date: 2017-09-10 22:38+0100\n"
+"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: it\n"
+"X-Generator: Poedit 1.6.10\n"
+
+#: init.lua:6 init.lua:41 init.lua:75
+msgid "Mounted Shield"
+msgstr "Scudo appeso"