Piwigo.org

You are not logged in. (Register / Login)

Announcement

#16 2010-10-22 21:45:59

MaverickEyes
Member
Registered: 2010-10-22
Posts: 5

Re: [Plugin] ContactForm

Thanks for the Information . Ill post this as a new thread.

Offline

#17 2010-12-14 11:14:44

jonas
Translation Team
Location: Sweden
Registered: 2010-09-18
Posts: 52

Re: [Plugin] ContactForm

Hi I have a little problem when I have translated the English plugin.lang.php to Swedish and I upload it to make the entire board blank
the path
/plugins/ContactForm/language/sv_SE/
what am I doing wrong??


Hmmm is my sign
and i like to just be..
i like to go along when i having fun, but ...

Offline

#18 2010-12-14 11:45:54

ddtddt
Piwigo Team
Location: Quetigny - France
Registered: 2007-07-27
Posts: 6075

Re: [Plugin] ContactForm

jonas wrote:

Hi I have a little problem when I have translated the English plugin.lang.php to Swedish and I upload it to make the entire board blank
the path
/plugins/ContactForm/language/sv_SE/
what am I doing wrong??

Send me the file via email, I look


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

#19 2010-12-20 12:45:50

mazda
Member
Registered: 2010-12-15
Posts: 3

Re: [Plugin] ContactForm

Thanks for the info......

Offline

#20 2011-07-27 13:00:50

styxsailor
Translation Team
Registered: 2011-07-18
Posts: 34

Re: [Plugin] ContactForm

Below are improved swedish (sv_SE) translation for the Contact Form extension.

./plugins/ContactForm/language/sv_SE/plugin.lang.php

-- styxsailor

<?php
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
global $lang;

$lang['cf_plugin_name'] = 'Kontaktformulär';
$lang['contact_form_debug'] = 'Visning av felsökningsinformation';

// ==================================================================
// Default values if not configured
$lang['contact_form_title'] = 'Kontaktformulär';
$lang['contact_form'] = 'Kontakt';
$lang['contact_form_link'] = 'Kontakta webbansvarig';

// ==================================================================
// Redirect page
$lang['contact_redirect_title'] = 'Skicka meddelande status';

// ==================================================================
// Menubar block
$lang['cf_from_name'] = 'Namn';
$lang['cf_from_mail'] = 'E-post';
$lang['cf_subject'] = 'Ämne';
$lang['cf_message'] = 'Meddelande';
$lang['cf_submit'] = 'skicka';
$lang['title_send_mail'] = 'En kommentar till webbsidan';

// ==================================================================
// Messages
$lang['cf_from_name_error'] = 'Ange ett namn';
$lang['cf_mail_format_error'] = $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'];
$lang['cf_subject_error'] = 'Ange ett ämnet';
$lang['cf_message_error'] = 'Skriv ett meddelande';
$lang['cf_error_sending_mail'] = 'Fel vid sändning av e-post';
$lang['cf_sending_mail_successful'] = 'E-post har skickats';
$lang['cf_form_error'] = 'Ogiltiga data';
$lang['cf_no_unlink'] = 'Funktionen \'unlink\' inte tillgänglig...';
$lang['cf_unlink_errors'] = 'Fel inträffade vid borttagning av filer';
$lang['cf_config_saved'] = 'Inställningar har sparats';
$lang['cf_config_saved_with_errors'] = 'Inställningar har sparats med fel!';
$lang['cf_length_not_integer'] = 'Storleken måste vara ett heltal';
$lang['cf_delay_not_integer'] = 'Fördröjningen måste vara ett heltal';
$lang['cf_link_error'] = 'Variabel kan inte  innehålla mellanslag';
$lang['cf_hide'] = 'Dölj';

