You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
353 B
16 lines
353 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ stronę',
|
|
jump_to: 'Idź do',
|
|
jump_to_confirm: 'potwierdzać',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Poprzednia strona',
|
|
next_page: 'Następna strona',
|
|
prev_5: 'Poprzednie 5 stron',
|
|
next_5: 'Następne 5 stron',
|
|
prev_3: 'Poprzednie 3 strony',
|
|
next_3: 'Następne 3 strony',
|
|
};
|