Revision: 8853
http://freenas.svn.sourceforge.net/freenas/?rev=8853&view=rev
Author: daoyama
Date: 2011-11-27 19:14:38 +0000 (Sun, 27 Nov 2011)
Log Message:
-----------
add LCDproc service.
update translations.
Modified Paths:
--------------
legacy/build/CHANGES
legacy/locale/bg.po
legacy/locale/cs.po
legacy/locale/da.po
legacy/locale/de.po
legacy/locale/el.po
legacy/locale/es.po
legacy/locale/fr.po
legacy/locale/freenas.pot
legacy/locale/hu.po
legacy/locale/it.po
legacy/locale/ja.po
legacy/locale/ko.po
legacy/locale/lv.po
legacy/locale/nb.po
legacy/locale/nl.po
legacy/locale/pl.po
legacy/locale/pt.po
legacy/locale/pt_BR.po
legacy/locale/ro.po
legacy/locale/ru.po
legacy/locale/sk.po
legacy/locale/sl.po
legacy/locale/sq.po
legacy/locale/sv.po
legacy/locale/zh_CN.po
legacy/locale/zh_TW.po
legacy/www/fbegin.inc
legacy/www/status_services.php
Added Paths:
-----------
legacy/build/ports/lcdproc/
legacy/build/ports/lcdproc/Makefile
legacy/build/ports/lcdproc/distinfo
legacy/build/ports/lcdproc/files/
legacy/build/ports/lcdproc/files/LCDd.in
legacy/build/ports/lcdproc/files/lcdproc.in
legacy/build/ports/lcdproc/files/patch-clients__lcdproc__main.c
legacy/build/ports/lcdproc/files/patch-configure.in
legacy/build/ports/lcdproc/pkg-descr
legacy/build/ports/lcdproc/pkg-state
legacy/build/ports/options/files/docbook-500-options
legacy/build/ports/options/files/docbook-options
legacy/build/ports/options/files/libftdi-options
legacy/www/services_lcdproc.php
Modified: legacy/build/CHANGES
===================================================================
--- legacy/build/CHANGES 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/build/CHANGES 2011-11-27 19:14:38 UTC (rev 8853)
@@ -38,6 +38,7 @@
- Add some default log file to advanced setting.
- Allow last newline of certificate.
- Add DBCS Codepages for legacy OS.
+- Add LCDproc service.
Bug fixes:
- Fix the problem which discards the DNS settings from a DHCP server.
Added: legacy/build/ports/lcdproc/Makefile
===================================================================
--- legacy/build/ports/lcdproc/Makefile (rev 0)
+++ legacy/build/ports/lcdproc/Makefile 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,75 @@
+PORTNAME= lcdproc
+PORTVERSION= 0.5.5
+CATEGORIES= sysutils
+MASTER_SITES= SF
+
+MAINTAINER= aoyama@...
+COMMENT= A client/server suite for LCD devices
+
+USE_AUTOTOOLS= autoconf automake aclocal
+GNU_CONFIGURE= yes
+USE_GNOME= pkgconfig
+
+LIB_DEPENDS+= ftdi.19:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS+= hid:${PORTSDIR}/devel/libhid
+
+CONFIGURE_ARGS= --enable-drivers="${LCDPROC_DRIVERS}" \
+ --with-libusb=/usr \
+ --enable-libftdi \
+ --enable-libhid \
+ --disable-dependency-tracking \
+ --disable-doxygen
+ACLOCAL_ARGS=
+
+LCDPROC_DRIVERS=bayrad \
+ CFontz \
+ CFontz633 \
+ CFontzPacket \
+ CwLnx \
+ curses \
+ ea65 \
+ EyeboxOne \
+ glk \
+ hd44780 \
+ icp_a106 \
+ lb216 \
+ lcdm001 \
+ lcterm \
+ MD8800 \
+ ms6931 \
+ mtc_s16209x \
+ MtxOrb \
+ NoritakeVFD \
+ pyramid \
+ SureElec \
+ sed1330 \
+ sed1520 \
+ serialPOS \
+ serialVFD \
+ sli \
+ stv5730 \
+ t6963 \
+ text \
+ tyan
+LCDPROC_DRIVERS+=IOWarrior \
+ picolcd \
+ shuttleVFD
+LCDPROC_DRIVERS+=i2500vfd \
+ lis \
+ ula200
+LCDPROC_DRIVERS+=mdm166a
+
+do-install:
+ @${INSTALL_PROGRAM} -v ${WRKSRC}/server/LCDd ${FREENAS_ROOTFS}/${PREFIX}/sbin
+ @${INSTALL_PROGRAM} -v ${WRKSRC}/clients/lcdexec/lcdexec ${FREENAS_ROOTFS}/${PREFIX}/bin
+ @${INSTALL_PROGRAM} -v ${WRKSRC}/clients/lcdproc/lcdproc ${FREENAS_ROOTFS}/${PREFIX}/bin
+ @${MKDIR} -v ${FREENAS_ROOTFS}/${PREFIX}/lib/lcdproc
+ @${INSTALL_PROGRAM} -v ${WRKSRC}/server/drivers/*.so ${FREENAS_ROOTFS}/${PREFIX}/lib/lcdproc
+ @${MKDIR} -v ${FREENAS_ROOTFS}/${PREFIX}/share/lcdproc
+ @${INSTALL_DATA} -v ${WRKSRC}/LCDd.conf ${FREENAS_ROOTFS}/${PREFIX}/share/lcdproc
+ @${INSTALL_DATA} -v ${WRKSRC}/clients/lcdexec/lcdexec.conf ${FREENAS_ROOTFS}/${PREFIX}/share/lcdproc
+ @${INSTALL_DATA} -v ${WRKSRC}/clients/lcdproc/lcdproc.conf ${FREENAS_ROOTFS}/${PREFIX}/share/lcdproc
+ @${INSTALL_SCRIPT} -v ${FILESDIR}/LCDd.in ${FREENAS_ROOTFS}/etc/rc.d/LCDd
+ @${INSTALL_SCRIPT} -v ${FILESDIR}/lcdproc.in ${FREENAS_ROOTFS}/etc/rc.d/lcdproc
+
+.include <bsd.port.mk>
Added: legacy/build/ports/lcdproc/distinfo
===================================================================
--- legacy/build/ports/lcdproc/distinfo (rev 0)
+++ legacy/build/ports/lcdproc/distinfo 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,2 @@
+SHA256 (lcdproc-0.5.5.tar.gz) = b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825e48d42
+SIZE (lcdproc-0.5.5.tar.gz) = 946206
Added: legacy/build/ports/lcdproc/files/LCDd.in
===================================================================
--- legacy/build/ports/lcdproc/files/LCDd.in (rev 0)
+++ legacy/build/ports/lcdproc/files/LCDd.in 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,65 @@
+#!/bin/sh
+# Copyright (C) 2005-2011 FreeNAS Project. All rights reserved.
+
+# PROVIDE: LCDd
+# REQUIRE: DAEMON
+# XQUERY: -i "count(//lcdproc/enable) > 0" -o "0" -b
+# RCVAR: LCDd
+
+. /etc/rc.subr
+. /etc/configxml.subr
+
+name="LCDd"
+rcvar=$(set_rcvar)
+
+load_rc_config "${name}"
+
+# Custom commands
+start_precmd="LCDd_mkconf"
+mkconf_cmd="LCDd_mkconf"
+extra_commands="mkconf"
+
+# Defaults
+LCDd_enable=${LCDd_enable:-"NO"}
+LCDd_conf=${LCDd_conf:-"/var/etc/${name}.conf"}
+
+command="/usr/local/sbin/${name}"
+command_args="-c ${LCDd_conf}"
+
+LCDd_mkconf()
+{
+ # Create config file
+ /usr/local/bin/xml sel -t \
+ -o '[server]' -n \
+ -o 'DriverPath=/usr/local/lib/lcdproc/' -n \
+ -v "concat('Driver=', //lcdproc/driver)" -n \
+ -o 'Bind=127.0.0.1' -n \
+ -v "concat('Port=', //lcdproc/port)" -n \
+ -o 'ReportLevel=2' -n \
+ -o 'User=nobody' -n \
+ -v "concat('WaitTime=', //lcdproc/waittime)" -n \
+ -o 'ToggleRotateKey=Enter' -n \
+ -o 'PrevScreenKey=Left' -n \
+ -o 'NextScreenKey=Right' -n \
+ -o '#ScrollUpKey=Up' -n \
+ -o '#ScrollDownKey=Down' -n \
+ -m "//freenas/lcdproc/auxparam" \
+ -v "." -n \
+ -b \
+ -n \
+ -o '[menu]' -n \
+ -o 'MenuKey=Escape' -n \
+ -o 'EnterKey=Enter' -n \
+ -o 'UpKey=Up' -n \
+ -o 'DownKey=Down' -n \
+ -o '#LeftKey=Left' -n \
+ -o '#RightKey=Right' -n \
+ -n \
+ -v "concat('[', //lcdproc/driver,']')" -n \
+ -m "//freenas/lcdproc/param" \
+ -v "." -n \
+ -b \
+ ${configxml_file} | /usr/local/bin/xml unesc > ${LCDd_conf}
+}
+
+run_rc_command "$1"
Added: legacy/build/ports/lcdproc/files/lcdproc.in
===================================================================
--- legacy/build/ports/lcdproc/files/lcdproc.in (rev 0)
+++ legacy/build/ports/lcdproc/files/lcdproc.in 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,49 @@
+#!/bin/sh
+# Copyright (C) 2005-2011 FreeNAS Project. All rights reserved.
+
+# PROVIDE: lcdproc
+# REQUIRE: LCDd
+# XQUERY: -i "count(//lcdproc/enable) > 0" -o "0" -b
+# RCVAR: lcdproc
+
+. /etc/rc.subr
+. /etc/configxml.subr
+
+name="lcdproc"
+rcvar=$(set_rcvar)
+
+load_rc_config "${name}"
+
+# Custom commands
+start_precmd="lcdproc_mkconf"
+mkconf_cmd="lcdproc_mkconf"
+extra_commands="mkconf"
+
+# Defaults
+lcdproc_enable=${lcdproc_enable:-"NO"}
+lcdproc_conf=${lcdproc_conf:-"/var/etc/${name}.conf"}
+
+command="/usr/local/bin/${name}"
+command_args="-c ${lcdproc_conf}"
+
+lcdproc_mkconf()
+{
+ # Create config file
+ /usr/local/bin/xml sel -t \
+ -o '[lcdproc]' -n \
+ -o 'Server=localhost' -n \
+ -v "concat('Port=', //lcdproc/port)" -n \
+ -o 'ReportLevel=2' -n \
+ -o 'ReportToSyslog=false' -n \
+ -o 'PidFile=/var/run/lcdproc.pid' -n \
+ -m "//freenas/lcdproc/lcdproc/auxparam" \
+ -v "." -n \
+ -b \
+ -n \
+ -m "//freenas/lcdproc/lcdproc/param" \
+ -v "." -n \
+ -b \
+ ${configxml_file} | /usr/local/bin/xml unesc > ${lcdproc_conf}
+}
+
+run_rc_command "$1"
Added: legacy/build/ports/lcdproc/files/patch-clients__lcdproc__main.c
===================================================================
--- legacy/build/ports/lcdproc/files/patch-clients__lcdproc__main.c (rev 0)
+++ legacy/build/ports/lcdproc/files/patch-clients__lcdproc__main.c 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,63 @@
+--- ./clients/lcdproc/main.c.orig 2011-10-02 03:38:55.000000000 +0900
++++ ./clients/lcdproc/main.c 2011-11-27 09:31:18.000000000 +0900
+@@ -139,6 +139,25 @@
+ const char *
+ get_sysname(void)
+ {
++#if 1
++ /* FreeNAS */
++ static char buf[1024];
++ char buf1[1024];
++ FILE *fp;
++ char *p;
++
++ fp = fopen("/etc/prd.name", "r");
++ if (fp != NULL) {
++ fgets(buf1, sizeof buf1, fp);
++ fclose(fp);
++ p = strchr(buf1, '\n');
++ if (p != NULL) {
++ *p = '\0';
++ }
++ snprintf(buf, sizeof buf, "%s", buf1);
++ return (buf);
++ }
++#endif
+ return (unamebuf.sysname);
+ }
+
+@@ -146,6 +165,34 @@
+ const char *
+ get_sysrelease(void)
+ {
++#if 1
++ /* FreeNAS */
++ static char buf[1024];
++ char buf1[1024], buf2[1024];
++ FILE *fp;
++ char *p;
++
++ fp = fopen("/etc/prd.version", "r");
++ if (fp != NULL) {
++ fgets(buf1, sizeof buf1, fp);
++ fclose(fp);
++ p = strchr(buf1, '\n');
++ if (p != NULL) {
++ *p = '\0';
++ }
++ fp = fopen("/etc/prd.revision", "r");
++ if (fp != NULL) {
++ fgets(buf2, sizeof buf2, fp);
++ fclose(fp);
++ p = strchr(buf2, '\n');
++ if (p != NULL) {
++ *p = '\0';
++ }
++ snprintf(buf, sizeof buf, "%s (%s)", buf1, buf2);
++ return (buf);
++ }
++ }
++#endif
+ return (unamebuf.release);
+ }
+
Added: legacy/build/ports/lcdproc/files/patch-configure.in
===================================================================
--- legacy/build/ports/lcdproc/files/patch-configure.in (rev 0)
+++ legacy/build/ports/lcdproc/files/patch-configure.in 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,90 @@
+--- ./configure.in.orig 2011-11-09 20:52:28.000000000 +0100
++++ ./configure.in 2011-11-10 23:29:33.000000000 +0100
+@@ -4,6 +4,7 @@
+ AC_INIT(lcdproc, 0.5.5, lcdproc@...)
+ AC_CONFIG_SRCDIR([clients/lcdproc/batt.c])
+ AM_INIT_AUTOMAKE(1.7)
++PKG_PROG_PKG_CONFIG()
+
+ AC_CONFIG_HEADERS(config.h)
+
+@@ -249,26 +250,63 @@
+
+ dnl ######################################################################
+ dnl libusb support
++dnl Stolen from the gnupg project and modified for LCDproc's need.
++dnl
++dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+ dnl ######################################################################
+ AC_MSG_CHECKING([if libusb support has been enabled]);
+-AC_ARG_ENABLE(libusb,
+- [AS_HELP_STRING([--disable-libusb],[disable USB support using libusb])],
+- [ if test "$enableval" != "no"; then
+- enable_libusb="yes"
+- fi ],
+- [ enable_libusb=yes ]
+-)
+-AC_MSG_RESULT($enable_libusb)
++AC_ARG_WITH(libusb,
++ AC_HELP_STRING([--with-libusb=DIR],
++ [look for the libusb library in DIR]),
++ [_do_libusb=$withval],[_do_libusb=yes])
++AC_MSG_RESULT($_do_libusb)
+
+-if test "$enable_libusb" = "yes"; then
+- ifdef([PKG_CHECK_MODULES],
+- [PKG_CHECK_MODULES(LIBUSB, libusb,
+- [AC_DEFINE(HAVE_LIBUSB, [1], [Define to 1 if you have libusb])],
+- [ enable_libusb=no ])],
+- [AC_MSG_WARN([pkg-config not (fully) installed; drivers requiring libusb may not be built])])
++if test "$_do_libusb" != "no" ; then
++ if test -d "$withval" ; then
++ CPPFLAGS="${CPPFLAGS} -I$withval/include"
++ LDFLAGS="${LDFLAGS} -L$withval/lib"
++ AC_PATH_PROG([_usb_config],["$_do_libusb/bin/libusb-config"])
++ else
++ AC_PATH_PROG([_usb_config],[libusb-config])
++ fi
++
++ _libusb_save_libs=$LIBS
++ _libusb_save_cflags=$CFLAGS
++
++ if test x$_usb_config != "x" ; then
++ _libusb_try_libs=`$_usb_config --libs`
++ _libusb_try_cflags=`$_usb_config --cflags`
++ else
++ _libusb_try_libs="-lusb"
++ _libusb_try_cflags=""
++ fi
++
++ LIBS="$LIBS $_libusb_try_libs"
++ CFLAGS="$CFLAGS $_libusb_try_cflags"
++
++ AC_MSG_CHECKING([whether libusb is present and sane])
++
++ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <usb.h>],[
++ usb_interrupt_write(NULL,0,NULL,0,0);
++ ])],enable_libusb=yes,enable_libusb=no)
++
++ AC_MSG_RESULT([$enable_libusb])
++
++ if test "$enable_libusb" = "yes" ; then
++ AC_DEFINE(HAVE_LIBUSB, [1], [Define to 1 if you have libusb])
++ AC_SUBST(LIBUSB_CFLAGS, $_libusb_try_cflags)
++ AC_SUBST(LIBUSB_LIBS, $_libusb_try_libs)
++ fi
++
++ LIBS=$_libusb_save_libs
++ CFLAGS=$_libusb_save_cflags
++
++ unset _libusb_save_libs
++ unset _libusb_save_cflags
++ unset _libusb_try_libs
++ unset _libusb_try_cflags
+ fi
+-AC_SUBST(LIBUSB_LIBS)
+-AC_SUBST(LIBUSB_CFLAGS)
++
+
+ dnl ######################################################################
+ dnl libftdi support
Added: legacy/build/ports/lcdproc/pkg-descr
===================================================================
--- legacy/build/ports/lcdproc/pkg-descr (rev 0)
+++ legacy/build/ports/lcdproc/pkg-descr 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1 @@
+A client/server suite for LCD devices
Added: legacy/build/ports/lcdproc/pkg-state
===================================================================
--- legacy/build/ports/lcdproc/pkg-state (rev 0)
+++ legacy/build/ports/lcdproc/pkg-state 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1 @@
+ON
Added: legacy/build/ports/options/files/docbook-500-options
===================================================================
--- legacy/build/ports/options/files/docbook-500-options (rev 0)
+++ legacy/build/ports/options/files/docbook-500-options 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,11 @@
+# This file is auto-generated by 'make config'.
+# No user-servicable parts inside!
+# Options for docbook-5.0_1
+_OPTIONS_READ=docbook-5.0_1
+WITH_DTD=true
+WITH_SCHEMA=true
+WITH_RELAX_NG=true
+WITH_SCHEMATRON=true
+WITH_NVDL=true
+WITH_TOOLS=true
+WITH_XMLCHARENT=true
Added: legacy/build/ports/options/files/docbook-options
===================================================================
--- legacy/build/ports/options/files/docbook-options (rev 0)
+++ legacy/build/ports/options/files/docbook-options 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,22 @@
+# This file is auto-generated by 'make config'.
+# No user-servicable parts inside!
+# Options for docbook-1.4
+_OPTIONS_READ=docbook-1.4
+WITHOUT_DB241=true
+WITHOUT_DB30=true
+WITHOUT_DB31=true
+WITHOUT_DB40=true
+WITH_DB41=true
+WITH_DB42=true
+WITH_DB43=true
+WITH_DB44=true
+WITH_DB45=true
+WITH_DB41_XML=true
+WITH_DB42_XML=true
+WITH_DB43_XML=true
+WITH_DB44_XML=true
+WITH_DB45_XML=true
+WITH_DB50_XML=true
+WITHOUT_SDB_XML=true
+WITH_SGMLCHARENT=true
+WITH_XMLCHARENT=true
Added: legacy/build/ports/options/files/libftdi-options
===================================================================
--- legacy/build/ports/options/files/libftdi-options (rev 0)
+++ legacy/build/ports/options/files/libftdi-options 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,5 @@
+# This file is auto-generated by 'make config'.
+# No user-servicable parts inside!
+# Options for libftdi-0.18
+_OPTIONS_READ=libftdi-0.18
+WITHOUT_BOOST=true
Modified: legacy/locale/bg.po
===================================================================
--- legacy/locale/bg.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/bg.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-06-29 03:57+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1526,6 +1526,9 @@
msgid "Driver list"
msgstr ""
+msgid "Driver parameters"
+msgstr ""
+
msgid "Duplex"
msgstr "Дуплекс"
@@ -2530,6 +2533,12 @@
msgid "LAN net"
msgstr ""
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4536,6 +4545,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "The device name may only consist of the characters a-z, A-Z, 0-9."
@@ -4564,6 +4576,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5114,6 +5130,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5437,6 +5457,9 @@
msgid "WPA-PSK WPA-EAP"
msgstr ""
+msgid "Wait time"
+msgstr ""
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/cs.po
===================================================================
--- legacy/locale/cs.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/cs.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-03-28 18:50+0000\n"
"Last-Translator: Vaclav Obrtlik <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1527,6 +1527,10 @@
msgid "Driver list"
msgstr "Seznam ovladačů"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Pomocné parametry"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2533,6 +2537,12 @@
msgid "LAN net"
msgstr "Síť LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4542,6 +4552,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Jméno zařízení může obsahovat pouze znaky a-z, A-Z, 0-9."
@@ -4569,6 +4582,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Ovladač dříve komunikoval s UPS. Stáhnout seznam dostupných <a href='%s' target='_blank'>ovladačů</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Ovladač dříve komunikoval s UPS. Stáhnout seznam dostupných <a href='%s' target='_blank'>ovladačů</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5120,6 +5137,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr ""
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Prosím konzultujte <a href='%s' target='_blank'>dokumentaci</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Chcete-li zvýšit výkonnost CIFS, zkuste následující:<div id='enumeration'><ul><li>Povolit 'Asynchronní I/O (AIO)'</li><li>Povolit 'Velké čtení/zápis'</li><li>Povolit '<a href='%s'>Ladění</a>'</li></ul></div>"
@@ -5444,6 +5465,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Systémový čas"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/da.po
===================================================================
--- legacy/locale/da.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/da.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-12 09:35+0000\n"
"Last-Translator: debdrup <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Driverliste"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Ekstra parametre"
+
msgid "Duplex"
msgstr "Dupleks"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Standard nøgle længderne er: 128 for AES, 128 for Blowfish, 128 for Camellia og 192 for 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Enhedsnavnet må kun bestå af tegnene a-z, A-Z og 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Driver der bruges til at kommunikere med din UPS. Se listen med tilgængelige <a href='%s' target='_blank'>drivere</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Driver der bruges til at kommunikere med din UPS. Se listen med tilgængelige <a href='%s' target='_blank'>drivere</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Den krypterede enheden er monteret i øjeblikket! <a href='%s'>Afmonter</a> denne disk, inden du fortsætter."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "For mere detaljerede informationer om at skrive firewall regler, kan du finde det i FreeBSD <a href='%s' target='_blank'>dokumentationen</a>."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "For mere detaljerede informationer om at skrive firewall regler, kan du finde det i FreeBSD <a href='%s' target='_blank'>dokumentationen</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "For at forbedre CIFS ydelsen, kan du prøve følgende:<div id='enumeration'><ul><li>Aktiver 'Asynkron I/O (AIO)' indstillingen</li><li>Aktiver 'Stor læsning/skrivning' indstillingen</li><li>Aktiver '<a href='%s'>Finjustering</a>' indstillingen</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "System tid"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/de.po
===================================================================
--- legacy/locale/de.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/de.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-12 15:03+0100\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Treiberliste"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Zusätzliche Parameter"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Die standard Schlüssellänge beträgt: 128 für AES, 128 für Blowfish, 128 für Camellia und 192 für 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Der Gerätename darf nur folgende Zeichen enthalten: a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Der Treiber der für die USV benutzt wird. Hier die Liste der zur Verfügung stehenden <a href='%s' target='_blank'>Treiber</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Der Treiber der für die USV benutzt wird. Hier die Liste der zur Verfügung stehenden <a href='%s' target='_blank'>Treiber</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Diese Festplatte is momentan gemountet. <a href='%s'>Unmounten</a> Sie diese Festplatte zuerst bevor sie fortfahren."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Um ausführliche Informationen über das Erstellen von Firewall-Regeln zu erhalten, sehen Sie in der FreeBSD <a href='%s' target='_blank'>Dokumentation</a> nach."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Um ausführliche Informationen über das Erstellen von Firewall-Regeln zu erhalten, sehen Sie in der FreeBSD <a href='%s' target='_blank'>Dokumentation</a> nach."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Um die CIFS-Performance zu erhöhen versuchen Sie folgendes: <div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Systemzeit"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/el.po
===================================================================
--- legacy/locale/el.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/el.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-10-29 14:19+0000\n"
"Last-Translator: Petros Kyladitis <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1528,6 +1528,10 @@
msgid "Driver list"
msgstr "Λίστα οδηγών"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Βοηθητικές παράμετροι"
+
msgid "Duplex"
msgstr "Διπλότυπο"
@@ -2535,6 +2539,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4544,6 +4554,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Το όνομα συσκευής μπορεί να αποτελείται μόνο από τους χαρακτήρες a-z, A-Z, 0-9."
@@ -4571,6 +4584,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Ο οδηγός που χρησιμοποιείται για την επικοινωνία με UPS σας. Λάβετε τη λίστα των διαθέσιμων <a href='%s' target='_blank'>οδηγών</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Ο οδηγός που χρησιμοποιείται για την επικοινωνία με UPS σας. Λάβετε τη λίστα των διαθέσιμων <a href='%s' target='_blank'>οδηγών</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5122,6 +5139,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5446,6 +5467,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Ώρα συστήματος"
+
msgid "Wake On LAN"
msgstr "Αφύπνιση μέσω τοπικού δικτύου (Wake On Lan)"
Modified: legacy/locale/es.po
===================================================================
--- legacy/locale/es.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/es.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-11 02:35+0000\n"
"Last-Translator: jfunez <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Lista de controladores"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parámetros auxiliares."
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "Red LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Las longitudes predeterminadas de las claves son: 128 para AES, 128 para Blowfish, 128 para Camelia y 192 para 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "El nombre del dispositivo solamente puede contener los caracteres a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "El controlador utilizado para comunicarse con su UPS. Obtenga la lista de <a href='%s' target='_blank'>controladores</a> disponibles."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "El controlador utilizado para comunicarse con su UPS. Obtenga la lista de <a href='%s' target='_blank'>controladores</a> disponibles."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "El dispositivo encriptado/cifrado esta montado actualmente! <a href='%s'>Desmontar</a> primero este disco antes de proceder."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Para obtener informaciones detalladas acerca de escribir reglas del cortafuegos, compruebe la <a href='%s' target='_blank'>documentación</a> de FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Para obtener informaciones detalladas acerca de escribir reglas del cortafuegos, compruebe la <a href='%s' target='_blank'>documentación</a> de FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Para aumentar el rendimiento de SAMBA puede intentar lo siguiente: :<div id='enumeration'><ul><li>Habilitar AIO</li><li>Habilitar gran Lectura-Escritura </li><li>Habilitar'<a href='%s'>Tuning</a>'</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Hora del sistema"
+
msgid "Wake On LAN"
msgstr "Encender por medio de la LAN. (Wake On LAN)"
Modified: legacy/locale/fr.po
===================================================================
--- legacy/locale/fr.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/fr.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 15:37+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1531,6 +1531,10 @@
msgid "Driver list"
msgstr "Liste des pilotes"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Paramètres auxiliaires"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2537,6 +2541,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4547,6 +4557,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Les longueurs de clefs par défaut sont: 128 pour AES, 128 pour Blowfish, 128 pour Camellia et 192 pour 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Le nom de périphérique doit contenir uniquement les caractères a-z, A-Z, 0-9."
@@ -4574,6 +4587,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Le pilote utilisé pour communiquer avec votre UPS. Liste des <a href='%s' target='_blank'>pilotes</a> disponibles."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Le pilote utilisé pour communiquer avec votre UPS. Liste des <a href='%s' target='_blank'>pilotes</a> disponibles."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Le périphérique chiffré est actuellement monté ! <a href='%s'>Démontez</a> ce disque avant de poursuivre."
@@ -5125,6 +5142,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Pour obtenir des informations détaillées sur l'écriture des règles de pare-feu, consulter la <a href='%s' target='_blank'>documentation</a> FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Pour obtenir des informations détaillées sur l'écriture des règles de pare-feu, consulter la <a href='%s' target='_blank'>documentation</a> FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Pour augmenter les performances de CIFS, essayez ceci:<div id='enumeration'><ul><li>Activer 'E/S asynchrones (AIO)'</li><li>Activer 'Lecture/écriture élargie'</li><li>Activer la '<a href='%s'>Personnalisation</a>'</li></ul></div>"
@@ -5450,6 +5471,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Temps système"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/freenas.pot
===================================================================
--- legacy/locale/freenas.pot 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/freenas.pot 2011-11-27 19:14:38 UTC (rev 8853)
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeNAS\n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1505,6 +1505,9 @@
msgid "Driver list"
msgstr ""
+msgid "Driver parameters"
+msgstr ""
+
msgid "Duplex"
msgstr ""
@@ -2504,6 +2507,12 @@
msgid "LAN net"
msgstr ""
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr ""
@@ -4504,6 +4513,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr ""
@@ -4532,6 +4544,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5081,6 +5097,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5402,6 +5422,9 @@
msgid "WPA-PSK WPA-EAP"
msgstr ""
+msgid "Wait time"
+msgstr ""
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/hu.po
===================================================================
--- legacy/locale/hu.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/hu.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-04-09 21:27+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1527,6 +1527,10 @@
msgid "Driver list"
msgstr "Illesztőprogram lista"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Kiegészítő paraméterek"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2531,6 +2535,12 @@
msgid "LAN net"
msgstr ""
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4540,6 +4550,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Az eszköz név csak a következő karaktereket tartalmazhatja: a-z, A-Z, 0-9"
@@ -4568,6 +4581,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5117,6 +5134,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr ""
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Kérjük nézze meg a <a href='%s' target='_blank'>dokumentációt</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5442,6 +5463,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Rendszeridő"
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/it.po
===================================================================
--- legacy/locale/it.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/it.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 15:39+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Lista Driver"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametri ausiliari"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Le lunghezze di default per la chiave sono: 128 per AES, 128 per Blowfish, 128 per Camellia e 192 per 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Il nome della device puo' essere formato solo dai caratteri a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Il driver usato per comunicare con l'UPS. Lista dei <a href='%s' target='_blank'>drivers</a> disponibili."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Il driver usato per comunicare con l'UPS. Lista dei <a href='%s' target='_blank'>drivers</a> disponibili."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "La periferica criptata è montata! <a href='%s'>Smonta</a> questo disco prima di procedere."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Per ricevere informazioni dettagliate su come scrivere regole per il firewall consultare la <a href='%s' target='_blank'>documentazione</a> FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Per ricevere informazioni dettagliate su come scrivere regole per il firewall consultare la <a href='%s' target='_blank'>documentazione</a> FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Per aumentare le prestazioni del servizio CIFS prova quanto segue:<div id='enumeration'><ul><li>Attiva 'I/O asincrono (AIO)'</li><li>Attiva 'Large read/writè</li><li>Attiva '<a href='%s'>Tuning</a>'</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Ora di sistema"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/ja.po
===================================================================
--- legacy/locale/ja.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/ja.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,8 +2,8 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
-"PO-Revision-Date: 2011-11-20 00:53+0900\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
+"PO-Revision-Date: 2011-11-28 03:12+0900\n"
"Last-Translator: Daisuke Aoyama <aoyama@..."
"Language-Team: FreeNAS\n"
"Language: \n"
@@ -1514,6 +1514,9 @@
msgid "Driver list"
msgstr "ドライバの一覧"
+msgid "Driver parameters"
+msgstr "ドライバパラメータ"
+
msgid "Duplex"
msgstr "デュプレックス"
@@ -2513,6 +2516,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr "LCDproc"
+
+msgid "LCDproc (client)"
+msgstr "LCDproc (クライアント)"
+
msgid "LDAP"
msgstr "LDAP"
@@ -4513,6 +4522,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "デフォルトの鍵長は次の通りです: AES 128、Blowfish 128、Camellia 128、3DES 192。"
+msgid "The default time in seconds to display a screen."
+msgstr "スクリーンを表示するデフォルトの秒数。"
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "デバイス名には a-z, A-Z, 0-9 の文字のみが利用出来ます。"
@@ -4541,6 +4553,10 @@
msgstr "UPS と通信する為のドライバを指定します。使用可能な <a href='%s' target='_blank'>ドライバ</a> のリストを入手して下さい"
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "LCD に接続する為のドライバを指定します。使用可能な <a href='%s' target='_blank'>ドライバ</a>。"
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "ディスクは既にマウントされています! 次へ進む為に最初にディスクを <a href='%s'>アンマウント</a> して下さい。"
@@ -5090,6 +5106,10 @@
msgstr "ファイアウォールのルールの詳細な書き方についてはFreeBSDの<a href='%s' target='_blank'>ドキュメント</a>を確認してください。"
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "LCDprocの詳細な設定についてはLCDprocの<a href='%s' target='_blank'>ドキュメント</a>を確認してください。"
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
"CIFS のパフォーマンスをあげる為に、以下を試して見て下さい: <div id='enumeration'><ul><li>'非同期 I/O (AIO)' を有効にする</li>\n"
@@ -5413,6 +5433,9 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+msgid "Wait time"
+msgstr "待ち時間"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/ko.po
===================================================================
--- legacy/locale/ko.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/ko.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 16:10+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "드라이버 리스트"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "보조 인자들"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN 네트"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "기본 키 길이는 다음과 같습니다. AES 128, Blowfish 128, Camellia 128, 3DES 192."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "장치 명은 a-z, A-Z, 0-9 문자만 포함할 수 있습니다."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "UPS와 통신하기 위해 이용되는 드라이버. 이용할 수 있는 <a href='%s' target='_blank'>드라이버</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "UPS와 통신하기 위해 이용되는 드라이버. 이용할 수 있는 <a href='%s' target='_blank'>드라이버</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "암호화된 장치가 현재 마운트 되어 있습니다! 계속 진행하기 전에 먼저 이 디스크를 <a href='%s'>마운트 해제</a>하십시오."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "방화벽 규칙을 작성하는 방법에 관한 더 자세한 정보는 FreeBSD <a href='%s' target='_blank'>문서</a>를 참조하기 바랍니다."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "방화벽 규칙을 작성하는 방법에 관한 더 자세한 정보는 FreeBSD <a href='%s' target='_blank'>문서</a>를 참조하기 바랍니다."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "CIFS 성능을 향상하기 위해 아래를 시도하시기 바랍니다:<div id='enumeration'><ul><li>'비동기적 I/O (AIO)' 스위치 활성화</li><li>'대용량 읽기/쓰기' 스위치 활성화</li><li>'<a href='%s'>미세 조정</a>' 스위치 활성화</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "시스템 시간"
+
msgid "Wake On LAN"
msgstr "랜으로 깨우기"
Modified: legacy/locale/lv.po
===================================================================
--- legacy/locale/lv.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/lv.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-04-09 20:58+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Draiveru saraksts"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Palīgu parametri"
+
msgid "Duplex"
msgstr "Duplekss"
@@ -2537,6 +2541,12 @@
msgid "LAN net"
msgstr "LAN tīkls"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4547,6 +4557,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Moklusējuma atslēgu garumi ir: 128 priekš AES, 128 priekš Blowfish, 128 priekš Camellia un 192 priekš 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Ierīces nosaukums var saturēt tikai simbolus a-z, A-Z, 0-9."
@@ -4574,6 +4587,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Dzinis, kurš tiks lietots, lai sazinātos ar Tavu UPS. Saraksts ar pieejamiem <a href='%s' target='_blank'>dziņiem</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Dzinis, kurš tiks lietots, lai sazinātos ar Tavu UPS. Saraksts ar pieejamiem <a href='%s' target='_blank'>dziņiem</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Šifrētā ierīce pašlaik ir piemontēta! <a href='%s'>Atmontē</a> šo disku pirms turpini."
@@ -5125,6 +5142,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Lai iegūtu detalizētu informāciju, kā rakstīt ugunsmūra noteikumus pārbaudi FreeBSD <a href='%s' target='_blank'>dokumentāciju</a>."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Lai iegūtu detalizētu informāciju, kā rakstīt ugunsmūra noteikumus pārbaudi FreeBSD <a href='%s' target='_blank'>dokumentāciju</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Lai palielinātu CIFS veiktspēju, izmēģini sekojošo:<div id='enumeration'><ul><li>Iespējot 'Asinhrono I/O (AIO)' slezi</li><li>Iespējot 'Liels lasīt/rakstīt' slēdzi</li><li>Iespējot '<a href='%s'>Uzlabojumus</a>' slēdzi</li></ul></div>"
@@ -5450,6 +5471,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Sistēmas laiks"
+
msgid "Wake On LAN"
msgstr "Pamodināt caur LAN"
Modified: legacy/locale/nb.po
===================================================================
--- legacy/locale/nb.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/nb.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-03-24 21:14+0000\n"
"Last-Translator: Jim Leirvik <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1531,6 +1531,10 @@
msgid "Driver list"
msgstr "Driverliste"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Hjelpe-parametere"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2538,6 +2542,12 @@
msgid "LAN net"
msgstr "LAN nett"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4548,6 +4558,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Enhets navnet kan kun bestå av tegnene a-z, A-Z, 0-9."
@@ -4576,6 +4589,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5126,6 +5143,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5450,6 +5471,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "System tid"
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/nl.po
===================================================================
--- legacy/locale/nl.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/nl.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-12 09:38+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: \n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Stuurprogramma lijst"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Aanvullende parameters"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "De standaard sleutellengte's zijn: 128 AES, 128 Blowfish, 128 Camellia en 192 voor 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "De schijf naam mag alleen bestaan uit de karakters a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Het stuurprogramma dat gebruikt wordt om te communiceren met uw UPS. Bekijk de lijst met beschikbare <a href='%s' target='_blank'>stuurprogramma's</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Het stuurprogramma dat gebruikt wordt om te communiceren met uw UPS. Bekijk de lijst met beschikbare <a href='%s' target='_blank'>stuurprogramma's</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "De versleutelde schijf is momenteel aangekoppeld! <a href='%s'>Ontkoppel</a> deze schijf eerst voor u verder gaat."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Bekijk voor gedetailleerde informatie over het schrijven van firewallregels de FreeBSD <a href='%s' target='_blank'>documentatie</a>."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Bekijk voor gedetailleerde informatie over het schrijven van firewallregels de FreeBSD <a href='%s' target='_blank'>documentatie</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Om de CIFS prestatie's te verhogen kunt u het volgende proberen:<div id='enumeration'><ul><li>Inschakelen 'Asynchronous I/O (AIO)'</li><li>Inschakelen 'Groot lezen/schrijven'</li><li>Inschakelen '<a href='%s'>Optimalisatie</a>'</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Systeemtijd"
+
msgid "Wake On LAN"
msgstr "Wake-on-LAN"
Modified: legacy/locale/pl.po
===================================================================
--- legacy/locale/pl.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/pl.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-03-30 19:49+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1533,6 +1533,10 @@
msgid "Driver list"
msgstr "Spis sterowników"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametry dodatkowe"
+
msgid "Duplex"
msgstr "Dupleks"
@@ -2539,6 +2543,12 @@
msgid "LAN net"
msgstr "Sieć LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4551,6 +4561,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Domyślne długości kluczy to: 128 dla AES, 128 dla Blowfish, 128 dla Camellia i 192 dla 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Nazwa urządzenia może składac się wyłącznie ze znaków a-z, A-Z, 0-9."
@@ -4578,6 +4591,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Sterownik używany do komunikacji z Twoim zasilaczem UPS. Sprawdź lisŧę dostępnych <a href='%s' target='_blank'>drivers</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Sterownik używany do komunikacji z Twoim zasilaczem UPS. Sprawdź lisŧę dostępnych <a href='%s' target='_blank'>drivers</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5128,6 +5145,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Dokładne informacje na temat pisania reguł zapory można znaleźć w <a href='%s' target='_blank'>documentation</a> FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Dokładne informacje na temat pisania reguł zapory można znaleźć w <a href='%s' target='_blank'>documentation</a> FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5453,6 +5474,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Czas systemowy"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/pt.po
===================================================================
--- legacy/locale/pt.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/pt.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-04-09 20:56+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Lista de controladores"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametros auxiliares"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2537,6 +2541,12 @@
msgid "LAN net"
msgstr "Rede LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4547,6 +4557,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "O comprimento padrão da chave é: 128 para AES, 128 para Blowfish, 128 para Camellia e 192 para 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "O nome do dispositivo só pode conter caracteres de a-z, A-Z, 0-9."
@@ -4574,6 +4587,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "O controlador usado para comunicar com a UPS. Obtenha a lista de <a href='%s' target='_blank'>controladores</a> disponíveis."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "O controlador usado para comunicar com a UPS. Obtenha a lista de <a href='%s' target='_blank'>controladores</a> disponíveis."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "O dispositivo encriptado já se encontra montado! <a href='%s'>Desmonte</a> primeiro o disco antes de continuar."
@@ -5125,6 +5142,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Para obter informações detalhadas sobre como escrever as regras da firewall por favor verifique a <a href='%s' target='_blank'>documentação</a> do FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Para obter informações detalhadas sobre como escrever as regras da firewall por favor verifique a <a href='%s' target='_blank'>documentação</a> do FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Para aumentar o desempenho do CIFS tente o seguinte:<div id='enumeration'><ul><li>Permitir mudança 'I/O Assíncrono (AIO)' </li><li>Permitir mudança 'Leitura/escrita larga' </li><li>Permitir mudança '<a href='%s'>Afinação</a>' </li></ul></div>"
@@ -5450,6 +5471,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Data e hora do sistema"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/pt_BR.po
===================================================================
--- legacy/locale/pt_BR.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/pt_BR.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 00:19+0000\n"
"Last-Translator: Diego <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Lista de driver"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametros auxiliares"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "Rede LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "O comprimento padrão da chave é: 128 para AES, 128 para Blowfish, 128 para Camellia e 192 para 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "O nome do dispositivo só pode conter caracteres de a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "O driver usado para comunicar com a UPS. Obtenha a lista de <a href='%s' target='_blank'>drivers</a> disponíveis."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "O driver usado para comunicar com a UPS. Obtenha a lista de <a href='%s' target='_blank'>drivers</a> disponíveis."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "O dispositivo criptografado já está montado! <a href='%s'>Desmonte</a> este disco primeiro antes de continuar."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Para obter informações detalhadas sobre como escrever regras de firewall, por favor, verifique a <a href='%s' target='_blank'>documentação</a> do FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Para obter informações detalhadas sobre como escrever regras de firewall, por favor, verifique a <a href='%s' target='_blank'>documentação</a> do FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Para aumentar o desempenho do CIFS tente o seguinte:<div id='enumeration'><ul><li>Habilite o I/O Assíncrono (AIO) </li><li>Habilite Leitura/escrita em blocos grandes</li><li>Habilite os '<a href='%s'>ajustes finos</a>' </li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Horário do sistema"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/ro.po
===================================================================
--- legacy/locale/ro.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/ro.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-12-01 17:01+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1527,6 +1527,10 @@
msgid "Driver list"
msgstr ""
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametri auxiliari"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2531,6 +2535,12 @@
msgid "LAN net"
msgstr "Retea LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4539,6 +4549,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Numele dispozitivului poate contine doar caracterele a-z, A-Z, 0-9."
@@ -4567,6 +4580,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5117,6 +5134,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5440,6 +5461,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr ""
+#, fuzzy
+msgid "Wait time"
+msgstr "Ora sistemului"
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/ru.po
===================================================================
--- legacy/locale/ru.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/ru.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: Alexey Sannikov <mr-sannikov@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 16:13+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Список драйверов"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Дополнительные параметры"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "Локальная сеть"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "Протокол LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "По умолчанию используется 128 бит для AES, 128 бит для Blowfish, 128 бит для Camellia и 192 бит для 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Имя устройства может состоять только из символов a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Драйвер используется для соединения с вашим UPS. Список доступных драйверов находится <a href='%s' target='_blank'>здесь</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Драйвер используется для соединения с вашим UPS. Список доступных драйверов находится <a href='%s' target='_blank'>здесь</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Зашифрованное устройство в данный момент смонтировано. Необходимо вначале <a href='%s'>размонтировать</a> этот диск."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Чтобы получить подробную информацию о создании правил firewall, прочтите <a href='%s' target='_blank'>документацию</a> по FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Чтобы получить подробную информацию о создании правил firewall, прочтите <a href='%s' target='_blank'>документацию</a> по FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "Для повышения производительности службы CIFS попробуйте сделать следующее: <div id='enumeration'><ul><li>Включите 'Асинхронный ввод/вывод (AIO)'</li><li>Включите 'Чтение/запись большими блоками'</li><li>Включите '<a href='%s'>Настройку переменных ядра</a>'</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Системное время"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/sk.po
===================================================================
--- legacy/locale/sk.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/sk.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-06-29 04:06+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1528,6 +1528,10 @@
msgid "Driver list"
msgstr "Zoznam ovládačov"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Pomocné parametre"
+
msgid "Duplex"
msgstr "Duplexne"
@@ -2533,6 +2537,12 @@
msgid "LAN net"
msgstr "Sieť LAN"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4543,6 +4553,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Názov zariadenia môže pozostávať iba zo znakov a-z, A-Z, 0-9."
@@ -4570,6 +4583,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Ovládač komunikoval s vašim UPS. Stiahnuť zoznam dostupných <a href='%s' target='_blank'>ovládačov</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Ovládač komunikoval s vašim UPS. Stiahnuť zoznam dostupných <a href='%s' target='_blank'>ovládačov</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5121,6 +5138,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Podrobné informácie o písaní pravidiel firewallu nájdete v <a href='%s' target='_blank'>dokumentácii</a> FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Podrobné informácie o písaní pravidiel firewallu nájdete v <a href='%s' target='_blank'>dokumentácii</a> FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5446,6 +5467,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Čas systému"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/sl.po
===================================================================
--- legacy/locale/sl.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/sl.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-12-19 11:18+0000\n"
"Last-Translator: Matic Gradišer <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Seznam gonilnikov"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Dodatni parametri"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2537,6 +2541,12 @@
msgid "LAN net"
msgstr "LAN omrežje"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4547,6 +4557,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Ime naprave lahko vsebuje znake a-z, A-Z, 0-9."
@@ -4575,6 +4588,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr ""
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Prosim, preverite <a href='%s' target='_blank'>dokumentacijo</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr ""
+#, fuzzy
+msgid "Wait time"
+msgstr "Čas sistema"
+
msgid "Wake On LAN"
msgstr ""
Modified: legacy/locale/sq.po
===================================================================
--- legacy/locale/sq.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/sq.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@..."
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-04-10 13:51+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1529,6 +1529,10 @@
msgid "Driver list"
msgstr "Lista e driverave"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Parametra auziliare"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2534,6 +2538,12 @@
msgid "LAN net"
msgstr "LAN net"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4542,6 +4552,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr ""
@@ -4570,6 +4583,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5119,6 +5136,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "Per detajet me te shumta për te shkruar rregullat e firewallit kontrollo FreeBSD <a href='%s' target='_blank'>documentation</a>."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "Per detajet me te shumta për te shkruar rregullat e firewallit kontrollo FreeBSD <a href='%s' target='_blank'>documentation</a>."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5444,6 +5465,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Ler kohen bosh"
+
msgid "Wake On LAN"
msgstr "Zgjimi ne LAN"
Modified: legacy/locale/sv.po
===================================================================
--- legacy/locale/sv.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/sv.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-06-02 16:12+0000\n"
"Last-Translator: zoon01 <michael.zoon@..."
"Language-Team: FreeNAS\n"
@@ -1530,6 +1530,10 @@
msgid "Driver list"
msgstr "Drivrutinslista"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "Yttre parametrar"
+
msgid "Duplex"
msgstr "Duplex"
@@ -2536,6 +2540,12 @@
msgid "LAN net"
msgstr "LAN nät"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4546,6 +4556,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr "Standarden för nyckellängder är: 128 för AES, 128 för Blowfish, 128 för Camellia och 192 för 3DES."
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "Enhetsnamnet får endast innehålla tecknen a-z, A-Z, 0-9."
@@ -4573,6 +4586,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "Den här disken brukade komunicera med Din UPS. Lista tillgängliga <a href='%s' target='_blank'>diskar</a>."
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "Den här disken brukade komunicera med Din UPS. Lista tillgängliga <a href='%s' target='_blank'>diskar</a>."
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr "Den krypterade enheten är redan monterad! <a href='%s'>Avmontera</a> den här disken innan Du fortsätter."
@@ -5124,6 +5141,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "För detaljerad information om hur man skriver regler för brandväggen se <a href='%s' target='_blank'>dokumentationen</a> för FreeBSD."
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "För detaljerad information om hur man skriver regler för brandväggen se <a href='%s' target='_blank'>dokumentationen</a> för FreeBSD."
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr "För att öka prestandan för CIFS, prova följande:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
@@ -5449,6 +5470,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "Systemtid"
+
msgid "Wake On LAN"
msgstr "Wake On LAN"
Modified: legacy/locale/zh_CN.po
===================================================================
--- legacy/locale/zh_CN.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/zh_CN.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2011-04-10 13:41+0000\n"
"Last-Translator: yezhiqiu <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1527,6 +1527,10 @@
msgid "Driver list"
msgstr "设备列表"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "删除参数"
+
msgid "Duplex"
msgstr "双工模式"
@@ -2532,6 +2536,12 @@
msgid "LAN net"
msgstr "区域网络"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4541,6 +4551,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "设备的名称只可以由 a-z, A-Z, 0-9 组成。"
@@ -4569,6 +4582,10 @@
msgstr ""
#, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr ""
+
+#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5118,6 +5135,10 @@
msgid "To get detailed informations about writing firewall rules check the FreeBSD <a href='%s' target='_blank'>documentation</a>."
msgstr "要获取更多关于防火墙规则的详细信息,请查阅FreeBSD的<a href='%s' target='_blank'>文档</a>。"
+#, fuzzy, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr "要获取更多关于防火墙规则的详细信息,请查阅FreeBSD的<a href='%s' target='_blank'>文档</a>。"
+
#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5442,6 +5463,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "系统时间"
+
msgid "Wake On LAN"
msgstr ""
@@ -6100,9 +6125,6 @@
#~ msgid "Auxiliary parameter to be added."
#~ msgstr "预新增之附属参数"
-#~ msgid "Delete parameter"
-#~ msgstr "删除参数"
-
#~ msgid "Do you really want to delete this parameter?"
#~ msgstr "确定要删除这个参数?"
Modified: legacy/locale/zh_TW.po
===================================================================
--- legacy/locale/zh_TW.po 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/locale/zh_TW.po 2011-11-27 19:14:38 UTC (rev 8853)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: FreeNAS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-20 00:44+0000\n"
+"POT-Creation-Date: 2011-11-28 03:03+0000\n"
"PO-Revision-Date: 2010-07-18 17:46+0000\n"
"Last-Translator: Yu - Sian , Liu <Unknown>\n"
"Language-Team: FreeNAS\n"
@@ -1527,6 +1527,10 @@
msgid "Driver list"
msgstr "驅動列表"
+#, fuzzy
+msgid "Driver parameters"
+msgstr "附屬參數"
+
msgid "Duplex"
msgstr "雙工模式"
@@ -2532,6 +2536,12 @@
msgid "LAN net"
msgstr "區域網路"
+msgid "LCDproc"
+msgstr ""
+
+msgid "LCDproc (client)"
+msgstr ""
+
msgid "LDAP"
msgstr "LDAP"
@@ -4541,6 +4551,9 @@
msgid "The default key lengths are: 128 for AES, 128 for Blowfish, 128 for Camellia and 192 for 3DES."
msgstr ""
+msgid "The default time in seconds to display a screen."
+msgstr ""
+
msgid "The device name may only consist of the characters a-z, A-Z, 0-9."
msgstr "裝置名稱只可以由 a-z, A-Z, 0-9 組成。"
@@ -4568,6 +4581,10 @@
msgid "The driver used to communicate with your UPS. Get the list of available <a href='%s' target='_blank'>drivers</a>."
msgstr "用來與 UPS 通訊的驅動程式。取得可用的<a href='%s' target='_blank'>驅動程式</a> 清單。"
+#, fuzzy, php-format
+msgid "The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."
+msgstr "用來與 UPS 通訊的驅動程式。取得可用的<a href='%s' target='_blank'>驅動程式</a> 清單。"
+
#, php-format
msgid "The encrypted device is currently mounted! <a href='%s'>Unmount</a> this disk first before proceeding."
msgstr ""
@@ -5120,6 +5137,10 @@
msgstr ""
#, php-format
+msgid "To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."
+msgstr ""
+
+#, php-format
msgid "To increase CIFS performance try the following:<div id='enumeration'><ul><li>Enable 'Asynchronous I/O (AIO)' switch</li><li>Enable 'Large read/write' switch</li><li>Enable '<a href='%s'>Tuning</a>' switch</li></ul></div>"
msgstr ""
@@ -5443,6 +5464,10 @@
msgid "WPA-PSK WPA-EAP"
msgstr "WPA-PSK WPA-EAP"
+#, fuzzy
+msgid "Wait time"
+msgstr "系統時間"
+
msgid "Wake On LAN"
msgstr "Wake On LAN 網路喚醒"
Modified: legacy/www/fbegin.inc
===================================================================
--- legacy/www/fbegin.inc 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/www/fbegin.inc 2011-11-27 19:14:38 UTC (rev 8853)
@@ -80,6 +80,7 @@
$menu['services']['menuitem'][] = array("desc" => gettext("UPS"), "link" => "services_ups.php", "visible" => TRUE);
$menu['services']['menuitem'][] = array("desc" => gettext("Webserver"), "link" => "services_websrv.php", "visible" => TRUE);
$menu['services']['menuitem'][] = array("desc" => gettext("BitTorrent"), "link" => "services_bittorrent.php", "visible" => TRUE);
+$menu['services']['menuitem'][] = array("desc" => gettext("LCDproc"), "link" => "services_lcdproc.php", "visible" => TRUE);
// Access
$menu['access']['desc'] = gettext("Access");
Added: legacy/www/services_lcdproc.php
===================================================================
--- legacy/www/services_lcdproc.php (rev 0)
+++ legacy/www/services_lcdproc.php 2011-11-27 19:14:38 UTC (rev 8853)
@@ -0,0 +1,160 @@
+#!/usr/local/bin/php
+<?php
+/*
+ services_lcdproc.php
+ Copyright (C) 2005-2011 FreeNAS Project.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+*/
+require("auth.inc");
+require("guiconfig.inc");
+
+$pgtitle = array(gettext("Services"), gettext("LCDproc"));
+
+if(!is_array($config['lcdproc']))
+ $config['lcdproc'] = array();
+if(!is_array($config['lcdproc']['lcdproc']))
+ $config['lcdproc']['lcdproc'] = array();
+
+$pconfig['enable'] = isset($config['lcdproc']['enable']);
+$pconfig['driver'] = $config['lcdproc']['driver'];
+$pconfig['port'] = $config['lcdproc']['port'];
+$pconfig['waittime'] = $config['lcdproc']['waittime'];
+if (is_array($config['lcdproc']['param']))
+ $pconfig['param'] = implode("\n", $config['lcdproc']['param']);
+if (is_array($config['lcdproc']['auxparam']))
+ $pconfig['auxparam'] = implode("\n", $config['lcdproc']['auxparam']);
+if (is_array($config['lcdproc']['lcdproc']['param']))
+ $pconfig['lcdproc_param'] = implode("\n", $config['lcdproc']['lcdproc']['param']);
+if (is_array($config['lcdproc']['lcdproc']['auxparam']))
+ $pconfig['lcdproc_auxparam'] = implode("\n", $config['lcdproc']['lcdproc']['auxparam']);
+
+if ($_POST) {
+ unset($input_errors);
+ $pconfig = $_POST;
+
+ // Input validation.
+ $reqdfields = explode(" ", "driver port waittime");
+ $reqdfieldsn = array(gettext("Driver"), gettext("Port"), gettext("Wait time"));
+ $reqdfieldst = explode(" ", "string numeric numeric");
+
+ do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
+ do_input_validation_type($_POST, $reqdfields, $reqdfieldsn, $reqdfieldst, &$input_errors);
+
+ if (!$input_errors) {
+ $config['lcdproc']['enable'] = $_POST['enable'] ? true : false;
+ $config['lcdproc']['driver'] = $_POST['driver'];
+ $config['lcdproc']['port'] = $_POST['port'];
+ $config['lcdproc']['waittime'] = $_POST['waittime'];
+
+ # Write additional parameters.
+ unset($config['lcdproc']['param']);
+ foreach (explode("\n", $_POST['param']) as $param) {
+ $param = trim($param, "\t\n\r");
+ if (!empty($param))
+ $config['lcdproc']['param'][] = $param;
+ }
+ unset($config['lcdproc']['auxparam']);
+ foreach (explode("\n", $_POST['auxparam']) as $auxparam) {
+ $auxparam = trim($auxparam, "\t\n\r");
+ if (!empty($auxparam))
+ $config['lcdproc']['auxparam'][] = $auxparam;
+ }
+ unset($config['lcdproc']['lcdproc']['param']);
+ foreach (explode("\n", $_POST['lcdproc_param']) as $param) {
+ $param = trim($param, "\t\n\r");
+ if (!empty($param))
+ $config['lcdproc']['lcdproc']['param'][] = $param;
+ }
+ unset($config['lcdproc']['lcdproc']['auxparam']);
+ foreach (explode("\n", $_POST['lcdproc_auxparam']) as $auxparam) {
+ $auxparam = trim($auxparam, "\t\n\r");
+ if (!empty($auxparam))
+ $config['lcdproc']['lcdproc']['auxparam'][] = $auxparam;
+ }
+
+ write_config();
+
+ $retval = 0;
+ if (!file_exists($d_sysrebootreqd_path)) {
+ config_lock();
+ $retval |= rc_update_service("LCDd");
+ $retval |= rc_update_service("lcdproc");
+ config_unlock();
+ }
+
+ $savemsg = get_std_save_message($retval);
+ }
+}
+?>
+<?php include("fbegin.inc");?>
+<script type="text/javascript">
+<!--
+function enable_change(enable_change) {
+ var endis = !(document.iform.enable.checked || enable_change);
+
+ document.iform.driver.disabled = endis;
+ document.iform.port.disabled = endis;
+ document.iform.waittime.disabled = endis;
+ document.iform.param.disabled = endis;
+ document.iform.auxparam.disabled = endis;
+ document.iform.lcdproc_param.disabled = endis;
+ document.iform.lcdproc_auxparam.disabled = endis;
+}
+//-->
+</script>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tabcont">
+ <form action="services_lcdproc.php" method="post" name="iform" id="iform">
+ <?php if ($input_errors) print_input_errors($input_errors);?>
+ <?php if ($savemsg) print_info_box($savemsg);?>
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <?php html_titleline_checkbox("enable", gettext("LCDproc"), $pconfig['enable'] ? true : false, gettext("Enable"), "enable_change(false)");?>
+ <?php html_inputbox("driver", gettext("Driver"), $pconfig['driver'], sprintf(gettext("The driver used to connect with the LCD. The list of available <a href='%s' target='_blank'>drivers</a>."), "http://lcdproc.org/hardware.php3"), true, 30);?>
+ <?php html_inputbox("port", gettext("Port"), $pconfig['port'], sprintf(gettext("Port to listen on. Default port is %d."), 13666), true, 10);?>
+ <?php html_inputbox("waittime", gettext("Wait time"), $pconfig['waittime'], gettext("The default time in seconds to display a screen."), true, 10);?>
+ <?php html_textarea("param", gettext("Driver parameters"), $pconfig['param'], gettext("Additional parameters to the hardware-specific part of the driver."), false, 65, 10, false, false);?>
+ <?php html_textarea("auxparam", gettext("Auxiliary parameters"), $pconfig['auxparam'], "", false, 65, 5, false, false);?>
+ <?php html_separator();?>
+ <?php html_titleline(gettext("LCDproc (client)"));?>
+ <?php html_textarea("lcdproc_param", gettext("Extra options"), $pconfig['lcdproc_param'], "", false, 65, 10, false, false);?>
+ <?php html_textarea("lcdproc_auxparam", gettext("Auxiliary parameters"), $pconfig['lcdproc_auxparam'], "", false, 65, 5, false, false);?>
+ </table>
+ <div id="submit">
+ <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save and Restart");?>" onclick="enable_change(true)" />
+ </div>
+ <div id="remarks">
+ <?php html_remark("note", gettext("Note"), sprintf(gettext("To get more information how to configure LCDproc check the LCDproc <a href='%s' target='_blank'>documentation</a>."), "http://lcdproc.org/"));?>
+ </div>
+ <?php include("formend.inc");?>
+ </form>
+ </td>
+ </tr>
+</table>
+<script type="text/javascript">
+<!--
+enable_change(false);
+//-->
+</script>
+<?php include("fend.inc");?>
Modified: legacy/www/status_services.php
===================================================================
--- legacy/www/status_services.php 2011-11-27 10:00:39 UTC (rev 8852)
+++ legacy/www/status_services.php 2011-11-27 19:14:38 UTC (rev 8853)
@@ -3,14 +3,14 @@
/*
services_status.php
Modified for XHTML by Daisuke Aoyama (aoyama@...)
- Copyright (C) 2010 Daisuke Aoyama <aoyama@...>.
+ Copyright (C) 2010-2011 Daisuke Aoyama <aoyama@...>.
All rights reserved.
Copyright (C) 2008-2010 Volker Theile (votdev@...)
All rights reserved.
part of FreeNAS (http://www.freenas.org)
- Copyright (C) 2005-2010 Olivier Cochard <olivier@...>.
+ Copyright (C) 2005-2011 Olivier Cochard <olivier@...>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -55,6 +55,7 @@
$a_service[] = array("desc" => gettext("UPS"), "link" => "services_ups.php", "config" => "ups", "scriptname" => "nut");
$a_service[] = array("desc" => gettext("Webserver"), "link" => "services_websrv.php", "config" => "websrv", "scriptname" => "websrv");
$a_service[] = array("desc" => gettext("BitTorrent"), "link" => "services_bittorrent.php", "config" => "bittorrent", "scriptname" => "transmission");
+$a_service[] = array("desc" => gettext("LCDproc"), "link" => "services_lcdproc.php", "config" => "lcdproc", "scriptname" => "LCDd");
?>
<?php include("fbegin.inc");?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|