ro.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Romanian
  7. */
  8. $.Editable.LANGS['ro'] = {
  9. translation: {
  10. "Bold": "\u00cengro\u015fat",
  11. "Italic": "Italic",
  12. "Underline": "Subliniat",
  13. "Strikethrough": "T\u0103iat",
  14. "Font Size": "Dimensiune font",
  15. "Color": "Culoare",
  16. "Background Color": "Culoare fundal",
  17. "Text Color": "Culoare text",
  18. "Format Block": "Formate",
  19. "Normal": "Normal",
  20. "Paragraph": "Paragraf",
  21. "Code": "Cod",
  22. "Quote": "Citat",
  23. "Heading 1": "Antent 1",
  24. "Heading 2": "Antent 2",
  25. "Heading 3": "Antent 3",
  26. "Heading 4": "Antent 4",
  27. "Heading 5": "Antent 5",
  28. "Heading 6": "Antent 6",
  29. "Block Style": "Stil bloc",
  30. "Alignment": "Aliniere",
  31. "Align Left": "Aliniere la st\u00e2nga",
  32. "Align Center": "Aliniere la centru",
  33. "Align Right": "Aliniere la dreapta",
  34. "Justify": "Aliniere pe toat\u0103 l\u0103\u021bimea",
  35. "Numbered List": "List\u0103 ordonat\u0103",
  36. "Bulleted List": "List\u0103 neordonat\u0103",
  37. "Indent Less": "De-indenteaz\u0103",
  38. "Indent More": "Indenteaz\u0103",
  39. "Select All": "Selecteaz\u0103 tot",
  40. "Insert Link": "Inserare link",
  41. "Insert Image": "Inserare imagine",
  42. "Insert Video": "Inserare video",
  43. "Undo": "Reexecut\u0103",
  44. "Redo": "Dezexecut\u0103",
  45. "Show HTML": "Arat\u0103 HTML",
  46. "Float Left": "St\u00e2nga",
  47. "Float None": "Niciunul",
  48. "Float Right": "Dreapta",
  49. "Replace Image": "\u00cenlocuie\u015fte imaginea",
  50. "Remove Image": "\u0218terge imaginea",
  51. "Title": "Titlu",
  52. "Insert image": "Inserare imagine",
  53. "Drop image": "Trage imagine",
  54. "or click": "sau f\u0103 click",
  55. "or": "sau",
  56. "Enter URL": "Introdu URL",
  57. "Please wait!": "V\u0103 rug\u0103m a\u015ftepta\u021bi!",
  58. "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
  59. "UNLINK": "\u0218terge link-ul",
  60. "Open in new tab": "Deschide \u00EEn tab nou",
  61. "Type something": "Tasteaz\u0103 ceva",
  62. "Cancel": "Anulare",
  63. "OK": "Ok",
  64. "Manage images": "Gestionare imagini",
  65. "Delete": "\u015eterge",
  66. "Font Family": "Font",
  67. "Insert Horizontal Line": "Inserare linie orizontal\u0103",
  68. "Table": "Tabel",
  69. "Insert table": "Inserare tabel",
  70. "Cell": "Celula",
  71. "Row": "Linie",
  72. "Column": "Coloan\u0103",
  73. "Delete table": "\u0218terge tabel",
  74. "Insert cell before": "Insereaz\u0103 celula \u00eenainte",
  75. "Insert cell after": "Insereaz\u0103 celula dup\u0103",
  76. "Delete cell": "\u0218terge celula",
  77. "Merge cells": "Une\u015fte celulele",
  78. "Horizontal split": "\u00cemparte orizontal",
  79. "Vertical split": "\u00cemparte vertical",
  80. "Insert row above": "Insereaz\u0103 linie \u00eenainte",
  81. "Insert row below": "Insereaz\u0103 linie dup\u0103",
  82. "Delete row": "\u015eterge linia",
  83. "Insert column before": "Insereaz\u0103 coloan\u0103 \u00eenainte",
  84. "Insert column after": "Insereaz\u0103 coloan\u0103 dup\u0103",
  85. "Delete column": "\u015eterge coloana"
  86. },
  87. direction: "ltr"
  88. };