summary refs log tree commit diff stats
path: root/src/main/resources/assets/friendcode/lang
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-07-03 23:12:06 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-07-03 23:12:06 -0300
commitbfb981cd49a6bbcd15482dceeb4ab121c0408157 (patch)
tree54f1fca2884e68f5a8e6205bf34a01cc62c8a953 /src/main/resources/assets/friendcode/lang
parent0c1c11065062c745ce49529e9bee48b05aa4bc41 (diff)
[Project] Friend Code
A Minecraft mod which adds friend codes, an easy way to play in the same
world with remote friends.
Diffstat (limited to 'src/main/resources/assets/friendcode/lang')
-rw-r--r--src/main/resources/assets/friendcode/lang/en_us.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/assets/friendcode/lang/en_us.json b/src/main/resources/assets/friendcode/lang/en_us.json
new file mode 100644
index 0000000..3b58973
--- /dev/null
+++ b/src/main/resources/assets/friendcode/lang/en_us.json
@@ -0,0 +1,18 @@
+{
+  "friendcode.title": "Friend Code",
+  "friendcode.start": "Setup Friend Code",
+  "friendcode.publish.failed": "Failed to setup friend code. Falling back to LAN server.",
+  "friendcode.publish.no_i2p": "Could not connect to SAM bridge. Is I2P running and is the SAM bridge enabled?",
+  "friendcode.publish.started": "Game hosted on friend code: %s",
+  "friendcode.publish.stopped": "Stopped friend code setup. Falling back to LAN server.",
+  "friendcode.connect": "Friend Code Connection",
+  "friendcode.select": "Join Friend",
+  "friendcode.enter_code": "Friend Code",
+  "friendcode.opening": "Setting Up Friend Code",
+  "friendcode.connecting": "Connecting To Friend Code",
+  "friendcode.patience": "This could take a minute...",
+  "friendcode.connect.no_such_code": "Could not find friend code.",
+  "friendcode.connect.no_i2p": "Could not connect to SAM bridge. Is I2P running and is the SAM bridge enabled?",
+  "friendcode.connect.failed": "Failed to setup friend code connection.",
+  "menu.shareToLan": "Open To..."
+}
\ No newline at end of file