X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=cards%2Fl10n.sh;h=841adb4977ddc45c3fbddfc051af61ea58c3d0d4;hp=48ee59ee4b706f2362c5586b26b06e5aefd7b18c;hb=39d5084924d723c5bbea52c2b62fdfc39d39fe23;hpb=751d678a319fdf0730023e06e375565f8039aee3 diff --git a/cards/l10n.sh b/cards/l10n.sh index 48ee59e..841adb4 100755 --- a/cards/l10n.sh +++ b/cards/l10n.sh @@ -135,6 +135,13 @@ l10n(){ male) printf %s "♂";; other) printf %s "⚥";; none) printf %s "⚪";; + + teltype) printf %s "Anschlusstyp:";; + HOME) printf %s "Privat";; + WORK) printf %s "Geschäftlich";; + CELL) printf %s "Mobil";; + FAX) printf %s "Fax";; + *) printf %s "$1";; esac }