Ignore:
Timestamp:
Aug 9, 2012, 12:10:04 PM (12 years ago)
Author:
mistic100
Message:

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/language/nl_NL/plugin.lang.php

    r15037 r17483  
    11<?php
    2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based photo gallery                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
    323
    4 $lang['cf_plugin_name'] = 'Contact Formulier';
    5 $lang['contact_form_debug'] = 'Toon debug informatie';
     24$lang['A comment on the site'] = 'Voeg eigen tekst toe';
     25$lang['Contact'] = 'Contact';
     26$lang['Your name'] = 'Je naam';
     27$lang['Your e-mail'] = 'Je e-mail';
     28$lang['Subject'] = 'Onderwerp';
     29$lang['Message'] = 'Bericht';
     30$lang['General configuration'] = 'Algemene configuratie';
     31$lang['Add link in menu'] = 'Voeg link aan menu toe';
     32$lang['Allow guests to see the form'] = 'Sta gasten toe om het formulier te zien';
     33$lang['E-mail address is mandatory'] = 'E-mail adres is verplicht';
     34$lang['Name is mandatory'] = 'Naam is verplicht';
     35$lang['E-mail configuration'] = 'E-mail configuratie';
     36$lang['Text before the contact form'] = 'Tekst vóór het contactformulier';
     37$lang['Text after the contact form'] = 'Tekst na het contactformulier';
     38$lang['E-mail sent successfully'] = 'E-mail succesvol verzonden';
     39$lang['Please enter a name'] = 'Vul een naam in';
     40$lang['Please enter a subject'] = 'Vul een onderwerp in';
     41$lang['Please enter a message'] = 'Vul een berichttekst in';
     42$lang['Error while sending e-mail'] = 'Fout tijdens versturen van e-mail';
    643
    7 // ==================================================================
    8 // Default values if not configured
    9 $lang['contact_form_title'] = 'Contact formulier';
    10 $lang['contact_form'] = 'Contact';
    11 $lang['contact_form_link'] = 'Contact webmaster';
    12 
    13 // ==================================================================
    14 // Redirect page
    15 $lang['contact_redirect_title'] = 'Verzonden bericht status';
    16 
    17 // ==================================================================
    18 // Menubar block
    19 $lang['cf_from_name'] = 'Je naam';
    20 $lang['cf_from_mail'] = 'Je e-mail';
    21 $lang['cf_subject'] = 'Onderwerp';
    22 $lang['cf_message'] = 'Bericht';
    23 $lang['cf_submit'] = 'Verstuur';
    24 $lang['title_send_mail'] = 'Een commentaar op de site';
    25 
    26 // ==================================================================
    27 // Messages
    28 $lang['cf_from_name_error'] = 'Vul een naam in';
    29 $lang['cf_mail_format_error'] = 'email-adres moet zijn xxx@yyy.eee (bijvoorbeeld : jack@altern.org)';
    30 $lang['cf_subject_error'] = 'Vul een onderwerp in';
    31 $lang['cf_message_error'] = 'Vul een berichttekst in ';
    32 $lang['cf_error_sending_mail'] = 'Fout tijdens versturen van e-mail';
    33 $lang['cf_sending_mail_successful'] = 'E-mail succesvol verzonden';
    34 $lang['cf_form_error'] = 'Onjuiste gegevens';
    35 $lang['cf_no_unlink'] = 'Functie \'unlink\' nie beschikbaar...';
    36 $lang['cf_unlink_errors'] = 'Fout opgetreden tijdens verwijderen van bestand';
    37 $lang['cf_config_saved'] = 'Configuratie successvol opgeslagen';
    38 $lang['cf_config_saved_with_errors'] = 'Configuratie opgeslagen met fouten';
    39 $lang['cf_length_not_integer'] = 'grootte moet een geheel getal zijn';
    40 $lang['cf_delay_not_integer'] = 'Vertraging moet een geheel getal zijn';
    41 $lang['cf_link_error'] = 'Variabele kan geen spaties bevatten';
    42 $lang['cf_hide'] = 'Verberg';
    43 
    44 // ==================================================================
    45 // Admin page
    46 $lang['cf_validate'] = 'Verzenden';
    47 // Configuration tab
    48 $lang['cf_tab_config'] = 'Configuratie';
    49 $lang['cf_config'] = 'Configuratie';
    50 $lang['cf_config_desc'] = 'Plugin hoofd configuratie';
    51 $lang['cf_label_config'] = 'Algemene configuratie';
    52 $lang['cf_label_mail'] = 'E-mail configuratie';
    53 $lang['cf_menu_link'] = 'Voeg link aan menu toe';
    54 $lang['cf_guest_allowed'] = 'Sta gasten toe om het formulier te zien';
    55 $lang['cf_mail_prefix'] = 'Voorvoegsel van het email onderwerp';
    56 $lang['cf_separator'] = 'Teken(s) gebruikt voor de scheidingsbalk in de e-mail, in tekst formaat';
    57 $lang['cf_separator_length'] = 'Grote van de balk';
    58 $lang['cf_mandatory_name'] = 'Naam is verplicht';
    59 $lang['cf_mandatory_mail'] = 'E-mail adres is verplicht';
    60 $lang['cf_redirect_delay'] = 'wachttijd voor opnieuw versturen';
    61 // Emails tab
    62 $lang['cf_tab_emails'] = 'E-mails';
    63 $lang['cf_emails'] = 'E-mails';
    64 $lang['cf_emails_desc'] = 'Bestemming van e-mail beheer';
    65 $lang['cf_active'] = 'Actieve e-mail';
    66 $lang['cf_no_mail'] = 'Geen e-mail adres beschikbaar';
    67 $lang['cf_refresh'] = 'Regenereer e-mail lijst adres';
    68 $lang['Text after the contact form'] = 'Tekst na het contactformulier';
    69 $lang['Text before the contact form'] = 'Tekst vóór het contactformulier';
    70 $lang['cf_tab_persoform'] = 'Voeg eigen tekst toe';
    7144?>
Note: See TracChangeset for help on using the changeset viewer.