Breadcrumb.js 378 B

1234567891011121314
  1. define(
  2. "dojox/editor/plugins/nls/cs/Breadcrumb", //begin v1.x content
  3. ({
  4. "nodeActions": "Akce uzlu ${nodeName}",
  5. "selectContents": "Vybrat obsah",
  6. "selectElement": "Vybrat prvek",
  7. "deleteElement": "Odstranit prvek",
  8. "deleteContents": "Odstranit obsah",
  9. "moveStart": "Přesunout ukazatel na začátek",
  10. "moveEnd": "Přesunout ukazatel na konec"
  11. })
  12. //end v1.x content
  13. );