PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/beacon-0.5/beacon/i18n/en_US.inc

#
PHP | 165 lines | 113 code | 52 blank | 0 comment | 3 complexity | 06d385bf1a4431d0015b2ec10390dab7 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?php
  2. $pages = array(
  3. "miscellaneous" => array(
  4. "File was deleted successfully" =>
  5. "File was deleted successfully",
  6. "File could not be deleted" =>
  7. "File could not be deleted",
  8. ),
  9. "beaconfull.html" => array(
  10. "Beacon" =>
  11. "Beacon"
  12. ),
  13. "beaconui.html" => array(
  14. "Welcome" =>
  15. "Welcome",
  16. "Create a New Document" =>
  17. "Create a New Document",
  18. "File Name:" =>
  19. "File Name:",
  20. "Choose Document Type:" =>
  21. "Choose Document Type:",
  22. "Select one" =>
  23. "Select one",
  24. "Create New!" =>
  25. "Create New!",
  26. "Edit a Document" =>
  27. "Edit a Document",
  28. "Choose where to fetch the document from:" =>
  29. "Choose where to fetch the document from:",
  30. "Upload a file" =>
  31. "Upload a file",
  32. "From URL" =>
  33. "From URL",
  34. "Select a file:" =>
  35. "Select a file:",
  36. "Upload" =>
  37. "Upload",
  38. "Enter a URL to fetch from:" =>
  39. "Enter a URL to fetch from:",
  40. "Fetch" =>
  41. "Fetch",
  42. "Welcome to Beacon. A WYSIWYG (and much more!) Editor." =>
  43. "Welcome to Beacon. A WYSIWYG (and much more!) Editor.",
  44. "Choose an action from the menu on the right." =>
  45. "Choose an action from the menu on the right.",
  46. "1. Create a New Document:" =>
  47. "1. Create a New Document:",
  48. "Create a new document using the plugin's template for new documents." =>
  49. "Create a new document using the plugin's template for new documents.",
  50. "2. Edit a document:" =>
  51. "2. Edit a document:",
  52. "You can either fetch an existing document at a give URL or upload a file depending on the plugin." =>
  53. "You can either fetch an existing document at a give URL or upload a file depending on the plugin.",
  54. "To close a tab click the top right icon having a cross." =>
  55. "To close a tab click the top right icon having a cross.",
  56. "Access live help by clicking the ? button which opens a tab with IRC chat in #beacon on Freenode." =>
  57. "Access live help by clicking the ? button which opens a tab with IRC chat in #beacon on Freenode.",
  58. "Homepage:" =>
  59. "Homepage:",
  60. "Status:" =>
  61. "Status:",
  62. "Configuration" =>
  63. "Configuration",
  64. "Plugins Loaded:" =>
  65. "Plugins Loaded:",
  66. "Language:" =>
  67. "Language:",
  68. "Theme:" =>
  69. "Theme:",
  70. "Loading..." =>
  71. "Loading..."
  72. ),
  73. "document.html" => array(
  74. "Save the document" =>
  75. "Save the document",
  76. "Show/Hide Source View" =>
  77. "Show/Hide Source View",
  78. "Delete the node" =>
  79. "Delete the node",
  80. "Insert Block Element" =>
  81. "Insert Block Element",
  82. "Insert around a Node:" =>
  83. "Insert around a Node:",
  84. "Before" =>
  85. "Before",
  86. "After" =>
  87. "After",
  88. "Select Any One" =>
  89. "Select Any One",
  90. "Insert Block Element" =>
  91. "Insert Block Element",
  92. "Insert around a Node:" =>
  93. "Insert around a Node:",
  94. "Insert Inline Element" =>
  95. "Insert Inline Element",
  96. "Document Tree" =>
  97. "Document Tree",
  98. "Last saved:" =>
  99. "Last saved:",
  100. "Please wait. Loading..." =>
  101. "Please wait. Loading...",
  102. "Select type:" =>
  103. "Select type:",
  104. "Highlight some text while editing rich text type nodes," =>
  105. "Highlight some text while editing rich text type nodes,",
  106. "and then choose a type of inline element and click" =>
  107. "and then choose a type of inline element and click",
  108. "This will highlight the selected text as that inline element style." =>
  109. "This will highlight the selected text as that inline element style.",
  110. )
  111. );
  112. return $pages;
  113. ?>