aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove block file from disk when saved to databasePerttu Ahola2011-09-06
* Pause in unloaded territory instead of collideJacobF2011-09-06
* Make Connection::Send cancel silently if peer doesn't exist.Perttu Ahola2011-09-06
* Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola2011-09-06
* Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola2011-09-06
|\
| * These numbers were well exceeding 2^32...JacobF2011-09-04
| * Initial sqlite3 maps.JacobF2011-09-02
| * Merge branch 'master' of /media/Field/Software/minetest-queatz/minetest-sqlit...JacobF2011-09-02
| |\
| * | Update to SQLite 3.7.7.1JacobF2011-09-01
* | | Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola2011-09-06
* | | Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisti...Perttu Ahola2011-09-06
* | | allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2011-09-06
* | | Now SAOs will reflect changes to their temporary inventory objectJacobF2011-09-06
* | | Furnace was crashing stuff againJacobF2011-09-02
* | | * Furnace would say it was overloaded when it had a non-cookable sourceJacobF2011-09-01
| |/ |/|
* | If there was no source item in a furnace it would cause a segmentation fault.JacobF2011-08-30
|/
* Merge remote-tracking branch 'kahrl/dissector'Perttu Ahola2011-08-30
|\
| * dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.hKahrl2011-08-25
* | Merge remote-tracking branch 'queatz/mmb10'Perttu Ahola2011-08-30
|\ \
| * | Middle mouse click will move 10 items around at a time.JacobF2011-08-25
| |/
* | Merge remote-tracking branch 'queatz/furnace-is-not-blackhole'Perttu Ahola2011-08-30
|\ \
| * | Don't remove furnace if something is inside it.JacobF2011-08-24
| |/
* | Merge remote-tracking branch 'queatz/furnace-is-not-out-nor-can-rat-escape'Perttu Ahola2011-08-30
|\ \
| * | Merged 2 branches because they relied on each other.JacobF2011-08-25
| |/
* | Merge remote-tracking branch 'queatz/privs'Perttu Ahola2011-08-30
|\ \
| * | If a user doesn't have build rights, don't allow them to move items to and fr...JacobF2011-08-23
| |/
* / The password box in the mainmenu is focused if there is already a name and ad...JacobF2011-08-23
|/
* Lava is now better visible inside water. (a crappy hack)Perttu Ahola2011-08-23
* Inventory transparency; very loosely based on sapier's commits.Perttu Ahola2011-08-23
* if creative mode and player has no build privileges, cannot drop items.Perttu Ahola2011-08-22
* Fixed water mesh generation acting weird next to sandPerttu Ahola2011-08-22
* Fix byte count in serialization of "F1000"Perttu Ahola2011-08-22
* Fixed some protocol comment errors in clientserver.h and elsewherePerttu Ahola2011-08-22
* Hopefully fix 'dangling water'Giuseppe Bilotta2011-08-22
* Possibly fixed the extremely rare PeerNotFound loop bug.Perttu Ahola2011-08-22
* Merge remote-tracking branch 'oblomov/me_cmd'Perttu Ahola2011-08-22
|\
| * Change way commands are displayed in chat windowGiuseppe Bilotta2011-08-22
| * Introduce hotkey for calling up a command windowGiuseppe Bilotta2011-08-22
| * Send KEY_END when (re)creating a text inputGiuseppe Bilotta2011-08-22
| * /me commandGiuseppe Bilotta2011-08-22
| * Server now supports replies without prefixGiuseppe Bilotta2011-08-22
| * Defines for server command context flagsGiuseppe Bilotta2011-08-22
| * Remove distinction between /# and / commandsGiuseppe Bilotta2011-08-22
* | Merge remote-tracking branch 'oblomov/new_input'Perttu Ahola2011-08-22
|\|
| * Overhaul the input systemGiuseppe Bilotta2011-08-22
| * Fix typos in key namesGiuseppe Bilotta2011-08-22
* | Flowing lava updates lightingPerttu Ahola2011-08-22
* | Merge remote-tracking branch 'oblomov/liquid_fixes'Perttu Ahola2011-08-22
|\ \
| * | Optimize for viscosity 1Giuseppe Bilotta2011-08-16
| * | Viscous fluidsGiuseppe Bilotta2011-08-16
='#n570'>570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163
# Belarusian translation for Minetest.
# Copyright (C) 2010 celeron55, Pertu Ahola <celeron55@gmail.com>
# This file is distributed under the same license as the Minetest package.
# Selat <LongExampleTestName@gmail.com>, 2014.
msgid ""
msgstr ""
"Project-Id-Version: minetest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-12 23:20+0200\n"
"PO-Revision-Date: 2013-11-23 17:37+0100\n"
"Last-Translator: Selat <LongExampleTestName@gmail.com>\n"
"Language-Team: Belarusian\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: builtin/fstk/ui.lua
msgid "An error occured in a Lua script, such as a mod:"
msgstr ""

