Thanks for the Information . Ill post this as a new thread.
Offline
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??
Offline
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
Offline
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
Thanks :-)
[Subversion] r11869
Offline
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
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
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
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
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
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
not possible in this version, wait a few days for the next version :)
Offline
mistic100 wrote:
not possible in this version, wait a few days for the next version :)
thanks very much; looking forward to it.
Offline
This plugin does not fit properly on the mobile theme page, is this an issue with the mobile theme? or the plugin?
Thanks
Offline