--- ./src/convert.c Wed Aug 28 16:21:34 2002 +++ ../plan-1.8.5/./src/convert.c Sun Mar 23 00:39:07 2003 @@ -56,7 +56,7 @@ tm->tm_mon+1, tm->tm_mday, tm->tm_year % 100); else - sprintf(buf, "%s, %d.%d.%02d", + sprintf(buf, "%s, %d/%d/%02d", _(weekday_name[(tm->tm_wday+6)%7]), tm->tm_mday, tm->tm_mon+1, tm->tm_year % 100); --- ./src/Makefile Sun Feb 16 12:46:45 2003 +++ ../plan-1.8.5/./src/Makefile Sun Mar 23 00:41:07 2003 @@ -59,7 +59,7 @@ DEFTARGET=help #------------------------- end of configuration section ---------------------- -OPT=$(DEBUG) $(PLANRULE) -DPLANLOCK=\"$(PLANLOCK)\" -DPLANDLOCK=\"$(PLANDLOCK)\" +OPT=$(DEBUG) $(PLANRULE) -DDOFORK=$(DOFORK) -DPLANLOCK=\"$(PLANLOCK)\" -DPLANDLOCK=\"$(PLANDLOCK)\" DESTDIR= @@ -173,7 +173,7 @@ SGI5_L1 = -lXm -lXt -lX11 -lPW SGI5_L2 = -lc SGI6_L1 = -lXm -lXt -lX11 -lPW -SGI6_L2 = -L/usr/local/lib -lc +SGI6_L2 = -lc HP8_L1 = -L/usr/lib/X11R4 -L/usr/lib/Motif1.1 -lXm -lXt -lX11 -lc HP8_L2 = HP9_L1 = -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -lXm -lXt -lX11 -lc @@ -321,103 +321,106 @@ #--------------------------------------------------------------- +CC = cc +GCC = gcc + sgi: sgi6 sgi4: - env CF="$(SGI4_C)" L1F="$(SGI_L1)" L2F="$(SGI_L2)" MYCC=cc make all + env CF="$(SGI4_C)" L1F="$(SGI_L1)" L2F="$(SGI_L2)" MYCC="$(CC)" make all sgi5: - env CF="$(SGI5_C)" L1F="$(SGI5_L1)" L2F="$(SGI5_L2)" MYCC=cc make all + env CF="$(SGI5_C)" L1F="$(SGI5_L1)" L2F="$(SGI5_L2)" MYCC="$(CC)" make all sgi6: - env CF="$(SGI6_C)" L1F="$(SGI6_L1)" L2F="$(SGI6_L2)" MYCC=cc make all + env CF="$(SGI6_C)" L1F="$(SGI6_L1)" L2F="$(SGI6_L2)" MYCC="$(CC)" make all sgi6g: - env CF="$(SGI6_C)" L1F="$(SGI6_L1)" L2F="$(SGI6_L2)" MYCC=gcc make all + env CF="$(SGI6_C)" L1F="$(SGI6_L1)" L2F="$(SGI6_L2)" MYCC="$(GCC)" make all hp8: - env CF="$(HP8_C)" L1F="$(HP8_L1)" L2F="$(HP8_L2)" MYCC=cc make all + env CF="$(HP8_C)" L1F="$(HP8_L1)" L2F="$(HP8_L2)" MYCC="$(CC)" make all hp9: - env CF="$(HP9_C)" L1F="$(HP9_L1)" L2F="$(HP9_L2)" MYCC=cc make all + env CF="$(HP9_C)" L1F="$(HP9_L1)" L2F="$(HP9_L2)" MYCC="$(CC)" make all hp: - env CF="$(HP_C)" L1F="$(HP_L1)" L2F="$(HP_L2)" MYCC=cc make all + env CF="$(HP_C)" L1F="$(HP_L1)" L2F="$(HP_L2)" MYCC="$(CC)" make all hpg: bison -y -d parser.y -mv y.tab.c parser.c - env CF="$(HPG_C)" L1F="$(HP_L1)" L2F="$(HP_L2)" MYCC=gcc make all + env CF="$(HPG_C)" L1F="$(HP_L1)" L2F="$(HP_L2)" MYCC="$(GCC)" make all ibm: - env CF="$(IBM_C)" L1F="$(IBM_L1)" L2F="$(IBM_L2)" MYCC=cc make all + env CF="$(IBM_C)" L1F="$(IBM_L1)" L2F="$(IBM_L2)" MYCC="$(CC)" make all ps2: - env CF="$(PS2_C)" L1F="$(PS2_L1)" L2F="$(PS2_L2)" MYCC=gcc make all + env CF="$(PS2_C)" L1F="$(PS2_L1)" L2F="$(PS2_L2)" MYCC="$(GCC)" make all osf: - env CF="$(OSF_C)" L1F="$(OSF_L1)" L2F="$(OSF_L2)" MYCC=cc make all + env CF="$(OSF_C)" L1F="$(OSF_L1)" L2F="$(OSF_L2)" MYCC="$(CC)" make all sun: env CF="$(SUN_C)" L1F="$(SUN_L1)" L2F="$(SUN_L2)" MYCC=acc make all sung: - env CF="$(SUNG_C)" L1F="$(SUNG_L1)" L2F="$(SUNG_L2)" MYCC=gcc make all + env CF="$(SUNG_C)" L1F="$(SUNG_L1)" L2F="$(SUNG_L2)" MYCC="$(GCC)" make all sung-netplan: - env CF="$(SUNG_C)" L1F="$(SUNG_L1)" L2F="$(SUNG_L2)" MYCC=gcc make netplan + env CF="$(SUNG_C)" L1F="$(SUNG_L1)" L2F="$(SUNG_L2)" MYCC="$(GCC)" make netplan sparc: - env CF="$(SPARC_C)" L1F="$(SPARC_L1)" L2F="$(SPARC_L2)" MYCC=gcc \ + env CF="$(SPARC_C)" L1F="$(SPARC_L1)" L2F="$(SPARC_L2)" MYCC="$(GCC)" \ make NOB_UID=65534 NOB_GID=65534 all sol: - env CF="$(SOL_C)" L1F="$(SOL_L1)" L2F="$(SOL_L2)" MYCC=cc make all + env CF="$(SOL_C)" L1F="$(SOL_L1)" L2F="$(SOL_L2)" MYCC="$(CC)" make all solg: env CF="$(SOLG_C)" L1F="$(SOLG_L1)" L2F="$(SOLG_L2)" MYCC="LD_RUN_PATH=/usr/dt/lib gcc" make all ultrix: - env CF="$(ULTRIX_C)" L1F="$(ULTRIX_L1)" L2F="$(ULTRIX_L2)" MYCC=cc make all + env CF="$(ULTRIX_C)" L1F="$(ULTRIX_L1)" L2F="$(ULTRIX_L2)" MYCC="$(CC)" make all cdc: - env CF="$(CDC_C)" L1F="$(CDC_L1)" L2F="$(CDC_L2)" MYCC=cc make all + env CF="$(CDC_C)" L1F="$(CDC_L1)" L2F="$(CDC_L2)" MYCC="$(CC)" make all mips: - env CF="$(MIPS_C)" L1F="$(MIPS_L1)" L2F="$(MIPS_L2)" MYCC=cc make all + env CF="$(MIPS_C)" L1F="$(MIPS_L1)" L2F="$(MIPS_L2)" MYCC="$(CC)" make all dg: - env CF="$(DG_C)" L1F="$(DG_L1)" L2F="$(DG_L2)" MYCC=gcc make all + env CF="$(DG_C)" L1F="$(DG_L1)" L2F="$(DG_L2)" MYCC="$(GCC)" make all sni: - env CF="$(SNI_C)" L1F="$(SNI_L1)" L2F="$(SNI_L2)" MYCC=cc make all + env CF="$(SNI_C)" L1F="$(SNI_L1)" L2F="$(SNI_L2)" MYCC="$(CC)" make all isc: - env CF="$(ISC_C)" L1F="$(ISC_L1)" L2F="$(ISC_L2)" MYCC=gcc make all + env CF="$(ISC_C)" L1F="$(ISC_L1)" L2F="$(ISC_L2)" MYCC="$(GCC)" make all sco: - env CF="$(SCO_C)" L1F="$(SCO_L1)" L2F="$(SCO_L2)" MYCC=cc make all + env CF="$(SCO_C)" L1F="$(SCO_L1)" L2F="$(SCO_L2)" MYCC="$(CC)" make all scos: - env CF="$(SCOS_C)" L1F="$(SCOS_L1)" L2F="$(SCOS_L2)" MYCC=cc make all + env CF="$(SCOS_C)" L1F="$(SCOS_L1)" L2F="$(SCOS_L2)" MYCC="$(CC)" make all ncr: - env CF="$(NCR_C)" L1F="$(NCR_L1)" L2F="$(NCR_L2)" MYCC=cc make all + env CF="$(NCR_C)" L1F="$(NCR_L1)" L2F="$(NCR_L2)" MYCC="$(CC)" make all usl: - env CF="$(USL_C)" L1F="$(USL_L1)" L2F="$(USL_L2)" MYCC=cc make all + env CF="$(USL_C)" L1F="$(USL_L1)" L2F="$(USL_L2)" MYCC="$(CC)" make all uslm: - env CF="$(USL_C)" L1F="$(USL_L1m)" L2F="$(USL_L2)" MYCC=cc make all + env CF="$(USL_C)" L1F="$(USL_L1m)" L2F="$(USL_L2)" MYCC="$(CC)" make all bsdi: env CF="$(BSDI_C)" L1F="$(BSDI_L1)" L2F="$(BSDI_L2)" MYCC=acc make all bsdig: - env CF="$(BSDIG_C)" L1F="$(BSDIG_L1)" L2F="$(BSDIG_L2)" MYCC=gcc make all + env CF="$(BSDIG_C)" L1F="$(BSDIG_L1)" L2F="$(BSDIG_L2)" MYCC="$(GCC)" make all netbsd: - env CF="$(NBSD_C)" L1F="$(NBSD_L1)" L2F="$(NBSD_L2)" MYCC=gcc $(MAKE) all + env CF="$(NBSD_C)" L1F="$(NBSD_L1)" L2F="$(NBSD_L2)" MYCC="$(GCC)" $(MAKE) all freebsd: env CF="$(FBSD_C)" L1F="$(FBSD_L1)" L2F="$(FBSD_L2)" MYCC=${CC} make all @@ -426,46 +429,46 @@ env CF="$(OBSD_C)" L1F="$(OBSD_L1)" L2F="$(OBSD_L2)" MYCC=${CC} make all svr4: - env CF="$(SVR4_C)" L1F="$(SVR4_L1)" L2F="$(SVR4_L2)" MYCC=gcc make all + env CF="$(SVR4_C)" L1F="$(SVR4_L1)" L2F="$(SVR4_L2)" MYCC="$(GCC)" make all linux: - env CF="$(LINUX_C)" L1F="$(LINUX_L1)" L2F="$(LINUX_L2)" MYCC=gcc make all + env CF="$(LINUX_C)" L1F="$(LINUX_L1)" L2F="$(LINUX_L2)" MYCC="$(GCC)" make all slinux: - env CF="$(LINUX_C)" L1F="$(SLINUX_L1)" L2F="$(SLINUX_L2)" MYCC=gcc make all + env CF="$(LINUX_C)" L1F="$(SLINUX_L1)" L2F="$(SLINUX_L2)" MYCC="$(GCC)" make all news4: - make CF="$(NEWS_C)" L1F="$(NEWS_L1)" L2F="$(NEWS_L2)" MYCC=cc all + make CF="$(NEWS_C)" L1F="$(NEWS_L1)" L2F="$(NEWS_L2)" MYCC="$(CC)" all news4g: - make CF="$(NEWSG_C)" L1F="$(NEWS_L1)" L2F="$(NEWS_L2)" MYCC=gcc all + make CF="$(NEWSG_C)" L1F="$(NEWS_L1)" L2F="$(NEWS_L2)" MYCC="$(GCC)" all news6: env CF="$(NEWS6_C)" L1F="$(NEWS6_L1)" L2F="$(NEWS6_L2)" MYCC=/usr/bin/cc make all news6g: - env CF="$(NEWS6G_C)" L1F="$(NEWS6_L1)" L2F="$(NEWS6_L2)" MYCC=gcc make all + env CF="$(NEWS6G_C)" L1F="$(NEWS6_L1)" L2F="$(NEWS6_L2)" MYCC="$(GCC)" make all sqnt2: - env CF="$(SQNT2_C)" L1F="$(SQNT2_L1)" L2F="$(SQNT2_L2)" MYCC=cc make all + env CF="$(SQNT2_C)" L1F="$(SQNT2_L1)" L2F="$(SQNT2_L2)" MYCC="$(CC)" make all sqnt4: - env CF="$(SQNT4_C)" L1F="$(SQNT4_L1)" L2F="$(SQNT4_L2)" MYCC=cc make all + env CF="$(SQNT4_C)" L1F="$(SQNT4_L1)" L2F="$(SQNT4_L2)" MYCC="$(CC)" make all convex: - env CF="$(CONV_C)" L1F="$(CONV_L1)" L2F="$(CONV_L2)" MYCC=gcc make all + env CF="$(CONV_C)" L1F="$(CONV_L1)" L2F="$(CONV_L2)" MYCC="$(GCC)" make all uw: - env CF="$(UW_C)" L1F="$(UW_L1)" L2F="$(UW_L2)" MYCC=cc make all + env CF="$(UW_C)" L1F="$(UW_L1)" L2F="$(UW_L2)" MYCC="$(CC)" make all apollo: - env CF="$(APOL_C)" L1F="$(APOL_L1)" L2F="$(APOL_L2)" MYCC=cc make all + env CF="$(APOL_C)" L1F="$(APOL_L1)" L2F="$(APOL_L2)" MYCC="$(CC)" make all os2: - make all CF="$(OS2_C)" L1F="$(OS2_L1)" L2F="$(OS2_L2)" MYCC=gcc + make all CF="$(OS2_C)" L1F="$(OS2_L1)" L2F="$(OS2_L2)" MYCC="$(GCC)" lynx: - make CF="$(LYNX_C)" L1F="$(LYNX_L1)" L2F="$(LYNX_L2)" MYCC=gcc \ + make CF="$(LYNX_C)" L1F="$(LYNX_L1)" L2F="$(LYNX_L2)" MYCC="$(GCC)" \ LEX="flex -l" YACC="bison -y" all #------------------------------ don't change anything below ------------------ @@ -522,8 +525,7 @@ $(CCLINE) -o notifier $(N_OBJ) $(L1F) netplan: $(S_OBJ) $(MAKEFILE) - $(CCLINE) -o netplan $(S_OBJ) \ - -L/usr/local/lib $(L2F) + $(CCLINE) -o netplan $(S_OBJ) $(L2F) .c.o: $(CCLINE) -c $< --- ./src/editmenu.c Mon Sep 9 15:10:23 2002 +++ ../plan-1.8.5/./src/editmenu.c Sun Mar 23 00:39:07 2003 @@ -306,7 +306,10 @@ strcpy(title, _("All Entries")); print_button(w->title, title); - listmenu = 0; + + /* ??? It makes no sense!!! */ + /* listmenu = 0; */ + create_sublist(list, w); draw_list(w); } @@ -489,7 +492,11 @@ XtSetArg(args[n], XmNrightAttachment, XmATTACH_FORM); n++; XtSetArg(args[n], XmNrightOffset, 8); n++; XtSetArg(args[n], XmNwidth, width); n++; +#ifdef DESKTOP + XtSetArg(args[n], XmNheight, 256); n++; +#else XtSetArg(args[n], XmNheight, 240); n++; +#endif XtSetArg(args[n], XmNscrollingPolicy, XmAUTOMATIC); n++; scroll = XtCreateWidget("lscroll", xmScrolledWindowWidgetClass, form, args, n); --- ./src/resources.h Tue Apr 6 15:46:41 1999 +++ ../plan-1.8.5/./src/resources.h Sun Mar 23 00:39:07 2003 @@ -2,7 +2,7 @@ "*foreground: #000000", #endif #ifdef DESKTOP -"*background: #b1b1b1", +"*background: #c1c1c1", #else "*background: #a0a0a0", #endif @@ -25,7 +25,11 @@ "*colToggle: #00ff00", #endif "*colRed: #ff0000", +#ifdef DESKTOP +"*colTextBack: #b98e8e", +#else "*colTextBack: #c07070", +#endif "*colYearBack: #e0e0e0", "*colYearBoxBack: #d0d0d0", "*colYearNumber: #000000", --- ./src/configure Thu Sep 21 16:21:56 2000 +++ ../plan-1.8.5/./src/configure Sun Mar 23 00:39:07 2003 @@ -82,8 +82,8 @@ 3) DIR=/usr/freeware/bin # SGI freeware CD SBIN= LIB=/usr/freeware/lib - MAN=/usr/share/man/local/man - CATMAN=/usr/share/catman/local/cat + MAN=/usr/freeware/catman + CATMAN=/usr/freeware/catman PLANHOME= PLANLOCK= PLANDLOCK= @@ -95,9 +95,9 @@ CPP_PATH='/lib/cpp -P -I$(HELP)' DOFORK=TRUE JAPAN= - DEBUG="-O2 -32" + DEBUG="-O3 -OPT:Olimit=0:space=ON" DEFTARGET=sgi6 - HOLIDAY= + HOLIDAY=us ;; 4) DIR=/usr/bin # Debian Linux SBIN=/usr/sbin --- ./web/webmodDel.cgi Thu Mar 18 15:56:43 1999 +++ ../plan-1.8.5/./web/webmodDel.cgi Sun Mar 23 00:39:07 2003 @@ -33,7 +33,7 @@ return; } else { - open ( IN , "/usr/local/bin/plan -W -X $Row $Qui |" ); + open ( IN , "/usr/freeware/bin/plan -W -X $Row $Qui |" ); @error=; close(IN); foreach $line ( @error ) { --- ./web/admin.cgi Mon Mar 1 15:51:28 1999 +++ ../plan-1.8.5/./web/admin.cgi Sun Mar 23 00:39:07 2003 @@ -88,8 +88,8 @@ $err="User $in{user} already exist \!\!\n"; } else { - system("touch /usr/local/lib/netplan.dir/$in{user}"); - system("echo $in{server} > /usr/local/lib/netplan.dir/.$in{user}"); + system("touch /usr/freeware/lib/netplan.dir/$in{user}"); + system("echo $in{server} > /usr/freeware/lib/netplan.dir/.$in{user}"); } } } @@ -103,8 +103,8 @@ } } if ( $found == 1 ) { - unlink "/usr/local/lib/netplan.dir/.$in{user}"; - unlink "/usr/local/lib/netplan.dir/$in{user}"; + unlink "/usr/freeware/lib/netplan.dir/.$in{user}"; + unlink "/usr/freeware/lib/netplan.dir/$in{user}"; } else { $err="User $in{user} does not exist \!\n"; } --- ./web/help.html Mon Mar 1 15:51:28 1999 +++ ../plan-1.8.5/./web/help.html Sun Mar 23 00:39:07 2003 @@ -25,11 +25,11 @@
  • You need a netplan server version 1.8 or later running on the same host that the web server running the WebPlan CGI scripts runs on. Its data directory must be named - /usr/local/lib/netplan.dir, which must be writable for the + /usr/freeware/lib/netplan.dir, which must be writable for the CGI scripts.

  • There must be a plan executable version 1.8 or later in the - directory /usr/local/bin on the host that the web server is + directory /usr/freeware/bin on the host that the web server is running on.

    There is no way to run the web interface without the help of an HTTP --- ./web/common.pl Sun May 2 15:41:16 1999 +++ ../plan-1.8.5/./web/common.pl Sun Mar 23 00:39:07 2003 @@ -304,7 +304,7 @@ # Get the list of user on netplan server #-------------------------------------------------------------------------- sub get_group { - open(IN,"/usr/local/bin/plan -W localhost -F | sort |"); + open(IN,"/usr/freeware/bin/plan -W localhost -F | sort |"); @PlanUsers=; close(IN); @@ -327,9 +327,9 @@ $da=&firstdom($mo,$yr); if ( $jj eq 0 ) { - open ( IN , "/usr/local/bin/plan -W $Who -i -t 1\.$mo\.$yr $days[$mo] |" ); + open ( IN , "/usr/freeware/bin/plan -W $Who -i -t 1\.$mo\.$yr $days[$mo] |" ); } else { - open ( IN , "/usr/local/bin/plan -W $Who -i -t $jj\.$mo\.$yr 1 |" ); + open ( IN , "/usr/freeware/bin/plan -W $Who -i -t $jj\.$mo\.$yr 1 |" ); } @PlanData=; close(IN); @@ -341,7 +341,7 @@ #-------------------------------------------------------------------------- sub obtain_user { local(@PlanData); - open ( IN , "/usr/local/bin/plan -W -F | sort | " ); + open ( IN , "/usr/freeware/bin/plan -W -F | sort | " ); @PlanData=; close(IN); @@ -369,7 +369,7 @@ sub get_holiday { local ($yr) = @_; - open ( IN , "/usr/local/bin/plan -W -H $yr |" ); + open ( IN , "/usr/freeware/bin/plan -W -H $yr |" ); @PlanHoliday=; close(IN); --- ./web/webAdd.cgi Mon Mar 1 15:51:28 1999 +++ ../plan-1.8.5/./web/webAdd.cgi Sun Mar 23 00:39:07 2003 @@ -129,7 +129,7 @@ # user add a \0 appended to it ... that's why data was not passed # to the dam script with system or open() statement - $cmd="/usr/local/bin/plan $start -W $long $rep -u $user \"$data\""; + $cmd="/usr/freeware/bin/plan $start -W $long $rep -u $user \"$data\""; # system("$cmd"); open ( IN , "$cmd |"); @error=; --- ./misc/Killpland Mon Apr 17 17:45:57 1995 +++ ../plan-1.8.5/./misc/Killpland Sun Mar 23 00:39:07 2003 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # # KillPlanD # --- ./misc/netplan.boot Thu Apr 10 16:18:05 1997 +++ ../plan-1.8.5/./misc/netplan.boot Sun Mar 23 00:51:52 2003 @@ -14,7 +14,7 @@ VERBOSE= fi -DIR=/usr/local/lib +DIR=/usr/freeware/lib DB=$DIR/netplan.dir DEBUG=0 DBGFILE=/var/tmp/netplan.dbg @@ -21,7 +21,15 @@ case "$1" in 'start') - if $IS_ON netplan ; then + if $IS_ON fw_netplan && $IS_ON netplan && ! $IS_ON fw_netplan.force-start; then + echo "Warning: both fw_netplan and netplan are enabled; disabling fw_netplan." 1>&2 + echo " To start multiple servers verify that there will be no port" 1>&2 + echo " contention and do 'chkconfig -f fw_netplan.force-start on'" 1>&2 + echo " before re-enabling fw_netplan." 1>&2 + $IS_ON fw_netplan off + fi + + if $IS_ON fw_netplan ; then if test -x $DIR/netplan ; then : else @@ -28,9 +36,9 @@ echo "Netplan : $DIR/netplan : missing or wrong permissions." exit 1 fi - killall netplan 1>/dev/null 2>&1 + killall $DIR/netplan 1>/dev/null 2>&1 sleep 1 - killall netplan 1>/dev/null 2>&1 + killall $DIR/netplan 1>/dev/null 2>&1 sleep 1 $ECHO -n "Netplan: " @@ -53,9 +61,9 @@ ;; 'stop') - killall netplan 2>&1 + killall $DIR/netplan 2>&1 sleep 1 - killall netplan 2>&1 + killall $DIR/netplan 2>&1 sleep 1 $ECHO "Netplan: stopped." ;; --- ./misc/Mkdoc Mon Apr 17 17:45:58 1995 +++ ../plan-1.8.5/./misc/Mkdoc Sun Mar 23 00:39:07 2003 @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl # # convert plan.help to nroff -ms format. # by gregg hanna --- ./misc/plan2vcs Thu Dec 14 16:36:18 2000 +++ ../plan-1.8.5/./misc/plan2vcs Sun Mar 23 00:39:07 2003 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Convert a netplan file to vCalendar. # --- ./language/plan.lang.spanish Thu Jul 8 15:25:03 1999 +++ ../plan-1.8.5/./language/plan.lang.spanish Sun Mar 23 00:39:07 2003 @@ -76,8 +76,8 @@ Auto borrado de las entradas pasadas Ventanas redimensionadas automaticamente DST automatico en el calendario Juliano -Ficheros disponibles : Ficheros disponibles, seleccionar y añadir: +Ficheros disponibles: Iniciar la vista en Recorrer Recorrer el servidor --- ./language/plan.lang.italian Sun May 5 14:53:13 2002 +++ ../plan-1.8.5/./language/plan.lang.italian Sun Mar 23 00:39:07 2003 @@ -76,12 +76,11 @@ Auto-cancella elementi passati Auto-ridimensiona finestre DST automatico dal giorno Giuliano -Archivi disponibili1: -Archivi disponibili: Archivi disponibili, seleziona e aggiungi: +Archivi disponibili: Inizia vista alle Sfoglia -Sfoglia Servente +Sfoglia Server Configura vista calendario Viste calendario... Non trovo lo 'scheletro' PostScript\n "%s" @@ -88,11 +87,11 @@ Annulla Impossibile cambiare il proprio gruppo Impossibile cambiare il proprio percorso -No posso collegarmi al servente \n'netplan' sul nodo %s +Non posso collegarmi al server \n'netplan' sul nodo %s Impossibile cancellare il proprio archivo Non posso modificare gli appuntamenti di %s perché sono\nstati letti da una base-dati 'grok'. Il salvataggio\nin quel formato non è implementato.\nL'archivio è\n%s Non posso modificare gli appuntamenti di %s,\nmancano permessi di scrittura su %s\no %s/.dayplan.\n\nRicontrolla i permessi con 'Archivi->Rileggi base-dati'.\nNon puoi disabilitare appuntamenti singoli, ma puoi\ndisabilitarli tutti dalla finestra 'Archivi->Lista Archivi'. -Non posso modificare gli appuntamenti di %s,\nil servente su %s nega il permessodi scrittura.\nRicontrolla i permessi con 'Archivi->Rileggi base-dati'.\nNon puoi disabilitare appuntamenti singoli, ma puoi\ndisabilitarli tutti dalla finestra 'Archivi->Lista Archivi'. +Non posso modificare gli appuntamenti di %s,\nil server su %s nega il permessodi scrittura.\nRicontrolla i permessi con 'Archivi->Rileggi base-dati'.\nNon puoi disabilitare appuntamenti singoli, ma puoi\ndisabilitarli tutti dalla finestra 'Archivi->Lista Archivi'. Non posso spostarlo lì, abortito. Non posso aprire un condotto ('pipe') su "%s" Non posso ridimensionare elemento privo di\nripetizione giornaliera @@ -148,8 +147,8 @@ Scrittura fallita dell'archivio appuntamenti\n"%s".\nI tuoi cambiamenti recenti sono andati persi.\nControlla spazio su disco e permessi della cartella!\n\nImpossibile ripristinare i contenuti originali. La copia è in\n%s, e richiede un recupero manuale Febbraio Archivi -L'archivio %s contiene %d appuntamenti in %s\ne %d sul servente %s. Passo al servente e ignoro l'archivio\n%s. -L'archivio %s sul servente %s non\nc'era. Creato e inizializzato con\ngli appuntamenti correnti caricati. +L'archivio %s contiene %d appuntamenti in %s\ne %d sul server %s. Passo al server e ignoro l'archivio\n%s. +L'archivio %s sul server %s non\nc'era. Creato e inizializzato con\ngli appuntamenti correnti caricati. Lista archivi Lista archivi... Archivi e programmi @@ -183,8 +182,8 @@ Non distingue Maiu./minu. Distingue Maiu./minu. Percorso locale -Perso collegamento al servente 'netplan' %s.\n\nRiavvialo, quindi scegli\n`Archivi->Rileggi archivi' per ricollegarti e rileggere.\nPotresti aver perso i cambiamenti più recenti. -Servente di posta: +Perso collegamento al server 'netplan' %s.\n\nRiavvialo, quindi scegli\n`Archivi->Rileggi archivi' per ricollegarti e rileggere.\nPotresti aver perso i cambiamenti più recenti. +Server di posta: Marzo Maggio Messaggio @@ -244,12 +243,12 @@ Invia posta Settembre Serv. -Nodo Servente -Servente sul nodo "%s" errore di protocollo:\nAtteso codice di risposta `%c' ma ricevuto `%c'.\nIl messaggio completo in errore era:\n%s -Servente sul nodo %s: riporta un problema:\n\n%s -Servente sul nodo %s: non risponde\n -Servente sul nodo %s:non raggiungibile. -Servente sul nodo %s: errore di protocollo\n +Nodo Server +Server sul nodo "%s" errore di protocollo:\nAtteso codice di risposta `%c' ma ricevuto `%c'.\nIl messaggio completo in errore era:\n%s +Server sul nodo %s: riporta un problema:\n\n%s +Server sul nodo %s: non risponde\n +Server sul nodo %s:non raggiungibile. +Server sul nodo %s: errore di protocollo\n Programma della 'shell' Mostra calendario Giuliano Mostra i tempi di preavviso @@ -316,7 +315,7 @@ Sinottico Anno Vista Anno Finestra gialla -Hai %d appuntamenti qui e\n%d sul servente %s. Salvati %s\nsu %s e scartati vecchi\nappuntamenti in %s. +Hai %d appuntamenti qui e\n%d sul server %s. Salvati %s\nsu %s e scartati vecchi\nappuntamenti in %s. Il tuo proprio archivio dati è in sola lettura! Anno Zoom + @@ -325,11 +324,11 @@ altro 'démone' attivo, usa %s -k 'auth' su %s risponde %s\n fallita autenticazione su %s\n -il servente di autenticazione su %s non risponde\n +il server di autenticazione su %s non risponde\n automatico iniz: non posso accedere -non posso collegarmi al servente di autenticazione su %s\n +non posso collegarmi al server di autenticazione su %s\n non posso terminare il 'démone' attivo %s non posso aprire un 'socket' per l'autenticazione giorni @@ -350,7 +349,7 @@ min: mancante ° -servente 'netplan' da interrogare: +server 'netplan' da interrogare: nuovo archivio memoria esaurita memoria esaurita per la lista appuntamentni --- ./language/plan.lang.dutch Thu Jul 8 15:24:38 1999 +++ ../plan-1.8.5/./language/plan.lang.dutch Sun Mar 23 00:39:07 2003 @@ -76,8 +76,8 @@ Oude afspraken automatisch verwijderen Venstergroote automatisch aanpassen Zomeruur automatisch starten vanaf dag -Beschikbare bestanden: Beschikbare bestanden, selecteren en toevoegen: +Beschikbare bestanden: Kalender begint om Bladeren Bladeren in server --- ./language/plan.lang.english Fri Sep 10 15:31:01 1999 +++ ../plan-1.8.5/./language/plan.lang.english Sun Mar 23 00:39:07 2003 @@ -76,8 +76,8 @@ Auto-delete past entries Auto-resize windows Automatic DST from Julian day -Available files: Available files, select and Add: +Available files: Begin view at Browse Browse Server --- ./language/plan.lang.german Mon May 29 16:03:38 2000 +++ ../plan-1.8.5/./language/plan.lang.german Sun Mar 23 00:39:07 2003 @@ -76,8 +76,8 @@ Alte Termine automatisch löschen Windows automatisch vergrößern von Tag -Verfügbare Dateien: Verfügbare Dateien, auswählen und addieren: +Verfügbare Dateien: Kalender beginnt um Abfrage Server abfragen --- ./language/plan.lang.french Fri Sep 10 15:31:06 1999 +++ ../plan-1.8.5/./language/plan.lang.french Sun Mar 23 00:39:07 2003 @@ -76,8 +76,8 @@ Auto-effacement des entrées du passé Fenêtres redimensionnées automatiquement DST automatique dans le calendrier Julien -Fichiers disponibles : Fichiers disponibles, sélectionner et ajouter: +Fichiers disponibles: Démarrer la vue à Parcourir Parcourir le serveur --- ./holiday/holiday_spain Mon Mar 25 17:00:32 1996 +++ ../plan-1.8.5/./holiday/holiday_spain Sun Mar 23 00:39:07 2003 @@ -22,11 +22,11 @@ : : Relacionados con la pascua : -small "Jueves Santo" weekned on easter minus 3 days -small "Viernes Santo" weekned on easter minus 2 days -small "Pascua" weekned on easter +small "Jueves Santo" weekend on easter minus 3 days +small "Viernes Santo" weekend on easter minus 2 days +small "Pascua" weekend on easter small "Miércoles de ceniza" on easter minus 46 days -small "Pentecostes" weekned on easter plus 49 days +small "Pentecostes" weekend on easter plus 49 days small "Ascension" on easter plus 39 days small "Trinidad" on easter plus 46 day small "Corpus Christi" on easter plus 60 days