#: builtin/fstk/ui.lua
msgid "An error occured:"
msgstr ""

#: builtin/fstk/ui.lua
msgid "Main menu"
msgstr ""

#: builtin/fstk/ui.lua builtin/mainmenu/store.lua
msgid "Ok"
msgstr ""

#: builtin/fstk/ui.lua
msgid "Reconnect"
msgstr ""

#: builtin/fstk/ui.lua
msgid "The server has requested a reconnect:"
msgstr ""

#: builtin/mainmenu/common.lua src/game.cpp
msgid "Loading..."
msgstr ""

#: builtin/mainmenu/common.lua
msgid "Protocol version mismatch, server "
msgstr ""

#: builtin/mainmenu/common.lua
msgid "Try reenabling public serverlist and check your internet connection."
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua
#: builtin/mainmenu/dlg_rename_modpack.lua src/guiKeyChangeMenu.cpp
#: src/keycode.cpp
msgid "Cancel"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_mods.lua
msgid "Depends:"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Disable MP"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Enable MP"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Enable all"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid ""
"Failed to enable mod \"$1\" as it contains disallowed characters. Only "
"chararacters [a-z0-9_] are allowed."
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Hide Game"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Hide mp content"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "Mod:"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua src/guiKeyChangeMenu.cpp
msgid "Save"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "World:"
msgstr ""

#: builtin/mainmenu/dlg_config_world.lua
msgid "enabled"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "A world named \"$1\" already exists"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Create"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Download a subgame, such as minetest_game, from minetest.net"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Download one from minetest.net"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Game"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Mapgen"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "No worldname given or no game selected"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Seed"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "Warning: The minimal development test is meant for developers."
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "World name"
msgstr ""

#: builtin/mainmenu/dlg_create_world.lua
msgid "You have no subgames installed."
msgstr ""

#: builtin/mainmenu/dlg_delete_mod.lua
msgid "Are you sure you want to delete \"$1\"?"
msgstr ""

#: builtin/mainmenu/dlg_delete_mod.lua
msgid "Modmgr: failed to delete \"$1\""
msgstr ""

#: builtin/mainmenu/dlg_delete_mod.lua
msgid "Modmgr: invalid modpath \"$1\""
msgstr ""

#: builtin/mainmenu/dlg_delete_mod.lua
msgid "No of course not!"
msgstr ""

#: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua
#: builtin/mainmenu/tab_settings.lua
msgid "Yes"
msgstr ""

#: builtin/mainmenu/dlg_delete_world.lua
msgid "Delete World \"$1\"?"
msgstr ""

#: builtin/mainmenu/dlg_delete_world.lua
msgid "No"
msgstr ""

#: builtin/mainmenu/dlg_rename_modpack.lua src/keycode.cpp
msgid "Accept"
msgstr ""

#: builtin/mainmenu/dlg_rename_modpack.lua
msgid "Rename Modpack:"
msgstr ""

#: builtin/mainmenu/modmgr.lua
msgid ""
"\n"
"Install Mod: unsupported filetype \"$1\" or broken archive"
msgstr ""

#: builtin/mainmenu/modmgr.lua
msgid "Failed to install $1 to $2"
msgstr ""

#: builtin/mainmenu/modmgr.lua
msgid "Install Mod: file: \"$1\""
msgstr ""

#: builtin/mainmenu/modmgr.lua
msgid "Install Mod: unable to find real modname for: $1"
msgstr ""

#: builtin/mainmenu/modmgr.lua
msgid "Install Mod: unable to find suitable foldername for modpack $1"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Close store"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Downloading $1, please wait..."
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Install"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Page $1 of $2"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Rating"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Search"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Shortname:"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Successfully installed:"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "Unsorted"
msgstr ""

#: builtin/mainmenu/store.lua
msgid "re-Install"
msgstr ""

