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
459 B
16 lines
459 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ стр',
|
|
jump_to: 'Оди на',
|
|
jump_to_confirm: 'потврди',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Претходна страница',
|
|
next_page: 'Наредна страница',
|
|
prev_5: 'Претходни 5 страници',
|
|
next_5: 'Наредни 5 страници',
|
|
prev_3: 'Претходни 3 страници',
|
|
next_3: 'Наредни 3 страници',
|
|
};
|