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.

sl.js 498B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Predmetov na stran:',
  4. rowsPerPageAll: 'Vse',
  5. pageText: '{0}-{1} od {2}',
  6. noResultsText: 'Ni iskanega zapisa',
  7. nextPage: 'Naslednja stran',
  8. prevPage: 'Prejšnja stran'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Vrstic na stran:'
  12. },
  13. noDataText: 'Ni podatkov',
  14. carousel: {
  15. prev: 'Prejšnji prikaz',
  16. next: 'Naslednji prikaz'
  17. }
  18. };
  19. //# sourceMappingURL=sl.js.map