#: builtin/mainmenu/tab_credits.lua
msgid "Active Contributors"
msgstr ""

#: builtin/mainmenu/tab_credits.lua
msgid "Core Developers"
msgstr ""

#: builtin/mainmenu/tab_credits.lua
msgid "Credits"
msgstr ""

#: builtin/mainmenu/tab_credits.lua
msgid "Previous Contributors"
msgstr ""

#: builtin/mainmenu/tab_credits.lua
msgid "Previous Core Developers"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Installed Mods:"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Mod information:"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Mods"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "No mod description available"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Rename"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Select Mod File:"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Uninstall selected mod"
msgstr ""

#: builtin/mainmenu/tab_mods.lua
msgid "Uninstall selected modpack"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua
msgid "Address / Port :"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua
msgid "Client"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua
msgid "Connect"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua
msgid "Creative mode"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua
msgid "Damage enabled"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_server.lua
#: builtin/mainmenu/tab_singleplayer.lua src/keycode.cpp
msgid "Delete"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua
msgid "Name / Password :"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua
msgid "Public Serverlist"
msgstr ""

#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua
msgid "PvP enabled"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Bind Address"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua
msgid "Configure"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_simple_main.lua
#: builtin/mainmenu/tab_singleplayer.lua
msgid "Creative Mode"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_simple_main.lua
#: builtin/mainmenu/tab_singleplayer.lua
msgid "Enable Damage"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_simple_main.lua
msgid "Name/Password"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua
msgid "New"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua
msgid "No world created or selected!"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Port"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Public"
msgstr ""

#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua
msgid "Select World:"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Server"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Server Port"
msgstr ""

#: builtin/mainmenu/tab_server.lua
msgid "Start Game"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "2x"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "3D Clouds"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "4x"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "8x"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Antialiasing:"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Are you sure to reset your singleplayer world?"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Bilinear Filter"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Bumpmapping"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Change keys"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Connected Glass"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Enable Particles"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Fancy Leaves"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "GUI scale factor"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Generate Normalmaps"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Mipmap"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Mipmap + Aniso. Filter"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "No Filter"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "No Mipmap"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "No!!!"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Node Highlighting"
msgstr ""

#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua
msgid "None"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Opaque Leaves"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Opaque Water"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Parallax Occlusion"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Reset singleplayer world"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Scaling factor applied to menu elements: "
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Settings"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Shaders"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Simple Leaves"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Smooth Lighting"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Texturing:"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "To enable shaders the OpenGL driver needs to be used."
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Touch free target"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Touchthreshold (px)"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Trilinear Filter"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Waving Leaves"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Waving Plants"
msgstr ""

#: builtin/mainmenu/tab_settings.lua
msgid "Waving Water"
msgstr ""

#: builtin/mainmenu/tab_simple_main.lua
msgid "Config mods"
msgstr ""

#: builtin/mainmenu/tab_simple_main.lua
msgid "Main"
msgstr ""

#: builtin/mainmenu/tab_simple_main.lua
msgid "Start Singleplayer"
msgstr ""

#: builtin/mainmenu/tab_singleplayer.lua src/keycode.cpp
msgid "Play"
msgstr ""

#: builtin/mainmenu/tab_singleplayer.lua
msgid "Singleplayer"
msgstr ""

#: builtin/mainmenu/tab_texturepacks.lua
msgid "No information available"
msgstr ""

#: builtin/mainmenu/tab_texturepacks.lua
msgid "Select texture pack:"
msgstr ""

#: builtin/mainmenu/tab_texturepacks.lua
msgid "Texturepacks"
msgstr ""

#: src/client.cpp
msgid "Connection timed out."
msgstr ""

#: src/client.cpp
msgid "Done!"
msgstr ""

#: src/client.cpp
msgid "Initializing nodes"
msgstr ""

#: src/client.cpp
msgid "Initializing nodes..."
msgstr ""

#: src/client.cpp
msgid "Item textures..."
msgstr ""

#: src/client.cpp
msgid "Loading textures..."
msgstr ""

#: src/client.cpp
msgid "Rebuilding shaders..."
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Connection error (timed out?)"
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Could not find or load game \""
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Invalid gamespec."
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Main Menu"
msgstr ""

#: src/client/clientlauncher.cpp
msgid "No world selected and no address provided. Nothing to do."
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Player name too long."
msgstr ""

