diff --git a/i18n/sr-cyrl.toml b/i18n/sr-cyrl.toml index 0dfcf865a0..c0bb0d5919 100644 --- a/i18n/sr-cyrl.toml +++ b/i18n/sr-cyrl.toml @@ -1,3 +1,5 @@ +# Author: Radoš Milićev (https://github.com/rammba) + # UI strings. Buttons and similar. [ui_pager_prev] @@ -88,3 +90,9 @@ other = "Да ли вам је ова страница била од помоћ other = "Да" [feedback_negative] other = "Не" + +# Table of contents +[toc_on_this_page] +other = "На овој страници" +[toc_top_of_page] +other = "Врх странице" diff --git a/i18n/sr-latn.toml b/i18n/sr-latn.toml index c64ae0541b..d89ae55bce 100644 --- a/i18n/sr-latn.toml +++ b/i18n/sr-latn.toml @@ -1,3 +1,5 @@ +# Author: Radoš Milićev (https://github.com/rammba) + # UI strings. Buttons and similar. [ui_pager_prev] @@ -88,3 +90,9 @@ other = "Da li vam je ova stranica bila od pomoći?" other = "Da" [feedback_negative] other = "Ne" + +# Table of contents +[toc_on_this_page] +other = "Na ovoj stranici" +[toc_top_of_page] +other = "Vrh stranice"