chunk.inc.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Chunk English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['chunk'] = 'Fragment';
  10. $_lang['chunk_desc_category'] = 'Kategoria do której należy Fragment.';
  11. $_lang['chunk_desc_description'] = 'Krótki opis tego fragmentu.';
  12. $_lang['chunk_desc_name'] = 'Nazwa tego fragmentu. Będzie dostępna przez tag [[$nameOfChunk]].';
  13. $_lang['chunk_code'] = 'Kod fragmentu (html)';
  14. $_lang['chunk_desc'] = 'Opis';
  15. $_lang['chunk_delete_confirm'] = 'Czy jesteś pewien, że chcesz usunać ten fragment?';
  16. $_lang['chunk_duplicate_confirm'] = 'Czy jesteś pewien, że chcesz skopiować ten fragment?';
  17. $_lang['chunk_err_create'] = 'Bład podczas tworzenia nowego fragmentu.';
  18. $_lang['chunk_err_duplicate'] = 'Bład podczas kopiowania fragmentu.';
  19. $_lang['chunk_err_ae'] = 'Już istnieje fragment o nazwie "[[+name]]".';
  20. $_lang['chunk_err_invalid_name'] = 'Nazwa fragmentu jest błędna.';
  21. $_lang['chunk_err_locked'] = 'Fragment jest zablokowany.';
  22. $_lang['chunk_err_remove'] = 'Bład podczas próby usuwania fragmentu.';
  23. $_lang['chunk_err_save'] = 'Bład podczas zapisywania fragmentu.';
  24. $_lang['chunk_err_nf'] = 'Fragment nieznaleziony!';
  25. $_lang['chunk_err_nfs'] = 'Fragment o id: [[+id]] nieznaleziony';
  26. $_lang['chunk_err_ns'] = 'Fragment nieokreślony.';
  27. $_lang['chunk_err_ns_name'] = 'Proszę określ nazwę.';
  28. $_lang['chunk_lock'] = 'Zablokuj fragment do edycji';
  29. $_lang['chunk_lock_msg'] = 'Użytkownik powinien posiadać edit_locked atrybut do edycji tego fragmentu.';
  30. $_lang['chunk_msg'] = 'Tutaj możesz dodać/edytować fragmenty. Pamiętaj: Fragmenty sa "surowym" kodem HTML; kod PHP nie zostanie przetworzony.';
  31. $_lang['chunk_name'] = 'Nazwa fragmentu';
  32. $_lang['chunk_new'] = 'Nowy fragment';
  33. $_lang['chunk_properties'] = 'Domyślne property';
  34. $_lang['chunk_title'] = 'Utwórz/edytuj fragment';
  35. $_lang['chunk_untitled'] = 'Fragment bez nazwy';
  36. $_lang['chunks'] = 'Fragmenty';