PageRenderTime 50ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/core/lexicon/bg/resource.inc.php

https://github.com/enigmatic-user/revolution
PHP | 160 lines | 153 code | 0 blank | 7 comment | 0 complexity | 2842759367cf5e9e6db860672e9da790 MD5 | raw file
  1. <?php
  2. /**
  3. * Resource English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['access'] = 'Достъп';
  10. $_lang['cache_output'] = 'Cache Output';
  11. $_lang['changes'] = 'Changes';
  12. $_lang['class_key'] = 'Клас Ключ';
  13. $_lang['context'] = 'Контекст';
  14. $_lang['document'] = 'Документ';
  15. $_lang['document_create'] = 'Create Document';
  16. $_lang['document_create_here'] = 'Документ';
  17. $_lang['document_new'] = 'New Document';
  18. $_lang['documents'] = 'Documents';
  19. $_lang['duplicate_uri_found'] = 'Resource [[+id]] is already using the URI [[+uri]]. Please enter a unique alias or use Freeze URI to manually override it.';
  20. $_lang['empty_template'] = '(empty)';
  21. $_lang['general'] = 'Общи';
  22. $_lang['markup'] = 'Markup/Structure';
  23. $_lang['none'] = 'Нищо';
  24. $_lang['page_settings'] = 'Настройки';
  25. $_lang['preview'] = 'Преглед';
  26. $_lang['resource_access_message'] = 'Here you can select which Resource Groups this Resource belongs to.';
  27. $_lang['resource_add_children_access_denied'] = 'You do not have permission to create a Resource in this location.';
  28. $_lang['resource_alias'] = 'Resource Alias';
  29. $_lang['resource_alias_help'] = 'An alias for this resource. This will make the resource accessible using:<br /><br />http://yourserver/alias<br /><br /><strong>Note</strong>This only works if you\'re using friendly URLs.';
  30. $_lang['resource_change_template_confirm'] = 'Are you sure you want to change the Template? <br /><br />WARNING: This will <b>only temporarily store</b> your prior changes and reload the page; ensure you are ready to do so before proceeding. After the page has reloaded, you will need to save when you are ready to save the Template change.';
  31. $_lang['resource_cacheable'] = 'Cacheable';
  32. $_lang['resource_cacheable_help'] = 'When enabled, the resource will be saved to the cache.';
  33. $_lang['resource_cancel_dirty_confirm'] = 'You have changes pending; are you sure you want to cancel?';
  34. $_lang['resource_class_key_help'] = 'This is the class key of the resource, showing its MODX type.';
  35. $_lang['resource_content'] = 'Съдържание';
  36. $_lang['resource_contentdispo'] = 'Content Disposition';
  37. $_lang['resource_contentdispo_help'] = 'Use the content disposition field to specify how this resource will be handled by the web browser. For file downloads select the Attachment option.';
  38. $_lang['resource_content_type'] = 'Тип Съдържание';
  39. $_lang['resource_content_type_help'] = 'The content type for this resource. If you\'re not sure which content type the resource should have, just leave it as text/html.';
  40. $_lang['resource_create_access_denied'] = 'You do not have permission to create a Resource.';
  41. $_lang['resource_create_here'] = 'Ресурс';
  42. $_lang['resource_createdby'] = 'Created By';
  43. $_lang['resource_createdon'] = 'Created On';
  44. $_lang['resource_delete'] = 'Изтрийте';
  45. $_lang['resource_delete_confirm'] = 'Are you sure you want to delete this resource?<br />NOTE: Any child resources will also be deleted!';
  46. $_lang['resource_description'] = 'Описание';
  47. $_lang['resource_description_help'] = 'This is an optional description of the resource.';
  48. $_lang['resource_duplicate'] = 'Дублирай';
  49. $_lang['resource_duplicate_confirm'] = 'Are you sure you want to duplicate this resource? Any item(s) it contains will also be duplicated.';
  50. $_lang['resource_edit'] = 'Редактиране';
  51. $_lang['resource_editedby'] = 'Edited By';
  52. $_lang['resource_editedon'] = 'Edited On';
  53. $_lang['resource_err_change_parent_to_folder'] = 'An error occurred while attempting to change the resource\'s parent to a folder.';
  54. $_lang['resource_err_class'] = 'The resource is not a valid [[+class]].';
  55. $_lang['resource_err_create'] = 'An error occurred while trying to create the resource.';
  56. $_lang['resource_err_delete'] = 'An error occurred while trying to delete the resource.';
  57. $_lang['resource_err_delete_children'] = 'An error occurred while deleting the children of the resource.';
  58. $_lang['resource_err_delete_container_sitestart'] = 'The resource you are trying to delete is a container containing resource [[+id]]. This resource is registered as the \'Site start\' resource, and cannot be deleted. Please assign another resource as your \'Site start\' resource and try again.';
  59. $_lang['resource_err_delete_container_siteunavailable'] = 'The resource you are trying to delete is a folder containing resource [[+id]]. This resource is registered as the \'Site unavailable page\' resource, and cannot be deleted. Please assign another resource as your \'Site unavailable page\' resource and try again.';
  60. $_lang['resource_err_delete_sitestart'] = 'The resource is \'Site start\' and cannot be deleted!';
  61. $_lang['resource_err_delete_siteunavailable'] = 'The resource is used as the \'Site unavailable page\' and cannot be deleted!';
  62. $_lang['resource_err_duplicate'] = 'An error occurred while duplicating the resource.';
  63. $_lang['resource_err_move_to_child'] = 'You cannot move a Resource to below one of its own children.';
  64. $_lang['resource_err_move_sitestart'] = 'The resource is linked to the site_start variable and cannot be moved to another context!';
  65. $_lang['resource_err_nf'] = 'Resource not found.';
  66. $_lang['resource_err_nfs'] = 'Resource with ID [[+id]] not found';
  67. $_lang['resource_err_ns'] = 'Resource not specified.';
  68. $_lang['resource_err_own_parent'] = 'The resource cannot be its own parent.';
  69. $_lang['resource_err_publish'] = 'An error occurred while trying to publish the resource.';
  70. $_lang['resource_err_new_parent_nf'] = 'New parent resource with id [[+id]] not found.';
  71. $_lang['resource_err_remove'] = 'An error occurred while trying to remove the resource.';
  72. $_lang['resource_err_save'] = 'An error occurred while trying to save the resource.';
  73. $_lang['resource_err_select_parent'] = 'Please select a parent resource.';
  74. $_lang['resource_err_undelete'] = 'An error occurred while trying to undelete the resource.';
  75. $_lang['resource_err_undelete_children'] = 'An error occurred while trying to undelete the children of the resource.';
  76. $_lang['resource_err_unpublish'] = 'An error occurred while trying to unpublish the resource.';
  77. $_lang['resource_err_unpublish_sitestart'] = 'The resource is linked to the site_start variable and cannot be unpublished!';
  78. $_lang['resource_err_unpublish_sitestart_dates'] = 'The resource is linked to the site_start variable and cannot have publish or unpublish dates set!';
  79. $_lang['resource_folder'] = 'Container';
  80. $_lang['resource_folder_help'] = 'Check this to make the Resource also act as a Container for other Resources. A \'Container\' is like a folder, only it can also have content.';
  81. $_lang['resource_group_resource_err_ae'] = 'Ресурсът вече е част от тази група ресурси.';
  82. $_lang['resource_group_resource_err_nf'] = 'Ресурсът не е част от тази група ресурси.';
  83. $_lang['resource_hide_from_menus'] = 'Hide From Menus';
  84. $_lang['resource_hide_from_menus_help'] = 'When enabled, the resource will <b>not</b> be available for use inside a web menu. Please note that some Menu Builders might choose to ignore this option.';
  85. $_lang['resource_link_attributes'] = 'Link Attributes';
  86. $_lang['resource_link_attributes_help'] = 'Attributes for the link for this resource, such as target= or rel=.';
  87. $_lang['resource_locked_by'] = 'Locked by [[+user]]';
  88. $_lang['resource_longtitle'] = 'Long Title';
  89. $_lang['resource_longtitle_help'] = 'This is a longer title for your resource. It is handy for search engines, and might be more descriptive for the resource.';
  90. $_lang['resource_menuindex'] = 'Menu Index';
  91. $_lang['resource_menuindex_help'] = 'This is the order of the resource in the tree. It is usually used for ordering purposes in displaying resources dynamically. Some components might choose to ignore this setting.';
  92. $_lang['resource_menutitle'] = 'Menu Title';
  93. $_lang['resource_menutitle_help'] = 'Menu title is a field you can use to display a short title for the resource inside your menu snippet(s).';
  94. $_lang['resource_new'] = 'New Resource';
  95. $_lang['resource_notcached'] = 'This resource has not (yet) been cached.';
  96. $_lang['resource_pagetitle'] = 'Заглавие';
  97. $_lang['resource_pagetitle_help'] = 'The name/title of the resource. Try to avoid using backslashes in the name!';
  98. $_lang['resource_parent'] = 'Parent Resource';
  99. $_lang['resource_parent_help'] = 'The parent resource\'s ID number.';
  100. $_lang['resource_parent_select_node'] = 'Please select a node in the tree to the left.';
  101. $_lang['resource_publish'] = 'Публикувай';
  102. $_lang['resource_publish_confirm'] = 'Publishing this resource now will remove any (un)publishing dates that may have been set. If you wish to set or keep publish or unpublish dates, please choose to edit the resource instead.<br /><br />Proceed?';
  103. $_lang['resource_publishdate'] = 'Дата на публикуване';
  104. $_lang['resource_publishdate_help'] = 'If you set a publish date, the resource will be published as soon as the publish date is reached. Click on the calendar icon to select a date, or leave it blank to set it so the resource is never automatically published.';
  105. $_lang['resource_published'] = 'Публикуван';
  106. $_lang['resource_published_help'] = 'When published, the resource is available to the public immediately after saving it.';
  107. $_lang['resource_publishedby'] = 'Published By';
  108. $_lang['resource_publishedon'] = 'Публикуван на';
  109. $_lang['resource_publishedon_help'] = 'The date the resource was published.';
  110. $_lang['resource_refresh'] = 'Опресни';
  111. $_lang['resource_richtext'] = 'Rich Text';
  112. $_lang['resource_richtext_help'] = 'When enabled, MODX will use the rich text editor for editing resources. If your resources contain JavaScript and forms, uncheck this to edit in HTML-only mode so the editor won\'t mess your resources up.';
  113. $_lang['resource_searchable'] = 'Searchable';
  114. $_lang['resource_searchable_help'] = 'When enabled, the resource is able to be searched. This setting can also be used for other purposes in your snippets.';
  115. $_lang['resource_settings'] = 'Настройки на ресурс';
  116. $_lang['resource_status'] = 'Status';
  117. $_lang['resource_status_help'] = 'If published, the resource is available to the public immediately after saving it. Otherwise, it is hidden from the public site.';
  118. $_lang['resource_summary'] = 'Summary (introtext)';
  119. $_lang['resource_summary_help'] = 'A brief summary of the resource.';
  120. $_lang['resource_syncsite'] = 'Empty Cache';
  121. $_lang['resource_syncsite_help'] = 'When enabled, this will make MODX empty the cache after you save the resource. This way your visitors will not see an older version of the resource.';
  122. $_lang['resource_template'] = 'Uses Template';
  123. $_lang['resource_template_help'] = 'The template in use by the resource.';
  124. $_lang['resource_undelete'] = 'Възстанови';
  125. $_lang['resource_unpublish'] = 'Непубликуване';
  126. $_lang['resource_unpublish_confirm'] = 'Un-publishing this resource now will remove any (un)publishing dates that may have been set. If you wish to set or keep publish or unpublish dates, please choose to edit the resource instead. <br /><br />Proceed?';
  127. $_lang['resource_unpublishdate'] = 'Unpublish date';
  128. $_lang['resource_unpublishdate_help'] = 'If you set an unpublish date, the resource will be unpublished as soon as the unpublish date is reached. Click on the calendar icon to select a date, or leave it blank to set it so the resource is never automatically unpublished.';
  129. $_lang['resource_unpublished'] = 'Непубликуван';
  130. $_lang['resource_untitled'] = 'Untitled Resource';
  131. $_lang['resource_uri'] = 'URI';
  132. $_lang['resource_uri_help'] = 'The full relative URL for this Resource.';
  133. $_lang['resource_uri_override'] = 'Freeze URI';
  134. $_lang['resource_uri_override_help'] = 'Checking this will allow you to freeze the URI for this Resource at the value in the textbox below.';
  135. $_lang['resource_with_id_not_found'] = 'Resource with ID %s not found!';
  136. $_lang['resource_view'] = 'Изглед';
  137. $_lang['show_sort_options'] = 'Show Sorting Options';
  138. $_lang['site_schedule'] = 'Schedule';
  139. $_lang['site_schedule_desc'] = 'This shows the current resources that are scheduled to publish or unpublished on specified dates. You may toggle the current view by clicking on the toolbar button.';
  140. $_lang['source'] = 'Източник';
  141. $_lang['static_resource'] = 'Статичен Ресурс';
  142. $_lang['static_resource_create_here'] = 'Статичен Ресурс';
  143. $_lang['static_resource_new'] = 'New Static Resource';
  144. $_lang['status'] = 'Status';
  145. $_lang['symlink'] = 'Symlink';
  146. $_lang['symlink_create'] = 'Create Symlink';
  147. $_lang['symlink_create_here'] = 'Symlink';
  148. $_lang['symlink_help'] = 'The address of the object you wish to reference with this Symlink. If you want to point to an existing MODX Resource, enter the ID here.';
  149. $_lang['symlink_message'] = 'A symlink is a symbolic link to another resource in your site which is forwarded to without changing the URL.';
  150. $_lang['symlink_new'] = 'Нов Symlink';
  151. $_lang['template_variables'] = 'Шаблон променливи';
  152. $_lang['untitled_resource'] = 'Untitled Resource';
  153. $_lang['weblink'] = 'Уеблинк';
  154. $_lang['weblink_create'] = 'Create Weblink';
  155. $_lang['weblink_create_here'] = 'Уеблинк';
  156. $_lang['weblink_help'] = 'The address of the object you wish to reference with this weblink. If you want to point to an existing MODX Resource, enter the ID here.';
  157. $_lang['weblink_message'] = 'A weblink is a reference to an object on the internet. This could be a document within MODX, a page on another site or an image or other file on the internet.<p>';
  158. $_lang['weblink_new'] = 'Нов Weblink';
  159. $_lang['weblink_response_code'] = 'Response Code';
  160. $_lang['weblink_response_code_help'] = 'The HTTP response code that should be sent for the weblink.';