Skip to content

Commit

Permalink
chore: updated 3rd party libs, renamed Twitter to X
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Sep 1, 2023
1 parent 43f9b9a commit 4232137
Show file tree
Hide file tree
Showing 24 changed files with 1,144 additions and 1,538 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# phpMyFAQ 3.2.0-RC.4
# phpMyFAQ 3.2.0

**Codename "Pontus"**

## CHANGELOG

This is a log of major user-visible changes in each phpMyFAQ release.

### phpMyFAQ v3.2.0-RC.4 - 2023-08-30
### phpMyFAQ v3.2.0 - 2023-09-

- changed PHP requirement to PHP 8.1.0 or later (Thorsten)
- changed to HTTPS as new default (Thorsten)
Expand All @@ -33,7 +33,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
- migrated from SwiftMailer to Symfony Mailer (Thorsten)
- migrated codebase to use PHP 8.1 language features (Thorsten)
- updated to Bootstrap v5.3 (Thorsten)
- updated to TinyMCE v6.6 (Thorsten)
- updated to TinyMCE v6.7 (Thorsten)
- updated to PHPUnit v10 (Thorsten)
- updated Japanese translation (Advanced Bear)
- updated Dutch translation (Bob Coret)
Expand Down
535 changes: 274 additions & 261 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This documentation is licensed under a [Creative Commons License](http://creativ
### Support

If you should run into any problems using phpMyFAQ check out our support forums at
[forum.phpmyfaq.de](https://forum.phpmyfaq.de/). You can also use our Twitter account
[@phpMyFAQ](https://twitter.com/phpMyFAQ) to ask us short question if they fit into 280 characters. There is no free
[forum.phpmyfaq.de](https://forum.phpmyfaq.de/). You can also use our X account
[@phpMyFAQ](https://x.com/phpMyFAQ) to ask us short question if they fit into 280 characters. There is no free
support by phone or email, please refrain from calling or mailing us.

The phpMyFAQ team offers the following paid services:
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ Please be aware:
etc), so there is no way to asses a file directly using the name it was uploaded under.
- Download continuation isn't supported.

## 2.15 Twitter support
## 2.15 X (Twitter) support

phpMyFAQ supports Twitter via OAuth. If you enable Twitter support in the social network configuration and add phpMyFAQ
as a Twitter application on [Twitter](https://dev.twitter.com/apps/new), all new FAQ additions in the administration
backend will also post the question of the FAQ, the URL of the FAQ and all tags as hashtags to Twitter, e.g. the tag
"phpMyFAQ" will be converted to "#phpmyfaq".
phpMyFAQ supports X (Twitter) via OAuth. If you enable X (Twitter) support in the social network configuration and add
phpMyFAQ as a X (Twitter) application on [X (Twitter)](https://dev.twitter.com/apps/new), all new FAQ additions in the
administration backend will also post the question of the FAQ, the URL of the FAQ and all tags as hashtags to X
(Twitter), e.g. the tag "phpMyFAQ" will be converted to "#phpmyfaq".

## 2.16 Server side recommendations

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thorsten/phpmyfaq",
"version": "3.2.0-RC.4",
"version": "3.2.0",
"description": "phpMyFAQ",
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
Expand Down
4 changes: 2 additions & 2 deletions phpmyfaq/admin/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
Buy us a coffee
</a>
&middot;
<a target="_blank" rel="noopener" href="https://twitter.com/phpMyFAQ">
Twitter
<a target="_blank" rel="noopener" href="https://x.com/phpMyFAQ">
X
</a>
&middot;
<a target="_blank" rel="noopener" href="https://facebook.com/phpMyFAQ">
Expand Down
4 changes: 2 additions & 2 deletions phpmyfaq/lang/language_ar.php
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@
$PMF_LANG['socialNetworksControlCenter'] = 'اعدادات الشبكات الاجتماعية';
$LANG_CONF['search.relevance'] = array('select', 'Sort by relevance');
$LANG_CONF['search.enableRelevance'] = array('checkbox', 'Activate relevance support? (default: disabled)');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Twitter support (default: deactivated)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Twitter Consumer Key');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'X (Twitter) support (default: deactivated)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'X (Twitter) Consumer Key');
$PMF_LANG['ad_entry_intlink'] = 'Select a FAQ record to insert it as a link...';
$PMF_LANG['ad_categ_paste2'] = 'لصق بعد';
$PMF_LANG['ad_categ_remark_move'] = 'The exchange of 2 categories is only possible at the same level.';
Expand Down
8 changes: 4 additions & 4 deletions phpmyfaq/lang/language_cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,10 @@
$PMF_LANG['search.relevance.keywords-thema-content'] = 'Klíčová slova - Otázka - Odpověď';
$PMF_LANG['msgLoginUser'] = 'Přihlášení';
$PMF_LANG['socialNetworksControlCenter'] = 'Konfigurace sociálních sítí';
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Twitter podpora (výchozí: deaktivováno)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Twitter klíč');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Twitter secret');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Twitter přístupový Token Klíč');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'X (Twitter) podpora (výchozí: deaktivováno)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'X (Twitter) klíč');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'X (Twitter) secret');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'X (Twitter) přístupový Token Klíč');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Twitter přístupový Token Secret');
$PMF_LANG['ad_menu_attachments'] = 'Přílohy';
$PMF_LANG['ad_menu_attachment_admin'] = 'Administrace příloh';
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_de.php
Original file line number Diff line number Diff line change
Expand Up @@ -998,13 +998,13 @@
// added 2.7.0-alpha - 2010-09-13 by Thorsten
$PMF_LANG['msgLoginUser'] = "Einloggen";
$PMF_LANG['socialNetworksControlCenter'] = "Social Networks";
$LANG_CONF['socialnetworks.enableTwitterSupport'] = ["checkbox", "Twitter Unterstützung "];
$LANG_CONF['socialnetworks.twitterConsumerKey'] = ["input", "Twitter Consumer Key"];
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = ["input", "Twitter Consumer Secret"];
$LANG_CONF['socialnetworks.enableTwitterSupport'] = ["checkbox", "X (Twitter) Unterstützung "];
$LANG_CONF['socialnetworks.twitterConsumerKey'] = ["input", "X (Twitter) Consumer Key"];
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = ["input", "X (Twitter) Consumer Secret"];

// added 2.7.0-alpha - 2010-10-14 by Tom Zeithaml
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = ["input", "Twitter Access Token Key"];
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = ["input", "Twitter Access Token Secret"];
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = ["input", "X (Twitter) Access Token Key"];
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = ["input", "X (Twitter) Access Token Secret"];

// added 2.7.0-alpha - 2010-12-21 by Anatoliy Belsky
$PMF_LANG['ad_menu_attachments'] = "Anhänge";
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -999,13 +999,13 @@
// added 2.7.0-alpha - 2010-09-13 by Thorsten
$PMF_LANG['msgLoginUser'] = 'Login';
$PMF_LANG['socialNetworksControlCenter'] = 'Social networks';
$LANG_CONF['socialnetworks.enableTwitterSupport'] = ['checkbox', 'Twitter support'];
$LANG_CONF['socialnetworks.twitterConsumerKey'] = ['input', 'Twitter Consumer Key'];
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = ['input', 'Twitter Consumer Secret'];
$LANG_CONF['socialnetworks.enableTwitterSupport'] = ['checkbox', 'X (Twitter) support'];
$LANG_CONF['socialnetworks.twitterConsumerKey'] = ['input', 'X (Twitter) Consumer Key'];
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = ['input', 'X (Twitter) Consumer Secret'];

// added 2.7.0-alpha - 2010-10-14 by Tom Zeithaml
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = ['input', 'Twitter Access Token Key'];
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = ['input', 'Twitter Access Token Secret'];
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = ['input', 'X (Twitter) Access Token Key'];
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = ['input', 'X (Twitter) Access Token Secret'];

// added 2.7.0-alpha - 2010-12-21 by Anatoliy Belsky
$PMF_LANG["ad_menu_attachments"] = "FAQ Attachments";
Expand Down
6 changes: 3 additions & 3 deletions phpmyfaq/lang/language_es.php
Original file line number Diff line number Diff line change
Expand Up @@ -999,9 +999,9 @@
// added 2.7.0-alpha - 2010-09-13 by Thorsten
$PMF_LANG['msgLoginUser'] = 'Iniciar sesión';
$PMF_LANG['socialNetworksControlCenter'] = 'Redes sociales';
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Soporte de Twitter');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Consumer Key de Twitter');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Consumer Secret de Twitter');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Soporte de X (Twitter)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Consumer Key de X (Twitter)');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Consumer Secret de X (Twitter)');

