Changeset 8908


Ignore:
Timestamp:
Jan 26, 2011, 10:41:05 AM (13 years ago)
Author:
Gotcha
Message:

To remove the functionality of the CHANGELOG (history)
bug:2131

Location:
extensions/ContactForm
Files:
3 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/config.php

    r8482 r8908  
    99$config_tabs[]='emails';
    1010$config_tabs[]='language';
    11 $config_tabs[]='history';
    1211
    1312global $template, $page;
  • extensions/ContactForm/include/cf_common.inc.php

    r8907 r8908  
    2626// Files
    2727define('CF_OBSOLETE',           'obsolete.list');
    28 define('CF_CHANGELOG',          'CHANGELOG');
    2928// Constants
    3029define('CF_DEBUG_ACTIVE',       false);
  • extensions/ContactForm/language/ar_SA/plugin.lang.php

    r8689 r8908  
    7777$lang['contact_form_label'] = 'الاسم مستخدم في شريط القوائم';
    7878$lang['contact_form_link_label'] = 'النص مستخدم في رابط الاتصال في ذيل الصفحة';
    79 // History tab
    80 $lang['cf_tab_history'] = 'التاريخ';
    81 $lang['cf_history'] = 'التاريخ';
    82 $lang['cf_history_desc'] = 'تغيير التاريخ';
    83 $lang['cf_history_date'] = 'التاريخ';
    84 $lang['cf_history_version'] = 'الاصدار';
    85 $lang['cf_history_log'] = 'التغيير';
    86 $lang['cf_file_not_found'] = 'الملف غير موجود';
    87 $lang['cf_file_empty'] = 'الملف فارغ';
    88 $lang['cf_format_date'] = '%M %D, %Y';
    8979?>
  • extensions/ContactForm/language/cs_CZ/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Název použitý v menu';
    7878$lang['contact_form_link_label'] = 'Text použit pro kontaktní odkaz v zápatí stránky';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Historie';
    81 $lang['cf_history'] = 'Historie';
    82 $lang['cf_history_desc'] = 'Změny historie';
    83 $lang['cf_history_date'] = 'Datum';
    84 $lang['cf_history_version'] = 'Verze';
    85 $lang['cf_history_log'] = 'Změny';
    86 $lang['cf_file_not_found'] = 'Soubor nenalezen';
    87 $lang['cf_file_empty'] = 'Soubor je prázdný';
    88 $lang['cf_format_date'] = '%D.%M,%Y';
    8979?>
  • extensions/ContactForm/language/de_DE/plugin.lang.php

    r8887 r8908  
    7676$lang['contact_form_label'] = 'Angezeigter Name in der Menüleiste';
    7777$lang['contact_form_link_label'] = 'Benutzter Text als Kontaktlink in der Fusszeile';
    78 // History tab
    79 $lang['cf_tab_history'] = 'Historie';
    80 $lang['cf_history'] = 'Historie';
    81 $lang['cf_history_desc'] = 'Historie der Revisionen';
    82 $lang['cf_history_date'] = 'Datum';
    83 $lang['cf_history_version'] = 'Version';
    84 $lang['cf_history_log'] = 'Change log';
    85 $lang['cf_file_not_found'] = 'Datei konnte nicht gefunden werden';
    86 $lang['cf_file_empty'] = 'Die Datei ist lehr';
    87 $lang['cf_format_date'] = '%D %M %Y';
    8878?>
  • extensions/ContactForm/language/en_UK/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Name used in menubar';
    7878$lang['contact_form_link_label'] = 'Text used for contact link in the page footer';
    79 // History tab
    80 $lang['cf_tab_history'] = 'History';
    81 $lang['cf_history'] = 'History';
    82 $lang['cf_history_desc'] = 'Changes history';
    83 $lang['cf_history_date'] = 'Date';
    84 $lang['cf_history_version'] = 'Version';
    85 $lang['cf_history_log'] = 'Changelog';
    86 $lang['cf_file_not_found'] = 'File not found';
    87 $lang['cf_file_empty'] = 'File is empty';
    88 $lang['cf_format_date'] = '%M %D, %Y';
    8979?>
  • extensions/ContactForm/language/es_ES/plugin.lang.php

    r8887 r8908  
    7676$lang['contact_form_label'] = 'Nombre fijado en la barra de menús';
    7777$lang['contact_form_link_label'] = 'Texto utilizado para el lazo de contacto abajo página';
    78 // History tab
    79 $lang['cf_tab_history'] = 'Reseña histórica';
    80 $lang['cf_history'] = 'Reseña histórica';
    81 $lang['cf_history_desc'] = 'Reseña histórica de las modificaciones';
    82 $lang['cf_history_date'] = 'Fecha';
    83 $lang['cf_history_version'] = 'Versión';
    84 $lang['cf_history_log'] = 'Changelog';
    85 $lang['cf_file_not_found'] = 'Fichero no encontrado';
    86 $lang['cf_file_empty'] = 'Fichero vacío';
    87 $lang['cf_format_date'] = '%D %M %Y';
    8878?>
  • extensions/ContactForm/language/fr_FR/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Nom affiché dans la barre de menus';
    7878$lang['contact_form_link_label'] = 'Texte utilisé pour le lien de contact en bas de page';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Historique';
    81 $lang['cf_history'] = 'Historique';
    82 $lang['cf_history_desc'] = 'Historique des modifications';
    83 $lang['cf_history_date'] = 'Date';
    84 $lang['cf_history_version'] = 'Version';
    85 $lang['cf_history_log'] = 'Changelog';
    86 $lang['cf_file_not_found'] = 'Fichier non trouvé';
    87 $lang['cf_file_empty'] = 'Fichier vide';
    88 $lang['cf_format_date'] = '%D %M %Y';
    8979?>
  • extensions/ContactForm/language/hu_HU/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Menüben használt menücím';
    7878$lang['contact_form_link_label'] = 'Az oldal láblécében használt kapcsolat link szövege';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Verziótörténet';
    81 $lang['cf_history'] = 'Verziótörténet';
    82 $lang['cf_history_desc'] = 'Verziótörténet';
    83 $lang['cf_history_date'] = 'Dátum';
    84 $lang['cf_history_version'] = 'Változat';
    85 $lang['cf_history_log'] = 'Módosítások';
    86 $lang['cf_file_not_found'] = 'A fájl nem található';
    87 $lang['cf_file_empty'] = 'A fájl üres';
    88 $lang['cf_format_date'] = '%Y. %M %D.';
    8979?>
  • extensions/ContactForm/language/it_IT/plugin.lang.php

    r8887 r8908  
    7676$lang['contact_form_label'] = 'Nome visualizzato nella barra dei menu';
    7777$lang['contact_form_link_label'] = 'Testo utilizzato per il link di contatto nel footer';
    78 // History tab
    79 $lang['cf_tab_history'] = 'Cronologia';
    80 $lang['cf_history'] = 'Cronologia';
    81 $lang['cf_history_desc'] = 'Cronologia delle modifiche';
    82 $lang['cf_history_date'] = 'Data';
    83 $lang['cf_history_version'] = 'Versione';
    84 $lang['cf_history_log'] = 'Changelog';
    85 $lang['cf_file_not_found'] = 'File non trovato';
    86 $lang['cf_file_empty'] = 'File vuoto';
    87 $lang['cf_format_date'] = '%D %M %Y';
    8878?>
  • extensions/ContactForm/language/lv_LV/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = ' Izvēlnes joslā lietotais vārds';
    7878$lang['contact_form_link_label'] = 'Lapas kājenī kontaktsaitei lietotais teksts';
    79 // Iezīme vēsture
    80 $lang['cf_tab_history'] = 'Vēsture';
    81 $lang['cf_history'] = 'Vēsture';
    82 $lang['cf_history_desc'] = 'Izmaina vēsturi';
    83 $lang['cf_history_date'] = 'Datums';
    84 $lang['cf_history_version'] = 'Versija';
    85 $lang['cf_history_log'] = 'Izmaiņu logs (Changelog)';
    86 $lang['cf_file_not_found'] = 'Fails nav atrasts';
    87 $lang['cf_file_empty'] = 'Fails ir tukšs';
    88 $lang['cf_format_date'] = '%M %D, %Y';
    8979?>
  • extensions/ContactForm/language/nl_NL/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Naam gebruikt in de menubalk';
    7878$lang['contact_form_link_label'] = 'Tekt gebruikt in de contact link in de pagina voettekst';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Historie';
    81 $lang['cf_history'] = 'Historie';
    82 $lang['cf_history_desc'] = 'Wijzigings geschiedenis';
    83 $lang['cf_history_date'] = 'Datum';
    84 $lang['cf_history_version'] = 'Versie';
    85 $lang['cf_history_log'] = 'wijzigingen log';
    86 $lang['cf_file_not_found'] = 'Bestand niet gevonden';
    87 $lang['cf_file_empty'] = 'Bestand is leeg';
    88 $lang['cf_format_date'] = '%D %M, %Y';
    89 
    9079?>
  • extensions/ContactForm/language/no_NO/plugin.lang.php

    r8907 r8908  
    7777$lang['contact_form_label'] = 'Navn brkt i meny linjen';
    7878$lang['contact_form_link_label'] = 'Tekst brukt kontakt link i sidens bunn linje';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Historie';
    81 $lang['cf_history'] = 'Historie';
    82 $lang['cf_history_desc'] = 'Forandrer historie';
    83 $lang['cf_history_date'] = 'Dato';
    84 $lang['cf_history_version'] = 'Versjon';
    85 $lang['cf_history_log'] = 'Forandrings logg';
    86 $lang['cf_file_not_found'] = 'Fil ikke funnet';
    87 $lang['cf_file_empty'] = 'Filen er tom';
    88 $lang['cf_format_date'] = '%M %D, %Å';
    8979?>
  • extensions/ContactForm/language/pl_PL/plugin.lang.php

    r8887 r8908  
    7676$lang['contact_form_label'] = 'Nazwa używana w menubar';
    7777$lang['contact_form_link_label'] = 'Tekst używany w stopce strony jako link kontaktu';
    78 // History tab
    79 $lang['cf_tab_history'] = 'Historia';
    80 $lang['cf_history'] = 'Historia';
    81 $lang['cf_history_desc'] = 'Histora zmian';
    82 $lang['cf_history_date'] = 'Data';
    83 $lang['cf_history_version'] = 'Wersja';
    84 $lang['cf_history_log'] = 'Zmiany';
    85 $lang['cf_file_not_found'] = 'Pliku nie znaleziono';
    86 $lang['cf_file_empty'] = 'Plik jest pusty';
    87 $lang['cf_format_date'] = '%D %M %Y';
    88 
    8978// translated by emcek
    9079?>
  • extensions/ContactForm/language/ru_RU/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Имя элемента в меню';
    7878$lang['contact_form_link_label'] = 'Текст метки контактной информации внизу страницы';
    79 // Вкладка "Журнал"
    80 $lang['cf_tab_history'] = 'Журнал';
    81 $lang['cf_history'] = 'Журнал';
    82 $lang['cf_history_desc'] = 'Описание';
    83 $lang['cf_history_date'] = 'Дата';
    84 $lang['cf_history_version'] = 'Версия';
    85 $lang['cf_history_log'] = 'Журнал изменений';
    86 $lang['cf_file_not_found'] = 'Файл не найден';
    87 $lang['cf_file_empty'] = 'Файл пуст';
    88 $lang['cf_format_date'] = '%M %D, %Y';
    8979?>
  • extensions/ContactForm/language/sk_SK/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Názov použitý v menu';
    7878$lang['contact_form_link_label'] = 'Text použitý na kontaktný link v päte stránky';
    79 // History tab
    80 $lang['cf_tab_history'] = 'História';
    81 $lang['cf_history'] = 'History';
    82 $lang['cf_history_desc'] = 'Zmeny histórie';
    83 $lang['cf_history_date'] = 'Dátum';
    84 $lang['cf_history_version'] = 'Verzia';
    85 $lang['cf_history_log'] = 'Zmeny';
    86 $lang['cf_file_not_found'] = 'Súbor nenájdený';
    87 $lang['cf_file_empty'] = 'Súbor je prázdny';
    88 $lang['cf_format_date'] = '%D %M, %Y';
    8979?>
  • extensions/ContactForm/language/sv_SE/plugin.lang.php

    r8887 r8908  
    7777$lang['contact_form_label'] = 'Namn som används i menyraden';
    7878$lang['contact_form_link_label'] = 'Text som används för kontakt länken i sidfoten';
    79 // History tab
    80 $lang['cf_tab_history'] = 'Historia';
    81 $lang['cf_history'] = 'Historia';
    82 $lang['cf_history_desc'] = 'Ändringar i historian';
    83 $lang['cf_history_date'] = 'Datum';
    84 $lang['cf_history_version'] = 'Version';
    85 $lang['cf_history_log'] = 'Changelog';
    86 $lang['cf_file_not_found'] = 'Filen hittades inte';
    87 $lang['cf_file_empty'] = 'Filen är tom';
    88 $lang['cf_format_date'] = '%M %D, %Y';
    89 
    9079?>
  • extensions/ContactForm/language/tr_TR/plugin.lang.php

    r8887 r8908  
    8080$lang['contact_form_label'] = 'Name used in menubar';
    8181$lang['contact_form_link_label'] = 'Text used for contact link in the page footer';
    82 // History tab
    83 $lang['cf_tab_history'] = 'Geçmiş';
    84 $lang['cf_history'] = 'Geçmiş';
    85 $lang['cf_history_desc'] = 'Geçmiş değiştirildi';
    86 $lang['cf_history_date'] = 'Tarih';
    87 $lang['cf_history_version'] = 'Versiyon';
    88 $lang['cf_history_log'] = 'Changelog';
    89 $lang['cf_file_not_found'] = 'Dosya bulunamadı';
    90 $lang['cf_file_empty'] = 'Dosya boş';
    91 $lang['cf_format_date'] = '%D %M, %Y';
    9282?>
Note: See TracChangeset for help on using the changeset viewer.