aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
Commit message (Expand)AuthorAge
* Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette2019-02-07
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-03
* CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat2019-01-03
* CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot2018-12-24
* Network: Send IEEE floats (#7768)SmallJoker2018-12-13
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-04
* Add core.remove_detached_inventory (#7684)SmallJoker2018-10-10
* Particles: Make collision with objects optional (#7682)Paramat2018-09-08
* Add protocol_version and supported package types to ContentDB urlsrubenwardy2018-07-29
* Rename CSM flavours to restrictionsSmallJoker2018-06-26
* Add formspec theming using prepended stringsAndrew Ward2018-03-28
* Connected Nodeboxes: Add `disconnected` boxesThomas--S2018-01-03
* CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot2017-12-11
* Zoom: Set zoom FOV per-player using a player object propertyparamat2017-12-04
* Real global textures (#6105)Vitaliy2017-10-15
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-27
* Implement mod communication channels (#6351)Loïc Blot2017-09-26
* Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert2017-09-14
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-12
* Network protocol documentation: Add 'can_zoom' to version 36paramat2017-09-05
* Bump minimal protocol version to 36 (#6319)SmallJoker2017-08-29
* Step height: Add as a player object propertyparamat2017-08-09
* Network protocol: Document settable player collisionbox (#6168)Paramat2017-07-25
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-18
* Chat protocol rewrite (#5117)Loïc Blot2017-07-16
* Fix the serialization error by ff73c7a (#5964)Rui2017-06-11
* Have the server send the player list to the client (#5924)red-0012017-06-08
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-02
* Sound API: Add fading soundsBrandon2017-05-03
* Add clouds APIBen Deutsch2017-04-30
* Fix #5655 (#5658)red-0012017-04-26
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-22
* Soft node overlay (#5186)Dániel Juhász2017-04-21
* Update server min protocol version to v24 (#5411)Loïc Blot2017-03-19
* Plantlike: Fix visual_scale being applied squaredparamat2017-02-10
* Revert "Plantlike visual scale: Send sqrt(visual_scale) to old clients"Craig Robbins2017-02-10
* Plantlike visual scale: Send sqrt(visual_scale) to old clientsparamat2017-01-30
* Add hardware node coloring. Includes:Dániel Juhász2017-01-23
* Remove client-side chat prediction. (#5055)red-0012017-01-17
* Move TileAnimation code to seperate filesfan52017-01-02
* Breath cheat fix: server sideLoic Blot2017-01-01
* Fix computation of viewing range (in blocks) sent to server (#4882)Rogier-52016-12-11
* Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl2016-11-30
* Make plantlike drawtype more funAuke Kok2016-08-26
* Particles: Add option to remove particles on collisionAuke Kok2016-05-28
* Add option to not send pre v25 init packetest312016-03-15
* Nodebox: Allow nodeboxes to "connect"Auke Kok2016-03-12
* Backface culling: Ignore setting in tiledef from old servers.Auke Kok2016-01-23
* networkprotocol.h: remove "u16 command" from docest312015-09-10
* Bump protocol to 26est312015-07-24
href='#n473'>473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 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
# 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: minetest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-17 07:23+0200\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"

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

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

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

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

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

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

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

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

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

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

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

#: builtin/mainmenu/dlg_config_world.lua:55
#: builtin/mainmenu/dlg_create_world.lua:64
#: builtin/mainmenu/dlg_rename_modpack.lua:33 src/guiKeyChangeMenu.cpp:199
#: src/keycode.cpp:223
msgid "Cancel"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: builtin/mainmenu/tab_mods.lua:39
msgid "Online mod repository"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: builtin/mainmenu/tab_settings.lua:222
msgid "Rendering:"
msgstr ""

#: builtin/mainmenu/tab_settings.lua:226
msgid "Restart minetest for driver change to take effect"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: src/game.cpp:1092
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:1106
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:1125
msgid "Continue"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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