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
359 B
16 lines
359 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ str',
|
|
jump_to: 'Idi na',
|
|
jump_to_confirm: 'potvrdi',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Prijašnja stranica',
|
|
next_page: 'Sljedeća stranica',
|
|
prev_5: 'Prijašnjih 5 stranica',
|
|
next_5: 'Sljedećih 5 stranica',
|
|
prev_3: 'Prijašnje 3 stranice',
|
|
next_3: 'Sljedeće 3 stranice',
|
|
};
|