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
345 B
16 lines
345 B
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ pagina',
|
|
jump_to: 'Ga naar',
|
|
jump_to_confirm: 'bevestigen',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Vorige pagina',
|
|
next_page: 'Volgende pagina',
|
|
prev_5: "Vorige 5 pagina's",
|
|
next_5: "Volgende 5 pagina's",
|
|
prev_3: "Vorige 3 pagina's",
|
|
next_3: "Volgende 3 pagina's",
|
|
};
|