Guest User

Untitled

a guest
Nov 21st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. [
  2. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_EDIT_TEMPLATE',
  3. 'text' => 'Easily adjust the content and formatting of your template'
  4. ],
  5. [
  6. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_CREATE_DOCUMENT',
  7. 'text' => 'Create a new document from your template'
  8. ],
  9. [
  10. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_SHARE_TEMPLATE',
  11. 'text' => 'Share the template with other users'
  12. ],
  13. [
  14. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_L2F',
  15. 'text' => 'Create a link to a fillable document or template'
  16. ],
  17. [
  18. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_SIGNNOW',
  19. 'text' => 'Send out a document created from your template to be e-signed'
  20. ],
  21. [
  22. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_S2S',
  23. 'text' => 'Send out a document created from your template to be e-signed'
  24. ],
  25. [
  26. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_REWRITE_PDF',
  27. 'text' => 'Edit the original content of a PDF just like a Word document.'
  28. ],
  29. [
  30. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_FILL_IN_BULK',
  31. 'text' => 'Automatically merge data from an Excel sheet with your template to generate pre-filled documents'
  32. ],
  33. [
  34. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_EXTRACT_IN_BULK',
  35. 'text' => 'Extract filled-in data to an Excel sheet from multiple documents if those documents all look the same e.g. invoices or receipts'
  36. ],
  37. [
  38. 'uid' => 'NEW_FORMS_DASHBOARD_TEMPLATE_BTN_TOOLTIP_NOTARIZE',
  39. 'text' => 'Send out your template for Notarization online'
  40. ],
  41. //////////////////////////////////////////////////////////////////
  42. [
  43. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_FILL',
  44. 'text' => 'Open a document in the editor'
  45. ],
  46. [
  47. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_SAVE_AS',
  48. 'text' => 'Save a document to your computer or cloud storage'
  49. ],
  50. [
  51. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_PRINT',
  52. 'text' => 'Print out a copy of a document'
  53. ],
  54. [
  55. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_EMAIL',
  56. 'text' => 'Send out a document via email'
  57. ],
  58. [
  59. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_CONVERT_TO_TEMPLATE',
  60. 'text' => 'Convert your document to a template and re-use the same template as many times as you need'
  61. ],
  62. [
  63. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_SHARE_DOCUMENT',
  64. 'text' => 'Share a document with other users'
  65. ],
  66. [
  67. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_NOTARIZE',
  68. 'text' => 'Send out your document for Notarization online'
  69. ],
  70. [
  71. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_L2F',
  72. 'text' => 'Create a link to a fillable document or template'
  73. ],
  74. [
  75. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_SIGNNOW',
  76. 'text' => 'Send out a document for e-signing via SignNow'
  77. ],
  78. [
  79. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_S2S',
  80. 'text' => 'Send out a document for e-signing via SignNow'
  81. ],
  82. [
  83. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_REWRITE_PDF',
  84. 'text' => 'Edit the original content of a PDF just like a Word document.'
  85. ],
  86. [
  87. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_USPS',
  88. 'text' => 'Send out a document via USPS'
  89. ],
  90. [
  91. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_SMS',
  92. 'text' => 'Send out a document via SMS'
  93. ],
  94. [
  95. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_FILL_IN_BULK',
  96. 'text' => 'Automatically merge data from an Excel sheet to a PDF document and generate pre-filled documents'
  97. ],
  98. [
  99. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_EXTRACT_IN_BULK',
  100. 'text' => 'Extract filled-in data to an Excel sheet from multiple uniform documents, e.g. invoices or receipts'
  101. ],
  102. [
  103. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_IRS',
  104. 'text' => 'Submit a document to the IRS'
  105. ],
  106. [
  107. 'uid' => 'NEW_FORMS_DASHBOARD_DOCUMENT_BTN_TOOLTIP_FAX',
  108. 'text' => 'Send out a document via Fax'
  109. ],
Add Comment
Please, Sign In to add comment