[Bug 304919] [NEW] MP3 support installed string is untranslated
Gabor Kelemen
kelemeng at gnome.hu
Wed Dec 3 20:36:19 UTC 2008
Public bug reported:
Binary package hint: amarok
+++ amarok-1.4.9.1/debian/install-mp3
@@ -0,0 +1,40 @@
+check_mp3() {
+
+ INSTALLED=`dpkg --get-selections libxine1-ffmpeg | grep install`
+
+ if [ -z "$INSTALLED" ]; then
+ if [ -x /usr/bin/kdialog ]; then
+ kdialog --msgbox "There was an error installing MP3 support. You need to install the package \"libxine1-ffmpeg\" manually." --icon amarok
+ elif [ -x /usr/bin/zenity ]; then
+ zenity --info --text "There was an error installing MP3 support. You need to install the package \"libxine1-ffmpeg\" manually."
+ else
+ Xdialog --msgbox "There was an error installing MP3 support.\nYou need to install the package \"libxine1-ffmpeg\" manually." 10 60
+ fi
+ exit 1
+ else
+ if [ -x /usr/bin/kdialog ]; then
+ kdialog --msgbox "MP3 support now installed, you will need to restart Amarok." --icon amarok
+ elif [ -x /usr/bin/zenity ]; then
+ zenity --info --text "MP3 support now installed, you will need to restart Amarok."
+ else
+ Xdialog --msgbox "MP3 support now installed, you will need to restart Amarok." 5 60
+ fi
+ exit 0
+ fi
+}
This snippet contains several user-visible strings, which are not marked
for translation and make users complain :). Please mark them for
translation.
** Affects: amarok (Ubuntu)
Importance: Undecided
Status: New
--
MP3 support installed string is untranslated
https://bugs.launchpad.net/bugs/304919
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.
More information about the kubuntu-bugs
mailing list