1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 09:31:13 +02:00

Added Serbian (Latin) software translation by Miroslav Nikolic.

This commit is contained in:
windinthew 2012-04-03 07:56:51 +00:00
parent 1d476de431
commit e98695f324
5 changed files with 11174 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# This makefile may be invoked to build either audacity.pot or any lang.mo
PROGNAME=audacity
LINGUAS=af ar be bg bn bs ca ca@valencia cs cy da de el es eu fa fi fr ga gl he hi hu id it ja ka km ko lt mk my nb nl oc pl pt pt_BR ro ru sk sl sr_RS sv tg tr uk vi zh zh_TW
LINGUAS=af ar be bg bn bs ca ca@valencia cs cy da de el es eu fa fi fr ga gl he hi hu id it ja ka km ko lt mk my nb nl oc pl pt pt_BR ro ru sk sl sr_RS sr_RS@latin sv tg tr uk vi zh zh_TW
# these languages are not generated because they are currently unmaintained and
# overlapped by another one:
# currently none - Cleber produced a pt_PT translation August 2009.

11163
locale/sr_RS@latin.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -830,6 +830,7 @@
2888496B131B6CF600B59735 /* sk.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493A131B6CF600B59735 /* sk.po */; };
2888496C131B6CF600B59735 /* sl.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493B131B6CF600B59735 /* sl.po */; };
2888496D131B6CF600B59735 /* sr_RS.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493C131B6CF600B59735 /* sr_RS.po */; };
2888496D131B6CF600B59735 /* sr_RS@latin.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493C131B6CF600B59735 /* sr_RS@latin.po */; };
2888496D131B6CF600B59735 /* sv.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493C131B6CF600B59735 /* sv.po */; };
2888496E131B6CF600B59735 /* tg.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493D131B6CF600B59735 /* tg.po */; };
2888496F131B6CF600B59735 /* tr.po in Sources */ = {isa = PBXBuildFile; fileRef = 2888493E131B6CF600B59735 /* tr.po */; };
@ -2454,6 +2455,7 @@
2888493A131B6CF600B59735 /* sk.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = sk.po; path = ../locale/sk.po; sourceTree = SOURCE_ROOT; };
2888493B131B6CF600B59735 /* sl.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = sl.po; path = ../locale/sl.po; sourceTree = SOURCE_ROOT; };
2888493B131B6CF600B59735 /* sr_RS.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = sr_RS.po; path = ../locale/sr_RS.po; sourceTree = SOURCE_ROOT; };
2888493B131B6CF600B59735 /* sr_RS@latin.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = sr_RS@latin.po; path = ../locale/sr_RS@latin.po; sourceTree = SOURCE_ROOT; };
2888493C131B6CF600B59735 /* sv.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = sv.po; path = ../locale/sv.po; sourceTree = SOURCE_ROOT; };
2888493D131B6CF600B59735 /* tg.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = tg.po; path = ../locale/tg.po; sourceTree = SOURCE_ROOT; };
2888493E131B6CF600B59735 /* tr.po */ = {isa = PBXFileReference; explicitFileType = sourcecode; fileEncoding = 5; name = tr.po; path = ../locale/tr.po; sourceTree = SOURCE_ROOT; };
@ -4845,6 +4847,7 @@
2888493A131B6CF600B59735 /* sk.po */,
2888493B131B6CF600B59735 /* sl.po */,
2888493C131B6CF600B59735 /* sr_RS.po */,
2888493C131B6CF600B59735 /* sr_RS@latin.po */,
2888493C131B6CF600B59735 /* sv.po */,
2888493D131B6CF600B59735 /* tg.po */,
2888493E131B6CF600B59735 /* tr.po */,
@ -7131,6 +7134,7 @@
2888496B131B6CF600B59735 /* sk.po in Sources */,
2888496C131B6CF600B59735 /* sl.po in Sources */,
2888496C131B6CF600B59735 /* sr_RS.po in Sources */,
2888496C131B6CF600B59735 /* sr_RS@latin.po in Sources */,
2888496D131B6CF600B59735 /* sv.po in Sources */,
2888496E131B6CF600B59735 /* tg.po in Sources */,
2888496F131B6CF600B59735 /* tr.po in Sources */,

View File

@ -140,7 +140,8 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
localLanguageName[wxT("ru")] = wxT("Russky");
localLanguageName[wxT("sk")] = wxT("Slovak");
localLanguageName[wxT("sl")] = wxT("Slovenscina");
localLanguageName[wxT("sr_RS")] = wxT("Serbian");
localLanguageName[wxT("sr_RS")] = wxT("Serbian (Cyrillic)");
localLanguageName[wxT("sr_RS@latin")] = wxT("Serbian (Latin)");
localLanguageName[wxT("sv")] = wxT("Svenska");
localLanguageName[wxT("tg")] = wxT("Tajik");
localLanguageName[wxT("tr")] = wxT("Turkce");

View File

@ -289,6 +289,10 @@
RelativePath="..\..\..\locale\sr_RS.po"
>
</File>
<File
RelativePath="..\..\..\locale\sr_RS@latin.po"
>
</File>
<File
RelativePath="..\..\..\locale\sv.po"
>