Spaces:
Build error
Build error
File size: 90,201 Bytes
d46f4a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 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 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 |
achievement.acquireIron=Upgradin' ye hardware
achievement.acquireIron.desc=Smelt yerself an iron ingot
achievement.bakeCake=Pirates Don' Get Portal References
achievement.bakeCake.desc=Wheat, sugar, milk and eggs! That's how I lost me teeth
achievement.blazeRod=Blazing Demons!
achievement.blazeRod.desc=Plunder treasure from the monsters of fire
achievement.bookcase=Book Keeper
achievement.bookcase.desc=Gather yer books and build up yer wizard's workbench
achievement.breedCow=Beefy Birth
achievement.breedCow.desc=Feed ye cows wheat and make ye a bay cow
achievement.buildBetterPickaxe=Yer needin' a new pick
achievement.buildBetterPickaxe.desc=Build yerself a pickaxe 'o' stone
achievement.buildFurnace=Build yerself an oven
achievement.buildFurnace.desc=Build yerself an oven wit' eight pieces o' pebbles
achievement.buildHoe=Farmin' time!
achievement.buildHoe.desc=Make yerself a hoe wit' timber an' twigs
achievement.buildPickaxe=Spelunkin' Time!
achievement.buildPickaxe.desc=Make yerself a pickaxe with timb'r an' twigs
achievement.buildSword=Attack the scoundrels!
achievement.buildSword.desc=Use yer timber and twigs to fashion yourself a cutlass
achievement.buildWorkBench=Make yerself a Craftin' Table
achievement.buildWorkBench.desc=Make yerself a workbench wit' four blocks o' timber
achievement.cookFish=Crummy Chum
achievement.cookFish.desc=Catcha critter on yer hook and put it on the burner!
achievement.diamonds=TREASURE!
achievement.diamonds.desc=Plunder Treasure from the depths
achievement.diamondsToYou=Shinies fer ye!
achievement.diamondsToYou.desc=Cast thy jewels t'a scurvy dog.
achievement.enchantments=Spell Caster
achievement.enchantments.desc=Use the ancients' know-how t'build a wizard's workbench
achievement.exploreAllBiomes=Seafarer's Quest
achievement.exploreAllBiomes.desc=Sail to all tha' lands
achievement.flyPig=Flyin' Porkchop!
achievement.flyPig.desc=Ride yer piggy into them depths
achievement.fullBeacon=Beam o' the Lords
achievement.fullBeacon.desc=Make ye a super- pow'rful magic beacon
achievement.get=Loot plundered!
achievement.ghast=Take a ship down with 'er own cannons!
achievement.ghast.desc=Give 'er a taste of it's own medicine
achievement.killCow=Bovine Bullyin'
achievement.killCow.desc=Gather some bull's skin
achievement.killEnemy=Scurvy Dog Slaughter
achievement.killEnemy.desc=Plunder and Pillage a scurvy hound
achievement.killWither=the Start o' th' game.
achievement.killWither.desc=Slay the skull shooter
achievement.makeBread=Bake some Hard Tack
achievement.makeBread.desc=Turn wheat ta Hard Tack
achievement.mineWood=tree chopper
achievement.mineWood.desc=Hit a tree w' yer fist till timber falls
achievement.onARail=Travel like them land lubbers
achievement.onARail.desc=Cart yer way a mile's worth from yer point o' home
achievement.openInventory=Checkin' Loot
achievement.openInventory.desc=Hit '%1$s' ta look at yer loot.
achievement.overkill=Slaughterhouse
achievement.overkill.desc=Plundr' nine hearts 'n one shank
achievement.overpowered=Overrrpowered
achievement.overpowered.desc=Craft yer'self a Notch apple
achievement.portal=To them Lockers!
achievement.portal.desc=Open a hole into the place o' demons
achievement.potion=Bartender
achievement.potion.desc=Brew yerself a potion
achievement.requires=Ya need '%1$s'
achievement.snipeSkeleton=Musket Shot
achievement.snipeSkeleton.desc=Fire a bolt at a scurvy corpse from the crow's nest
achievement.spawnWither=The Start o' th' game?
achievement.spawnWither.desc=Make ye the skull shooter
achievement.taken=Plundered!
achievement.theEnd=At World's End?
achievement.theEnd.desc=Find Davy Jones' Lock'r
achievement.theEnd2=Davy Jones' Locker.
achievement.theEnd2.desc=Kill the Flyin' Dutchman
addServer.add=Finished
addServer.enterIp=Coordinates
addServer.enterName=Port name
addServer.hideAddress=Hide ya sea
addServer.resourcePack=Crew Resource Barrel
addServer.resourcePack.disabled=Unable
addServer.resourcePack.enabled=Able
addServer.resourcePack.prompt=Can
addServer.title=Describe this Crew
advMode.allEntities=Use "@e" to target all entities
advMode.allPlayers=Use "@a" to target all yer shipmates
advMode.command=Order to the Crew
advMode.nearestPlayer=Use "@p" to target nearby shipmate
advMode.notAllowed=Must be an op'd captain in creative mode
advMode.notEnabled=Captain's blocks arr not permitted 'ere!
advMode.previousOutput=Last tale
advMode.randomPlayer=Use "@r" to target a shipmate out of the blue
advMode.setCommand=Set Crew Command for Block
advMode.setCommand.success=Command set: %s
attribute.modifier.plus.0=+%s %s
attribute.modifier.plus.1=+%s%% %s
attribute.modifier.plus.2=+%s%% %s
attribute.modifier.take.0=-%s %s
attribute.modifier.take.1=-%s%% %s
attribute.modifier.take.2=-%s%% %s
attribute.name.generic.attackDamage=Attack Damage
attribute.name.generic.followRange=Mob Follow Range
attribute.name.generic.knockbackResistance=Knockback Resistance
attribute.name.generic.maxHealth=Max Health
attribute.name.generic.movementSpeed=Speed
attribute.name.horse.jumpStrength=Brumby Jump Strength
attribute.name.zombie.spawnReinforcements=Zombie Reinforcements
book.byAuthor=by %1$s
book.editTitle=Name yer scrawl:
book.finalizeButton=Stamp n' seal
book.finalizeWarning=ARRGH! When ye sign this here log, you will no longrr be able to change it!
book.generation.0=Real booty
book.generation.1=Copy o' booty
book.generation.2=Copy o' copy
book.generation.3=Tattered
book.pageIndicator=Page %1$s of %2$s
book.signButton=Sign
build.tooHigh=Height limit fer buildin' be %s blocks
chat.cannotSend=Cannot send chat message
chat.copy=Write down yer map
chat.link.confirm=Ye be certain to examine yer matey's map?
chat.link.confirmTrusted=Do you want to open this Ship or copy it to your map?
chat.link.open=Open another Ship
chat.link.warning=Don't examine ye map from a suspicious matey!
chat.stream.emote=(%s) * %s %s
chat.stream.text=(%s) <%s> %s
chat.type.achievement=%s has earned a Treasure %s
chat.type.achievement.taken=%s has lost his %s trophy
chat.type.admin=[%s: %s]
chat.type.announcement=[%s] %s
chat.type.emote=* %s %s
chat.type.text=<%s> %s
commands.achievement.alreadyHave=Landlubber %s already has the %s trophy
commands.achievement.dontHave=Landlubber %s doesn't have the %s trophy
commands.achievement.give.success.all=Enter'd %s on ev'ry page o' the ship's manifest
commands.achievement.give.success.one=Enter'd %s under "%s" in ship's manifest
commands.achievement.statTooLow=Shipmate %s doesn't have the ship's manifest %s
commands.achievement.take.success.all=Ye' successfully stole all trophies from %s
commands.achievement.take.success.one=Ye' successfully stole the stat %s from %s
commands.achievement.unknownAchievement=Can't find "%s" in ship's manifest
commands.ban.failed=Could nae banish pirate %s
commands.ban.success=Sent %s to Davy Jones's locker
commands.ban.usage=/ban <name> [reason ...]
commands.banip.invalid=No such crew be located at these coordinates
commands.banip.success=Sunk the ship at coordinates %s
commands.banip.success.players=Banned IP address %s belonging to %s
commands.banip.usage=/ban-ip <address|name> [reason ...]
commands.banlist.ips=There are %s total banned IP addresses:
commands.banlist.players=There are %s sailors sent to Davy Jones's locker:
commands.banlist.usage=/banlist [ips|pirates]
commands.blockdata.failed=The data tag did not change: %s
commands.blockdata.notValid=The target block is not a data holder block
commands.blockdata.outOfWorld=Ye can't place ye block here
commands.blockdata.success=Block data updated to: %s
commands.blockdata.tagError=Data tag parsing failed: %s
commands.blockdata.usage=/blockdata <x> <y> <z> <dataTag>
commands.chunkinfo.compiled=This here chunk is compiled.
commands.chunkinfo.data=Chief 64 points o' cube are: %s
commands.chunkinfo.empty=This here chunk is empty.
commands.chunkinfo.hasLayers=This here chunk has layers: %s
commands.chunkinfo.hasNoRenderableLayers=This here chunk lacks renderable layers.
commands.chunkinfo.isEmpty=This here chunk has empty layers: %s
commands.chunkinfo.notCompiled=This here chunk ain't compiled.
commands.chunkinfo.notEmpty=This here chunk is not empty.
commands.clear.failure=Could not steal the treasure chest from %s, no booty taken
commands.clear.success=Plundered yer booty o' %s, takin' %s treasures
commands.clear.tagError=Learn to write JSON: %s
commands.clear.testing=%s has %s items that match the criteria
commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag]
commands.clone.failed=No blocks cloned
commands.clone.noOverlap=Yer' route don't make sense, they overlap
commands.clone.outOfWorld=Ye' can't do anything outside there
commands.clone.success=%s blocks cloned
commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s)
commands.clone.usage=/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [mode]
commands.compare.failed=Source and destination are not identical
commands.compare.outOfWorld=Ye' can't do anything outside there
commands.compare.success=%s blocks compared
commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s)
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [mode]
commands.debug.notStarted=Can't stop searchin' when we haven't started!
commands.debug.start=Started checkin' the ship
commands.debug.stop=Can't stop checkin' 'er this fast, matey! (%s seconds, %s ticks)
commands.defaultgamemode.success=Yar journey tis' now %s
commands.defaultgamemode.usage=/defaultgamemode <mode>
commands.deop.failed=Could not %s off the plank
commands.deop.success=De-opped %s
commands.deop.usage=/deop <player>
commands.difficulty.success=Set choppiness o' the sea to %s
commands.difficulty.usage=/difficulty <level 'o dangerrrrous>
commands.downfall.success=Changed winds
commands.downfall.usage=/toggledownfall
commands.effect.failure.notActive=Failed to retrieve %1$s from %2$s for they do not have the magic
commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any
commands.effect.notFound=There be no monster with the magic of %s
commands.effect.success=Rewarded %1$s (ID %2$s) *%3$s to %4$s fer %5$s seconds
commands.effect.success.removed=Retrieved %1$s from %2$s
commands.effect.success.removed.all=Took all effects from %s
commands.effect.usage=/effect <player> <effect> [seconds] [amplifier] [hideParticles]
commands.enchant.cantCombine=%1$s can't be combined with %2$s
commands.enchant.cantEnchant=The selected enchantment can't be added to the target item
commands.enchant.noItem=That pirate has no booty
commands.enchant.notFound=%s Magic ID doesn't exist
commands.enchant.success=Enchanting accomplished, nice
commands.enchant.usage=/enchant <pirate> <magic ID> [level]
commands.entitydata.failed=The data tag did not change: %s
commands.entitydata.noPlayers=%s is a player and cannot be changed
commands.entitydata.success=Entity data updated to: %s
commands.entitydata.tagError=Learn to write JSON: %s
commands.entitydata.usage=/entitydata <entity> <dataTag>
commands.fill.failed=No blocks filled
commands.fill.outOfWorld=Ye' can't place a block here
commands.fill.success=%s blocks filled
commands.fill.tagError=Data tag parsing failed: %s
commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s)
commands.fill.usage=/fill <x1> <y1> <z1> <x2> <y2> <z2> <TileName> [dataValue] [oldBlockHandling] [dataTag]
commands.gamemode.success.other=Set %s's game mode to %s
commands.gamemode.success.self=Set own game mode to %s
commands.gamemode.usage=/gamemode <mode> [sailor]
commands.gamerule.nopermission=Only ship captains can switch '%s'
commands.gamerule.norule=There ain't no ship rule called '%s', matey!
commands.gamerule.success=Ship's rules hav' been changed
commands.generic.boolean.invalid='%s' be not true or false
commands.generic.double.tooBig=The numberrr you have enterrred (%s) is too big, it must be at most %s
commands.generic.double.tooSmall=The numberrr you have enterrred (%s) is too small, it must be at least %s
commands.generic.entity.notFound=That landlubber can't be found
commands.generic.exception=Yer crew made a mistake while trying to execute yer order
commands.generic.notFound=No replies o' order. give a go' /help fer a list 'o orders
commands.generic.num.invalid='%s' is not a valid number
commands.generic.num.tooBig=The number you have scribed (%s) be too big, it must be at most %s
commands.generic.num.tooSmall=The number you have scribed (%s) be too small, it must be at least %s
commands.generic.parameter.invalid='%s' don't make sense, boy
commands.generic.permission=Ye can't yell out the order, it fo' d' captain
commands.generic.player.notFound=That matey is nowhere on the ship
commands.generic.syntax=Ye made a mistake giving yer order
commands.generic.usage=Usin': %s
commands.give.notFound=There is no such item with ID %s
commands.give.success=Shipped %s x %s to %s
commands.give.tagError=Learn to write JSON: %s
commands.give.usage=/give <player> <item> [amount] [data] [dataTag]
commands.help.footer=Tip: Use the <tab> key while typing a command to auto-complete the command or its arguments
commands.help.header=--- Showing help page %s of %s (/help <page>) ---
commands.help.usage=/help [page|command name]
commands.kick.success=Made %s walk the plank
commands.kick.success.reason=Made %s walk the plank for: '%s'
commands.kick.usage=/kick <player> [reason ...]
commands.kill.successful=%s slayed
commands.kill.usage=/kill [player|entity]
commands.me.usage=/me <action ...>
commands.message.display.incoming=%s's Letter in Bottle is Recovered and reads to you: %s
commands.message.display.outgoing=You Write Letter Put on Bottle to %s: %s
commands.message.sameTarget=You can't deliver yer own bottle to yerself
commands.message.usage=/tell <pirate> <letter ...>
commands.op.failed=Aye could not treasure %s
commands.op.success=Opped %s
commands.op.usage=/op <player>
commands.particle.notFound=Unknown effect name (%s)
commands.particle.success=Playin' effect %s for %s times
commands.particle.usage=/particle <name> <x> <y> <z> <xd> <yd> <zd> <speed> [count] [mode]
commands.players.list=There are %s/%s players online:
commands.players.usage=/list
commands.playsound.playerTooFar=Player %s is ou' o' shou'ing distance, he can't 'ear!
commands.playsound.success=Shouted '%s' to '%s'
commands.playsound.usage=/playsound <sound> <player> [x] [y] [z] [maximumVolume] [pitch] [minimumVolume]
commands.publish.failed=Yar' voyage be delayed
commands.publish.started=Local battle hosted on port %s
commands.publish.usage=/publish
commands.save-off.alreadyOff=Savin' be already turned off.
commands.save-off.usage=/save-off
commands.save-on.alreadyOn=Savin' be already turned on.
commands.save-on.usage=/save-on
commands.save.disabled=Yer seas won't save automatically
commands.save.enabled=Yer seas will save automatically
commands.save.failed=Yer map failed at buryin %s
commands.save.start=Copying map to a safe place...
commands.save.success=Saved yer seas
commands.save.usage=/save-all
commands.say.usage=/say <message ...>
commands.scoreboard.allMatchesFailed=All matches failed
commands.scoreboard.noMultiWildcard=Only one user wildcard allowed
commands.scoreboard.objectiveNotFound=Nay task be call'd %s!
commands.scoreboard.objectiveReadOnly=Ye objective '%s' is only readable and cannot be changed by any pirate
commands.scoreboard.objectives.add.alreadyExists=Ye objective with ye name '%s' already exists
commands.scoreboard.objectives.add.displayTooLong=Ye display name '%s' nay fit on me here scroll, amend to be %s characters long or less
commands.scoreboard.objectives.add.success=Added ye new objective '%s' successfully
commands.scoreboard.objectives.add.tooLong=Ye' task, %s, nay fit on me here scroll, amend to be %s characters long or less
commands.scoreboard.objectives.add.usage=/scoreboard objectives add <tag> <criteriatype> [show tag ...]
commands.scoreboard.objectives.add.wrongType='%s' part o' ya order ain't normal type
commands.scoreboard.objectives.list.count=%s tasks be showin' on the scoreboard:
commands.scoreboard.objectives.list.empty=There are no scrolls on ye scrollin' board
commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is ye type '%s'
commands.scoreboard.objectives.remove.success=Ye task, %s, has been disregarded
commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <tag>
commands.scoreboard.objectives.setdisplay.invalidSlot=No such displayin' slot '%s'
commands.scoreboard.objectives.setdisplay.successCleared=Threw away objective display slot '%s'
commands.scoreboard.objectives.setdisplay.successSet=Set ye display objective in ye slot '%s' to '%s'
commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <spot> [goals]
commands.scoreboard.objectives.usage=/scoreboard objectives <list|addremove|addremove|setdisplay> ...
commands.scoreboard.players.add.usage=/scoreboard players add <player> <objective> <count> [dataTag]
commands.scoreboard.players.enable.noTrigger=Objective %s be not a trigger
commands.scoreboard.players.enable.success=Enabled trigger %s for %s
commands.scoreboard.players.enable.usage=/scoreboard players enable <player> <trigger>
commands.scoreboard.players.list.count=%s tracked pirates be showin' on the scoreboard:
commands.scoreboard.players.list.empty=There are no tracked players on ye scorin' device
commands.scoreboard.players.list.player.count=%s tracked tasks be showin' fer %s:
commands.scoreboard.players.list.player.empty=pirate %s hath no booty
commands.scoreboard.players.list.usage=/scoreboard players list [name]
commands.scoreboard.players.operation.invalidOperation=%s is Inval'd!
commands.scoreboard.players.operation.notFound=There be no %s score for %s
commands.scoreboard.players.remove.usage=/scoreboard players remove <player> <objective> <count> [dataTag]
commands.scoreboard.players.reset.success=Reset all ye scores of ye player %s
commands.scoreboard.players.reset.usage=/scoreboard players reset <player> [objective]
commands.scoreboard.players.resetscore.success=Reset score %s of player %s
commands.scoreboard.players.set.success=Set ye score of %s for ye player %s to ye %s
commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s
commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s
commands.scoreboard.players.set.usage=/scoreboard players set <player> <objective> <score> [dataTag]
commands.scoreboard.players.test.notFound=There be no %s score for %s
commands.scoreboard.players.usage=/scoreboard players <set|addremovereset|addremovereset|addremovereset|list|enable|test|operation> ...
commands.scoreboard.teamNotFound=Nay crew be call'd %s!
commands.scoreboard.teams.add.alreadyExists=Yar crew havin' called '%s' already be sailin'
commands.scoreboard.teams.add.displayTooLong=Ye crew name '%s' be too long to remember, make it %s or less
commands.scoreboard.teams.add.success=Recruited new crew '%s'
commands.scoreboard.teams.add.tooLong=Ye crew name '%s' be too hard to remember, make it %s in length
commands.scoreboard.teams.add.usage=/scoreboard teams add <tag> [show tag ...]
commands.scoreboard.teams.empty.alreadyEmpty=Crew %s has already been sent to Davey Jones, cannot resend
commands.scoreboard.teams.empty.success=Removed all %s pirate(s) from crew %s
commands.scoreboard.teams.join.failure= %s pirate(s) were not qualified to be recruited to %s: %s
commands.scoreboard.teams.join.success=Recruited %s pirate(s) to the crew %s: %s
commands.scoreboard.teams.join.usage=/scoreboard teams join <team> [pirate]
commands.scoreboard.teams.leave.failure=Could not make %s walk the plank from %s
commands.scoreboard.teams.leave.noTeam=Your crew is missing
commands.scoreboard.teams.leave.success=Made %s walk the plank from %s
commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pirate]
commands.scoreboard.teams.list.count=%s crews be showin' on the scoreboard:
commands.scoreboard.teams.list.empty=No crews on ther skerbord
commands.scoreboard.teams.list.entry=-%1$s: '%2$s' had %3$s crew members
commands.scoreboard.teams.list.player.count=%s pirates be showin' in crew %s:
commands.scoreboard.teams.list.player.empty=Vessel %s be havin' no Pirates
commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s)
commands.scoreboard.teams.list.usage=/scoreboard teams list [tag]
commands.scoreboard.teams.option.noValue=Treasure prices for record %s be: %s
commands.scoreboard.teams.option.success=Set record %s for crew %s to %s
commands.scoreboard.teams.option.usage=/scoreboard teams option <team> <friendlyfire|color|seeFriendlyInvisibles|nametagVisibility|deathMessageVisibility> <value>
commands.scoreboard.teams.remove.success=Kicked out that team ass %s
commands.scoreboard.teams.remove.usage=/scoreboard teams remove <crew>
commands.scoreboard.usage=/scoreboard <objectives|players|teams> ...
commands.seed.success=Seed: %s
commands.seed.usage=/seed
commands.setblock.failed=Yo ho, yo ho, couldn't place that block.
commands.setblock.noChange=Ye block 'nt be plac'd
commands.setblock.notFound=There is no such treasure with ID/name %s
commands.setblock.outOfWorld=Ye can't place ye block here!
commands.setblock.success=Ye block is placed
commands.setblock.tagError=Jearn to write JSON: %s
commands.setblock.usage=/setblock <x> <y> <z> <TileName> [dataValue] [oldBlockHandling] [dataTag]
commands.setidletimeout.success=Crew what shirks work fer %s minutes'll be sent t' Davy Jone's locker!
commands.setidletimeout.usage=/setidletimeout <Minutes until walking the plank>
commands.setworldspawn.success=Yer ship is at (%s, %s, %s) naw!
commands.spawnpoint.success=Set %s's Port to (%s, %s, %s)
commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players fer space - give a go' usin' spread 'o at most %s)
commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players fer space - give a go' usin' spread 'o at most %s)
commands.spreadplayers.info.players=(Average distance between players be %s blocks apart after %s iterations)
commands.spreadplayers.info.teams=(Average distance between teams be %s blocks apart after %s iterations)
commands.spreadplayers.spreading.players=Spreadin' %s players %s blocks around %s,%s (min %s blocks apart)
commands.spreadplayers.spreading.teams=Spreadin' %s teams %s blocks around %s,%s (min %s blocks apart)
commands.spreadplayers.success.players=Successfully spread %s players around %s,%s
commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s
commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
commands.stats.cleared=Took all experience from %s
commands.stats.failed=Yer Parameters arrrrnt right
commands.stats.success=Storing %s stats in %s on %s
commands.stop.start=Docking ship at port
commands.stop.usage=/stop
commands.summon.failed=Yar object cant be whirpool'd
commands.summon.outOfWorld=Can't make a creature in unchar'ed wa'ers!
commands.summon.success=Creature summoned
commands.summon.tagError=Jearn to write JSON: %s
commands.summon.usage=/summon <Creature> [x] [y] [z] [JSON-NBTtags]
commands.tellraw.jsonException=Invalid json: %s
commands.tellraw.usage=/tellraw <player> <raw json message>
commands.testfor.success=Sighted %s
commands.testforblock.failed.data=Ye blawck at %s %s %s had the date value of %s (expected: %s).
commands.testforblock.failed.nbt=Ye blawck at %s,%s,%s did not have de needed on NBT keys.
commands.testforblock.failed.tile=the X on ye map at %s,%s,%s is %s (was hope'd for %s).
commands.testforblock.failed.tileEntity=the X on ye map at %s,%s,%s is a mystic material and ain't able to carry learnin' t' info.
commands.testforblock.outOfWorld=Ye can't peep at blocks o'er the edge o' the world!
commands.testforblock.success=Found yer block at %s %s and %s.
commands.testforblock.usage=/testforblock <x> <y> <z> <TileName> [dataValue] [dataTag]
commands.time.added=Added %s to the time
commands.time.query=Ye' clock says %s
commands.time.set=Set the time to %s
commands.time.usage=/time <set|add|query> <value>
commands.title.success=Title command successfully reached its destination
commands.title.usage=/title <player> <title|subtitle|clearreset|clearreset|times> ...
commands.title.usage.clear=/title <player> clear|reset
commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut>
commands.title.usage.title=/title <player> title|subtitle <rawjson rawjson title>
commands.tp.notSameDimension=Unabe to teleport because the other pirate is in another dimension! (or maybe dead...)
commands.tp.success=Sailed %s to %s
commands.tp.success.coordinates=Wizard %s to %s,%s,%s
commands.tp.usage=/tp [target player] <destination player> OR /tp [target player] <x> <y> <z> [<y-rot> <x-rot>]
commands.trigger.disabled=Trigger %s be not enabled
commands.trigger.invalidPlayer=Only real men can use the /trigger command
commands.unban.failed=Could nae summon pirate %s
commands.unban.success=brought %s back from Davy Jones's locker
commands.unban.usage=/pardon <name>
commands.unbanip.invalid=Invalid coordinates
commands.unbanip.success=Unbanned IP address %s
commands.unbanip.usage=/pardon-ip <address>
commands.weather.clear=Changin' to nice clear water
commands.weather.rain=Changin' to rainy ocean
commands.weather.thunder=Changin' to dark stormy seas
commands.weather.usage=/weather <clear|rain|thunder> [duration in seconds]
commands.whitelist.add.failed=Could not push %s off the plank
commands.whitelist.add.success=Pirate %s is now allowed to pass the sea
commands.whitelist.add.usage=/whitelist add <player>
commands.whitelist.disabled=Turned off the whitelist
commands.whitelist.enabled=Yer oceans be private
commands.whitelist.list=There be %s (out of %s seen) whitelisted hearties:
commands.whitelist.reloaded=Reloaded yer crew-list
commands.whitelist.remove.failed=Could not scrub %s off the ship.
commands.whitelist.remove.success=Kicked %s from the crew's cabin
commands.whitelist.remove.usage=/whitelist remove <player>
commands.whitelist.usage=/whitelist <on|off|list|add|remove|reload>
commands.worldborder.warning.distance.success=Set world border warnin' to %s blocks away (from %s blocks)
commands.worldborder.warning.distance.usage=/worldborder warning distance <blocks>
commands.worldborder.warning.time.success=Set world border warnin' to %s seconds away (from %s seconds)
commands.worldborder.warning.time.usage=/worldborder warning time <seconds>
commands.xp.failure.widthdrawXp=Ye can't give a pirate less than nothin'!
commands.xp.success=Given %s experience to %s
commands.xp.success.levels=Given %s levels to %s
commands.xp.success.negative.levels=Taken %s levels from %s
commands.xp.usage=/xp amount [pirate] OR /xp <amount>L [pirate]
connect.authorizing=Dockin' ship...
connect.connecting=Joining a crew...
connect.failed=Wrong coordinates, matey
container.beacon=Buoy o' Light
container.brewing=Rum Brewery
container.chest=Coffer
container.chestDouble=Vast Contain'r
container.crafting=Craftin'
container.creative=Loot Inventory
container.dispenser=Cannon
container.dropper=cannon
container.enchant=Spell Castin'
container.enchant.clue=%s . . . ?
container.enchant.lapis.many=%s Pieces o' Lapis
container.enchant.lapis.one=1 Lapis Piece
container.enchant.level.one=1 Wizardry Level
container.enderchest=Tallone's Coffer
container.furnace=Oven
container.hopper=Object Suckin' Device
container.inventory=Loot Bag
container.isLocked=%s 'tis locked!
container.minecart=Land lubber's boat
container.repair=Repair 'n moniker
container.repair.cost=Enchantarrr Cost: %1$s
container.repair.expensive=You need mo' Gold !
controls.reset=Make 'ow it was when it left 'arbour
controls.resetAll=set ye controls to 'ow they was when ye set sail
controls.title=Yer controls
createWorld.customize.custom.baseSize=Depth Base Size
createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset
createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight
createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset
createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight
createWorld.customize.custom.biomeSize=Size o' the land
createWorld.customize.custom.center=Center Height
createWorld.customize.custom.confirm1=This'll replace yer' current
createWorld.customize.custom.confirm2=settin's and cannot be undone!
createWorld.customize.custom.confirmTitle=ARRR!!
createWorld.customize.custom.coordinateScale=Coordinate Scale
createWorld.customize.custom.count=Port Attempts
createWorld.customize.custom.defaults=Standerds
createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent
createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X
createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z
createWorld.customize.custom.dungeonChance=Forbidden room count
createWorld.customize.custom.fixedBiome=Land
createWorld.customize.custom.heightScale=Height Scale
createWorld.customize.custom.lavaLakeChance=Burnin-Pond Chances
createWorld.customize.custom.lowerLimitScale=Lower Limit Scale
createWorld.customize.custom.mainNoiseScaleX=flag
createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y
createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z
createWorld.customize.custom.maxHeight=Max. Height
createWorld.customize.custom.minHeight=Min. Height
createWorld.customize.custom.next=Ger' forward a bit
createWorld.customize.custom.page0=Easy settings
createWorld.customize.custom.page1=Booty methods
createWorld.customize.custom.page2=ARRRR!! Good Pirates Only!
createWorld.customize.custom.page3=Real confusin' stuff (only if yer' a wizard!)
createWorld.customize.custom.preset.caveChaos=Caves o' Chaos
createWorld.customize.custom.preset.caveDelight=Miners' Delight
createWorld.customize.custom.preset.drought=Drought
createWorld.customize.custom.preset.goodLuck=Wish ye' luck
createWorld.customize.custom.preset.isleLand=Floatin' islands
createWorld.customize.custom.preset.mountains=Sea o' Mountains
createWorld.customize.custom.preset.waterWorld=Ye' Infinite Ocean
createWorld.customize.custom.presets=Yer' sets
createWorld.customize.custom.presets.title=Customize yer' sets
createWorld.customize.custom.prev=Ger' back a bit
createWorld.customize.custom.randomize=Make random
createWorld.customize.custom.riverSize=Small Sea Size
createWorld.customize.custom.seaLevel=Height o' the sea
createWorld.customize.custom.size=Port Scale
createWorld.customize.custom.spread=Spread Height
createWorld.customize.custom.stretchY=Height Stretch
createWorld.customize.custom.upperLimitScale=Upper Limit Scale
createWorld.customize.custom.useCaves=Caves
createWorld.customize.custom.useDungeons=Forbidden rooms
createWorld.customize.custom.useLavaLakes=Hell-holes
createWorld.customize.custom.useLavaOceans=Hellish oceans
createWorld.customize.custom.useMineShafts=Miner's travel
createWorld.customize.custom.useMonuments=Ye' olde' monuments
createWorld.customize.custom.useRavines=Caves down to Davy Jone's locker
createWorld.customize.custom.useStrongholds=The End rooms
createWorld.customize.custom.useTemples=Ye' olde' temples
createWorld.customize.custom.useVillages=Landlubbers' territory
createWorld.customize.custom.useWaterLakes=Lakes
createWorld.customize.custom.waterLakeChance=Small-Sea Chances
createWorld.customize.flat.addLayer=More pebbles
createWorld.customize.flat.editLayer=Change pebbles
createWorld.customize.flat.height=Height
createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=Core - %s
createWorld.customize.flat.layer.top=Ground - %s
createWorld.customize.flat.removeLayer=No need for these pebbles!
createWorld.customize.flat.tile=What's yer layer made of?
createWorld.customize.flat.title=Treasure Map Drafting
createWorld.customize.presets=Discovered seas
createWorld.customize.presets.list=Here's th' coordinates of seas yer pirate mateys have written!
createWorld.customize.presets.select=Use Sea
createWorld.customize.presets.share=Want ta tell yer tales about yer sea with th' other pirates? Write down yer coordinates below!
createWorld.customize.presets.title=Choose 'n explored sea
death.attack.anvil=%1$s be flattened by a fallin' Slab o'fixing
death.attack.arrow=%1$s was shot into pieces by %2$s
death.attack.arrow.item=%1$s was shot by Pirate %2$s usin' their %3$s
death.attack.cactus=Pirate %1$s was fighting with a cactus and the cactus won
death.attack.cactus.player=%1$s ran in green desertspikes while tryin' to escape Pirate %2$s
death.attack.drown=%1$s sank to the bottom of the sea
death.attack.drown.player=%1$s drowned tryin' erstwhile to escape %2$s
death.attack.explosion=%1$s was playin' with explosives and was blown up into a quadrillion pieces
death.attack.explosion.player=%1$s was exploded by Pirate %2$s
death.attack.fall=%1$s tried to kiss da bottem of a cliff
death.attack.fallingBlock=%1$s got crushed under a doubleslab
death.attack.fireball=%1$s was hit by %2$s's fireball
death.attack.fireball.item=%1$s was hit by %2$s's fireball usin' a %3$s
death.attack.generic=%1$s was plundered to death
death.attack.inFire=%1$s got toasted
death.attack.inFire.player=%1$s fell in fire while fighting against Pirate %2$s
death.attack.inWall=%1$s was stuck in a wall and died
death.attack.indirectMagic=%1$s was brought to hell by %2$s's magical stuff
death.attack.indirectMagic.item=%1$s was slaughtered by %2$s usin' %3$s
death.attack.lava=%1$s took a too hot bath
death.attack.lava.player=%1$s took too hot a bath while running for the %2$s
death.attack.lightningBolt=%1$s was struck be' the gods
death.attack.magic=%1$s was playin' with magic stuff
death.attack.mob=%1$s was cut in half by %2$s
death.attack.onFire=%1$s got too hot and melted into ashes
death.attack.onFire.player=%1$s got too hot and melted into ashes while fighting Pirate %2$s
death.attack.outOfWorld=%1$s fell a little too far
death.attack.player=%1$s battled %2$s and lost da fight
death.attack.player.item=%1$s battled %2$s and got knocked out with yer' %3$s
death.attack.starve=%1$s lock de' mouth from mouthfuel
death.attack.thorns=%1$s was slaughtered while tryin' to fight %2$s
death.attack.thrown=%1$s was pummeled to pieces by %2$s
death.attack.thrown.item=%1$s was pummeled by %2$s usin' %3$s
death.attack.wither=%1$s was fightin' with a boss
death.fell.accident.generic=%1$s fell from the crow's nest
death.fell.accident.ladder=%1$s fell of the crow's nest
death.fell.accident.vines=%1$s fell out off the crows nest
death.fell.accident.water=%1$s must walk the Planks
death.fell.assist=%1$s got pushed by a scurvy dog, %2$s
death.fell.assist.item=%1$s was forced to fall by %2$s usin' %3$s
death.fell.finish=%1$s fell t' far and was finished by %2$s
death.fell.finish.item=%1$s fell t' far and was finished by %2$s using %3$s
death.fell.killer=%1$s stumbled off ye plank
deathScreen.deleteWorld=Leave yer teasure
deathScreen.hardcoreInfo=Yer trapped in Davy Jones' Locker!
deathScreen.leaveServer=Abandon ship
deathScreen.quit.confirm=Are ye prepared to exit the shipyard?
deathScreen.respawn=Rejoin yer crew
deathScreen.score=Tally
deathScreen.title=Ye be claimed by Davy Jones!
deathScreen.title.hardcore=Yer ship be sunk!
deathScreen.titleScreen=Back to port
demo.day.1=This here demo be lastin' five game days, do yer worst!
demo.day.2=Day Two, Arrrr!
demo.day.3=It be Day Three
demo.day.4=Sun Four
demo.day.5=This be yer last day!
demo.day.6=Ye be passed yer fifth day, use f2 ta grab a record o' yer creation
demo.day.warning=Yer hourglass is runnin' low!
demo.demoExpired=Ye time's up fo' ye demo, lad!
demo.help.buy=Pay up ye gold dabloons!
demo.help.fullWrapped=Dis here short game be lastin' 5 game suns and moons. (1 hour 40 minutes of ye real time). Gander at ye' 'chiev'ments fo' ye clues! Avast!
demo.help.inventory=Use %1$s to look at yer swag
demo.help.jump=Make leaps an' bounds by pressin' %1$s
demo.help.later=Keep plundering!
demo.help.movement=Use %1$s, %2$s, %3$s, %4$s an' the mouse ta navigate
demo.help.movementMouse=Scram around using da mouse!
demo.help.movementShort=Explore ye land by using %1$s, %2$s, %3$s, %4$s
demo.help.title=Minecraft: Ye Short Game
demo.remainingTime=Time ye hav' left: %s
demo.reminder=Yer voyage has come to a bitter end. Hire another captain or charter a new ship!
difficulty.lock.question=Are ye' sure you wanta' do this? These seas will forever a' be %1$s, and ye' can't do anythin' to change it back!
difficulty.lock.title=Lock yer' hardness
disconnect.closed=Ya' been kicked out'a yar ship!
disconnect.disconnected=Marooned
disconnect.endOfStream=Ye passed out
disconnect.genericReason=%s
disconnect.kicked=Walked the plank
disconnect.loginFailed=Failed to dock
disconnect.loginFailedInfo=Failed to dock: %s
disconnect.loginFailedInfo.invalidSession=Somethin' be wrong! Try re-boardin' yer ship.
disconnect.loginFailedInfo.serversUnavailable=Ship be needing fixin'
disconnect.lost=Lost yer coordinates
disconnect.overflow=Yer ship needs an upgrade
disconnect.quitting=Leavin' port
disconnect.spam=Yer chatter be inter'ferin'
disconnect.timeout=Time to be hirin' a new navigator
enchantment.arrowDamage=Vigour
enchantment.arrowFire=Ember
enchantment.arrowInfinite=Arrow o' plenty
enchantment.arrowKnockback=Cannonball knockback
enchantment.damage.all=Scarring
enchantment.damage.arthropods=Critter Cutter
enchantment.damage.undead=Vanquish
enchantment.digging=Usefulness
enchantment.durability=Tough
enchantment.fire=Embered cutlass
enchantment.fishingSpeed=Stronger Bait
enchantment.knockback=Knockaft
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
enchantment.lootBonus=Lootin'
enchantment.lootBonusDigger=Booty
enchantment.lootBonusFishing=Luck o' yer sea
enchantment.oxygen=Fish-breathin'
enchantment.protect.all=Blockades
enchantment.protect.explosion=Cannon-proof
enchantment.protect.fall=Wind in Yer Britches
enchantment.protect.fire=Blockades of Flame
enchantment.protect.projectile=Blunderbuss Busting
enchantment.thorns=Spikes
enchantment.untouching=Soft Hands
enchantment.waterWalker=Mermaid Legs
enchantment.waterWorker=Rudder Lover
entity.ArmorStand.name=Stand for me pretties
entity.Arrow.name=bolt
entity.Bat.name=Hoverin' Beast
entity.Blaze.name=Blisterin' Blaze
entity.Boat.name=Vessel
entity.Cat.name=Parrot killer
entity.CaveSpider.name=Cave Horror
entity.Chicken.name=Fowl
entity.Cow.name=Bovine
entity.Creeper.name=Ye explodin' mate
entity.EnderDragon.name=The Flyin' Dutchman
entity.Enderman.name=Ye Tall Mate
entity.Endermite.name=Maggot
entity.EntityHorse.name=Brumby
entity.FallingSand.name=Unstable deck
entity.Fireball.name=Cannonball
entity.Ghast.name=Floatin' Ghost
entity.Giant.name=Ten-fathoms-tall man
entity.Guardian.name=Sea Lurker
entity.Item.name=Booty
entity.KillerBunny.name=Em, Killer Bunny
entity.LavaSlime.name=Chunk o' Magma
entity.Minecart.name=Land lubber's boat
entity.Mob.name=Stowaway
entity.Monster.name=Beast
entity.MushroomCow.name=Moo o'shroom
entity.Ozelot.name=Cat o' Jungles
entity.Painting.name=Paintin'
entity.Pig.name=Swine
entity.PigZombie.name=Undead Swine
entity.PrimedTnt.name=Powder Keg
entity.Rabbit.name=Hoppin' Food
entity.Sheep.name=Creature o' Cloth
entity.Silverfish.name=Bilge Rat
entity.Skeleton.name=Bag o' Bones
entity.Slime.name=Cube o' Slime
entity.SmallFireball.name=Small Cannonball
entity.SnowMan.name=Golem o' Snow
entity.Snowball.name=Ball 'o' Snow
entity.Spider.name=Night Bug
entity.Squid.name=Kraken
entity.Villager.armor=smith
entity.Villager.butcher=meat chopper
entity.Villager.cleric=priest
entity.Villager.farmer=dirt digging landlubber
entity.Villager.fisherman=seaman
entity.Villager.fletcher=bowmaker
entity.Villager.leather=clothesmaker
entity.Villager.librarian=bookworm
entity.Villager.name=Landlubber
entity.Villager.shepherd=sheep herder
entity.Villager.tool=smith
entity.Villager.weapon=gunsmith
entity.VillagerGolem.name=Golem o' Iron
entity.Witch.name=Wizard
entity.WitherBoss.name=Rot
entity.Wolf.name=Hound
entity.XPOrb.name=Ball 'o' Experience
entity.Zombie.name=Undead Sailor
entity.donkey.name=Furrey Cargo
entity.generic.name=Arr?
entity.horse.name=Brumby
entity.mule.name=Furry Cargo
entity.skeletonhorse.name=Skeletal Brumby
entity.zombiehorse.name=Undead Brumby
gameMode.adventure=Plunderin' Forbid
gameMode.changed=Yar livin' mode has been changed
gameMode.creative=Build yer ship fer nuthin'
gameMode.hardcore=No Lifeboats!
gameMode.spectator=Wuss mode
gameMode.survival=Swashbuckler
generator.amplified=RAISED SEAS
generator.amplified.info=You need a big boat for this
generator.customized=Made Yer' Own
generator.debug_all_block_states=Wizerd Mode
generator.default=Seas n' mountains!
generator.flat=Fla'r than the sea
generator.largeBiomes=Big seas
gui.achievements=Logged Ports
gui.all=Alls
gui.back=Starboard bow
gui.cancel=Avast
gui.done=Plundered
gui.down=Downwards
gui.no=Nay
gui.none=Cookie
gui.stats=Ship's Manifest
gui.toMenu=Back ta deck
gui.up=Skywards
gui.yes=Aye
inventory.binSlot=Pillage Item
item.apple.name=Scurvy's Cure
item.appleGold.name=Eden's Apple
item.armorStand.name=Stand for me pretties
item.arrow.name=Bolt
item.banner.black.name=Black Flag
item.banner.blue.name=Blue Flag
item.banner.brown.name=Brown Flag
item.banner.cyan.name=Cyan Flag
item.banner.gray.name=Grey Flag
item.banner.green.name=Green Flag
item.banner.lightBlue.name=Light Blue Flag
item.banner.lime.name=Lime Flag
item.banner.magenta.name=Magenta Flag
item.banner.mojang.black=Black Thingy
item.banner.mojang.blue=Blue Thingy
item.banner.mojang.brown=Brown Thingy
item.banner.mojang.cyan=Cyan Thingy
item.banner.mojang.gray=Gray Thingy
item.banner.mojang.green=Green Thingy
item.banner.mojang.lightBlue=Light Blue Thingy
item.banner.mojang.lime=Lime Thingy
item.banner.mojang.magenta=Magenta Thingy
item.banner.mojang.orange=Orange Thingy
item.banner.mojang.pink=Pink Thingy
item.banner.mojang.purple=Purple Thingy
item.banner.mojang.red=Red Thingy
item.banner.mojang.silver=Light Gray Thingy
item.banner.mojang.white=White Thingy
item.banner.mojang.yellow=Yellow Thingy
item.banner.orange.name=Orange Flag
item.banner.pink.name=Pink Flag
item.banner.purple.name=Purple Flag
item.banner.red.name=Red Flag
item.banner.silver.name=Light Grey Flag
item.banner.skull.black=Black Skull n' Crossbones
item.banner.skull.blue=Blue Skull n' Crossbones
item.banner.skull.brown=Brown Skull n' Crossbones
item.banner.skull.cyan=Cyan Skull n' Crossbones
item.banner.skull.gray=Grey Skull n' Crossbones
item.banner.skull.green=Green Skull n' Crossbones
item.banner.skull.lightBlue=Light Blue Skull n' Crossbones
item.banner.skull.lime=Lime Skull n' Crossbones
item.banner.skull.magenta=Magenta Skull n' Crossbones
item.banner.skull.orange=Orange Skull n' Crossbones
item.banner.skull.pink=Pink Skull n' Crossbones
item.banner.skull.purple=Purple Skull n' Crossbones
item.banner.skull.red=Red Skull n' Crossbones
item.banner.skull.silver=Light Grey Skull n' Crossbones
item.banner.skull.white=White Skull n' Crossbones
item.banner.skull.yellow=Yellow Skull n' Crossbones
item.banner.square_bottom_left.black=Black Base Dexter Canton
item.banner.square_bottom_left.blue=Blue Base Dexter Canton
item.banner.square_bottom_left.brown=Brown Base Dexter Canton
item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton
item.banner.square_bottom_left.gray=Gray Base Dexter Canton
item.banner.square_bottom_left.green=Green Base Dexter Canton
item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton
item.banner.square_bottom_left.lime=Lime Base Dexter Canton
item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton
item.banner.square_bottom_left.orange=Orange Base Dexter Canton
item.banner.square_bottom_left.pink=Pink Base Dexter Canton
item.banner.square_bottom_left.purple=Purple Base Dexter Canton
item.banner.square_bottom_left.red=Red Base Dexter Canton
item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton
item.banner.square_bottom_left.white=White Base Dexter Canton
item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton
item.banner.square_bottom_right.black=Black Base Sinister Canton
item.banner.square_bottom_right.blue=Blue Base Sinister Canton
item.banner.square_bottom_right.brown=Brown Base Sinister Canton
item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton
item.banner.square_bottom_right.gray=Gray Base Sinister Canton
item.banner.square_bottom_right.green=Green Base Sinister Canton
item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton
item.banner.square_bottom_right.lime=Lime Base Sinister Canton
item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton
item.banner.square_bottom_right.orange=Orange Base Sinister Canton
item.banner.square_bottom_right.pink=Pink Base Sinister Canton
item.banner.square_bottom_right.purple=Purple Base Sinister Canton
item.banner.square_bottom_right.red=Red Base Sinister Canton
item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton
item.banner.square_bottom_right.white=White Base Sinister Canton
item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton
item.banner.square_top_left.black=Black Chief Dexter Canton
item.banner.square_top_left.blue=Blue Chief Dexter Canton
item.banner.square_top_left.brown=Brown Chief Dexter Canton
item.banner.square_top_left.cyan=Cyan Chief Dexter Canton
item.banner.square_top_left.green=Green Chief Dexter Canton
item.banner.square_top_left.purple=Purple Chief Dexter Canton
item.banner.square_top_left.red=Red Chief Dexter Canton
item.banner.square_top_left.silver=Light Gray Chief Dexter Canton
item.banner.stripe_top.lime=Lime Chief Fess
item.banner.stripe_top.yellow=Yellow Chief Fess
item.banner.white.name=White Flag
item.banner.yellow.name=Yellow Flag
item.bed.name=Bunk
item.beefCooked.name=Beef
item.beefRaw.name=Fresh Beef
item.blazePowder.name=Blisterin' Blaze Powder
item.blazeRod.name=Burnin' stick
item.boat.name=Row Boat
item.bone.name=Limb
item.book.name=Logbook
item.bootsChain.name=Pegleg o' Metal Links
item.bootsCloth.name=Pegleg o' Leather
item.bootsDiamond.name=Bejeweled Pegleg
item.bootsGold.name=Buttershoes
item.bootsIron.name=Pegleg o' Steel
item.bow.name=Musket
item.bowl.name=Nipperkin
item.bread.name=Hard Tack
item.brewingStand.name=Still
item.brick.name=Clay Brick
item.bucket.name=Pail
item.bucketLava.name=Bucket o' Molten Rock
item.bucketWater.name=Pail o' Bilge
item.cake.name=Duff
item.canBreak=Can break:
item.canPlace=Can be placed on:
item.carrotGolden.name=Carrot o' Gold
item.carrotOnAStick.name=Stick o' Carrot
item.carrots.name=Orange Veggy
item.cauldron.name=Pot
item.charcoal.name=Burnt Timber
item.chestplateChain.name=Chestplate o' Metal Links
item.chestplateCloth.name=Leather Jacket
item.chestplateDiamond.name=Bejeweled Chestplate
item.chestplateGold.name=Chestplate o' gold
item.chestplateIron.name=Chestplate o' Steel
item.chickenCooked.name=Drumstick
item.chickenRaw.name=Fresh Poultry
item.clay.name=Stuff o' Shapin'
item.clock.name=Hourglass
item.coal.name=Heater
item.comparator.name=Magic counterinatorrr
item.compass.name=Sextant
item.cookie.name=Biscuit
item.diamond.name=Wealth o' the Ocean
item.diode.name=Magic Repeatarrr
item.doorAcacia.name=Door o' Acacia
item.doorBirch.name=Birch Door
item.doorDarkOak.name=Door er, Dark Oak
item.doorIron.name=Steel Door
item.doorJungle.name=Door o' Jungle Wood
item.doorOak.name=Oak Door
item.doorSpruce.name=Spruce Door
item.dyePowder.black.name=Kraken's Paint
item.dyePowder.blue.name=Paint o' the ocean
item.dyePowder.brown.name=Beans o' Cacao
item.dyePowder.cyan.name=Dye o' Cyan
item.dyePowder.gray.name=Dye o' Fog
item.dyePowder.green.name=Green o' Cactus
item.dyePowder.lightBlue.name=Blue Dye o' the Sky
item.dyePowder.lime.name=Dye o' Limes
item.dyePowder.magenta.name=Dye o' Magenta
item.dyePowder.orange.name=Dye o' Oranges
item.dyePowder.pink.name=Dye o' Pink
item.dyePowder.purple.name=Dye o' the Evening
item.dyePowder.red.name=Scarlet o' Roses
item.dyePowder.silver.name=Dye o' Mist
item.dyePowder.white.name=Mashed Bones
item.dyePowder.yellow.name=Yellow o' Dandelion
item.dyed=Colorrred
item.egg.name=Cackle Fruit
item.emerald.name=Gem o' the Seasick sailor's vomit
item.emptyMap.name=Em'ty Treasure Map
item.emptyPotion.name=Bottle o' Water
item.enchantedBook.name=Magic book
item.enderPearl.name=Tall man's Treasure
item.expBottle.name=Elder Rum
item.eyeOfEnder.name=Eye 'o' The Tall One
item.feather.name=Plunder o' ye fowl
item.fermentedSpiderEye.name=Boiled Spider Aye-ball
item.fireball.name=Cannonball
item.fireworks.flight=Flight Duration:
item.fireworks.name=Bomb o' Shinyness
item.fireworksCharge.black=Black
item.fireworksCharge.blue=Blue
item.fireworksCharge.brown=Brown
item.fireworksCharge.customColor=Me own
item.fireworksCharge.cyan=Cyan
item.fireworksCharge.fadeTo=Fade to
item.fireworksCharge.flicker=Mini bomb
item.fireworksCharge.gray=Gray
item.fireworksCharge.green=Green
item.fireworksCharge.lightBlue=Light Blue
item.fireworksCharge.lime=Lime
item.fireworksCharge.magenta=Magenta
item.fireworksCharge.name=Bomb star
item.fireworksCharge.orange=Orange
item.fireworksCharge.pink=Pink
item.fireworksCharge.purple=Purple
item.fireworksCharge.red=Red
item.fireworksCharge.silver=Light Gray
item.fireworksCharge.trail=Ship's wake
item.fireworksCharge.type=ghosty Shape
item.fireworksCharge.type.0=Small ball
item.fireworksCharge.type.1=Large Ball
item.fireworksCharge.type.2=Star-shaped
item.fireworksCharge.type.3=Blown face shape
item.fireworksCharge.type.4=Wrath
item.fireworksCharge.white=White
item.fireworksCharge.yellow=Yellow
item.fish.clownfish.raw.name=Tinyfish
item.fish.cod.cooked.name=Smoked Kipper
item.fish.cod.raw.name=Raw Kipper
item.fish.pufferfish.raw.name=Raw evil fish
item.fish.salmon.cooked.name=Burnt down yer' Salmon
item.fish.salmon.raw.name=Non-burnt Salmon
item.fishingRod.name=Rod o' Fishin'
item.flint.name=Pointy Rock
item.flintAndSteel.name=Ship's Bane
item.flowerPot.name=Dirt Vase
item.frame.name=Treasarrrr Map
item.ghastTear.name=Tear o' tha Floatin' Ghost
item.glassBottle.name=Empty bottle o' rum
item.goldNugget.name=Gold Doubloon
item.hatchetDiamond.name=Bejeweled Hatchet
item.hatchetGold.name=Hatchet o' Gold
item.hatchetIron.name=Hatchet o' Steel
item.hatchetStone.name=Hatchet o' Rock
item.hatchetWood.name=Axe o' timber
item.helmetChain.name=Helmet o' Metal Links
item.helmetCloth.name=Leather Bandana
item.helmetDiamond.name=Bejeweled Helmet
item.helmetGold.name=Helmet o' Gold
item.helmetIron.name=Noggin Pot
item.hoeDiamond.name=Shiny Farmin' Stick
item.hoeGold.name=Gold'n Farmin' Stick
item.hoeIron.name=Hoe o' Steel
item.hoeStone.name=Hoe o' Rock
item.hoeWood.name=Timber Farmin' Stick
item.horsearmordiamond.name=Bejeweled Brumby Armor
item.horsearmorgold.name=Brumby Armor o' Gold
item.horsearmormetal.name=Brumby Armor o' Steel
item.ingotGold.name=Gold Bullion
item.ingotIron.name=Iron Bullion
item.leash.name=Rope o' pullin
item.leather.name=Skin o' cow
item.leaves.name=Leaves
item.leggingsChain.name=Greaves o' Metal Links
item.leggingsCloth.name=Breeches o' leather
item.leggingsDiamond.name=Bejeweled Greaves
item.leggingsGold.name=Greaves o' Gold
item.leggingsIron.name=Greaves o' Steel
item.magmaCream.name=Flamin' Cream
item.map.name=Treasure Map
item.melon.name=Watermelon
item.milk.name=Cow's Juice
item.minecart.name=Landlubber's Boat
item.minecartChest.name=Coffer in a Land lubber's boat
item.minecartCommandBlock.name=Captain's Block in a Landlubber's Boat
item.minecartFurnace.name=Oven in a Land lubber's boat
item.minecartHopper.name=Suckin' Device in a Land lubber's boat
item.minecartTnt.name=Minecart with cannon balls
item.monsterPlacer.name=Whirlpool
item.mushroomStew.name='Shroom Goulash
item.muttonCooked.name=Cooked Mutton
item.muttonRaw.name=Raw Mutton
item.nameTag.name=Name yer mate
item.netherStalkSeeds.name=Wart o' the Devil
item.netherStar.name=Star o' Hell
item.netherbrick.name=Devil's Brick
item.netherquartz.name=Shinin' devil's rock
item.painting.name=Arrrrrrt
item.paper.name=Parchment
item.pickaxeDiamond.name=Bejeweled Pickaxe
item.pickaxeGold.name=Pickaxe o' Gold
item.pickaxeIron.name=Pickaxe o' Steel
item.pickaxeStone.name=Pickaxe o' Stone
item.pickaxeWood.name=Pickaxe o' Timber
item.porkchopCooked.name=Cooked Swine
item.porkchopRaw.name=Fresh Pig Meat
item.potato.name=Tater
item.potatoBaked.name=Cooked Tater
item.potatoPoisonous.name=Deadly Tater
item.potion.name=Rum
item.prismarineCrystals.name=Crystals o' Pirate Gold
item.prismarineShard.name=Shard o' Pirate Gold
item.pumpkinPie.name=Roasted Gourd
item.rabbitCooked.name=Cooked Rabbit
item.rabbitFoot.name=Rabbit's Foot
item.rabbitHide.name=Rabbit Hide
item.rabbitRaw.name=Raw Rabbit
item.rabbitStew.name=Rabbit Stew
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.name=Shanty
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=Magic Powder
item.reeds.name=Sweet Reeds
item.rottenFlesh.name=Putrid Rations
item.ruby.name=Piece o' eight
item.saddle.name=Pork rider
item.seeds.name=Growin' sands
item.seeds_melon.name=Seeds o' tha Melons'
item.seeds_pumpkin.name=Seeds o' tha Gourd Squashes
item.shears.name=Cutters
item.shovelDiamond.name=Bejeweled Shovel
item.shovelGold.name=Shovel o' Gold
item.shovelIron.name=Shovel o' Steel
item.shovelStone.name=Spade o' Rock
item.shovelWood.name=Shovel o' Timber
item.sign.name=Plate fulla letters
item.skull.char.name=Skull
item.skull.creeper.name=Creeparr Skull
item.skull.player.name=%s's Skull
item.skull.skeleton.name=Skull o' the Bag o' Bones
item.skull.wither.name=Skull o' the Corrupted Bag o' Bones
item.skull.zombie.name=Corpse Skull
item.slimeball.name=Ball o' Slime
item.snowball.name=Ball 'o' Slush
item.speckledMelon.name=Fruity Booty
item.spiderEye.name=Spider Eyeball
item.stick.name=Piece o' timber
item.string.name=Cheap Rope
item.sugar.name=Sugarrr
item.sulphur.name=Black Powder
item.swordDiamond.name=Bejewelled Cutlass
item.swordGold.name=Cutlass o' gold
item.swordIron.name=Cutlass o' Steel
item.swordStone.name=Cutlass o' Rock
item.swordWood.name=Timber Cutlass
item.unbreakable=Nev'r Breakin'
item.wheat.name=Hops
item.writingBook.name=Captain's Log
item.writtenBook.name=Crew's Journal
item.yellowDust.name=Lightgem Dust
itemGroup.brewing=Distilling
itemGroup.buildingBlocks=Yer' Construction Blocks
itemGroup.combat=Weapons
itemGroup.decorations=Beauty Blocks
itemGroup.food=Grub
itemGroup.inventory=Swashbuckler Swag
itemGroup.materials=Loot
itemGroup.misc=Others, mate
itemGroup.redstone=Magic Powder
itemGroup.search=Search
itemGroup.tools=Handy Objects
itemGroup.transportation=Fancy Travel
key.attack=throw 'em overboard
key.back=Hop Behind
key.categories.gameplay=Yer ships Controls
key.categories.inventory=Loot Bag
key.categories.misc=No need yer' blocks
key.categories.movement=Wobbling
key.categories.multiplayer=Play with yer mates
key.categories.stream=Streamin'
key.categories.ui=Inside o' t' chests and furnaces
key.chat=Open thar Chat
key.command=Open Yer Foul Sailing
key.drop=Drop yer loot
key.forward=Hop Ahead
key.fullscreen=Toggle Whole Screen
key.hotbar.1=Item Usin' Space 1
key.hotbar.2=Item Usin' Space 2
key.hotbar.3=Item Usin' Space 3
key.hotbar.4=Item Usin' Space 4
key.hotbar.5=Item Usin' Space 5
key.hotbar.6=Item Usin' Space 6
key.hotbar.7=Item Usin' Space 7
key.hotbar.8=Item Usin' Space 8
key.hotbar.9=Item Usin' Space 9
key.inventory=Swag
key.jump=Leap
key.left=Port
key.mouseButton=Finger %1$s
key.pickItem=Choose yer chunk
key.playerlist=Show Manifest
key.right=Starboard
key.screenshot=Take Yerself a Picture
key.smoothCamera=Toggle tha Cinematic Camera
key.sneak=Creep
key.spectatorOutlines=Show 'em sailors (yellowbellys)
key.sprint=RAMMING SPEED
key.streamCommercial=Give yerself a break
key.streamPauseUnpause=Pause/Unpause telling yer stories
key.streamStartStop=Start/Stop telling yer stories
key.streamToggleMic="Talk/Muffle ye mate"
key.togglePerspective=Change yer Perspective
key.use=Yer Building Butoon
lanServer.otherPlayers=Yer Mateys Preference
lanServer.scanning=Searching fer ye mateys
lanServer.start=Make a private swimmin' hole
lanServer.title=Local Waters
language.code=en_PT
language.name=Pirate Speak
language.region=PIRATE
mcoServer.title=Minecraft Online Land
menu.convertingLevel=Rewriting yer' map
menu.disconnect=Abandon Ship
menu.game=Battle Menu
menu.generatingLevel=Creatin yer own swimmin' hole
menu.generatingTerrain=Buildin' yer grubby land
menu.loadingLevel=Mapping yer' voyage
menu.multiplayer=Play with yer mates
menu.online=Play with yer mates without the work
menu.options=Methods...
menu.playdemo=Test yer sea
menu.quit=Belay ye Adventure
menu.resetdemo=Destroy yer test sea
menu.respawning=Cheatin' Davy Jones
menu.returnToGame=Return ta the fight
menu.returnToMenu=Mark Yer Chart and Abandon Ship
menu.shareToLan=Open to ye bunkmates
menu.simulating=Catching tha wind in tha sails
menu.singleplayer=Lonely Voyage
menu.switchingLevel=Enterin new waters
merchant.deprecated=Trade somethin' else to unlock!
mount.onboard=Y'arr, %1$s to get 'ff
multiplayer.connect=Visit
multiplayer.downloadingStats=Gettin' the Stats & Achievements
multiplayer.downloadingTerrain=Washing spectacles
multiplayer.info1=Minecraft Multiplayarrr be not complete, but thar
multiplayer.info2=be some buggy early trials happenin'.
multiplayer.ipinfo=Write down the coordinates of yer crew to visit 'em:
multiplayer.player.joined=%s joined t' game
multiplayer.player.joined.renamed=%s (was called as %s) walked the plank
multiplayer.player.left=%s bailed ship
multiplayer.stopSleeping=Get on deck!
multiplayer.texturePrompt.line1=This server recommends t' use o' a custom resource pack.
multiplayer.texturePrompt.line2=Do ye want to apply the changes to yer vessel?
multiplayer.title=Sail the Seven Seas
options.advancedButton=Spyglass Adjustments for Salty Dogs...
options.advancedOpengl=Bett'r OpenGL
options.advancedVideoTitle=Spyglass Adjustments for Salty Dogs
options.anaglyph=Stereoscope Ho!
options.ao=Smooth Lightin'
options.ao.max=The chest be overflowing
options.ao.min=The chest be bare
options.ao.off=NAY
options.blockAlternatives=Change yer blocks
options.chat.color=Colors
options.chat.height.focused=A clear height
options.chat.height.unfocused=A not so clear height
options.chat.links=Web Links
options.chat.links.prompt=Prompt on Plankwalks
options.chat.opacity=Visibility
options.chat.scale=Somethin' that measures
options.chat.title=Parlay Methods...
options.chat.visibility=Chat
options.chat.visibility.full=Shown
options.chat.visibility.hidden=Not seein'
options.chat.visibility.system=Orders Only
options.chat.width=Yer side to side measurement
options.controls=The Wheel...
options.customizeTitle=Customize yer seas
options.difficulty=Level 'o Dangerrrrous
options.difficulty.easy=Deckswabber
options.difficulty.hard=True Pirate
options.difficulty.hardcore=Harrrdcore
options.difficulty.normal=RegulARRRR
options.difficulty.peaceful=Smooth sailin'
options.farWarning1=A '64-bit' mast installation be better, matey
options.farWarning2=fer climbin' to tha top o' tha mast (ye be havin' 32 bottles)
options.fboEnable=Allow FBs
options.forceUnicodeFont=Command Unicode Font
options.fov=Drunkness
options.fov.max=By The Beard Of Captain Morgan!
options.fov.min=Like when born
options.framerateLimit=Shutter Yer Peepers
options.framerateLimit.max=No Shutters
options.fullscreen=Biggarrr View
options.gamma=Sunshinin'
options.gamma.max=Need a second eyepatch
options.gamma.min=Eyepatch Dark
options.graphics=Savvy Sights
options.graphics.fancy=Dashing
options.graphics.fast=Quick
options.guiScale=Size o' yer eyepatch
options.guiScale.auto=By magic
options.guiScale.large=Vast
options.guiScale.normal=AvARRRage
options.guiScale.small=Small'r
options.hidden=Buried
options.invertMouse=Flip ye wheel
options.language=Lingo...
options.languageWarning=Arrr, pirates baint talkin' like ye scurvy landlubbers!
options.mipmapLevels=Levels o' Mipmap
options.modelPart.cape=Mantle
options.modelPart.hat=Captain's hat
options.modelPart.jacket=Coat
options.modelPart.left_pants_leg=Left Pants Leg
options.modelPart.left_sleeve=Left Sleeve
options.modelPart.right_pants_leg=Right Pants Leg
options.modelPart.right_sleeve=Right Sleeve
options.multiplayer.title=Crew Thin's...
options.music=Shanties
options.off=NAY
options.on=AYE
options.particles=Bits An' Pieces
options.particles.all=All
options.particles.decreased=Not so much
options.particles.minimal=BARRely
options.performanceButton=Spyglass Behavior Adjustments...
options.performanceVideoTitle=Spyglass Cost Adjustments
options.postButton=Magic Spyglass Adjustments...
options.postProcessEnable=Allow ye Magic Spyglasses
options.postVideoTitle=Magic Spyglass Adjustments
options.qualityButton=Spyglass Workmanship Adjustments...
options.qualityVideoTitle=Spyglass Workmanship Adjustments
options.reducedDebugInfo=Reduced Debug Stuff
options.renderClouds=Sun Cov'r
options.renderDistance=Height o' t'Mast
options.renderDistance.far=Top 'o' tha mast
options.renderDistance.normal=Half Mast
options.renderDistance.short=Quarter Mast
options.renderDistance.tiny=Bottom 'o' tha mast
options.resourcepack=Look o' ye Lands..
options.saturation=Intensity
options.sensitivity=Mouse Drunkedness
options.sensitivity.max=ARRRRRRRR!!!
options.sensitivity.min=Too slow, matey
options.skinCustomisation=Customize yer clothes...
options.skinCustomisation.title=Customize yer clothes
options.snooper=Allow spies on ye ship
options.snooper.desc=We want to learn about your ship to improve your sail by knowing what ship it is and what problems it has. The captain's identity is kept secret and info can be seen below. We won't wreck your ship, but if you don't want us here then make us walk the plank!
options.snooper.title=Ship Specs Recordin'
options.snooper.view=rules for tharr spies
options.sound=Ocean Breeze
options.sounds=Sea Shanties & Noises
options.sounds.title=Sea Shanties & Noise Options
options.stream=Broadcast Settin's...
options.stream.bytesPerPixel=Quality
options.stream.changes=Arrg! Teh stream be need'in restarrrrtin' for changes to be made.
options.stream.chat.enabled=Set sail
options.stream.chat.enabled.always=All tha Time
options.stream.chat.enabled.never=Nev'r
options.stream.chat.enabled.streaming=Dur'in teh stream
options.stream.chat.title=Twitch Talk Sett'ins
options.stream.chat.userFilter=Userrrr filterrrr
options.stream.chat.userFilter.all=All Pirates
options.stream.chat.userFilter.mods=Captains
options.stream.chat.userFilter.subs=Privateers
options.stream.compression=Squish'in
options.stream.compression.high=Big
options.stream.compression.low=Small
options.stream.compression.medium=Medium
options.stream.estimation=Estimated resolution: %sx%s
options.stream.fps=Knots
options.stream.ingest.reset=Reset prrreferrrrence
options.stream.ingest.title=Twitch Broadcast Serrrverrrrs
options.stream.ingestSelection=List o' Broadcast Servers
options.stream.kbps=Speed
options.stream.micToggleBehavior=Push To
options.stream.micVolumne=Mic Volume
options.stream.mic_toggle.mute=Mute
options.stream.mic_toggle.talk=Speak
options.stream.sendMetadata=Send vessel information
options.stream.systemVolume=System Noice
options.stream.title=Twitch Broadcast Settin's
options.title=Methods
options.touchscreen=getthescreendirty mode
options.vbo=Use VBOs
options.video=Change yer Spectacles...
options.videoTitle=Spectacles
options.viewBobbing=Peg-Leg Wobble
options.visible=Dug Up
options.vsync=Use VSink
potion.absorption=Magic Hearts
potion.absorption.postfix=Rum wot gives ye magic hearts
potion.blindness=Double Eye Patch
potion.blindness.postfix=Grog o' ye fog
potion.confusion=Sea Sickness
potion.confusion.postfix=Grog o' Drunkness
potion.damageBoost=Strongman
potion.damageBoost.postfix=Rum
potion.digSlowDown=Looting Restlessness
potion.digSlowDown.postfix=The Slowman's Ale
potion.digSpeed=Looting's Greed
potion.digSpeed.postfix=Grog o' Quick Diggin'
potion.effects.whenDrank=When Plac'd iin 'd block:
potion.empty=Useless
potion.fireResistance=Flame Blockade
potion.fireResistance.postfix=Ale of Flame's Bane
potion.harm=Blast of Pain
potion.harm.postfix=Grog o' Keelhaul
potion.heal=Quick Healin'
potion.heal.postfix=Grog o' Healing
potion.healthBoost=Life saver
potion.healthBoost.postfix=Rum wot life saver
potion.hunger=Seasick
potion.hunger.postfix=Scurvy drink
potion.invisibility=Ghostly
potion.invisibility.postfix=Vanishing Spice
potion.jump=Leap Boost
potion.jump.postfix=Grog o' Jumpin'
potion.moveSlowdown=Fatigue
potion.moveSlowdown.postfix=Grog o' Sloth
potion.moveSpeed=Pegleg Boost
potion.moveSpeed.postfix=Grog o' full sails
potion.nightVision=Cat's Eyes
potion.nightVision.postfix=Grog o' Moonlight
potion.poison=Scurvy
potion.poison.postfix=Poisoned Rum
potion.potency.1=II
potion.potency.2=III
potion.potency.3=IV
potion.prefix.acrid=Filthy
potion.prefix.artless=Ugly
potion.prefix.awkward=Odd
potion.prefix.bland=Lame
potion.prefix.bulky=Heavy
potion.prefix.bungling=Bunglin'
potion.prefix.buttered=Slippery
potion.prefix.charming=Gentlemanly
potion.prefix.clear=Empty
potion.prefix.cordial=Hearty's
potion.prefix.dashing=Dashing
potion.prefix.debonair=Debonair
potion.prefix.diffuse=Clean
potion.prefix.elegant=Bootiful
potion.prefix.fancy=Landlubber
potion.prefix.flat=Tasteless
potion.prefix.foul=Tongue Burnin'
potion.prefix.grenade=Throwin'
potion.prefix.gross=Infernal
potion.prefix.harsh=Painful
potion.prefix.milky=Creamy
potion.prefix.mundane=Useless
potion.prefix.odorless=Cleanly
potion.prefix.potent=Powerful
potion.prefix.rank=Scurvy
potion.prefix.refined=Treasured
potion.prefix.smooth=Uncrumpl'd
potion.prefix.sparkling=Shiny
potion.prefix.stinky=Nose-Clenching
potion.prefix.suave=Suave
potion.prefix.thick=Rummy
potion.prefix.thin=Lightweight
potion.prefix.uninteresting=Lame
potion.regeneration=Rejuvinatin'
potion.regeneration.postfix=Voodoo's Ale
potion.resistance=Strong Man
potion.resistance.postfix=Ale of Blockades
potion.saturation=Bell filled
potion.saturation.postfix=Belly fillin' rum
potion.waterBreathing=Gill Grower
potion.waterBreathing.postfix=Mermaid's Breath
potion.weakness=Laziness' Gift
potion.weakness.postfix=Lilly Livers' Ale
potion.wither=Rot
potion.wither.postfix=Grog of Rot
record.nowPlaying=Now playin': %s
resourcePack.available.title=All yer Picture Packs
resourcePack.folderInfo=(Place resource pack files here)
resourcePack.openFolder=Crack ya resource barrel!
resourcePack.selected.title=Picture Pack's ye got selected
resourcePack.title=Pick a Picture Pack
screenshot.failure=Ye %s Cannot be Stored
screenshot.success=Yer Selfie is saved as %s
selectServer.add=Meet a crew
selectServer.defaultName=A Pirate Crew
selectServer.delete=Destroy
selectServer.deleteButton=Sink
selectServer.deleteQuestion=Be ye sure you wish ta remove this crew?
selectServer.deleteWarning=will be in Davy Jones' locker (fer centuries!)
selectServer.direct=Board a ship directly
selectServer.edit=Scribble
selectServer.empty=nothin' here
selectServer.hiddenAddress=(the captain don't want you to get his coords)
selectServer.refresh=Bring about again
selectServer.select=Join this crew
selectServer.title=Choose yer Crew
selectWorld.allowCommands=Permit Foul Sailing
selectWorld.allowCommands.info=Orders like /gamemode, /xp
selectWorld.bonusItems=Swabbies' Coffer:
selectWorld.cheats=Foul Sailing
selectWorld.conversion=This sea be needin' reshapin'!
selectWorld.create=Shape a new sea
selectWorld.createDemo=Try a sea a moment
selectWorld.customizeType=Draft yer map
selectWorld.delete=Toss Overboard
selectWorld.deleteButton=Toss Overboard
selectWorld.deleteQuestion=Be ye sure ye wish ta burn this map?
selectWorld.deleteWarning=will nev'r be seen again! (Nev'r!)
selectWorld.empty=nothin' here
selectWorld.enterName=Sea Description
selectWorld.enterSeed=Lay o' the land
selectWorld.gameMode=Back to ye old surface!
selectWorld.gameMode.adventure=Plunderin' Forbid
selectWorld.gameMode.adventure.line1=Like yer survivin' mode, but ye blocks cannot
selectWorld.gameMode.adventure.line2=be hoisted anew or pillaged
selectWorld.gameMode.creative=Aimless Sailing
selectWorld.gameMode.creative.line1=All loot, go high 'bove the ship
selectWorld.gameMode.creative.line2=break blocks to bits in just one hit
selectWorld.gameMode.hardcore=Captain
selectWorld.gameMode.hardcore.line1=Same as swashbuckler, get killed means one-way trip to Davy Jones' locker
selectWorld.gameMode.hardcore.line2=difficulty. The captain goes down with the ship.
selectWorld.gameMode.spectator=Yellowbelly
selectWorld.gameMode.spectator.line1=Ye' can look, but don't touch!
selectWorld.gameMode.survival=Swashbuckler
selectWorld.gameMode.survival.line1=Loot, pillage, craft, gain
selectWorld.gameMode.survival.line2=magic, vitality and hunger
selectWorld.hardcoreMode=Harrrdcore:
selectWorld.hardcoreMode.info=Ye go down with the ship if she sinks.
selectWorld.mapFeatures=Set sail for settled lands:
selectWorld.mapFeatures.info=Villages, forbidden lands 'n' more
selectWorld.mapType=Map Type:
selectWorld.mapType.normal=Sailor
selectWorld.moreWorldOptions=Customize yer land...
selectWorld.newWorld=Shape Sea
selectWorld.newWorld.copyOf=Draft of %s
selectWorld.recreate=Draft again
selectWorld.rename=Describe Bett'r
selectWorld.renameButton=Describe Bett'r
selectWorld.renameTitle=Describe yer Sea again
selectWorld.resultFolder=Will be rememb'red here:
selectWorld.seedInfo=Leave blank to set sail for unknown seas
selectWorld.select=Sail this Sea
selectWorld.title=Choose yer port o' call
selectWorld.world=Sea
sign.edit=Write on yer sign
soundCategory.ambient=Climate
soundCategory.block=Load o' Squares
soundCategory.hostile=Scurvy Critters
soundCategory.master=The big ol' Volume Barrrr
soundCategory.music=Sea Shanties
soundCategory.neutral=Friendly Critters
soundCategory.player=Crewmates
soundCategory.record=Playbox/Notebox
soundCategory.weather=Ye storm fronts
stat.animalsBred=Creatures mated
stat.blocksButton=Load o' Squares
stat.boatOneCm=Distance ye Sailed
stat.breakItem=%1$s Wasted
stat.climbOneCm=Distance ye Climbed
stat.craftItem=%1$s Built
stat.crafted=Times Built
stat.createWorld=Seas shaped
stat.crouchOneCm=Distance creepin'
stat.damageDealt=Injuries ye Dealt
stat.damageTaken=Scars Gained
stat.deaths=Trips to Davy Jones Lock'r
stat.depleted=Times chipped away
stat.diveOneCm=Distance ye Dove
stat.drop=Loot Discarded
stat.entityKilledBy=%s murder'd ye %s time(s)
stat.entityKilledBy.none=Ye've ne'er been murder'd by %s
stat.entityKills=Ye murder'd %s %s
stat.entityKills.none=Ye've ne'er murder'd %s
stat.fallOneCm=Distance ye Fell
stat.fishCaught=Meals at hook
stat.flyOneCm=Times o' them birds
stat.generalButton=Commodities
stat.horseOneCm=Distance ye rode yer brumby
stat.itemsButton=Booty
stat.joinMultiplayer=Crews joined
stat.jump=Leaps
stat.junkFished=Stuff ye wish t' throw back
stat.leaveGame=Ships abandoned
stat.loadWorld=Lands replundered
stat.mineBlock=%1$s Looted
stat.minecartOneCm=Length by Landlubber's Boat
stat.mined=Times Looted
stat.mobKills=Beasties Beaten
stat.mobsButton=Anuman
stat.pigOneCm=Distance ye Rode yer Swine
stat.playOneMinute=Time at Sea
stat.playerKills='Scallions Flogged
stat.sprintOneCm=Distance panicking
stat.startGame=Times on deck
stat.swimOneCm=Distance ye Swam
stat.talkedToVillager=Talked to landlubbers
stat.timeSinceDeath=Time since ye' last incident
stat.tradedWithVillager=traded with landlubber
stat.treasureFished=Treasure 'borrowed' from t' sea
stat.useItem=%1$s Put to Work
stat.used=Times put to work
stat.walkOneCm=Distance as landlubber
stats.tooltip.type.achievement=Daring Deed
stats.tooltip.type.statistic=Ship's Manifest Entry
stream.confirm_start=Arrrr ye sure ye be wantin' to broadcast?
stream.unavailable.account_not_bound=Me hearties, before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now?
stream.unavailable.account_not_bound.okay="Link ye ships."
stream.unavailable.account_not_migrated=Me hearties, before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now?
stream.unavailable.account_not_migrated.okay="Migrate to ye next island"
stream.unavailable.failed_auth=Avast! Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account.
stream.unavailable.failed_auth.okay=Rebind Acco
stream.unavailable.failed_auth_error=Shiver me timbers! Unable to authenticate to Twitch. Please try again later.
stream.unavailable.initialization_failure=Shiver me timbers! Unable to initialize the Twitch SDK.
stream.unavailable.initialization_failure.extra=(Reason: %s)
stream.unavailable.library_arch_mismatch="T' custom ship, a fine version of the vessel named Java, used t' set sail to Minecraft has a different sail than t' one used t' run t' ship. Please make aye these be t' same, either 32-bit or 64-bit for both."
stream.unavailable.library_failure=Sink me! Unable to load the libraries needed for the integrated Twitch broadcasting service.
stream.unavailable.no_fbo=Sink me! Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting.
stream.unavailable.no_fbo.arb=Sea dog, our Framebuffer object support via ARB is: %s
stream.unavailable.no_fbo.blend=Sea dog, we are using separate blending support via EXT is: %s
stream.unavailable.no_fbo.ext=Sea dog, Framebuffer object support via EXT is: %s
stream.unavailable.no_fbo.version=Now yer usin': %s
stream.unavailable.not_supported.mac=Sink me! Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading?
stream.unavailable.not_supported.mac.okay=Upgrade yer vessel
stream.unavailable.not_supported.other=Sink me! Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer)
stream.unavailable.not_supported.windows=Sink me! Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer.
stream.unavailable.report_to_mojang="Report to ye old authorities"
stream.unavailable.soundflower.chat=Shiver me timbers! Soundflower is required to be able to stream on Mac. %s
stream.unavailable.soundflower.chat.link="Please click here t' install it."
stream.unavailable.title="Twitch sailing Unavailable, there's mutiny I tell ya"
stream.unavailable.unknown=Sink me! You cannot broadcast to Twitch at this time. And we don't know why :'(
stream.unavailable.unknown.chat=Shiver me timbers! Could not start streamin': %s
stream.user.mode.administrator=Twitch Captain
stream.user.mode.banned=Yer Overboard, Mate!
stream.user.mode.banned.other=Landlubber on %s's channel
stream.user.mode.banned.self=Landlubber on yer channel
stream.user.mode.broadcaster=Matey
stream.user.mode.broadcaster.other=Matey
stream.user.mode.broadcaster.self=Matey (You!)
stream.user.mode.moderator=Co Captain
stream.user.mode.moderator.other=Bosun on %s's channel
stream.user.mode.moderator.self=Co Captain of ye ship
stream.user.mode.staff=Cap'n
stream.user.subscription.subscriber=Yer lookers
stream.user.subscription.subscriber.other=Lad to %s's channel
stream.user.subscription.subscriber.self=Lad to your ship
stream.user.subscription.turbo=Twitch Turbo
stream.userinfo.ban=Mutiny on deck!
stream.userinfo.chatTooltip=Manage your Crew
stream.userinfo.mod=Promote t' Moderator
stream.userinfo.timeout="Lost at sea."
stream.userinfo.unban=Seize control of yer ship
stream.userinfo.unmod="Mutiny on t' captain."
tile.acaciaFence.name=Acacia Fence
tile.acaciaFenceGate.name=Acacia Fence Gate
tile.activatorRail.name=Fuse track
tile.anvil.intact.name=Slab O' Fixin
tile.anvil.name=Slab o' fixing
tile.anvil.slightlyDamaged.name=Marred Slab O' Fixin
tile.anvil.veryDamaged.name=Cracked Slab O' Fixin
tile.barrier.name=Invisible wall
tile.beacon.name=Buoy
tile.beacon.primary=Main Cannon
tile.beacon.secondary=Secondary Cannon
tile.bed.name=Bunk
tile.bed.noSleep=Ye can only take a caulk when darkness has fallen
tile.bed.notSafe=Don't rest now, Mutinies be about
tile.bed.notValid=A Scallywag stole yer restin' place
tile.bed.occupied=This sleeping place is taken by a landlubber
tile.bedrock.name=The har'est rock
tile.birchFence.name=Birch Fence
tile.birchFenceGate.name=Birch Fence Gate
tile.blockCoal.name=Block o' Fuel
tile.blockDiamond.name=Chunk o' Diamond
tile.blockEmerald.name=Chunk o' Emerald
tile.blockGold.name=Chunk o' Gold
tile.blockIron.name=Chunk o' Steel
tile.blockLapis.name=Chunk o' Sea Stone
tile.blockRedstone.name=Chunk o' Magic Powderrr
tile.bookshelf.name=Stack o' Knowledge
tile.brick.name=Clay Bricks
tile.button.name=Knob
tile.cactus.name=Prickles
tile.cake.name=Duff
tile.carrots.name=Carr't
tile.cauldron.name=Bubble Brew
tile.chest.name=Coffer
tile.chestTrap.name=Trapped Coffer
tile.clay.name=Solid Mud
tile.clayHardened.name=Baked Mud
tile.clayHardenedStained.black.name=Black Stained Mud
tile.clayHardenedStained.blue.name=Blue Stained Mud
tile.clayHardenedStained.brown.name=Brown Stained Mud
tile.clayHardenedStained.cyan.name=Cyan Stained Mud
tile.clayHardenedStained.gray.name=Gray Stained Mud
tile.clayHardenedStained.green.name=Green Stained Mud
tile.clayHardenedStained.lightBlue.name=Light Blue Stained Mud
tile.clayHardenedStained.lime.name=Lime Stained Mud
tile.clayHardenedStained.magenta.name=Magenta Stained Mud
tile.clayHardenedStained.name=Stained Clay
tile.clayHardenedStained.orange.name=Orange Stained Mud
tile.clayHardenedStained.pink.name=Pink Stained Mud
tile.clayHardenedStained.purple.name=Purple Stained Mud
tile.clayHardenedStained.red.name=Red Stained Mud
tile.clayHardenedStained.silver.name=Light Gray Stained Mud
tile.clayHardenedStained.white.name=White Stained Mud
tile.clayHardenedStained.yellow.name=Yellow Stained Mud
tile.cloth.black.name=Black Cloth
tile.cloth.blue.name=Blue Cloth
tile.cloth.brown.name=Brown Cloth
tile.cloth.cyan.name=Cyan Cloth
tile.cloth.gray.name=Gray Cloth
tile.cloth.green.name=Green Cloth
tile.cloth.lightBlue.name=Light Blue Cloth
tile.cloth.lime.name=Lime Cloth
tile.cloth.magenta.name=Magenta Cloth
tile.cloth.name=Cloth
tile.cloth.orange.name=Orange Cloth
tile.cloth.pink.name=Pink Cloth
tile.cloth.purple.name=Purple Cloth
tile.cloth.red.name=Scarlet Cloth
tile.cloth.silver.name=Light Gray Cloth
tile.cloth.white.name=Cloth
tile.cloth.yellow.name=Yellow Cloth
tile.cobbleWall.mossy.name=Wall o' Mossy Flagstone
tile.cobbleWall.normal.name=Wall o' Flagstone
tile.cocoa.name=Cacao
tile.commandBlock.name=Captain Block
tile.crops.name=Harvest
tile.darkOakFence.name=Dark Oak Fence
tile.darkOakFenceGate.name=Dark Oak Fence Gate
tile.daylightDetector.name=Sun 'o meter
tile.deadbush.name=Unfortunate Sight o' Leaves
tile.detectorRail.name=Magic Track
tile.dirt.coarse.name=Rough Filth
tile.dirt.default.name=Filth
tile.dirt.name=Filth
tile.dirt.podzol.name=Pine Straw
tile.dispenser.name=Cannon
tile.doorIron.name=Steel Door
tile.doorWood.name=Timber Door
tile.doublePlant.fern.name=Whopper Tree
tile.doublePlant.grass.name=Landlubber's Seaweed
tile.doublePlant.name=Plant
tile.doublePlant.paeonia.name=Yer massive pink Flower
tile.doublePlant.rose.name=Bush o' Roses
tile.doublePlant.sunflower.name=Sunny Side Up
tile.doublePlant.syringa.name=Ye Lilac Bouquet f' t' gals
tile.dragonEgg.name=Egg o' Draco
tile.dropper.name=Broken Cannon with no Gunpowdarr
tile.enchantmentTable.name=Wizard's Workbench
tile.endPortalFrame.name=Ship to Davy Jones' Lock'r
tile.enderChest.name=Tallone's Coffer
tile.farmland.name=Fertile Land
tile.fence.name=Picket
tile.fenceGate.name=Picket Gate
tile.fenceIron.name=Steel Barrrs
tile.fire.name=Flames
tile.flower1.dandelion.name=Yeller flower
tile.flower1.name=Flowr'
tile.flower2.allium.name=Ye pink allium shrub
tile.flower2.blueOrchid.name=Beauty o' the Swamps
tile.flower2.houstonia.name=Ye Blue flower
tile.flower2.name=Flowr'
tile.flower2.oxeyeDaisy.name=Daisy Fl'er
tile.flower2.poppy.name=Red flower
tile.flower2.tulipOrange.name=Or'eng Tulip
tile.flower2.tulipPink.name=Pretty Tulip
tile.flower2.tulipRed.name=Bloody Tulip
tile.flower2.tulipWhite.name=Snowy Tulip
tile.furnace.name=Oven
tile.glass.name=Seeing Object
tile.goldenRail.name=Boost Track
tile.grass.name=Chunk 'o' Grass
tile.gravel.name=Rubble
tile.hayBlock.name=Bale o' Hops
tile.hellrock.name=Devil's Rock
tile.hellsand.name=Sand o' the Devil
tile.hopper.name=Suckin' Device
tile.ice.name=Frost
tile.icePacked.name=Colder Ice
tile.ironTrapdoor.name=Iron Trapdoor
tile.jukebox.name=Barrel Organ
tile.jungleFence.name=Jungle Fence
tile.jungleFenceGate.name=Jungle Fence Gate
tile.ladder.name=Riggin'
tile.lava.name=Molten Rock
tile.leaves.acacia.name=Leaves o' Acacia Timber
tile.leaves.big_oak.name=Leaves o' Dusky Oak Timber
tile.leaves.birch.name=Leaves o' Birch Timber
tile.leaves.jungle.name=Leaves o' Jungle Timber
tile.leaves.name=Leaves
tile.leaves.oak.name=Leaves o' Oak
tile.leaves.spruce.name=Leaves o' Spruce Timber
tile.lever.name=Leverrr
tile.lightgem.name=Brimstone
tile.litpumpkin.name=Jack o'Lantern
tile.lockedchest.name=Locked Coffers
tile.log.acacia.name=Ottoman corsairs' wood
tile.log.big_oak.name=Dusky Oak Timber
tile.log.birch.name=Birch Timber Logs
tile.log.jungle.name=Jungle Timber Logs
tile.log.name=Timber Logs
tile.log.oak.name=Oak Timber Logs
tile.log.spruce.name=Spruce Timber Logs
tile.melon.name=Watermel'n
tile.mobSpawner.name=Creator o' Beasts
tile.monsterStoneEgg.brick.name=Silvr'kipper Bricks
tile.monsterStoneEgg.chiseledbrick.name=Bricks o' Pretty stone wi' a secret inside
tile.monsterStoneEgg.cobble.name=Silvr'kipper Flagstone
tile.monsterStoneEgg.crackedbrick.name=Bricks o' Cracked stone wi' a secret egg inside
tile.monsterStoneEgg.mossybrick.name=Bricks o' mossy stone wi' a spooky secret inside
tile.monsterStoneEgg.name=Creature o' Stone
tile.monsterStoneEgg.stone.name=Silvr'kipper Stone
tile.mushroom.name='Shroom
tile.musicBlock.name=Hornpipe
tile.mycel.name=Rottin' Spores
tile.netherBrick.name=Devil's Stone
tile.netherFence.name=Fence o' the Nether
tile.netherStalk.name=Wart o' the Devil
tile.netherquartz.name=Shinin' white stone Ore
tile.notGate.name=Magic Torch
tile.obsidian.name=Rock o' Tears
tile.oreCoal.name=Coal Orrre
tile.oreDiamond.name=Shinies
tile.oreEmerald.name=Fool's Diamonds
tile.oreGold.name=Booty
tile.oreIron.name=Steel Orrre
tile.oreLapis.name=Stone of Lāzhward
tile.oreRedstone.name=Magic Orrre
tile.oreRuby.name=Ol' Blood Diamonds
tile.pistonBase.name=Raised Deck
tile.pistonStickyBase.name=Piston o' Slime
tile.portal.name=Porthole
tile.potatoes.name='Tater
tile.pressurePlateStone.name=Stone Pressure Plate
tile.pressurePlateWood.name=Wooden Pressure Plate
tile.prismarine.bricks.name=Prismarine Bricks
tile.prismarine.dark.name=Dark Prismarine
tile.prismarine.rough.name=Prismarine
tile.pumpkin.name=Gourd Squash
tile.quartzBlock.chiseled.name=Broken block o' shinin' white rock
tile.quartzBlock.default.name=Block o' shinin' white rock
tile.quartzBlock.lines.name=Pillar o' shinin' white stone
tile.quartzBlock.name=Block of Quartz
tile.rail.name=Track
tile.redSandStone.chiseled.name=Chiseled Red Sandstone
tile.redSandStone.default.name=Red Sandstone
tile.redSandStone.name=Red Sandstone
tile.redSandStone.smooth.name=Smooth Red Sandstone
tile.redstoneDust.name=Magic Powder
tile.redstoneLight.name=Magic Lanterrrn
tile.reeds.name=Sweet Reeds
tile.sand.default.name=Hot Dirt
tile.sand.name=Sand
tile.sand.red.name=Scarlet Sand
tile.sandStone.chiseled.name=Ship-Chiseled Sandstone
tile.sandStone.default.name=Stone o' Sands
tile.sandStone.name=Stone o' Sands
tile.sandStone.smooth.name=Smooth Stone o' Sands
tile.sapling.acacia.name=Acacia Meager shrub
tile.sapling.big_oak.name=Dark Oak Sapling
tile.sapling.birch.name=Birch Meager shrub
tile.sapling.jungle.name=Jungle Meager shrub
tile.sapling.oak.name=Oak Meager shrub
tile.sapling.spruce.name=Spruce Meager shrub
tile.seaLantern.name=Lantern o' Sea
tile.sign.name=Readin' post
tile.slime.name=Slime Block
tile.snow.name=Slush
tile.sponge.dry.name=Sponge
tile.sponge.wet.name=Watery Sponge
tile.spruceFence.name=Spruce Fence
tile.spruceFenceGate.name=Spruce Fence Gate
tile.stainedGlass.black.name=Black Crystal
tile.stainedGlass.blue.name=Blue Crystal
tile.stainedGlass.brown.name=Brown Crystal
tile.stainedGlass.cyan.name=Cyan Crystal
tile.stainedGlass.gray.name=Gray Crystal
tile.stainedGlass.green.name=Green Crystal
tile.stainedGlass.lightBlue.name=Light Blue Crystal
tile.stainedGlass.lime.name=Lime Crystal
tile.stainedGlass.magenta.name=Magenta Crystal
tile.stainedGlass.name=Stained Crystal
tile.stainedGlass.orange.name=Orange Crystal
tile.stainedGlass.pink.name=Pink Crystal
tile.stainedGlass.purple.name=Purple Crystal
tile.stainedGlass.red.name=Scarlet Crystal
tile.stainedGlass.silver.name=Light Gray Crystal
tile.stainedGlass.white.name=White Crystal
tile.stainedGlass.yellow.name=Yellow Crystal
tile.stairsBrick.name=Stairs o' brick
tile.stairsNetherBrick.name=Stairs o' The Devil
tile.stairsQuartz.name=Stairs o' shinin' white stone
tile.stairsRedSandStone.name=Red Sandstone Stairs
tile.stairsSandStone.name=Stair o' Sandstone
tile.stairsStone.name=Stairs o' stone
tile.stairsStoneBrickSmooth.name=Fancy Stairs
tile.stairsWood.name=Stairs o' Oak
tile.stairsWoodAcacia.name=Stairs o' Acacia Timber
tile.stairsWoodBirch.name=Stairs o' Birch
tile.stairsWoodDarkOak.name=Stairs o' Dusky Oak Timber
tile.stairsWoodJungle.name=Stairs o' Jungle Timber
tile.stairsWoodSpruce.name=Stairs o' Spruce
tile.stone.andesite.name=Andesite
tile.stone.andesiteSmooth.name=Polished Andesite
tile.stone.diorite.name=Diorite
tile.stone.dioriteSmooth.name=Polished Diorite
tile.stone.granite.name=Granite
tile.stone.graniteSmooth.name=Polished Granite
tile.stone.stone.name=Stone
tile.stoneMoss.name=Slimy Pebbles
tile.stoneSlab.brick.name=Slab o' Bricks
tile.stoneSlab.cobble.name=Slab o' Pebbles
tile.stoneSlab.name=Slab o' Stone
tile.stoneSlab.netherBrick.name=Half Hell slab
tile.stoneSlab.quartz.name=Slab o' shinin' white stone
tile.stoneSlab.sand.name=Slab o' Sandstone
tile.stoneSlab.smoothStoneBrick.name=Slab o' Stone Bricks
tile.stoneSlab.stone.name=Slab o' Stone
tile.stoneSlab.wood.name=Slab o' Timber
tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab
tile.stonebrick.name=Pebbles
tile.stonebricksmooth.chiseled.name=Ship-Chiseled Stone Bricks
tile.stonebricksmooth.cracked.name=Cracked Bricks O' Stone
tile.stonebricksmooth.default.name=Bricks O' Stone
tile.stonebricksmooth.mossy.name=Mossy Bricks O' Stone
tile.stonebricksmooth.name=Bricks o' Stone
tile.tallgrass.fern.name=Jungle Plant
tile.tallgrass.grass.name=Grass
tile.tallgrass.name=Grass
tile.tallgrass.shrub.name=Shrub
tile.thinGlass.name=Porthole
tile.thinStainedGlass.black.name=Black Porthole
tile.thinStainedGlass.blue.name=Blue Porthole
tile.thinStainedGlass.brown.name=Brown Porthole
tile.thinStainedGlass.cyan.name=Cyan Porthole
tile.thinStainedGlass.gray.name=Gray Porthole
tile.thinStainedGlass.green.name=Green Porthole
tile.thinStainedGlass.lightBlue.name=Light Blue Porthole
tile.thinStainedGlass.lime.name=Lime Porthole
tile.thinStainedGlass.magenta.name=Magenta Porthole
tile.thinStainedGlass.name=Stained Porthole
tile.thinStainedGlass.orange.name=Orange Porthole
tile.thinStainedGlass.pink.name=Pink Porthole
tile.thinStainedGlass.purple.name=Purple Porthole
tile.thinStainedGlass.red.name=Scarlet Porthole
tile.thinStainedGlass.silver.name=Light Gray Porthole
tile.thinStainedGlass.white.name=White Porthole
tile.thinStainedGlass.yellow.name=Yellow Porthole
tile.tnt.name=Powder Keg
tile.torch.name=Rod o' Flames
tile.trapdoor.name=Hatch
tile.tripWire.name=Dirty Ol' Boot Tripper
tile.tripWireSource.name=Trippin' Thread Hook
tile.vine.name=Swingers
tile.water.name=Bilge
tile.waterlily.name=Pond Plant
tile.web.name=Web o' Spider
tile.weightedPlate_heavy.name=Weighted Booby Trap (Hard)
tile.weightedPlate_light.name=Weighted Booby Trap (Soft)
tile.whiteStone.name=Ye Tall One's Stone
tile.wood.acacia.name=Acacia Timber Planks
tile.wood.big_oak.name=Dusky Oak Timber Planks
tile.wood.birch.name=Birch Timber Planks
tile.wood.jungle.name=Jungle Timber Planks
tile.wood.name=Timber Planks
tile.wood.oak.name=Oak Timber Planks
tile.wood.spruce.name=Spruce Timber Planks
tile.woodSlab.acacia.name=Slab o' Acacia Timber
tile.woodSlab.big_oak.name=Slab o' Dusky Oak Timber
tile.woodSlab.birch.name=Slab o' Birch Timber
tile.woodSlab.jungle.name=Slab o' Jungle Timber
tile.woodSlab.name=Wood Slab
tile.woodSlab.oak.name=Slab o' Oak Timber
tile.woodSlab.spruce.name=Slab o' Spruce Timber
tile.woolCarpet.black.name=Black Rug
tile.woolCarpet.blue.name=Blue Rug
tile.woolCarpet.brown.name=Brown Rug
tile.woolCarpet.cyan.name=Cyan Rug
tile.woolCarpet.gray.name=Gray Rug
tile.woolCarpet.green.name=Green Rug
tile.woolCarpet.lightBlue.name=Light Blue Rug
tile.woolCarpet.lime.name=Lime Rug
tile.woolCarpet.magenta.name=Magenta Rug
tile.woolCarpet.name=Rug
tile.woolCarpet.orange.name=Orange Rug
tile.woolCarpet.pink.name=Pink Rug
tile.woolCarpet.purple.name=Purple Rug
tile.woolCarpet.red.name=Scarlet Rug
tile.woolCarpet.silver.name=Light Gray Rug
tile.woolCarpet.white.name=Rug
tile.woolCarpet.yellow.name=Yellow Rug
tile.workbench.name=Craftin' Table
title.oldgl1=Ye old moldy hull detected, yer vessel might not
title.oldgl2=hold up t' t' weather conditions in t' near future as OpenGL 2.0 will be required.
translation.test.args=%s %s
translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!
translation.test.invalid=Ahoy there %
translation.test.invalid2=Ahoy there %s
translation.test.none=Ahoy, world!
translation.test.world=world
|