site  contact  subhomenews

Langpacks updated

March 09, 2013 — BarryK
Thanks guys, I have updated your language packs:

PETs (3.1M, 2.2M):
http://distro.ibiblio.org/quirky/pet_packages-noarch/langpack_fr-20130304.pet
http://distro.ibiblio.org/quirky/pet_packages-noarch/langpack_ru-20130306.pet

Comments

langpack_de update


set-xftdpi internationalized
Username: L 18 L
"/usr/sbin/set-xftdpi Very short, so full script here only: [code]#!/bin/sh #BK Aug 2009, gpl #130312 internationalisation L18L export TEXTDOMAIN=set-xftdpi export OUTPUT_CHARSET=UTF-8 #export LANG=C #xdialog happy with this. #130312 #read current dpi setting... CURRDPI=`grep "^Xft\\.dpi:" /root/.Xresources | tr '\t' ' ' | tr -s ' ' | cut -f 2 -d ' '` [ ! $CURRDPI ] && CURRDPI=78 CURRINDEX=$(( $CURRDPI / 6 - 9 )) CNT=0; RADIOBUTTONS='' for ONEDPI in 54 60 66 72 78 84 90 96 102 108 do STATUS='off' [ $CNT -eq $CURRINDEX ] && STATUS='on' RADIOBUTTONS="$RADIOBUTTONS $ONEDPI $ONEDPI $STATUS" CNT=$(( $CNT + 1 )) done XDIALOG="Xdialog --left --stdout --title \"$(gettext 'Set global font size')\" --no-tags --radiolist \"$(gettext 'Please choose dpi (dots per inch) for the screen.\nThe larger the value, the bigger that antialiased\nfonts will render on the screen. Adjust up or down if\nfonts are rendering too small or too big on screen.')\n\n$(gettext 'Note1: Some apps do not use antialiased rendering\n and will not be affected by this setting.')\n\n$(gettext 'Note2: Change will only take effect after restarting X')\" 0 0 0 ${RADIOBUTTONS}" NEWDPI="`eval "$XDIALOG"`" [ $? -ne 0 ] && exit TMP1="`cat /root/.Xresources | grep -v "Xft\\.dpi:"`" echo "$TMP1" > /root/.Xresources echo "Xft.dpi: $NEWDPI" >> /root/.Xresources sync ###END###[/code]

pwallpaper internationized
Username: L 18 L
"Very simple in [b]C source[/b] Version bumped to 1.2 not stripped because lacking knowledge how to strip See in forum: http://www.murga-linux.com/puppy/viewtopic.php?t=83672&start=10 please. [img]http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=65629[/img]


Tags: puppy