// added 2.7.0-alpha - 2010-10-14 by Tom Zeithaml
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Access Token de Twitter');
Expand Down
6 changes: 3 additions & 3 deletions phpmyfaq/lang/language_fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -999,9 +999,9 @@
// added 2.7.0-alpha - 2010-09-13 by Thorsten
$PMF_LANG["msgLoginUser"] = "Connexion";
$PMF_LANG["socialNetworksControlCenter"] = "Réseaux sociaux";
$LANG_CONF["socialnetworks.enableTwitterSupport"] = ["checkbox", "Support Twitter"];
$LANG_CONF["socialnetworks.twitterConsumerKey"] = ["input", "Twitter Consumer Key"];
$LANG_CONF["socialnetworks.twitterConsumerSecret"] = ["input", "Twitter Consumer Secret"];
$LANG_CONF["socialnetworks.enableTwitterSupport"] = ["checkbox", "Support X (Twitter)"];
$LANG_CONF["socialnetworks.twitterConsumerKey"] = ["input", "X (Twitter) Consumer Key"];
$LANG_CONF["socialnetworks.twitterConsumerSecret"] = ["input", "X (Twitter) Consumer Secret"];

// added 2.7.0-alpha - 2010-10-14 by Tom Zeithaml
$LANG_CONF["socialnetworks.twitterAccessTokenKey"] = ["input", "Twitter Access Token Key"];
Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/lang/language_it.php
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
$PMF_LANG['msgRegistrationCredentials'] = 'Per registrarti inserisci il tuo nome, il tuo username e un indirizzo email!';
$PMF_LANG['msgRegistrationNote'] = 'Dopo la registrazione riceverete una risposta appena un amministratore la renderà attiva.';
$PMF_LANG['ad_entry_changelog_history'] = 'Storico Changelog';
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Twitter Token Segreto di Accesso');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'X (Twitter) Token Segreto di Accesso');
$LANG_CONF['security.ssoSupport'] = array('checkbox', 'Supporto Single Sign On (default: disattivato)');
$LANG_CONF['security.ssoLogoutRedirect'] = array('input', 'Single Sign On logout redirect service URL');
$LANG_CONF['main.dateFormat'] = array('input', 'Formato Data (default: Y-m-d H:i)');
Expand Down
4 changes: 2 additions & 2 deletions phpmyfaq/lang/language_ja.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@
$PMF_LANG['socialNetworksControlCenter'] = 'SNSの設定';
$LANG_CONF['search.relevance'] = array('select', '関連度による並び替え');
$LANG_CONF['search.enableRelevance'] = array('checkbox', '関連度サポートを有効化する (初期値:無効)');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Twitter サポート (初期値:無効)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Twitter コンシューマ・キー');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'X (Twitter) サポート (初期値:無効)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'X (Twitter) コンシューマ・キー');
$PMF_LANG['ad_menu_attachments'] = '添付ファイル';
$PMF_LANG['ad_menu_attachment_admin'] = '添付ファイル管理';
$PMF_LANG['msgAttachmentsFilename'] = 'ファイル名';
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,9 @@
$PMF_LANG['msgRegistrationCredentials'] = 'Vul uw naam, inlognaam en een geldig email adres in om te registreren!';
$PMF_LANG['msgRegistrationNote'] = 'Na succesvolle registratie ontvangt u een antwoord zodra de beheerder deze heeft goedgekeurd.';
$PMF_LANG['ad_entry_changelog_history'] = 'Wijzigingslog geschiedenis';
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Twitter Consument Geheim');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Twitter Toegang Token Sleutel');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Twitter Toegang Token Geheim');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'X (Twitter) Consument Geheim');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'X (Twitter) Toegang Token Sleutel');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'X (Twitter) Toegang Token Geheim');
$LANG_CONF['security.ssoSupport'] = array('checkbox', 'Single Sign On ondersteuning (standaard: gedeactiveerd)');
$PMF_LANG['searchControlCenter'] = 'Zoeken';
$PMF_LANG['search.relevance.thema-content-keywords'] = 'Vraag - Antwoord - Trefwoorden';
Expand All @@ -829,8 +829,8 @@
$PMF_LANG['socialNetworksControlCenter'] = 'Sociale netwerken configuratie';
$LANG_CONF['search.relevance'] = array('select', 'Sorteer op relevantie');
$LANG_CONF['search.enableRelevance'] = array('checkbox', 'Activeer relevantie ondersteuning? (standaard: gedeactiveerd)');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Twitter ondersteuning (standaard: gedeactiveerd)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Twitter Consumenten Sleutel');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'X (Twitter) ondersteuning (standaard: gedeactiveerd)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'X (Twitter) Consumenten Sleutel');
$PMF_LANG['msgExportAllFaqs'] = 'Print alles als PDF';
$PMF_LANG['ad_menu_instances'] = 'Multi-site FAQ';
$PMF_LANG['ad_online_verification'] = 'Online verificatie';
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_pt-br.php
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
$PMF_LANG['msgRegistrationCredentials'] = 'Para se cadastrar, digite seu nome, login e um e-mail válido.';
$PMF_LANG['msgRegistrationNote'] = 'Após o cadastro, você receberá um e-mail depois que um administrador aprová-lo.';
$PMF_LANG['ad_entry_changelog_history'] = 'Histórico de mudanças';
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Twitter Access Token Secret');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'X (Twitter) Access Token Secret');
$LANG_CONF['security.ssoSupport'] = array('checkbox', 'Suporte para Single Sign On (padrão: desativado)');
$LANG_CONF['security.ssoLogoutRedirect'] = array('input', 'URL do serviço de redirecionamento de logout do Single Sign On');
$LANG_CONF['main.dateFormat'] = array('input', 'Formato de Data (padrão: Y-m-d H:i)');
Expand Down Expand Up @@ -879,10 +879,10 @@
$PMF_LANG['socialNetworksControlCenter'] = 'Configurações de redes sociais';
$LANG_CONF['search.relevance'] = array('select', 'Ordenar por relevância');
$LANG_CONF['search.enableRelevance'] = array('checkbox', 'Ativar suporte à relevância? (padrão: desabilitado)');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Suporte ao Twitter (padrão: desativado)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Twitter Consumer Key');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Twitter Consumer Secret');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Twitter Access Token Key');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Suporte ao X (Twitter) (padrão: desativado)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'X (Twitter) Consumer Key');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'X (Twitter) Consumer Secret');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'X (Twitter) Access Token Key');
$LANG_CONF["main.enableCategoryRestrictions"] = ["checkbox", "Habilitar restrições de categoria"];
$PMF_LANG['ad_entry_not_visibility'] = 'não publicada';
$PMF_LANG['msgSeeFAQinFrontend'] = 'Ver FAQ no Frontend';
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_pt.php
Original file line number Diff line number Diff line change
Expand Up @@ -776,11 +776,11 @@
$PMF_LANG['search.relevance.keywords-thema-content'] = 'Palavras-Chave - Questão - Resposta';
$PMF_LANG['msgLoginUser'] = '<em>Login</em>';
$PMF_LANG['socialNetworksControlCenter'] = 'Configuração do suporte de Redes Sociais';
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Twitter <small>(pré-definição: desativado)</small>');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', '<em>Twitter Consumer Key</em>');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', '<em>Twitter Consumer Secret</em>');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', '<em>Twitter Access Token Key</em>');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', '<em>Twitter Access Token Secret</em>');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'X (Twitter) <small>(pré-definição: desativado)</small>');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', '<em>X (Twitter) Consumer Key</em>');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', '<em>X (Twitter) Consumer Secret</em>');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', '<em>X (Twitter) Access Token Key</em>');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', '<em>X (Twitter) Access Token Secret</em>');
$PMF_LANG['ad_menu_attachments'] = 'Anexos';
$PMF_LANG['ad_menu_attachment_admin'] = 'Administração de Anexos';
$PMF_LANG['msgAttachmentsFilename'] = 'Nome do ficheiro';
Expand Down
10 changes: 5 additions & 5 deletions phpmyfaq/lang/language_ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -829,11 +829,11 @@
$LANG_CONF['records.orderby'] = array('select', 'Сортировать по:');
$LANG_CONF['records.sortby'] = array('select', 'Сортировать по:');
$LANG_CONF['search.relevance'] = array('select', 'Сортировать по релевантности');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Поддержка Twitter(по умолчанию: отключено)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Уникальный ключ (Twitter Consumer Key)');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Секретный ID (Twitter Consumer Secret)');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Ключ доступа (Twitter Access Token Key)');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Секретный код (Twitter Access Token Secret)');
$LANG_CONF['socialnetworks.enableTwitterSupport'] = array('checkbox', 'Поддержка X (Twitter)(по умолчанию: отключено)');
$LANG_CONF['socialnetworks.twitterConsumerKey'] = array('input', 'Уникальный ключ (X (Twitter) Consumer Key)');
$LANG_CONF['socialnetworks.twitterConsumerSecret'] = array('input', 'Секретный ID (X (Twitter) Consumer Secret)');
$LANG_CONF['socialnetworks.twitterAccessTokenKey'] = array('input', 'Ключ доступа (X (Twitter) Access Token Key)');
$LANG_CONF['socialnetworks.twitterAccessTokenSecret'] = array('input', 'Секретный код (X (Twitter) Access Token Secret)');
$LANG_CONF['security.ssoSupport'] = array('checkbox', 'Одноразовый вход для поддержки (по умолчанию: отключено)');
$LANG_CONF['security.useSslForLogins'] = array('checkbox', "Использовать только защищенное соединение?");
$PMF_LANG['msgExportAllFaqs'] = 'Печатать всё в PDF';
Expand Down
Loading

0 comments on commit 4232137

Please sign in to comment.