#: src/client/clientlauncher.cpp
msgid "Provided world path doesn't exist: "
msgstr ""

#: src/fontengine.cpp
msgid "needs_fallback_font"
msgstr ""

#: src/game.cpp
msgid ""
"\n"
"Check debug.txt for details."
msgstr ""

#: src/game.cpp
msgid "Change Keys"
msgstr ""

#: src/game.cpp
msgid "Change Password"
msgstr ""

#: src/game.cpp
msgid "Connecting to server..."
msgstr ""

#: src/game.cpp
msgid "Continue"
msgstr ""

#: src/game.cpp
msgid "Creating client..."
msgstr ""

#: src/game.cpp
msgid "Creating server..."
msgstr ""

#: src/game.cpp
msgid ""
"Default Controls:\n"
"- WASD: move\n"
"- Space: jump/climb\n"
"- Shift: sneak/go down\n"
"- Q: drop item\n"
"- I: inventory\n"
"- Mouse: turn/look\n"
"- Mouse left: dig/punch\n"
"- Mouse right: place/use\n"
"- Mouse wheel: select item\n"
"- T: chat\n"
msgstr ""

#: src/game.cpp
msgid ""
"Default Controls:\n"
"No menu visible:\n"
"- single tap: button activate\n"
"- double tap: place/use\n"
"- slide finger: look around\n"
"Menu/Inventory visible:\n"
"- double tap (outside):\n"
" -->close\n"
"- touch stack, touch slot:\n"
" --> move stack\n"
"- touch&drag, tap 2nd finger\n"
" --> place single item to slot\n"
msgstr ""

#: src/game.cpp
msgid "Exit to Menu"
msgstr ""

#: src/game.cpp
msgid "Exit to OS"
msgstr ""

#: src/game.cpp
msgid "Item definitions..."
msgstr ""

#: src/game.cpp
msgid "KiB/s"
msgstr ""

#: src/game.cpp
msgid "Media..."
msgstr ""

#: src/game.cpp
msgid "MiB/s"
msgstr ""

#: src/game.cpp
msgid "Node definitions..."
msgstr ""

#: src/game.cpp src/guiFormSpecMenu.cpp
msgid "Proceed"
msgstr ""

#: src/game.cpp
msgid "Resolving address..."
msgstr ""

#: src/game.cpp
msgid "Respawn"
msgstr ""

#: src/game.cpp
msgid "Shutting down..."
msgstr ""

#: src/game.cpp
msgid "Sound Volume"
msgstr ""

#: src/game.cpp
msgid "You died."
msgstr ""

#: src/guiFormSpecMenu.cpp
msgid "Enter "
msgstr ""

#: src/guiFormSpecMenu.cpp
msgid "ok"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "\"Use\" = climb down"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Backward"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Chat"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Command"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Console"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Double tap \"jump\" to toggle fly"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Drop"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Forward"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Inventory"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Jump"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Key already in use"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Keybindings. (If this menu screws up, remove stuff from minetest.conf)"
msgstr ""

#: src/guiKeyChangeMenu.cpp src/keycode.cpp
msgid "Left"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Print stacks"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Range select"
msgstr ""

#: src/guiKeyChangeMenu.cpp src/keycode.cpp
msgid "Right"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Sneak"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Toggle Cinematic"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Toggle fast"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Toggle fly"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Toggle noclip"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "Use"
msgstr ""

#: src/guiKeyChangeMenu.cpp
msgid "press key"
msgstr ""

#: src/guiPasswordChange.cpp
msgid "Change"
msgstr ""

#: src/guiPasswordChange.cpp
msgid "Confirm Password"
msgstr ""

#: src/guiPasswordChange.cpp
msgid "New Password"
msgstr ""

#: src/guiPasswordChange.cpp
msgid "Old Password"
msgstr ""

#: src/guiPasswordChange.cpp
msgid "Passwords do not match!"
msgstr ""

#: src/guiVolumeChange.cpp
msgid "Exit"
msgstr ""

#: src/guiVolumeChange.cpp
msgid "Sound Volume: "
msgstr ""

#: src/keycode.cpp
msgid "Apps"
msgstr ""

#: src/keycode.cpp
msgid "Attn"
msgstr ""

#: src/keycode.cpp
msgid "Back"
msgstr ""

#: src/keycode.cpp
msgid "Capital"
msgstr ""

