diff options
| author | Bojan Stipic <bojan-7@live.com> | 2016-07-20 08:08:15 +0200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-07-20 00:08:15 -0600 |
| commit | cf572e23ac94133e784dc6445b975b753b3e71fc (patch) | |
| tree | d677cece04ad1437a6d7a32e548ddc35a3f89e18 /data/locale | |
| parent | ef7d3a113fd9b17470987cde845313a01129529f (diff) | |
Translate built-in attributes to Serbian (PR #1817)
* Translate built-in attributes to Serbian (For both Cyrillic and Latin alphabet)
* translate chapter-label to Serbian
Diffstat (limited to 'data/locale')
| -rw-r--r-- | data/locale/attributes.adoc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/data/locale/attributes.adoc b/data/locale/attributes.adoc index d9fd2dc2..8826ad03 100644 --- a/data/locale/attributes.adoc +++ b/data/locale/attributes.adoc @@ -347,6 +347,48 @@ ifeval::["{lang}" == "ru"] :warning-caption: Предупреждение endif::[] // +// Serbian Cyrillic translation, courtesy of Bojan Stipic <bojan-7@live.com> +ifeval::["{lang}" == "sr"] +:appendix-caption: Додатак +:caution-caption: Опрез +//:chapter-label: Поглавље +:example-caption: Пример +:figure-caption: Слика +:important-caption: Важно +:last-update-label: Последње ажурирано +//:listing-caption: Списак +:manname-title: НАЗИВ +:note-caption: Белешка +//:preface-title: Предговор +:table-caption: Табела +:tip-caption: Савет +:toc-title: Садржај +:untitled-label: Без назива +:version-label: Верзија +:warning-caption: Упозорење +endif::[] +// +// Serbian Latin translation, courtesy of Bojan Stipic <bojan-7@live.com> +ifeval::["{lang}" == "sr_Latn"] +:appendix-caption: Dodatak +:caution-caption: Oprez +//:chapter-label: Poglavlje +:example-caption: Primer +:figure-caption: Slika +:important-caption: Važno +:last-update-label: Poslednje ažurirano +//:listing-caption: Spisak +:manname-title: NAZIV +:note-caption: Beleška +//:preface-title: Predgovor +:table-caption: Tabela +:tip-caption: Savet +:toc-title: Sadržaj +:untitled-label: Bez naziva +:version-label: Verzija +:warning-caption: Upozorenje +endif::[] +// // Turkish translation, courtesy of Rahman Usta <rahman.usta.88@gmail.com> ifeval::["{lang}" == "tr"] :appendix-caption: Ek bölüm |
