lang.pl.js 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. svgEditor.readLang({
  2. lang: "pl",
  3. dir : "ltr",
  4. common: {
  5. "ok": "Zapisać",
  6. "cancel": "Anuluj",
  7. "key_backspace": "backspace",
  8. "key_del": "delete",
  9. "key_down": "down",
  10. "key_up": "up",
  11. "more_opts": "More Options",
  12. "url": "URL",
  13. "width": "Width",
  14. "height": "Height"
  15. },
  16. misc: {
  17. "powered_by": "Powered by"
  18. },
  19. ui: {
  20. "toggle_stroke_tools": "Show/hide more stroke tools",
  21. "palette_info": "Kliknij, aby zmienić kolor wypełnienia, shift kliknij, aby zmienić kolor skok",
  22. "zoom_level": "Zmiana poziomu powiększenia",
  23. "panel_drag": "Drag left/right to resize side panel"
  24. },
  25. properties: {
  26. "id": "Identify the element",
  27. "fill_color": "Zmiana koloru wypełnienia",
  28. "stroke_color": "Zmień kolor skok",
  29. "stroke_style": "Zmień styl skoku kreska",
  30. "stroke_width": "Szerokość skoku Zmień",
  31. "pos_x": "Change X coordinate",
  32. "pos_y": "Change Y coordinate",
  33. "linecap_butt": "Linecap: Butt",
  34. "linecap_round": "Linecap: Round",
  35. "linecap_square": "Linecap: Square",
  36. "linejoin_bevel": "Linejoin: Bevel",
  37. "linejoin_miter": "Linejoin: Miter",
  38. "linejoin_round": "Linejoin: Round",
  39. "angle": "Zmiana kąta obrotu",
  40. "blur": "Change gaussian blur value",
  41. "opacity": "Zmiana stron przezroczystość elementu",
  42. "circle_cx": "Zmiana koła CX koordynacji",
  43. "circle_cy": "Koła Zmian cy koordynacji",
  44. "circle_r": "Zmiana koła promienia",
  45. "ellipse_cx": "Zmiana elipsy CX koordynacji",
  46. "ellipse_cy": "Elipsy Zmian cy koordynacji",
  47. "ellipse_rx": "Elipsy Zmian x promieniu",
  48. "ellipse_ry": "Elipsy Zmian y promieniu",
  49. "line_x1": "Zmian od linii współrzędna x",
  50. "line_x2": "Zgodnie Zmian kończące współrzędna x",
  51. "line_y1": "Line y Zmian od współrzędnych",
  52. "line_y2": "Zgodnie Zmian kończące y koordynowanie",
  53. "rect_height": "Zmiana wysokości prostokąta",
  54. "rect_width": "Szerokość prostokąta Zmień",
  55. "corner_radius": "Zmiana prostokąt Corner Radius",
  56. "image_width": "Zmiana image width",
  57. "image_height": "Wysokość obrazu zmian",
  58. "image_url": "Zmień adres URL",
  59. "node_x": "Change node's x coordinate",
  60. "node_y": "Change node's y coordinate",
  61. "seg_type": "Change Segment type",
  62. "straight_segments": "Straight",
  63. "curve_segments": "Curve",
  64. "text_contents": "Zmiana treści tekstu",
  65. "font_family": "Zmiana czcionki Rodzina",
  66. "font_size": "Zmień rozmiar czcionki",
  67. "bold": "Bold Text",
  68. "italic": "Kursywa"
  69. },
  70. tools: {
  71. "main_menu": "Main Menu",
  72. "bkgnd_color_opac": "Zmień kolor tła / opacity",
  73. "connector_no_arrow": "No arrow",
  74. "fitToContent": "Dopasuj do treści",
  75. "fit_to_all": "Dopasuj do wszystkich treści",
  76. "fit_to_canvas": "Dopasuj do płótnie",
  77. "fit_to_layer_content": "Dopasuj do zawartości warstwy",
  78. "fit_to_sel": "Dopasuj do wyboru",
  79. "align_relative_to": "Dostosowanie w stosunku do ...",
  80. "relativeTo": "w stosunku do:",
  81. "strona": "strona",
  82. "largest_object": "największego obiektu",
  83. "selected_objects": "wybranych obiektów",
  84. "smallest_object": "Najmniejszy obiekt",
  85. "new_doc": "New Image",
  86. "open_doc": "Otwórz obraz",
  87. "export_png": "Export as PNG",
  88. "save_doc": "Zapisz obraz",
  89. "import_doc": "Import SVG",
  90. "align_to_page": "Align Element to Page",
  91. "align_bottom": "Wyrównaj do dołu",
  92. "align_center": "Wyśrodkuj",
  93. "align_left": "Wyrównaj do lewej",
  94. "align_middle": "Align Middle",
  95. "align_right": "Wyrównaj do prawej",
  96. "align_top": "Wyrównaj do góry",
  97. "mode_select": "Wybierz narzędzie",
  98. "mode_fhpath": "Pencil Tool",
  99. "mode_line": "Line Tool",
  100. "mode_connect": "Connect two objects",
  101. "mode_rect": "Rectangle Tool",
  102. "mode_square": "Square Tool",
  103. "mode_fhrect": "Wolnej ręki prostokąt",
  104. "mode_ellipse": "Elipsa",
  105. "mode_circle": "Koło",
  106. "mode_fhellipse": "Wolny-Hand Elipsa",
  107. "mode_path": "Poli Tool",
  108. "mode_shapelib": "Shape library",
  109. "mode_text": "Tekst Tool",
  110. "mode_image": "Image Tool",
  111. "mode_zoom": "Zoom Tool",
  112. "mode_eyedropper": "Eye Dropper Tool",
  113. "no_embed": "NOTE: This image cannot be embedded. It will depend on this path to be displayed",
  114. "undo": "Cofnij",
  115. "redo": "Redo",
  116. "tool_source": "Edycja źródła",
  117. "wireframe_mode": "Wireframe Mode",
  118. "toggle_grid": "Show/Hide Grid",
  119. "clone": "Clone Element(s)",
  120. "del": "Delete Element(s)",
  121. "group": "Elementy Grupa",
  122. "make_link": "Make (hyper)link",
  123. "set_link_url": "Set link URL (leave empty to remove)",
  124. "to_path": "Convert to Path",
  125. "reorient_path": "Reorient path",
  126. "ungroup": "Elementy Rozgrupuj",
  127. "docprops": "Właściwości dokumentu",
  128. "imagelib": "Image Library",
  129. "move_bottom": "Przenieś do dołu",
  130. "move_top": "Przenieś do góry",
  131. "node_clone": "Clone Node",
  132. "node_delete": "Delete Node",
  133. "node_link": "Link Control Points",
  134. "add_subpath": "Add sub-path",
  135. "openclose_path": "Open/close sub-path",
  136. "source_save": "Zapisać",
  137. "cut": "Cut",
  138. "copy": "Copy",
  139. "paste": "Paste",
  140. "paste_in_place": "Paste in Place",
  141. "delete": "Delete",
  142. "group": "Group",
  143. "move_front": "Bring to Front",
  144. "move_up": "Bring Forward",
  145. "move_down": "Send Backward",
  146. "move_back": "Send to Back"
  147. },
  148. layers: {
  149. "layer":"Layer",
  150. "layers": "Layers",
  151. "del": "Usuwanie warstwy",
  152. "move_down": "Przesuń warstwę w dół",
  153. "new": "Nowa warstwa",
  154. "rename": "Zmiana nazwy warstwy",
  155. "move_up": "Move Up Layer",
  156. "dupe": "Duplicate Layer",
  157. "merge_down": "Merge Down",
  158. "merge_all": "Merge All",
  159. "move_elems_to": "Move elements to:",
  160. "move_selected": "Move selected elements to a different layer"
  161. },
  162. config: {
  163. "image_props": "Image Properties",
  164. "doc_title": "Title",
  165. "doc_dims": "Canvas Dimensions",
  166. "included_images": "Included Images",
  167. "image_opt_embed": "Embed data (local files)",
  168. "image_opt_ref": "Use file reference",
  169. "editor_prefs": "Editor Preferences",
  170. "icon_size": "Icon size",
  171. "language": "Language",
  172. "background": "Editor Background",
  173. "editor_img_url": "Image URL",
  174. "editor_bg_note": "Note: Background will not be saved with image.",
  175. "icon_large": "Large",
  176. "icon_medium": "Medium",
  177. "icon_small": "Small",
  178. "icon_xlarge": "Extra Large",
  179. "select_predefined": "Wybierz predefiniowanych:",
  180. "units_and_rulers": "Units & Rulers",
  181. "show_rulers": "Show rulers",
  182. "base_unit": "Base Unit:",
  183. "grid": "Grid",
  184. "snapping_onoff": "Snapping on/off",
  185. "snapping_stepsize": "Snapping Step-Size:"
  186. },
  187. shape_cats: {
  188. "basic": "Basic",
  189. "object": "Objects",
  190. "symbol": "Symbols",
  191. "arrow": "Arrows",
  192. "flowchart": "Flowchart",
  193. "animal": "Animals",
  194. "game": "Cards & Chess",
  195. "dialog_balloon": "Dialog balloons",
  196. "electronics": "Electronics",
  197. "math": "Mathematical",
  198. "music": "Music",
  199. "misc": "Miscellaneous",
  200. "raphael_1": "raphaeljs.com set 1",
  201. "raphael_2": "raphaeljs.com set 2"
  202. },
  203. imagelib: {
  204. "select_lib": "Select an image library",
  205. "show_list": "Show library list",
  206. "import_single": "Import single",
  207. "import_multi": "Import multiple",
  208. "open": "Open as new document"
  209. },
  210. notification: {
  211. "invalidAttrValGiven":"Invalid value given",
  212. "noContentToFitTo":"No content to fit to",
  213. "dupeLayerName":"There is already a layer named that!",
  214. "enterUniqueLayerName":"Please enter a unique layer name",
  215. "enterNewLayerName":"Please enter the new layer name",
  216. "layerHasThatName":"Layer already has that name",
  217. "QmoveElemsToLayer":"Move selected elements to layer '%s'?",
  218. "QwantToClear":"Do you want to clear the drawing?\nThis will also erase your undo history!",
  219. "QwantToOpen":"Do you want to open a new file?\nThis will also erase your undo history!",
  220. "QerrorsRevertToSource":"There were parsing errors in your SVG source.\nRevert back to original SVG source?",
  221. "QignoreSourceChanges":"Ignore changes made to SVG source?",
  222. "featNotSupported":"Feature not supported",
  223. "enterNewImgURL":"Enter the new image URL",
  224. "defsFailOnSave": "NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.",
  225. "loadingImage":"Loading image, please wait...",
  226. "saveFromBrowser": "Select \"Save As...\" in your browser to save this image as a %s file.",
  227. "noteTheseIssues": "Also note the following issues: ",
  228. "unsavedChanges": "There are unsaved changes.",
  229. "enterNewLinkURL": "Enter the new hyperlink URL",
  230. "errorLoadingSVG": "Error: Unable to load SVG data",
  231. "URLloadFail": "Unable to load from URL",
  232. "retrieving": "Retrieving \"%s\"..."
  233. }
  234. });