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.
15 lines
316 B
15 lines
316 B
7 years ago
|
export default {
|
||
|
// Options.jsx
|
||
|
items_per_page: '/ strani',
|
||
|
jump_to: 'Idi na',
|
||
|
page: '',
|
||
|
|
||
|
// Pagination.jsx
|
||
|
prev_page: 'Prethodna strana',
|
||
|
next_page: 'Sledeća strana',
|
||
|
prev_5: 'Prethodnih 5 Strana',
|
||
|
next_5: 'Sledećih 5 Strana',
|
||
|
prev_3: 'Prethodnih 3 Strane',
|
||
|
next_3: 'Sledećih 3 Strane',
|
||
6 years ago
|
};
|