2021-09-08 14:46:58 +03:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com>
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to
|
|
|
|
deal in the Software without restriction, including without limitation the
|
|
|
|
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
|
|
sell copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
|
|
IN THE SOFTWARE.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- Translations: Serbo-Croatian -->
|
2019-06-15 16:16:14 +03:00
|
|
|
{% macro t(key) %}{{ {
|
|
|
|
"language": "sh",
|
|
|
|
"clipboard.copy": "Kopiraj u klipbord",
|
|
|
|
"clipboard.copied": "Iskopirano u klipbord",
|
2021-09-08 14:46:58 +03:00
|
|
|
"edit.link.title": "Ažuriraj stranicu",
|
2019-06-15 16:16:14 +03:00
|
|
|
"footer.previous": "Prethodno",
|
|
|
|
"footer.next": "Sledeće",
|
2021-09-08 14:46:58 +03:00
|
|
|
"footer.title": "Podnožje",
|
|
|
|
"header.title": "Zaglavlje",
|
2019-06-15 16:16:14 +03:00
|
|
|
"meta.comments": "Komentari",
|
|
|
|
"meta.source": "Izvor",
|
2021-09-08 14:46:58 +03:00
|
|
|
"nav.title": "Navigacija",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.placeholder": "Pretraga",
|
2021-09-08 14:46:58 +03:00
|
|
|
"search.share": "Deljenje",
|
|
|
|
"search.reset": "Očisti",
|
|
|
|
"search.result.initializer": "Inicijalizujem pretragu",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.result.placeholder": "Unesite pojam pretrage",
|
|
|
|
"search.result.none": "Ništa nije pronađeno",
|
|
|
|
"search.result.one": "1 rezultat pretrage",
|
|
|
|
"search.result.other": "# rezultata pretrage",
|
2021-09-08 14:46:58 +03:00
|
|
|
"search.result.more.one": "još 1 na ovoj strani",
|
|
|
|
"search.result.more.other": "još # na ovoj strani",
|
|
|
|
"search.result.term.missing": "Nedostaje",
|
|
|
|
"search.title": "Pretraga",
|
|
|
|
"select.language.title": "Izaberi jezik",
|
|
|
|
"select.version.title": "Izaberi verziju",
|
2019-06-15 16:16:14 +03:00
|
|
|
"skip.link.title": "Idi na tekst",
|
|
|
|
"source.link.title": "Idi u repozitorijum",
|
2021-09-08 14:46:58 +03:00
|
|
|
"source.revision.date": "Ažuriran",
|
|
|
|
"source.file.date.updated": "Ažuriran",
|
|
|
|
"source.file.date.created": "Kreiran",
|
|
|
|
"tabs.title": "Tabovi",
|
2019-06-15 16:16:14 +03:00
|
|
|
"toc.title": "Sadržaj"
|
2021-09-08 14:46:58 +03:00
|
|
|
"top.title": "Nazad na vrh"
|
2019-06-15 16:16:14 +03:00
|
|
|
}[key] }}{% endmacro %}
|