hu.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Hungarian
  7. */
  8. $.Editable.LANGS['hu'] = {
  9. translation: {
  10. "Bold": "F\u00e9lk\u00f6v\u00e9r",
  11. "Italic": "D\u0151lt",
  12. "Underline": "Al\u00e1h\u00fazott",
  13. "Strikethrough": "\u00c1th\u00fazott",
  14. "Font Size": "Bet\u0171m\u00e9retek",
  15. "Color": "Sz\u00edne",
  16. "Background Color": "H\u00e1tt\u00e9r sz\u00edn",
  17. "Text Color": "Sz\u00f6veg sz\u00edne",
  18. "Format Block": "Form\u00e1tumok",
  19. "Normal": "Norm\u00e1l",
  20. "Paragraph": "Bekezd\u00e9s",
  21. "Code": "K\u00f3d",
  22. "Quote": "Id\u00e9zetblokk",
  23. "Heading 1": "C\u00edmsor 1",
  24. "Heading 2": "C\u00edmsor 2",
  25. "Heading 3": "C\u00edmsor 3",
  26. "Heading 4": "C\u00edmsor 4",
  27. "Heading 5": "C\u00edmsor 5",
  28. "Heading 6": "C\u00edmsor 6",
  29. "Block Style": "Block style",
  30. "Alignment": "Igaz\u00edt\u00e1s",
  31. "Align Left": "Balra igaz\u00edt",
  32. "Align Center": "K\u00f6z\u00e9pre z\u00e1r",
  33. "Align Right": "Jobbra igaz\u00edt",
  34. "Justify": "Sorkiz\u00e1r\u00e1s",
  35. "Numbered List": "Sz\u00e1moz\u00e1s",
  36. "Bulleted List": "Felsorol\u00e1s",
  37. "Indent Less": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
  38. "Indent More": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
  39. "Select All": "Minden kijel\u00f6l\u00e9se",
  40. "Insert Link": "Link beilleszt\u00e9se",
  41. "Insert Image": "K\u00e9p besz\u00far\u00e1sa",
  42. "Insert Video": "Vide\u00f3 beilleszt\u00e9se",
  43. "Undo": "Visszavon\u00e1s",
  44. "Redo": "Ism\u00e9t",
  45. "Show HTML": "Megjelen\u00edt\u00e9se HTML",
  46. "Float Left": "Bal",
  47. "Float None": "Nincs",
  48. "Float Right": "Jobb",
  49. "Replace Image": "K\u00e9pek cser\u00e9je",
  50. "Remove Image": "K\u00e9p elt\u00e1vol\u00edt\u00e1sa",
  51. "Title": "C\u00edm",
  52. "Insert image": "K\u00e9p besz\u00far\u00e1sa",
  53. "Drop image": "Dobd k\u00e9p",
  54. "or click": "vagy kattintson",
  55. "or": "vagy",
  56. "Enter URL": "URL megad\u00e1sa",
  57. "Please wait!": "K\u00e9rem v\u00e1rjon!",
  58. "Are you sure? Image will be deleted.": "Biztos vagy benne? K\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
  59. "UNLINK": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
  60. "Open in new tab": "Megnyit\u00e1s \u00faj lapon",
  61. "Type something": "T\u00edpus valami",
  62. "Cancel": "M\u00e9gse",
  63. "OK": "Rendben",
  64. "Manage images": "K\u00e9pek kezel\u00e9se",
  65. "Delete": "T\u00f6r\u00f6l",
  66. "Font Family": "Bet\u0171t\u00edpus",
  67. "Insert Horizontal Line": "Helyezze v\u00edzszintes vonal",
  68. "Table": "T\u00e1bl\u00e1zat",
  69. "Insert table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
  70. "Cell": "Cella",
  71. "Row": "Sor",
  72. "Column": "Oszlop",
  73. "Delete table": "T\u00e1bl\u00e1zat t\u00f6rl\u00e9se",
  74. "Insert cell before": "Cella besz\u00far\u00e1sa el\u00e9",
  75. "Insert cell after": "Cella besz\u00far\u00e1sa m\u00f6g\u00e9",
  76. "Delete cell": "Cella t\u00f6rl\u00e9se",
  77. "Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
  78. "Horizontal split": "V\u00edzszintes osztott",
  79. "Vertical split": "F\u00fcgg\u0151leges osztott",
  80. "Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
  81. "Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
  82. "Delete row": "Sor t\u00f6rl\u00e9se",
  83. "Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
  84. "Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
  85. "Delete column": "Oszlop t\u00f6rl\u00e9se"
  86. },
  87. direction: "ltr"
  88. };