summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/sq.po
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/po/sq.po')
-rw-r--r--perl-install/share/po/sq.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/sq.po b/perl-install/share/po/sq.po
index db3381b2f..fff881879 100644
--- a/perl-install/share/po/sq.po
+++ b/perl-install/share/po/sq.po
@@ -11293,7 +11293,7 @@ msgstr "ndoshta"
#: pkgs.pm:474
#, fuzzy, c-format
-msgid "Downloading file %1..."
+msgid "Downloading file %s..."
msgstr "Dërgimi i skedareve..."
#: printer/cups.pm:103
st "`uname`" != "Linux" ; then echo "Sorry, the GUI only works on Linux." exit 1 fi # Figure out directory of script MYDIR=`dirname $0` cd $MYDIR/src echo "Running ./configure..." ./configure if [ "$?" != 0 ] ; then echo "Oops! It looks like ./configure failed." exit 1 fi echo "Running make..." make if [ "$?" != 0 ] ; then echo "Oops! It looks like make failed." exit 1 fi echo "Running make install..." make install if [ "$?" != 0 ] ; then echo "Oops! It looks like make install failed." exit 1 fi echo "Building GUI wrapper..." cd ../gui make if [ "$?" != 0 ] ; then echo "Oops! It looks like make failed." exit 1 fi echo "Installing GUI..." make install if [ "$?" != 0 ] ; then echo "Oops! It looks like make install failed." exit 1 fi # Install entry in KDE menu if test -n "$KDEDIR" ; then echo "Installing KDE menu entry Internet : TkPPPoE..." mkdir -p "$KDEDIR/share/applnk/Internet" cat <<EOF > "$KDEDIR/share/applnk/Internet/tkpppoe.kdelnk" # KDE Config File [KDE Desktop Entry] Name=TkPPPoE Comment=Start/Stop ADSL connections Exec=tkpppoe Terminal=0 Type=Application EOF fi # Install entry in GNOME menus GNOMEDIR=`gnome-config --datadir 2>/dev/null` if test -n "$GNOMEDIR" ; then echo "Installing GNOME menu entry Internet : TkPPPoE..." mkdir -p "$GNOMEDIR/gnome/apps/Internet" cat <<EOF > "$GNOMEDIR/gnome/apps/Internet/tkpppoe.desktop" [Desktop Entry] Name=TkPPPoE Comment=Start/Stop ADSL connections Exec=tkpppoe Terminal=0 Type=Application EOF fi echo "Running GUI configuration tool..." tkpppoe & exit 0