PageRenderTime 49ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/webroot/updates/concrete5.6.0.2/concrete/tools/i18n_js.php

https://bitbucket.org/microwebedu/registratie_carem
PHP | 173 lines | 158 code | 15 blank | 0 comment | 1 complexity | 1a6697ed26cf9f270f87edd7cb94a177 MD5 | raw file
Possible License(s): MIT, LGPL-2.1, BSD-3-Clause
  1. <?php
  2. defined('C5_EXECUTE') or die("Access Denied.");
  3. header('Content-type: text/javascript'); ?>
  4. var ccmi18n = {
  5. error: "<?php echo t('Error')?>",
  6. deleteBlock: "<?php echo t('Delete')?>",
  7. deleteBlockMsg: "<?php echo t('The block has been removed successfully.')?>",
  8. addBlock: "<?php echo t('Add Block')?>",
  9. addBlockNew: "<?php echo t('Add Block')?>",
  10. addBlockStack: "<?php echo t('Add Stack')?>",
  11. addBlockPaste: "<?php echo t('Paste from Clipboard')?>",
  12. changeAreaCSS: "<?php echo t('Design')?>",
  13. editAreaLayout: "<?php echo t('Edit Layout')?>",
  14. addAreaLayout: "<?php echo t('Add Layout')?>",
  15. moveLayoutUp: "<?php echo t('Move Up')?>",
  16. moveLayoutDown: "<?php echo t('Move Down')?>",
  17. moveLayoutAtBoundary: "<?php echo t('This layout section can not be moved further in this direction.')?>",
  18. lockAreaLayout: "<?php echo t('Lock Layout')?>",
  19. unlockAreaLayout: "<?php echo t('Unlock Layout')?>",
  20. deleteLayout: "<?php echo t('Delete')?>",
  21. deleteLayoutOptsTitle: "<?php echo t('Delete Layout')?>",
  22. confirmLayoutPresetDelete: "<?php echo t('Are you sure you want to delete this layout preset?')?>",
  23. setAreaPermissions: "<?php echo t('Set Permissions')?>",
  24. addBlockMsg: "<?php echo t('The block has been added successfully.')?>",
  25. updateBlock: "<?php echo t('Update Block')?>",
  26. updateBlockMsg: "<?php echo t('The block has been saved successfully.')?>",
  27. copyBlockToScrapbookMsg: "<?php echo t('The block has been added to your clipboard.')?>",
  28. closeWindow: "<?php echo t('Close')?>",
  29. editBlock: "<?php echo t('Edit')?>",
  30. setPermissionsDeferredMsg: "<?php echo t('Permission setting saved. You must complete the workflow before this change is active.')?>",
  31. editStackContents: "<?php echo t('Manage Stack Contents')?>",
  32. compareVersions: "<?php echo t('Compare Versions')?>",
  33. blockAreaMenu: "<?php echo t("Add Block")?>",
  34. arrangeBlock: "<?php echo t('Move')?>",
  35. arrangeBlockMsg: "<?php echo t('Blocks arranged successfully.')?>",
  36. copyBlockToScrapbook: "<?php echo t('Copy to Clipboard')?>",
  37. changeBlockTemplate: "<?php echo t('Custom Template')?>",
  38. changeBlockCSS: "<?php echo t("Design")?>",
  39. errorCustomStylePresetNoName: "<?php echo t('You must give your custom style preset a name.')?>",
  40. changeBlockBaseStyle: "<?php echo t("Set Block Styles")?>",
  41. confirmCssReset: "<?php echo t("Are you sure you want to remove all of these custom styles?")?>",
  42. confirmCssPresetDelete: "<?php echo t("Are you sure you want to delete this custom style preset?")?>",
  43. setBlockPermissions: "<?php echo t('Set Permissions')?>",
  44. setBlockAlias: "<?php echo t('Setup on Child Pages')?>",
  45. setBlockComposerSettings: "<?php echo t("Composer Settings")?>",
  46. themeBrowserTitle: "<?php echo t('Get More Themes')?>",
  47. themeBrowserLoading: "<?php echo t('Retrieving theme data from concrete5.org marketplace.')?>",
  48. addonBrowserLoading: "<?php echo t('Retrieving add-on data from concrete5.org marketplace.')?>",
  49. clear: "<?php echo t('Clear')?>",
  50. helpPopup: "<?php echo t('Help')?>",
  51. community: "<?php echo t('concrete5 Community')?>",
  52. communityCheckout: "<?php echo t('concrete5 Community - Purchase &amp; Checkout')?>",
  53. noIE6: "<?php echo t('Concrete5 does not support Internet Explorer 6 in edit mode.')?>",
  54. helpPopupLoginMsg: "<?php echo t('Get more help on your question by posting it to the concrete5 help center on concrete5.org')?>",
  55. marketplaceErrorMsg: "<?php echo t('<p>You package could not be installed. An unknown error occured.</p>')?>",
  56. marketplaceInstallMsg: "<?php echo t('<p>Your package will now be downloaded and installed.</p>')?>",
  57. marketplaceLoadingMsg: "<?php echo t('<p>Retrieving information from the Concrete5 Marketplace.</p>')?>",
  58. marketplaceLoginMsg: "<?php echo t('<p>You must be logged into the concrete5 Marketplace to install add-ons and themes. Please log in.</p>')?>",
  59. marketplaceLoginSuccessMsg: "<?php echo t('<p>You have successfully logged into the concrete5 Marketplace.</p>')?>",
  60. marketplaceLogoutSuccessMsg: "<?php echo t('<p>You are now logged out of concrete5 Marketplace.</p>')?>",
  61. deleteAttributeValue: "<?php echo t('Are you sure you want to remove this value?')?>",
  62. customizeSearch: "<?php echo t('Customize Search')?>",
  63. properties: "<?php echo t('Properties')?>",
  64. savePropertiesMsg: "<?php echo t('Page Properties saved.')?>",
  65. saveSpeedSettingsMsg: "<?php echo t("Speed Settings saved.")?>",
  66. saveUserSettingsMsg: "<?php echo t("User Settings saved.")?>",
  67. ok: "<?php echo t('Ok')?>",
  68. scheduleGuestAccess: "<?php echo t('Schedule Guest Access')?>",
  69. scheduleGuestAccessSuccess: "<?php echo t('Timed Access for Guest Users Updated Successfully.')?>",
  70. newsflowLoading: "<?php echo t("Checking for updates.")?>",
  71. authoredBy: "<?php echo t('by')?>",
  72. x: "<?php echo t('x')?>",
  73. user_activate: "<?php echo t('Activate Users')?>",
  74. user_deactivate: "<?php echo t('Deactivate Users')?>",
  75. user_delete: "<?php echo t('Delete')?>",
  76. user_group_remove: "<?php echo t('Remove From Group')?>",
  77. user_group_add: "<?php echo t('Add to Group')?>"
  78. }
  79. var ccmi18n_sitemap = {
  80. visitExternalLink: "<?php echo t('Visit')?>",
  81. editExternalLink: "<?php echo t('Edit External Link')?>",
  82. deleteExternalLink: "<?php echo t('Delete')?>",
  83. addExternalLink: "<?php echo t('Add External Link')?>",
  84. sendToTop: "<?php echo t('Send To Top')?>",
  85. sendToBottom: "<?php echo t('Send To Bottom')?>",
  86. emptyTrash: "<?php echo t('Empty Trash')?>",
  87. restorePage: "<?php echo t('Restore Page')?>",
  88. deletePageForever: "<?php echo t('Delete Forever')?>",
  89. previewPage: "<?php echo t('Preview')?>",
  90. visitPage: "<?php echo t('Visit')?>",
  91. pageProperties: "<?php echo t('Properties')?>",
  92. speedSettings: "<?php echo t('Speed Settings')?>",
  93. speedSettingsTitle: "<?php echo t('Speed Settings')?>",
  94. pagePropertiesTitle: "<?php echo t('Page Properties')?>",
  95. pagePermissionsTitle: "<?php echo t('Page Permissions')?>",
  96. setPagePermissions: "<?php echo t('Set Permissions')?>",
  97. setPagePermissionsMsg: "<?php echo t('Page permissions updated successfully.')?>",
  98. pageDesignMsg: "<?php echo t('Theme and page type updated successfully.')?>",
  99. pageDesign: "<?php echo t('Design')?>",
  100. pageVersions: "<?php echo t('Versions')?>",
  101. deletePage: "<?php echo t('Delete')?>",
  102. deletePages: "<?php echo t('Delete Pages')?>",
  103. deletePageSuccessMsg: "<?php echo t('The page has been removed successfully.')?>",
  104. deletePageSuccessDeferredMsg: "<?php echo t('Delete request saved. You must complete the workflow before the page is fully removed.')?>",
  105. addPage: "<?php echo t('Add Page')?>",
  106. moveCopyPage: "<?php echo t('Move/Copy')?>",
  107. reorderPage: "<?php echo t('Change Page Order')?>",
  108. reorderPageMessage: "<?php echo t('Move or reorder pages by dragging their icons.')?>",
  109. moveCopyPageMessage: "<?php echo t('Choose a new parent page from the sitemap.')?>",
  110. editInComposer: "<?php echo t('Edit in Composer')?>",
  111. searchPages: "<?php echo t('Search Pages')?>",
  112. explorePages: "<?php echo t('Flat View')?>",
  113. backToSitemap: "<?php echo t('Back to Sitemap')?>",
  114. searchResults: "<?php echo t('Search Results')?>",
  115. createdBy: "<?php echo t('Created By')?>",
  116. choosePage: "<?php echo t('Choose a Page')?>",
  117. viewing: "<?php echo t('Viewing')?>",
  118. results: "<?php echo t('Result(s)')?>",
  119. max: "<?php echo t('max')?>",
  120. noResults: "<?php echo t('No results found.')?>",
  121. areYouSure: "<?php echo t('Are you sure?')?>",
  122. loadError: "<?php echo t('Unable to load sitemap data. Response received: ')?>",
  123. loadErrorTitle: "<?php echo t('Unable to load sitemap data.')?>",
  124. on: "<?php echo t('on')?>"
  125. }
  126. var ccmi18n_spellchecker = {
  127. resumeEditing: "<?php echo t('Resume Editing')?>",
  128. noSuggestions: "<?php echo t('No Suggestions')?>"
  129. }
  130. var ccmi18n_filemanager = {
  131. view: "<?php echo t('View')?>",
  132. download: "<?php echo t('Download')?>",
  133. select: "<?php echo t('Choose')?>",
  134. duplicateFile: "<?php echo t('Copy File')?>",
  135. clear: "<?php echo t('Clear')?>",
  136. edit: "<?php echo t('Edit')?>",
  137. replace: "<?php echo t('Replace')?>",
  138. duplicate: "<?php echo t('Copy')?>",
  139. chooseNew: "<?php echo t('Choose New File')?>",
  140. sets: "<?php echo t('Sets')?>",
  141. permissions: "<?php echo t('Access & Permissions')?>",
  142. properties: "<?php echo t('Properties')?>",
  143. deleteFile: "<?php echo t('Delete')?>",
  144. title: "<?php echo t('File Manager')?>",
  145. uploadErrorChooseFile: "<?php echo t('You must choose a file.')?>",
  146. rescan: "<?php echo t('Rescan')?>",
  147. pending: "<?php echo t('Pending')?>",
  148. uploadComplete: "<?php echo t('Upload Complete')?>",
  149. PTYPE_CUSTOM: "<?php //=FilePermissions::PTYPE_CUSTOM?>",
  150. PTYPE_NONE: "<?php //=FilePermissions::PTYPE_NONE?>",
  151. PTYPE_ALL: "<?php //=FilePermissions::PTYPE_ALL?>",
  152. FTYPE_IMAGE: "<?php echo FileType::T_IMAGE?>",
  153. FTYPE_VIDEO: "<?php echo FileType::T_VIDEO?>",
  154. FTYPE_TEXT: "<?php echo FileType::T_TEXT?>",
  155. FTYPE_AUDIO: "<?php echo FileType::T_AUDIO?>",
  156. FTYPE_DOCUMENT: "<?php echo FileType::T_DOCUMENT?>",
  157. FTYPE_APPLICATION: "<?php echo FileType::T_APPLICATION?>"
  158. }