1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Merge pull request #215 from arthurtiteica/master

Enabled the Romanian translation
This commit is contained in:
Uwe L. Korn
2013-09-23 03:52:08 -07:00
3 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ SET( TOMAHAWK_VERSION_MINOR 7 )
SET( TOMAHAWK_VERSION_PATCH 100 ) SET( TOMAHAWK_VERSION_PATCH 100 )
#SET( TOMAHAWK_VERSION_RC 0 ) #SET( TOMAHAWK_VERSION_RC 0 )
SET( TOMAHAWK_TRANSLATION_LANGUAGES ar bg bn_IN ca cs de en el es fi fr hi_IN hu gl it ja lt pl pt_BR ru sv tr zh_CN zh_TW ) SET( TOMAHAWK_TRANSLATION_LANGUAGES ar bg bn_IN ca cs de en el es fi fr hi_IN hu gl it ja lt pl pt_BR ro ru sv tr zh_CN zh_TW )
# enforce proper symbol exporting on all platforms # enforce proper symbol exporting on all platforms
add_definitions( "-fvisibility=hidden" ) add_definitions( "-fvisibility=hidden" )

View File

@@ -6,12 +6,14 @@ GenericName=Music Player
GenericName[de]=Musik Player GenericName[de]=Musik Player
GenericName[fi]=Musiikkisoitin GenericName[fi]=Musiikkisoitin
GenericName[pl]=Odtwarzacz Muzyki GenericName[pl]=Odtwarzacz Muzyki
GenericName[ro]=Redare muzică
GenericName[se]=Musikspelare GenericName[se]=Musikspelare
TryExec=tomahawk TryExec=tomahawk
Exec=tomahawk %u Exec=tomahawk %u
Comment=Tomahawk — Social Music Player Comment=Tomahawk — Social Music Player
Comment[fi]=Tomahawk sosiaalinen musiikkisoitin Comment[fi]=Tomahawk sosiaalinen musiikkisoitin
Comment[pl]=Tomahawk Społecznościowy Odtwarzacz Muzyki Comment[pl]=Tomahawk Społecznościowy Odtwarzacz Muzyki
Comment[ro]=Tomahawk Redare muzică în mod social
Comment[se]=Tomahawk — Den Sociala Musikspelaren Comment[se]=Tomahawk — Den Sociala Musikspelaren
Icon=tomahawk Icon=tomahawk
Terminal=false Terminal=false

View File

@@ -16,6 +16,7 @@
<file>tomahawk_ja.qm</file> <file>tomahawk_ja.qm</file>
<file>tomahawk_pl.qm</file> <file>tomahawk_pl.qm</file>
<file>tomahawk_pt_BR.qm</file> <file>tomahawk_pt_BR.qm</file>
<file>tomahawk_ro.qm</file>
<file>tomahawk_ru.qm</file> <file>tomahawk_ru.qm</file>
<file>tomahawk_sv.qm</file> <file>tomahawk_sv.qm</file>
<file>tomahawk_zh_CN.qm</file> <file>tomahawk_zh_CN.qm</file>