Changeset 8177 for extensions
- Timestamp:
- Dec 17, 2010, 5:49:28 PM (14 years ago)
- Location:
- extensions/ContactForm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/include/cf_common.inc.php
r7786 r8177 89 89 $cf_config_lang_keys = array(); 90 90 $cf_config_lang_keys['contact_form_title'] = array( 91 CF_LANG_DEFAULT => l10n('contact_form '),91 CF_LANG_DEFAULT => l10n('contact_form_title'), 92 92 'de_DE' => 'Kontaktformular', 93 93 'en_UK' => 'Contact form', … … 102 102 'cs_CZ' => 'Kontaktní formulář', 103 103 'lv_LV' => 'Kontaktforma', 104 'sv_SE' => 'Kontakt formulär', 104 105 ); 105 106 $cf_config_lang_keys['contact_form'] = array( … … 117 118 'cs_CZ' => 'Kontakt', 118 119 'lv_LV' => 'Kontaktēt', 120 'sv_SE' => 'Kontakt', 119 121 ); 120 122 $cf_config_lang_keys['contact_form_link'] = array( … … 132 134 'cs_CZ' => 'Kontakt správce webu', 133 135 'lv_LV' => 'Kontaktēt ar webmāsteru', 136 'sv_SE' => 'Kontakta webmaster', 134 137 ); 135 138 CF_Config_Lang::$default_keys = $cf_config_lang_keys; -
extensions/ContactForm/language/sv_SE/plugin.lang.php
r8140 r8177 22 22 $lang['cf_from_mail'] = 'Din E-Post'; 23 23 $lang['cf_subject'] = 'Ämne'; 24 $lang['cf_message'] = 'Med elande';24 $lang['cf_message'] = 'Meddelande'; 25 25 $lang['cf_submit'] = 'skicka'; 26 26 $lang['title_send_mail'] = 'En kommentar på sajten'; … … 51 51 $lang['cf_tab_config'] = 'Konfiguration'; 52 52 $lang['cf_config'] = 'Konfiguration'; 53 $lang['cf_config_desc'] = ' Älmänna konfiguration för pluggin';53 $lang['cf_config_desc'] = 'Allmänna konfiguration för plugg-in'; 54 54 $lang['cf_label_config'] = 'Allmän konfiguration'; 55 55 $lang['cf_label_mail'] = 'E-post konfiguration'; … … 87 87 $lang['cf_file_not_found'] = 'Filen hittades inte'; 88 88 $lang['cf_file_empty'] = 'Filen är tom'; 89 $lang['cf_format_date'] = '%Y %M %D, '; 89 $lang['cf_format_date'] = '%M %D, %Y'; 90 90 91 ?>
Note: See TracChangeset
for help on using the changeset viewer.