Plugin Directory

Changeset 2388321


Ignore:
Timestamp:
09/25/2020 01:35:57 PM (5 years ago)
Author:
RapidDev
Message:

Hiding selected page

Location:
social-messenger
Files:
9 added
5 edited

Legend:

Unmodified
Added
Removed
  • social-messenger/trunk/assets/class.php

    r2388309 r2388321  
    152152                        $display = FALSE;
    153153
     154                //Hide on selected page
     155                $page_exclude = get_theme_mod('social_messenger_exclude', 0);
     156                    if ($page_exclude != 0)
     157                        if($page_exclude == get_queried_object_id())
     158                            $display = FALSE;
     159
     160
    154161                //Additional webhook
    155162                if (get_theme_mod('social_messenger_webhook', NULL) != NULL)
     
    288295                    'social_messenger_language' => array('select','en_GB',__('Language','social_messenger'),__('The list of languages has been established on the basis of Facebook Documentation.','social_messenger'),array('pl_PL'=>'Polish','af_ZA'=>'Afrikaans (South Africa)','af_AF'=>'Afrikaans','ar_AR'=>'Arabic','bn_IN'=>'Bengali','my_MM'=>'Burmese','zh_CN'=>'Chinese (China)','zh_HK'=>'Chinese (Hong Kong)','zh_TW'=>'Chinese (Taiwan)','hr_HR'=>'Croatian','cs_CZ'=>'Czech','da_DK'=>'Danish','nl_NL'=>'Dutch','en_GB'=>'English (United Kingdom)','en_US'=>'English','fi_FI'=>'Finnish','fr_FR'=>'French','de_DE'=>'German','el_GR'=>'Greek','gu_IN'=>'Gujarati','he_IL'=>'Hebrew','hi_IN'=>'Hindi','hu_HU'=>'Hungarian','id_ID'=>'Indonesian','it_IT'=>'Italian','ja_JP'=>'Japanese','ko_KR'=>'Korean','cb_IQ'=>'Kurdish','ms_MY'=>'Malay','ml_IN'=>'Malayalam','mr_IN'=>'Marathi','nb_NO'=>'Norwegian','pt_BR'=>'Portuguese (Brazil)','pt_PT'=>'Portuguese','pa_IN'=>'Punjabi','ro_RO'=>'Romanian','ru_RU'=>'Russian','sk_SK'=>'Slovak','es_LA'=>'Spanish (Latin America)','es_ES'=>'Spanish','sw_KE'=>'Swahili','sv_SE'=>'Swedish','tl_PH'=>'Tagalog','ta_IN'=>'Tamil','te_IN'=>'Telugu','th_TH'=>'Thai','tr_TR'=>'Turkish','ur_PK'=>'Urdu','vi_VN'=>'Vietnamese')),
    289296                    'social_messenger_hooks' => array('select','enable',__('Enable control classes','social_messenger'),__('By using control classes, you can pin them to buttons or links and control the chat this way.'),array('enable'=>__('Enabled','social_messenger'),'disable'=>__('Disabled','social_messenger'))),
    290                     'social_messenger_html2' => array('html', null, null, null, '<div><p>To open or close an entire chat, add a class to a button or link:</p><code>.socialmessenger-show'.PHP_EOL.'.socialmessenger-hide</code><p>To open or close chat dialog, add a class to a button or link:</p><code>.socialmessenger-showDialog'.PHP_EOL.'.socialmessenger-hideDialog</code></div>'),
     297                    'social_messenger_html2' => array('html', null, null, null, '<div><p>To open or close an entire chat, add a class to a button or link:</p><code>.socialmessenger-show<br/>.socialmessenger-hide</code><p>To open or close chat dialog, add a class to a button or link:</p><code>.socialmessenger-showDialog<br/>.socialmessenger-hideDialog</code></div>'),
    291298                    'social_messenger_integration' => array('select','disable',__('Integration','social_messenger'),__('Choose the multilingual plugin that you have installed. WPML does not always work [*sad pepe*]','social_messenger'),array('disable'=>__('Disabled','social_messenger'),'pl'=>'PolyLang','wpml'=>'WPML')),
    292299                    'social_messenger_prefetch' => array('select','disable',__('Add the Prefetch DNS meta flag','social_messenger'),__('Resolve domain names before resources get requested.','social_messenger'),array('enable'=>__('Enabled','social_messenger'),'disable'=>__('Disabled','social_messenger'))),
     
    295302                    'social_messenger_greetings_notlogged' => array('textarea',NULL,__('Greeting text (logged out users)','social_messenger'),__('Automatically registers as a PolyLang string, you can translate it in the settings.','social_messenger')),
    296303                    'social_messenger_pages' => array('dropdown-pages',0,__('Single page mode','social_messenger'),__('If you choose one of these options, the plugin will only be displayed on the selected page.','social_messenger')),
     304                    'social_messenger_exclude' => array('dropdown-pages',0,__('Disable on the selected page','social_messenger'),__('If you select a page (e.g. order page), the chat will not appear there.','social_messenger')),
    297305                    'social_messenger_page' => array('text',NULL,__('Page ID','social_messenger'),__('Enter your numeric fanpage id here.','social_messenger'),__('e.g','social_messenger').': 1769853790702772'),
    298306                    'social_messenger_webhook' => array('text',NULL,__('Webhook (optional)','social_messenger'),__('Custom string passed to your webhook in messaging_postbacks and messaging_referrals events.','social_messenger'),''),
  • social-messenger/trunk/languages/social_messenger-pl_PL.po

    r2388309 r2388321  
    22msgstr ""
    33"Project-Id-Version: Facebook Messenger (Live Chat) 2\n"
    4 "POT-Creation-Date: 2020-09-25 15:16+0200\n"
    5 "PO-Revision-Date: 2020-09-25 15:18+0200\n"
     4"POT-Creation-Date: 2020-09-25 15:34+0200\n"
     5"PO-Revision-Date: 2020-09-25 15:35+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    3333#: _SVN/tags/2.4.0/assets/class.php:268 _SVN/tags/2.4.1/assets/class.php:268
    3434#: _SVN/tags/2.4.2/assets/class.php:268 _SVN/tags/2.4.3/assets/class.php:268
    35 #: _SVN/trunk/assets/class.php:268 assets/class.php:283
     35#: _SVN/tags/2.4.4/assets/class.php:283 _SVN/trunk/assets/class.php:283
     36#: assets/class.php:290
    3637msgid "Switch on the Facebook Messenger"
    3738msgstr "Włącz Facebook Messenger"
     
    7273#: _SVN/tags/2.4.3/assets/class.php:269 _SVN/tags/2.4.3/assets/class.php:270
    7374#: _SVN/tags/2.4.3/assets/class.php:275 _SVN/tags/2.4.3/assets/class.php:276
    74 #: _SVN/trunk/assets/class.php:268 _SVN/trunk/assets/class.php:269
    75 #: _SVN/trunk/assets/class.php:270 _SVN/trunk/assets/class.php:275
    76 #: _SVN/trunk/assets/class.php:276 assets/class.php:283 assets/class.php:284
    77 #: assets/class.php:285 assets/class.php:289 assets/class.php:292
    78 #: assets/class.php:293
     75#: _SVN/tags/2.4.4/assets/class.php:283 _SVN/tags/2.4.4/assets/class.php:284
     76#: _SVN/tags/2.4.4/assets/class.php:285 _SVN/tags/2.4.4/assets/class.php:289
     77#: _SVN/tags/2.4.4/assets/class.php:292 _SVN/tags/2.4.4/assets/class.php:293
     78#: _SVN/trunk/assets/class.php:283 _SVN/trunk/assets/class.php:284
     79#: _SVN/trunk/assets/class.php:285 _SVN/trunk/assets/class.php:289
     80#: _SVN/trunk/assets/class.php:292 _SVN/trunk/assets/class.php:293
     81#: assets/class.php:290 assets/class.php:291 assets/class.php:292
     82#: assets/class.php:296 assets/class.php:299 assets/class.php:300
    7983msgid "Enabled"
    8084msgstr "Włączone"
     
    124128#: _SVN/tags/2.4.3/assets/class.php:270 _SVN/tags/2.4.3/assets/class.php:274
    125129#: _SVN/tags/2.4.3/assets/class.php:275 _SVN/tags/2.4.3/assets/class.php:276
    126 #: _SVN/trunk/assets/class.php:268 _SVN/trunk/assets/class.php:269
    127 #: _SVN/trunk/assets/class.php:270 _SVN/trunk/assets/class.php:274
    128 #: _SVN/trunk/assets/class.php:275 _SVN/trunk/assets/class.php:276
    129 #: assets/class.php:283 assets/class.php:284 assets/class.php:285
    130 #: assets/class.php:289 assets/class.php:291 assets/class.php:292
    131 #: assets/class.php:293
     130#: _SVN/tags/2.4.4/assets/class.php:283 _SVN/tags/2.4.4/assets/class.php:284
     131#: _SVN/tags/2.4.4/assets/class.php:285 _SVN/tags/2.4.4/assets/class.php:289
     132#: _SVN/tags/2.4.4/assets/class.php:291 _SVN/tags/2.4.4/assets/class.php:292
     133#: _SVN/tags/2.4.4/assets/class.php:293 _SVN/trunk/assets/class.php:283
     134#: _SVN/trunk/assets/class.php:284 _SVN/trunk/assets/class.php:285
     135#: _SVN/trunk/assets/class.php:289 _SVN/trunk/assets/class.php:291
     136#: _SVN/trunk/assets/class.php:292 _SVN/trunk/assets/class.php:293
     137#: assets/class.php:290 assets/class.php:291 assets/class.php:292
     138#: assets/class.php:296 assets/class.php:298 assets/class.php:299
     139#: assets/class.php:300
    132140msgid "Disabled"
    133141msgstr "Wyłączone"
     
    151159#: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269
    152160#: _SVN/tags/2.4.2/assets/class.php:269 _SVN/tags/2.4.3/assets/class.php:269
    153 #: _SVN/trunk/assets/class.php:269 assets/class.php:284
     161#: _SVN/tags/2.4.4/assets/class.php:284 _SVN/trunk/assets/class.php:284
     162#: assets/class.php:291
    154163msgid "Minimized (optional)"
    155164msgstr "Zminimalizowany (opcjonalne)"
     
    165174#: _SVN/tags/2.4.0/assets/class.php:270 _SVN/tags/2.4.1/assets/class.php:270
    166175#: _SVN/tags/2.4.2/assets/class.php:270 _SVN/tags/2.4.3/assets/class.php:270
    167 #: _SVN/trunk/assets/class.php:270 assets/class.php:285
     176#: _SVN/tags/2.4.4/assets/class.php:285 _SVN/trunk/assets/class.php:285
     177#: assets/class.php:292
    168178msgid "Turn off live chat on phones"
    169179msgstr "Wyłącz na telefonach"
     
    183193#: _SVN/tags/2.4.0/assets/class.php:272 _SVN/tags/2.4.1/assets/class.php:272
    184194#: _SVN/tags/2.4.2/assets/class.php:272 _SVN/tags/2.4.3/assets/class.php:272
    185 #: _SVN/trunk/assets/class.php:272 assets/class.php:287
     195#: _SVN/tags/2.4.4/assets/class.php:287 _SVN/trunk/assets/class.php:287
     196#: assets/class.php:294
    186197msgid "Theme color"
    187198msgstr "Kolor motywu"
     
    213224#: _SVN/tags/2.4.0/assets/class.php:273 _SVN/tags/2.4.1/assets/class.php:273
    214225#: _SVN/tags/2.4.2/assets/class.php:273 _SVN/tags/2.4.3/assets/class.php:273
    215 #: _SVN/trunk/assets/class.php:273 assets/class.php:288
     226#: _SVN/tags/2.4.4/assets/class.php:288 _SVN/trunk/assets/class.php:288
     227#: assets/class.php:295
    216228msgid "Language"
    217229msgstr "Język"
     
    233245#: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271
    234246#: _SVN/tags/2.4.2/assets/class.php:271 _SVN/tags/2.4.3/assets/class.php:271
    235 #: _SVN/trunk/assets/class.php:271 assets/class.php:286
     247#: _SVN/tags/2.4.4/assets/class.php:286 _SVN/trunk/assets/class.php:286
     248#: assets/class.php:293
    236249msgid "Chat position on the page"
    237250msgstr "Pozycja czatu na stronie"
     
    251264#: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271
    252265#: _SVN/tags/2.4.2/assets/class.php:271 _SVN/tags/2.4.3/assets/class.php:271
    253 #: _SVN/trunk/assets/class.php:271 assets/class.php:286
     266#: _SVN/tags/2.4.4/assets/class.php:286 _SVN/trunk/assets/class.php:286
     267#: assets/class.php:293
    254268msgid "On the right side"
    255269msgstr "Po prawej stronie"
     
    265279#: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271
    266280#: _SVN/tags/2.4.2/assets/class.php:271 _SVN/tags/2.4.3/assets/class.php:271
    267 #: _SVN/trunk/assets/class.php:271 assets/class.php:286
     281#: _SVN/tags/2.4.4/assets/class.php:286 _SVN/trunk/assets/class.php:286
     282#: assets/class.php:293
    268283msgid "On the left side"
    269284msgstr "Po lewej stronie"
     
    279294#: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271
    280295#: _SVN/tags/2.4.2/assets/class.php:271 _SVN/tags/2.4.3/assets/class.php:271
    281 #: _SVN/trunk/assets/class.php:271 assets/class.php:286
     296#: _SVN/tags/2.4.4/assets/class.php:286 _SVN/trunk/assets/class.php:286
     297#: assets/class.php:293
    282298msgid "In the middle"
    283299msgstr "Na środku"
     
    304320#: _SVN/tags/2.4.0/assets/class.php:280 _SVN/tags/2.4.1/assets/class.php:280
    305321#: _SVN/tags/2.4.2/assets/class.php:280 _SVN/tags/2.4.3/assets/class.php:280
    306 #: _SVN/trunk/assets/class.php:280 assets/class.php:297
     322#: _SVN/tags/2.4.4/assets/class.php:297 _SVN/trunk/assets/class.php:297
     323#: assets/class.php:305
    307324msgid "Page ID"
    308325msgstr "Identyfikator strony"
     
    322339#: _SVN/tags/2.4.0/assets/class.php:281 _SVN/tags/2.4.1/assets/class.php:281
    323340#: _SVN/tags/2.4.2/assets/class.php:281 _SVN/tags/2.4.3/assets/class.php:281
    324 #: _SVN/trunk/assets/class.php:281 assets/class.php:298
     341#: _SVN/tags/2.4.4/assets/class.php:298 _SVN/trunk/assets/class.php:298
     342#: assets/class.php:306
    325343msgid "Webhook (optional)"
    326344msgstr "Webhook (opcjonalne)"
     
    416434#: _SVN/tags/2.3.41/assets/class.php:55 _SVN/tags/2.4.0/assets/class.php:45
    417435#: _SVN/tags/2.4.1/assets/class.php:45 _SVN/tags/2.4.2/assets/class.php:45
    418 #: _SVN/tags/2.4.3/assets/class.php:45 _SVN/trunk/assets/class.php:45
    419 #: assets/class.php:45
     436#: _SVN/tags/2.4.3/assets/class.php:45 _SVN/tags/2.4.4/assets/class.php:45
     437#: _SVN/trunk/assets/class.php:45 assets/class.php:45
    420438msgid "Settings"
    421439msgstr "Ustawienia"
     
    448466#: _SVN/tags/2.4.0/assets/class.php:326 _SVN/tags/2.4.1/assets/class.php:326
    449467#: _SVN/tags/2.4.2/assets/class.php:326 _SVN/tags/2.4.3/assets/class.php:326
    450 #: _SVN/trunk/assets/class.php:326 assets/class.php:347
     468#: _SVN/tags/2.4.4/assets/class.php:347 _SVN/trunk/assets/class.php:347
     469#: assets/class.php:355
    451470msgid "ERROR ID"
    452471msgstr "KOD BŁĘDU"
     
    461480#: _SVN/tags/2.4.0/assets/class.php:316 _SVN/tags/2.4.1/assets/class.php:316
    462481#: _SVN/tags/2.4.2/assets/class.php:316 _SVN/tags/2.4.3/assets/class.php:316
    463 #: _SVN/trunk/assets/class.php:316 assets/class.php:337
     482#: _SVN/tags/2.4.4/assets/class.php:337 _SVN/trunk/assets/class.php:337
     483#: assets/class.php:345
    464484#, php-format
    465485msgid ""
     
    479499#: _SVN/tags/2.4.0/assets/class.php:319 _SVN/tags/2.4.1/assets/class.php:319
    480500#: _SVN/tags/2.4.2/assets/class.php:319 _SVN/tags/2.4.3/assets/class.php:319
    481 #: _SVN/trunk/assets/class.php:319 assets/class.php:340
     501#: _SVN/tags/2.4.4/assets/class.php:340 _SVN/trunk/assets/class.php:340
     502#: assets/class.php:348
    482503#, php-format
    483504msgid ""
     
    497518#: _SVN/tags/2.4.0/assets/class.php:322 _SVN/tags/2.4.1/assets/class.php:322
    498519#: _SVN/tags/2.4.2/assets/class.php:322 _SVN/tags/2.4.3/assets/class.php:322
    499 #: _SVN/trunk/assets/class.php:322 assets/class.php:343
     520#: _SVN/tags/2.4.4/assets/class.php:343 _SVN/trunk/assets/class.php:343
     521#: assets/class.php:351
    500522msgid "There was an unidentified error. We should look deeper..."
    501523msgstr "Pojawił się niezidentyfikowany błąd. Powinniśmy zajrzeć głębiej..."
     
    510532#: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269
    511533#: _SVN/tags/2.4.2/assets/class.php:269 _SVN/tags/2.4.3/assets/class.php:269
    512 #: _SVN/trunk/assets/class.php:269 assets/class.php:284
     534#: _SVN/tags/2.4.4/assets/class.php:284 _SVN/trunk/assets/class.php:284
     535#: assets/class.php:291
    513536msgid ""
    514537"Specifies whether the plugin should be minimized or shown. Defaults to true "
     
    527550#: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269
    528551#: _SVN/tags/2.4.2/assets/class.php:269 _SVN/tags/2.4.3/assets/class.php:269
    529 #: _SVN/trunk/assets/class.php:269 assets/class.php:284
     552#: _SVN/tags/2.4.4/assets/class.php:284 _SVN/trunk/assets/class.php:284
     553#: assets/class.php:291
    530554msgid "Default"
    531555msgstr "Domyślne"
     
    540564#: _SVN/tags/2.4.0/assets/class.php:270 _SVN/tags/2.4.1/assets/class.php:270
    541565#: _SVN/tags/2.4.2/assets/class.php:270 _SVN/tags/2.4.3/assets/class.php:270
    542 #: _SVN/trunk/assets/class.php:270 assets/class.php:285
     566#: _SVN/tags/2.4.4/assets/class.php:285 _SVN/trunk/assets/class.php:285
     567#: assets/class.php:292
    543568msgid "Forces hiding live chat with CSS."
    544569msgstr "Wymuś ukrycie czatu przy pomocy CSS."
     
    553578#: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271
    554579#: _SVN/tags/2.4.2/assets/class.php:271 _SVN/tags/2.4.3/assets/class.php:271
    555 #: _SVN/trunk/assets/class.php:271 assets/class.php:286
     580#: _SVN/tags/2.4.4/assets/class.php:286 _SVN/trunk/assets/class.php:286
     581#: assets/class.php:293
    556582msgid "Forces a change of position based on CSS."
    557583msgstr "Wymusza zmianę pozycji na podstawie CSS."
     
    566592#: _SVN/tags/2.4.0/assets/class.php:272 _SVN/tags/2.4.1/assets/class.php:272
    567593#: _SVN/tags/2.4.2/assets/class.php:272 _SVN/tags/2.4.3/assets/class.php:272
    568 #: _SVN/trunk/assets/class.php:272 assets/class.php:287
     594#: _SVN/tags/2.4.4/assets/class.php:287 _SVN/trunk/assets/class.php:287
     595#: assets/class.php:294
    569596msgid "This option will change the color of the main button and chat color."
    570597msgstr "Ta opcja spowoduje zmianę koloru przycisku głównego oraz czatu."
     
    579606#: _SVN/tags/2.4.0/assets/class.php:273 _SVN/tags/2.4.1/assets/class.php:273
    580607#: _SVN/tags/2.4.2/assets/class.php:273 _SVN/tags/2.4.3/assets/class.php:273
    581 #: _SVN/trunk/assets/class.php:273 assets/class.php:288
     608#: _SVN/tags/2.4.4/assets/class.php:288 _SVN/trunk/assets/class.php:288
     609#: assets/class.php:295
    582610msgid ""
    583611"The list of languages has been established on the basis of Facebook "
     
    594622#: _SVN/tags/2.4.0/assets/class.php:274 _SVN/tags/2.4.1/assets/class.php:274
    595623#: _SVN/tags/2.4.2/assets/class.php:274 _SVN/tags/2.4.3/assets/class.php:274
    596 #: _SVN/trunk/assets/class.php:274 assets/class.php:291
     624#: _SVN/tags/2.4.4/assets/class.php:291 _SVN/trunk/assets/class.php:291
     625#: assets/class.php:298
    597626msgid "Integration"
    598627msgstr "Integracja"
     
    607636#: _SVN/tags/2.4.0/assets/class.php:274 _SVN/tags/2.4.1/assets/class.php:274
    608637#: _SVN/tags/2.4.2/assets/class.php:274 _SVN/tags/2.4.3/assets/class.php:274
    609 #: _SVN/trunk/assets/class.php:274 assets/class.php:291
     638#: _SVN/tags/2.4.4/assets/class.php:291 _SVN/trunk/assets/class.php:291
     639#: assets/class.php:298
    610640msgid ""
    611641"Choose the multilingual plugin that you have installed. WPML does not always "
     
    624654#: _SVN/tags/2.4.0/assets/class.php:279 _SVN/tags/2.4.1/assets/class.php:279
    625655#: _SVN/tags/2.4.2/assets/class.php:279 _SVN/tags/2.4.3/assets/class.php:279
    626 #: _SVN/trunk/assets/class.php:279 assets/class.php:296
     656#: _SVN/tags/2.4.4/assets/class.php:296 _SVN/trunk/assets/class.php:296
     657#: assets/class.php:303
    627658msgid "Single page mode"
    628659msgstr "Tryb pojedynczej strony"
     
    637668#: _SVN/tags/2.4.0/assets/class.php:279 _SVN/tags/2.4.1/assets/class.php:279
    638669#: _SVN/tags/2.4.2/assets/class.php:279 _SVN/tags/2.4.3/assets/class.php:279
    639 #: _SVN/trunk/assets/class.php:279 assets/class.php:296
     670#: _SVN/tags/2.4.4/assets/class.php:296 _SVN/trunk/assets/class.php:296
     671#: assets/class.php:303
    640672msgid ""
    641673"If you choose one of these options, the plugin will only be displayed on the "
     
    663695#: _SVN/tags/2.4.0/assets/class.php:280 _SVN/tags/2.4.1/assets/class.php:280
    664696#: _SVN/tags/2.4.2/assets/class.php:280 _SVN/tags/2.4.3/assets/class.php:280
    665 #: _SVN/trunk/assets/class.php:280 assets/class.php:297
     697#: _SVN/tags/2.4.4/assets/class.php:297 _SVN/trunk/assets/class.php:297
     698#: assets/class.php:305
    666699msgid "e.g"
    667700msgstr "np."
     
    681714#: _SVN/tags/2.4.0/assets/class.php:281 _SVN/tags/2.4.1/assets/class.php:281
    682715#: _SVN/tags/2.4.2/assets/class.php:281 _SVN/tags/2.4.3/assets/class.php:281
    683 #: _SVN/trunk/assets/class.php:281 assets/class.php:298
     716#: _SVN/tags/2.4.4/assets/class.php:298 _SVN/trunk/assets/class.php:298
     717#: assets/class.php:306
    684718msgid ""
    685719"Custom string passed to your webhook in messaging_postbacks and "
     
    696730#: _SVN/tags/2.3.41/assets/class.php:277 _SVN/tags/2.4.0/assets/class.php:280
    697731#: _SVN/tags/2.4.1/assets/class.php:280 _SVN/tags/2.4.2/assets/class.php:280
    698 #: _SVN/tags/2.4.3/assets/class.php:280 _SVN/trunk/assets/class.php:280
    699 #: assets/class.php:297
     732#: _SVN/tags/2.4.3/assets/class.php:280 _SVN/tags/2.4.4/assets/class.php:297
     733#: _SVN/trunk/assets/class.php:297 assets/class.php:305
    700734msgid "Enter your numeric fanpage id here."
    701735msgstr "Wpisz tutaj swój numeryczny identyfikator fanpage."
     
    707741#: _SVN/tags/2.3.41/assets/class.php:274 _SVN/tags/2.4.0/assets/class.php:277
    708742#: _SVN/tags/2.4.1/assets/class.php:277 _SVN/tags/2.4.2/assets/class.php:277
    709 #: _SVN/tags/2.4.3/assets/class.php:277 _SVN/trunk/assets/class.php:277
    710 #: assets/class.php:294
     743#: _SVN/tags/2.4.3/assets/class.php:277 _SVN/tags/2.4.4/assets/class.php:294
     744#: _SVN/trunk/assets/class.php:294 assets/class.php:301
    711745msgid "Greeting text (logged in users)"
    712746msgstr "Wiadomość powitalna (dla zalogowanych)"
     
    725759#: _SVN/tags/2.4.2/assets/class.php:277 _SVN/tags/2.4.2/assets/class.php:278
    726760#: _SVN/tags/2.4.3/assets/class.php:277 _SVN/tags/2.4.3/assets/class.php:278
    727 #: _SVN/trunk/assets/class.php:277 _SVN/trunk/assets/class.php:278
    728 #: assets/class.php:294 assets/class.php:295
     761#: _SVN/tags/2.4.4/assets/class.php:294 _SVN/tags/2.4.4/assets/class.php:295
     762#: _SVN/trunk/assets/class.php:294 _SVN/trunk/assets/class.php:295
     763#: assets/class.php:301 assets/class.php:302
    729764msgid ""
    730765"Automatically registers as a PolyLang string, you can translate it in the "
     
    740775#: _SVN/tags/2.3.41/assets/class.php:275 _SVN/tags/2.4.0/assets/class.php:278
    741776#: _SVN/tags/2.4.1/assets/class.php:278 _SVN/tags/2.4.2/assets/class.php:278
    742 #: _SVN/tags/2.4.3/assets/class.php:278 _SVN/trunk/assets/class.php:278
    743 #: assets/class.php:295
     777#: _SVN/tags/2.4.3/assets/class.php:278 _SVN/tags/2.4.4/assets/class.php:295
     778#: _SVN/trunk/assets/class.php:295 assets/class.php:302
    744779msgid "Greeting text (logged out users)"
    745780msgstr "Wiadomość powitalna (dla niezalogowanych)"
     
    747782#: _SVN/tags/2.4.0/assets/class.php:275 _SVN/tags/2.4.1/assets/class.php:275
    748783#: _SVN/tags/2.4.2/assets/class.php:275 _SVN/tags/2.4.3/assets/class.php:275
    749 #: _SVN/trunk/assets/class.php:275 assets/class.php:292
     784#: _SVN/tags/2.4.4/assets/class.php:292 _SVN/trunk/assets/class.php:292
     785#: assets/class.php:299
    750786msgid "Add the Prefetch DNS meta flag"
    751787msgstr "Dodaj flagę meta DNS Prefetch"
     
    753789#: _SVN/tags/2.4.0/assets/class.php:275 _SVN/tags/2.4.1/assets/class.php:275
    754790#: _SVN/tags/2.4.2/assets/class.php:275 _SVN/tags/2.4.3/assets/class.php:275
    755 #: _SVN/trunk/assets/class.php:275 assets/class.php:292
     791#: _SVN/tags/2.4.4/assets/class.php:292 _SVN/trunk/assets/class.php:292
     792#: assets/class.php:299
    756793msgid "Resolve domain names before resources get requested."
    757794msgstr "Rozwiązuje nazwy domen przed pobraniem zasobów."
     
    759796#: _SVN/tags/2.4.0/assets/class.php:276 _SVN/tags/2.4.1/assets/class.php:276
    760797#: _SVN/tags/2.4.2/assets/class.php:276 _SVN/tags/2.4.3/assets/class.php:276
    761 #: _SVN/trunk/assets/class.php:276 assets/class.php:293
     798#: _SVN/tags/2.4.4/assets/class.php:293 _SVN/trunk/assets/class.php:293
     799#: assets/class.php:300
    762800msgid "Add the Preconnect meta flag"
    763801msgstr "Dodaj flagę meta Preconnect"
     
    765803#: _SVN/tags/2.4.0/assets/class.php:276 _SVN/tags/2.4.1/assets/class.php:276
    766804#: _SVN/tags/2.4.2/assets/class.php:276 _SVN/tags/2.4.3/assets/class.php:276
    767 #: _SVN/trunk/assets/class.php:276 assets/class.php:293
     805#: _SVN/tags/2.4.4/assets/class.php:293 _SVN/trunk/assets/class.php:293
     806#: assets/class.php:300
    768807msgid "Establish early connections to important third-party origins."
    769808msgstr "Przyśpiesza łączenie z zasobami firm trzecich."
    770809
    771 #: assets/class.php:289
     810#: _SVN/tags/2.4.4/assets/class.php:289 _SVN/trunk/assets/class.php:289
     811#: assets/class.php:296
    772812msgid "Enable control classes"
    773813msgstr "Włącz klasy kontrolne"
    774814
    775 #: assets/class.php:289
     815#: _SVN/tags/2.4.4/assets/class.php:289 _SVN/trunk/assets/class.php:289
     816#: assets/class.php:296
    776817msgid ""
    777818"By using control classes, you can pin them to buttons or links and control "
     
    780821"Dzięki użyciu klas kontrolnych, możesz podpiąć je do przycisków lub linków "
    781822"do kontrolowania czatu w ten sposób."
     823
     824#: assets/class.php:304
     825msgid "Disable on the selected page"
     826msgstr "Ukryj na wybranej stronie"
     827
     828#: assets/class.php:304
     829msgid "If you select a page (e.g. order page), the chat will not appear there."
     830msgstr ""
     831"Jeśli wybierzesz stronę (np. stronę zamówienia), czat nie będzie tam "
     832"wyświetlany."
    782833
    783834#. Plugin Name of the plugin/theme
  • social-messenger/trunk/readme.txt

    r2388309 r2388321  
    103103== Changelog ==
    104104
     105= 2.4.5 =
     1061. Hide chat on selected page
     107
    105108= 2.4.4 =
    1061091. Improve hiding on phones
  • social-messenger/trunk/social_messenger.php

    r2388309 r2388321  
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
    10 Version: 2.4.4
     10Version: 2.4.5
    1111Text Domain: social_messenger
    1212Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.