Changeset 2388321
- Timestamp:
- 09/25/2020 01:35:57 PM (5 years ago)
- Location:
- social-messenger
- Files:
-
- 9 added
- 5 edited
-
tags/2.4.5 (added)
-
tags/2.4.5/assets (added)
-
tags/2.4.5/assets/class.php (added)
-
tags/2.4.5/assets/helpers.php (added)
-
tags/2.4.5/languages (added)
-
tags/2.4.5/languages/social_messenger-pl_PL.mo (added)
-
tags/2.4.5/languages/social_messenger-pl_PL.po (added)
-
tags/2.4.5/readme.txt (added)
-
tags/2.4.5/social_messenger.php (added)
-
trunk/assets/class.php (modified) (3 diffs)
-
trunk/languages/social_messenger-pl_PL.mo (modified) (previous)
-
trunk/languages/social_messenger-pl_PL.po (modified) (40 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/social_messenger.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-messenger/trunk/assets/class.php
r2388309 r2388321 152 152 $display = FALSE; 153 153 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 154 161 //Additional webhook 155 162 if (get_theme_mod('social_messenger_webhook', NULL) != NULL) … … 288 295 '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')), 289 296 '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>'), 291 298 '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')), 292 299 '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'))), … … 295 302 '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')), 296 303 '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')), 297 305 'social_messenger_page' => array('text',NULL,__('Page ID','social_messenger'),__('Enter your numeric fanpage id here.','social_messenger'),__('e.g','social_messenger').': 1769853790702772'), 298 306 '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 2 2 msgstr "" 3 3 "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" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 33 33 #: _SVN/tags/2.4.0/assets/class.php:268 _SVN/tags/2.4.1/assets/class.php:268 34 34 #: _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 36 37 msgid "Switch on the Facebook Messenger" 37 38 msgstr "Włącz Facebook Messenger" … … 72 73 #: _SVN/tags/2.4.3/assets/class.php:269 _SVN/tags/2.4.3/assets/class.php:270 73 74 #: _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 79 83 msgid "Enabled" 80 84 msgstr "Włączone" … … 124 128 #: _SVN/tags/2.4.3/assets/class.php:270 _SVN/tags/2.4.3/assets/class.php:274 125 129 #: _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 132 140 msgid "Disabled" 133 141 msgstr "Wyłączone" … … 151 159 #: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269 152 160 #: _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 154 163 msgid "Minimized (optional)" 155 164 msgstr "Zminimalizowany (opcjonalne)" … … 165 174 #: _SVN/tags/2.4.0/assets/class.php:270 _SVN/tags/2.4.1/assets/class.php:270 166 175 #: _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 168 178 msgid "Turn off live chat on phones" 169 179 msgstr "Wyłącz na telefonach" … … 183 193 #: _SVN/tags/2.4.0/assets/class.php:272 _SVN/tags/2.4.1/assets/class.php:272 184 194 #: _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 186 197 msgid "Theme color" 187 198 msgstr "Kolor motywu" … … 213 224 #: _SVN/tags/2.4.0/assets/class.php:273 _SVN/tags/2.4.1/assets/class.php:273 214 225 #: _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 216 228 msgid "Language" 217 229 msgstr "Język" … … 233 245 #: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271 234 246 #: _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 236 249 msgid "Chat position on the page" 237 250 msgstr "Pozycja czatu na stronie" … … 251 264 #: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271 252 265 #: _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 254 268 msgid "On the right side" 255 269 msgstr "Po prawej stronie" … … 265 279 #: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271 266 280 #: _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 268 283 msgid "On the left side" 269 284 msgstr "Po lewej stronie" … … 279 294 #: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271 280 295 #: _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 282 298 msgid "In the middle" 283 299 msgstr "Na środku" … … 304 320 #: _SVN/tags/2.4.0/assets/class.php:280 _SVN/tags/2.4.1/assets/class.php:280 305 321 #: _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 307 324 msgid "Page ID" 308 325 msgstr "Identyfikator strony" … … 322 339 #: _SVN/tags/2.4.0/assets/class.php:281 _SVN/tags/2.4.1/assets/class.php:281 323 340 #: _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 325 343 msgid "Webhook (optional)" 326 344 msgstr "Webhook (opcjonalne)" … … 416 434 #: _SVN/tags/2.3.41/assets/class.php:55 _SVN/tags/2.4.0/assets/class.php:45 417 435 #: _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/t runk/assets/class.php:45419 #: assets/class.php:45436 #: _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 420 438 msgid "Settings" 421 439 msgstr "Ustawienia" … … 448 466 #: _SVN/tags/2.4.0/assets/class.php:326 _SVN/tags/2.4.1/assets/class.php:326 449 467 #: _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 451 470 msgid "ERROR ID" 452 471 msgstr "KOD BŁĘDU" … … 461 480 #: _SVN/tags/2.4.0/assets/class.php:316 _SVN/tags/2.4.1/assets/class.php:316 462 481 #: _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 464 484 #, php-format 465 485 msgid "" … … 479 499 #: _SVN/tags/2.4.0/assets/class.php:319 _SVN/tags/2.4.1/assets/class.php:319 480 500 #: _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 482 503 #, php-format 483 504 msgid "" … … 497 518 #: _SVN/tags/2.4.0/assets/class.php:322 _SVN/tags/2.4.1/assets/class.php:322 498 519 #: _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 500 522 msgid "There was an unidentified error. We should look deeper..." 501 523 msgstr "Pojawił się niezidentyfikowany błąd. Powinniśmy zajrzeć głębiej..." … … 510 532 #: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269 511 533 #: _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 513 536 msgid "" 514 537 "Specifies whether the plugin should be minimized or shown. Defaults to true " … … 527 550 #: _SVN/tags/2.4.0/assets/class.php:269 _SVN/tags/2.4.1/assets/class.php:269 528 551 #: _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 530 554 msgid "Default" 531 555 msgstr "Domyślne" … … 540 564 #: _SVN/tags/2.4.0/assets/class.php:270 _SVN/tags/2.4.1/assets/class.php:270 541 565 #: _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 543 568 msgid "Forces hiding live chat with CSS." 544 569 msgstr "Wymuś ukrycie czatu przy pomocy CSS." … … 553 578 #: _SVN/tags/2.4.0/assets/class.php:271 _SVN/tags/2.4.1/assets/class.php:271 554 579 #: _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 556 582 msgid "Forces a change of position based on CSS." 557 583 msgstr "Wymusza zmianę pozycji na podstawie CSS." … … 566 592 #: _SVN/tags/2.4.0/assets/class.php:272 _SVN/tags/2.4.1/assets/class.php:272 567 593 #: _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 569 596 msgid "This option will change the color of the main button and chat color." 570 597 msgstr "Ta opcja spowoduje zmianę koloru przycisku głównego oraz czatu." … … 579 606 #: _SVN/tags/2.4.0/assets/class.php:273 _SVN/tags/2.4.1/assets/class.php:273 580 607 #: _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 582 610 msgid "" 583 611 "The list of languages has been established on the basis of Facebook " … … 594 622 #: _SVN/tags/2.4.0/assets/class.php:274 _SVN/tags/2.4.1/assets/class.php:274 595 623 #: _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 597 626 msgid "Integration" 598 627 msgstr "Integracja" … … 607 636 #: _SVN/tags/2.4.0/assets/class.php:274 _SVN/tags/2.4.1/assets/class.php:274 608 637 #: _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 610 640 msgid "" 611 641 "Choose the multilingual plugin that you have installed. WPML does not always " … … 624 654 #: _SVN/tags/2.4.0/assets/class.php:279 _SVN/tags/2.4.1/assets/class.php:279 625 655 #: _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 627 658 msgid "Single page mode" 628 659 msgstr "Tryb pojedynczej strony" … … 637 668 #: _SVN/tags/2.4.0/assets/class.php:279 _SVN/tags/2.4.1/assets/class.php:279 638 669 #: _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 640 672 msgid "" 641 673 "If you choose one of these options, the plugin will only be displayed on the " … … 663 695 #: _SVN/tags/2.4.0/assets/class.php:280 _SVN/tags/2.4.1/assets/class.php:280 664 696 #: _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 666 699 msgid "e.g" 667 700 msgstr "np." … … 681 714 #: _SVN/tags/2.4.0/assets/class.php:281 _SVN/tags/2.4.1/assets/class.php:281 682 715 #: _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 684 718 msgid "" 685 719 "Custom string passed to your webhook in messaging_postbacks and " … … 696 730 #: _SVN/tags/2.3.41/assets/class.php:277 _SVN/tags/2.4.0/assets/class.php:280 697 731 #: _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/t runk/assets/class.php:280699 #: assets/class.php:297732 #: _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 700 734 msgid "Enter your numeric fanpage id here." 701 735 msgstr "Wpisz tutaj swój numeryczny identyfikator fanpage." … … 707 741 #: _SVN/tags/2.3.41/assets/class.php:274 _SVN/tags/2.4.0/assets/class.php:277 708 742 #: _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/t runk/assets/class.php:277710 #: assets/class.php:294743 #: _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 711 745 msgid "Greeting text (logged in users)" 712 746 msgstr "Wiadomość powitalna (dla zalogowanych)" … … 725 759 #: _SVN/tags/2.4.2/assets/class.php:277 _SVN/tags/2.4.2/assets/class.php:278 726 760 #: _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 729 764 msgid "" 730 765 "Automatically registers as a PolyLang string, you can translate it in the " … … 740 775 #: _SVN/tags/2.3.41/assets/class.php:275 _SVN/tags/2.4.0/assets/class.php:278 741 776 #: _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/t runk/assets/class.php:278743 #: assets/class.php:295777 #: _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 744 779 msgid "Greeting text (logged out users)" 745 780 msgstr "Wiadomość powitalna (dla niezalogowanych)" … … 747 782 #: _SVN/tags/2.4.0/assets/class.php:275 _SVN/tags/2.4.1/assets/class.php:275 748 783 #: _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 750 786 msgid "Add the Prefetch DNS meta flag" 751 787 msgstr "Dodaj flagę meta DNS Prefetch" … … 753 789 #: _SVN/tags/2.4.0/assets/class.php:275 _SVN/tags/2.4.1/assets/class.php:275 754 790 #: _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 756 793 msgid "Resolve domain names before resources get requested." 757 794 msgstr "Rozwiązuje nazwy domen przed pobraniem zasobów." … … 759 796 #: _SVN/tags/2.4.0/assets/class.php:276 _SVN/tags/2.4.1/assets/class.php:276 760 797 #: _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 762 800 msgid "Add the Preconnect meta flag" 763 801 msgstr "Dodaj flagę meta Preconnect" … … 765 803 #: _SVN/tags/2.4.0/assets/class.php:276 _SVN/tags/2.4.1/assets/class.php:276 766 804 #: _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 768 807 msgid "Establish early connections to important third-party origins." 769 808 msgstr "Przyśpiesza łączenie z zasobami firm trzecich." 770 809 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 772 812 msgid "Enable control classes" 773 813 msgstr "Włącz klasy kontrolne" 774 814 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 776 817 msgid "" 777 818 "By using control classes, you can pin them to buttons or links and control " … … 780 821 "Dzięki użyciu klas kontrolnych, możesz podpiąć je do przycisków lub linków " 781 822 "do kontrolowania czatu w ten sposób." 823 824 #: assets/class.php:304 825 msgid "Disable on the selected page" 826 msgstr "Ukryj na wybranej stronie" 827 828 #: assets/class.php:304 829 msgid "If you select a page (e.g. order page), the chat will not appear there." 830 msgstr "" 831 "Jeśli wybierzesz stronę (np. stronę zamówienia), czat nie będzie tam " 832 "wyświetlany." 782 833 783 834 #. Plugin Name of the plugin/theme -
social-messenger/trunk/readme.txt
r2388309 r2388321 103 103 == Changelog == 104 104 105 = 2.4.5 = 106 1. Hide chat on selected page 107 105 108 = 2.4.4 = 106 109 1. Improve hiding on phones -
social-messenger/trunk/social_messenger.php
r2388309 r2388321 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT 10 Version: 2.4. 410 Version: 2.4.5 11 11 Text Domain: social_messenger 12 12 Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.