// ==================================================================
// Admin page
$lang['cf_validate'] = 'Skicka';
// Configuration tab
$lang['cf_tab_config'] = 'Inställningar';
$lang['cf_config'] = 'Inställningar';
$lang['cf_config_desc'] = 'Allmänna inställningar för plugg-in';
$lang['cf_label_config'] = 'Allmäna inställningar';
$lang['cf_label_mail'] = 'E-post inställningar';
$lang['cf_menu_link'] = 'Inkludera länk i menyn';
$lang['cf_guest_allowed'] = 'Tillåt gäster att använda formuläret';
$lang['cf_mail_prefix'] = 'Prefix till "Ämne" i det sända e-postmeddelandet';
$lang['cf_separator'] = 'Symbol att använda som avdelare i e-post i textformat';
$lang['cf_separator_length'] = 'Avdelarens längd';
$lang['cf_mandatory_name'] = 'Obligatoriskt namn';
$lang['cf_mandatory_mail'] = 'Obligatorisk e-postadress';
$lang['cf_redirect_delay'] = 'Fördröjning av omdirigering';
// Emails tab
$lang['cf_tab_emails'] = 'E-post';
$lang['cf_emails'] = 'E-post';
$lang['cf_emails_desc'] = 'Destinationshantering för e-post';
$lang['cf_active'] = 'Aktiv e-post';
$lang['cf_no_mail'] = 'Ingen e-postadress tillgänglig';
$lang['cf_refresh'] = 'Uppdatera';
?>

Offline

#21 2011-08-01 07:55:24

ddtddt
Piwigo Team
Location: Quetigny - France
Registered: 2007-07-27
Posts: 6075

Re: [Plugin] ContactForm


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

#22 2011-10-03 10:07:48

IGraham
Member
Location: UK
Registered: 2011-09-28
Posts: 166
Website

Re: [Plugin] ContactForm

as admin doing a test send i get this
mail address must be like xxx@yyy.eee (example : jack@altern.org)
the email address its referring to works ok in another extension so its not the actual address being wrong ? Could it be that the email address is longer than the form email text area and is being chopped ?

Offline

#23 2012-10-16 19:35:07

ilyandor
Member
Location: Phoenix, AZ
Registered: 2012-10-11
Posts: 24
Website

Re: [Plugin] ContactForm

hi,

i installed plugin, but after testing it by sending message it shows red banner saying:
"Error while sending e-mail"

what is up?

Offline

#24 2012-10-17 21:38:12

EvilKant
Member
Location: Russia
Registered: 1970-01-01
Posts: 95
Website

Re: [Plugin] ContactForm

ilyandor wrote:

hi,

i installed plugin, but after testing it by sending message it shows red banner saying:
"Error while sending e-mail"

what is up?

Plugin send email to adress from admin properties. Maybe that adress not real?

Offline

#25 2012-10-17 21:49:24

ilyandor
Member
Location: Phoenix, AZ
Registered: 2012-10-11
Posts: 24
Website

Re: [Plugin] ContactForm

EvilKant wrote:

ilyandor wrote:

hi,

i installed plugin, but after testing it by sending message it shows red banner saying:
"Error while sending e-mail"

what is up?

Plugin send email to adress from admin properties. Maybe that adress not real?

it's real...i updated it myself, AFTER which it stopped working.

spasibo za otvet.

Offline

#26 2012-10-17 21:51:11

mistic100
Piwigo Team
Location: Avignon (Fr)
Registered: 2008-09-27
Posts: 1449
Website

Re: [Plugin] ContactForm

hi

please go to the email tab of the plugin admin page and click on "Refresh emails" (or close)
(not sure it'll solve the issue)

Offline

#27 2012-10-17 22:02:34

ilyandor
Member
Location: Phoenix, AZ
Registered: 2012-10-11
Posts: 24
Website

Re: [Plugin] ContactForm

mistic100 wrote:

hi

please go to the email tab of the plugin admin page and click on "Refresh emails" (or close)
(not sure it'll solve the issue)

just did...it's a good email address and i've pressed the regenerate e-mail list address button many times (not sure how I can actually have more than 1 email address in there)...

username = webmaster
email address = OK
active e-mail = yes
Webmaster = checked.

how can i edit this so it would have more than one email address?

thanks

Offline

#28 2012-10-17 22:10:09

mistic100
Piwigo Team
Location: Avignon (Fr)
Registered: 2008-09-27
Posts: 1449
Website

Re: [Plugin] ContactForm

not possible in this version, wait a few days for the next version :)

Offline

#29 2012-10-17 22:11:57

ilyandor
Member
Location: Phoenix, AZ
Registered: 2012-10-11
Posts: 24
Website

Re: [Plugin] ContactForm

mistic100 wrote:

not possible in this version, wait a few days for the next version :)

thanks very much; looking forward to it.

Offline

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013