mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
Create mods/beds i18n template.
mods/beds/i18n/template.po was auto-generated using following commands : $ cd scripts/ $ bash i18n.sh --po-templates
This commit is contained in:
parent
14db98ad23
commit
2e8d7c5b5f
1 changed files with 30 additions and 0 deletions
30
mods/beds/i18n/template.po
Normal file
30
mods/beds/i18n/template.po
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2015-03-19 20:47+0100\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: beds.lua:3
|
||||||
|
msgid "Fancy Bed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: beds.lua:53
|
||||||
|
msgid "Simple Bed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: functions.lua:139
|
||||||
|
msgid "You can only sleep at night."
|
||||||
|
msgstr ""
|
Loading…
Add table
Reference in a new issue