pl_PL.js 349 B

1234567891011121314
  1. export default {
  2. // Options.jsx
  3. items_per_page: 'na stronę',
  4. jump_to: 'Idź do',
  5. jump_to_confirm: 'potwierdź',
  6. page: '',
  7. // Pagination.jsx
  8. prev_page: 'Poprzednia strona',
  9. next_page: 'Następna strona',
  10. prev_5: 'Poprzednie 5 stron',
  11. next_5: 'Następne 5 stron',
  12. prev_3: 'Poprzednie 3 strony',
  13. next_3: 'Następne 3 strony'
  14. };