#: src/keycode.cpp
msgid "Clear"
msgstr ""

#: src/keycode.cpp
msgid "Comma"
msgstr ""

#: src/keycode.cpp
msgid "Control"
msgstr ""

#: src/keycode.cpp
msgid "Convert"
msgstr ""

#: src/keycode.cpp
msgid "CrSel"
msgstr ""

#: src/keycode.cpp
msgid "Down"
msgstr ""

#: src/keycode.cpp
msgid "End"
msgstr ""

#: src/keycode.cpp
msgid "Erase OEF"
msgstr ""

#: src/keycode.cpp
msgid "Escape"
msgstr ""

#: src/keycode.cpp
msgid "ExSel"
msgstr ""

#: src/keycode.cpp
msgid "Execute"
msgstr ""

#: src/keycode.cpp
msgid "Final"
msgstr ""

#: src/keycode.cpp
msgid "Help"
msgstr ""

#: src/keycode.cpp
msgid "Home"
msgstr ""

#: src/keycode.cpp
msgid "Insert"
msgstr ""

#: src/keycode.cpp
msgid "Junja"
msgstr ""

#: src/keycode.cpp
msgid "Kana"
msgstr ""

#: src/keycode.cpp
msgid "Kanji"
msgstr ""

#: src/keycode.cpp
msgid "Left Button"
msgstr ""

#: src/keycode.cpp
msgid "Left Control"
msgstr ""

#: src/keycode.cpp
msgid "Left Menu"
msgstr ""

#: src/keycode.cpp
msgid "Left Shift"
msgstr ""

#: src/keycode.cpp
msgid "Left Windows"
msgstr ""

#: src/keycode.cpp
msgid "Menu"
msgstr ""

#: src/keycode.cpp
msgid "Middle Button"
msgstr ""

#: src/keycode.cpp
msgid "Minus"
msgstr ""

#: src/keycode.cpp
msgid "Mode Change"
msgstr ""

#: src/keycode.cpp
msgid "Next"
msgstr ""

#: src/keycode.cpp
msgid "Nonconvert"
msgstr ""

#: src/keycode.cpp
msgid "Num Lock"
msgstr ""

#: src/keycode.cpp
msgid "Numpad *"
msgstr ""

#: src/keycode.cpp
msgid "Numpad +"
msgstr ""

#: src/keycode.cpp
msgid "Numpad -"
msgstr ""

#: src/keycode.cpp
msgid "Numpad /"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 0"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 1"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 2"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 3"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 4"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 5"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 6"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 7"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 8"
msgstr ""

#: src/keycode.cpp
msgid "Numpad 9"
msgstr ""

#: src/keycode.cpp
msgid "OEM Clear"
msgstr ""

#: src/keycode.cpp
msgid "PA1"
msgstr ""

#: src/keycode.cpp
msgid "Pause"
msgstr ""

#: src/keycode.cpp
msgid "Period"
msgstr ""

#: src/keycode.cpp
msgid "Plus"
msgstr ""

#: src/keycode.cpp
msgid "Print"
msgstr ""

#: src/keycode.cpp
msgid "Prior"
msgstr ""

#: src/keycode.cpp
msgid "Return"
msgstr ""

#: src/keycode.cpp
msgid "Right Button"
msgstr ""

#: src/keycode.cpp
msgid "Right Control"
msgstr ""

#: src/keycode.cpp
msgid "Right Menu"
msgstr ""

#: src/keycode.cpp
msgid "Right Shift"
msgstr ""

#: src/keycode.cpp
msgid "Right Windows"
msgstr ""

#: src/keycode.cpp
msgid "Scroll Lock"
msgstr ""

#: src/keycode.cpp
msgid "Select"
msgstr ""

#: src/keycode.cpp
msgid "Shift"
msgstr ""

#: src/keycode.cpp
msgid "Sleep"
msgstr ""

#: src/keycode.cpp
msgid "Snapshot"
msgstr ""

#: src/keycode.cpp
msgid "Space"
msgstr ""

#: src/keycode.cpp
msgid "Tab"
msgstr ""

#: src/keycode.cpp
msgid "Up"
msgstr ""

#: src/keycode.cpp
msgid "X Button 1"
msgstr ""

#: src/keycode.cpp
msgid "X Button 2"
msgstr ""

#: src/keycode.cpp
msgid "Zoom"
msgstr ""