NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

php-console-log.pot 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. # PHP Console Log.
  2. # Copyright (C) 2019 Marcus Viar
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. #, fuzzy
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: PHP Console Log 1.0.0\n"
  9. "Report-Msgid-Bugs-To: marcus@marcusviar.com\n"
  10. "POT-Creation-Date: 2019-07-06 18:16-0500\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=CHARSET\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. #: includes/php-console-log-menu.php:20 includes/php-console-log-menu.php:21
  18. msgid "PHP Console Log Help"
  19. msgstr ""
  20. #: includes/php-console-log-menu.php:40
  21. msgid "Help"
  22. msgstr ""
  23. #: includes/php-console-log-scripts.php:65
  24. msgid "File"
  25. msgstr ""
  26. #: includes/php-console-log-scripts.php:66
  27. msgid "Line"
  28. msgstr ""
  29. #: includes/php-console-log-scripts.php:67
  30. msgid "Args"
  31. msgstr ""
  32. #: pages/php-console-log-page-help.php:39
  33. msgid "None."
  34. msgstr ""
  35. #: pages/php-console-log-page-help.php:39
  36. msgid "loads first."
  37. msgstr ""
  38. #: pages/php-console-log-page-help.php:77
  39. msgid "Important:"
  40. msgstr ""
  41. #: pages/php-console-log-page-help.php:78
  42. msgid ""
  43. "For security and performance on a production site, make sure to deactivate "
  44. "this plugin and remove all calls to"
  45. msgstr ""
  46. #: pages/php-console-log-page-help.php:78
  47. #: pages/php-console-log-page-help.php:85
  48. #: pages/php-console-log-page-help.php:207
  49. #: pages/php-console-log-page-help.php:211
  50. msgid "My String or Array"
  51. msgstr ""
  52. #: pages/php-console-log-page-help.php:78
  53. msgid ""
  54. "from your PHP code before going live to avoid exposing your PHP variables to "
  55. "the public."
  56. msgstr ""
  57. #: pages/php-console-log-page-help.php:80
  58. msgid "Plugins That Load Before PHP Console Log"
  59. msgstr ""
  60. #: pages/php-console-log-page-help.php:81
  61. msgid ""
  62. "PHP Console Log's functions are not accessible to any plugins that load "
  63. "before PHP Console Log is loaded. Therefore, Any plugins listed here will "
  64. "not be able to use PHP Console Log features."
  65. msgstr ""
  66. #: pages/php-console-log-page-help.php:84
  67. msgid "Examples:"
  68. msgstr ""
  69. #: pages/php-console-log-page-help.php:85
  70. msgid "Place the"
  71. msgstr ""
  72. #: pages/php-console-log-page-help.php:85
  73. msgid ""
  74. "function anywhere in your WordPress plugin PHP code. The value(s) "
  75. "you pass into"
  76. msgstr ""
  77. #: pages/php-console-log-page-help.php:85
  78. msgid "will be logged to the web console in your browser."
  79. msgstr ""
  80. #: pages/php-console-log-page-help.php:88
  81. msgid "Pass in a string:"
  82. msgstr ""
  83. #: pages/php-console-log-page-help.php:98
  84. msgid "Pass in an array:"
  85. msgstr ""
  86. #: pages/php-console-log-page-help.php:111
  87. msgid "Pass in an associative array:"
  88. msgstr ""
  89. #: pages/php-console-log-page-help.php:124
  90. msgid ""
  91. "Pass in an unlimited number of arguments nested to an unlimited depth (multi-"
  92. "dimensional array):"
  93. msgstr ""
  94. #: pages/php-console-log-page-help.php:150
  95. msgid "Opening Web Console in your browser:"
  96. msgstr ""
  97. #: pages/php-console-log-page-help.php:156
  98. msgid ""
  99. "Press Command + Option + J (Mac) or Control + Shift + J (Windows, Linux, "
  100. "Chrome OS) to jump straight into the Console panel."
  101. msgstr ""
  102. #: pages/php-console-log-page-help.php:158
  103. #: pages/php-console-log-page-help.php:167
  104. #: pages/php-console-log-page-help.php:175
  105. msgid "source"
  106. msgstr ""
  107. #: pages/php-console-log-page-help.php:163
  108. msgid ""
  109. "Select Web Console from the Web Developer submenu in the Firefox Menu (or "
  110. "Tools menu if you display the menu bar or are on Mac OS X)."
  111. msgstr ""
  112. #: pages/php-console-log-page-help.php:165
  113. msgid "OR"
  114. msgstr ""
  115. #: pages/php-console-log-page-help.php:166
  116. msgid ""
  117. "Press the Ctrl + Shift + K (Command + Option + K on OS X) keyboard shortcut."
  118. msgstr ""
  119. #: pages/php-console-log-page-help.php:172
  120. msgid "Select Develop menu in the menu bar, choose Show JavaScript Console."
  121. msgstr ""
  122. #: pages/php-console-log-page-help.php:174
  123. msgid ""
  124. "If you dont see the Develop menu in the menu bar, choose Safari > "
  125. "Preferences, click Advanced, then select \"Show Develop menu in menu bar\"."
  126. msgstr ""
  127. #: pages/php-console-log-page-help.php:180
  128. msgid "Troubleshooting:"
  129. msgstr ""
  130. #: pages/php-console-log-page-help.php:181
  131. msgid ""
  132. "The most common reasons that cause PHP Console Log to fail when logging your "
  133. "information to the web console are:"
  134. msgstr ""
  135. #: pages/php-console-log-page-help.php:186
  136. #: pages/php-console-log-page-help.php:196
  137. #: pages/php-console-log-page-help.php:206
  138. #: pages/php-console-log-page-help.php:216
  139. msgid "Cause:"
  140. msgstr ""
  141. #: pages/php-console-log-page-help.php:187
  142. msgid "The PHP Console log plugin is not activated."
  143. msgstr ""
  144. #: pages/php-console-log-page-help.php:190
  145. #: pages/php-console-log-page-help.php:200
  146. #: pages/php-console-log-page-help.php:210
  147. #: pages/php-console-log-page-help.php:220
  148. msgid "Solution:"
  149. msgstr ""
  150. #: pages/php-console-log-page-help.php:191
  151. msgid "Activate the PHP Console Log Plugin."
  152. msgstr ""
  153. #: pages/php-console-log-page-help.php:197
  154. msgid ""
  155. "Another plugin has changed the order in which your plugins load. Making the "
  156. "PHP Console Log functions not available yet."
  157. msgstr ""
  158. #: pages/php-console-log-page-help.php:201
  159. msgid ""
  160. "PHP Console Log updates the order in which plugins are loaded any time a "
  161. "plugin is activated or deactivated. However, it is still possible for other "
  162. "plugins to change the order in which plugins load afterwards. Deactivate any "
  163. "plugins that change the order in which your plugins load."
  164. msgstr ""
  165. #: pages/php-console-log-page-help.php:207
  166. msgid "was called inside a block of code that was not run."
  167. msgstr ""
  168. #: pages/php-console-log-page-help.php:211
  169. msgid "Make sure the function you called"
  170. msgstr ""
  171. #: pages/php-console-log-page-help.php:211
  172. msgid "in is run via an action or filter hook such as:"
  173. msgstr ""
  174. #: pages/php-console-log-page-help.php:211
  175. msgid "Or call"
  176. msgstr ""
  177. #: pages/php-console-log-page-help.php:211
  178. msgid "outside of any other functions in a file that you know is run."
  179. msgstr ""
  180. #: pages/php-console-log-page-help.php:217
  181. msgid "PHP throws errors."
  182. msgstr ""
  183. #: pages/php-console-log-page-help.php:217
  184. msgid "Side Note:"
  185. msgstr ""
  186. #: pages/php-console-log-page-help.php:217
  187. msgid "Make sure you are using"
  188. msgstr ""
  189. #: pages/php-console-log-page-help.php:217
  190. msgid "in your wp-config.php file so you can see PHP errors."
  191. msgstr ""
  192. #: pages/php-console-log-page-help.php:221
  193. msgid "Fix the error that PHP is showing you. Then try again."
  194. msgstr ""