vitalii201

modDesc.xml(with Russian translation) for Heap Info. 24.03.21

Mar 24th, 2021 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <modDesc descVersion="53">
  3. <author>Earl of Modding</author>
  4. <version>1.1.1.0</version>
  5. <title>
  6. <en>Heap Info</en>
  7. <ru>Информация о куче</ru>
  8. </title>
  9. <description>
  10. <en>
  11. <![CDATA[
  12. Have you ever wondered, How many sugar beets will there be in that heap?
  13. If the answer is YES! this will be the right mod for you, thanks to "Heap Info" you will be able to get information about any pile of material that is on the ground, the mod will show you what kind of material it is made of and the amount.
  14.  
  15. To use it, just approach a heap, point at it and press the "I" button on your keyboard.
  16.  
  17. Changelog 1.1.1.0:
  18. - Fixed missing fill type icons in MP
  19. ]]>
  20. </en>
  21. <de>
  22. <![CDATA[
  23. Haben Sie sich jemals gefragt, wie viele Zuckerrüben liegen auf diesem Haufen?
  24. Wenn Ja, dann ist dies die richtige Mod für Sie. Dank "Heap Info" können Sie Informationen über jeden Materialhaufen erhalten, der sich auf dem Boden befindet. Der Mod zeigt Ihnen, aus welcher Art von Material er besteht und wie groß die Menge ist.
  25.  
  26. Um ihn zu verwenden, nähern Sie sich einfach einem Haufen, zeigen Sie darauf und drücken Sie die "I"-Taste auf Ihrer Tastatur.
  27.  
  28. Changelog 1.1.1.0:
  29. - Fehlende Füllsymbole in MP behoben
  30. ]]>
  31. </de>
  32. <fr>
  33. <![CDATA[
  34. Vous êtes-vous déjà demandé quelle quantité de betteraves se trouve dans ce tas?
  35. Si la réponse est OUI, ce mod est fait pour vous !! Grâce à "Heap Info", vous obtenez des informations sur les tas (blé, colza, betteraves, etc.) qui se trouvent sur le sol, le type de produit et la quantité totale.
  36.  
  37. Pour l'utiliser, il vous suffit d'approcher un tas, de placer le pointeur au centre de votre écran en direction du tas, puis d'appuyer sur la touche "I" de votre clavier.
  38.  
  39. Changelog 1.1.1.0:
  40. - Correction des icônes de type de remplissage manquantes dans MP
  41. ]]>
  42. </fr>
  43. </description>
  44.  
  45. <multiplayer supported="true" />
  46. <iconFilename>icon.png</iconFilename>
  47.  
  48. <extraSourceFiles>
  49. <sourceFile filename="rmod/Main.lua" />
  50. <sourceFile filename="utility/Main.lua" />
  51. <sourceFile filename="hud/Main.lua" />
  52. <sourceFile filename="heapInfo.lua" />
  53. <sourceFile filename="playerExtension.lua" />
  54. <sourceFile filename="infoHud.lua" />
  55. </extraSourceFiles>
  56.  
  57. <actions>
  58. <action name="HEAP_INFO_SHOW" axisType="HALF" />
  59. </actions>
  60.  
  61. <inputBinding>
  62. <actionBinding action="HEAP_INFO_SHOW">
  63. <binding device="KB_MOUSE_DEFAULT" input="KEY_i" />
  64. </actionBinding>
  65. </inputBinding>
  66.  
  67. <l10n>
  68. <text name="input_HEAP_INFO_SHOW">
  69. <en>Show the heap informations</en>
  70. <de>Haufen Informationen anzeigen</de>
  71. <fr>Montrer les informations du tas</fr>
  72. <it>Mostra le informazioni su un mucchio</it>
  73. <ru>Показать информацию о куче</ru>
  74. </text>
  75. <text name="hi_SHOW">
  76. <en>Show heap informations</en>
  77. <de>Haufen Informationen anzeigen</de>
  78. <fr>Montrer les informations du tas</fr>
  79. <it>Mostra informazioni sul mucchio</it>
  80. <ru>Показать информацию о куче</ru>
  81. </text>
  82. <text name="hi_HEAP_TOO_BIG">
  83. <en>This heap is too much big, it may haven't totally scanned</en>
  84. <de>Dieser Haufen ist zu groß, er kann nicht vollständig gescannt worden sein</de>
  85. <fr>Ce tas est trop grand, il n'a peut-être pas été totalement scanné</fr>
  86. <it>Questo mucchio è troppo grande, potrebbe non essere stato completamente scansionato</it>
  87. <ru>Эта куча слишком велика, она не может быть полностью отсканирована</ru>
  88. </text>
  89. </l10n>
  90. </modDesc>
  91.  
Add Comment
Please, Sign In to add comment