Ohm-Management - Projektarbeit B-ME
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.

hr.js 538B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Stavaka po stranici:',
  4. rowsPerPageAll: 'Svi',
  5. pageText: '{0}-{1} od {2}',
  6. noResultsText: 'Nisu pronađeni odgovarajući zapisi',
  7. nextPage: 'Sljedeća stranica',
  8. prevPage: 'Prethodna stranica'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Redova po stranici:'
  12. },
  13. noDataText: 'Nema dostupnih podataka',
  14. carousel: {
  15. prev: 'Prethodna slika',
  16. next: 'Sljedeća vizuala'
  17. }
  18. };
  19. //# sourceMappingURL=hr.js.map