#!/bin/sh #------------------------------------------------------------------------------ # OPT_RRDTOOL /srv/www/lang/rrdtool_rrdtool.nl __FLI4LVER__ # Creation: 2008-02-09 Joe # Last Update: $Id$ # Translator: Mike Fleischer # Used by: /etc/rrdtool/rrdtool-generator # /srv/www/admin/rrdtool.cgi #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED="nl" # Labels for each time range that will be renderd _RRD_e_3h="laatste 3 uren" _RRD_e_24h="laatste 24 uren" _RRD_e_1w="laatste week" _RRD_e_1m="laatste maand" _RRD_e_1y="laatste jaar" # these strings should not be localized for now # as they should not be longer then 3 characters _RRD_min="min" _RRD_max="max" _RRD_avg="gem" _RRD_cur="act" # _RRD_refresh="Grafieken actualiseren" _RRD_rendered="Grafiek gemaakt op" # The watermark string to be used in every graph renderd by fli4l # available variables (will be replaced at runtime - don't forget to escape): # $hostname: fli4l's hostname _RRD_watermark="fli4l - the on(e) disk router - \$hostname" _RRD_view_log="Logaritmische schaalverdeling" _RRD_view_linear="Lineaire schaalverdeling" _RRD_error="Foutmeldingen RRD-Tool"