resource.inc.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?php
  2. /**
  3. * Resource English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['access'] = 'Oikeus';
  10. $_lang['cache_output'] = 'Välimuisti käytössä';
  11. $_lang['changes'] = 'Muutokset';
  12. $_lang['class_key'] = 'Luokka-avain';
  13. $_lang['context'] = 'Konteksti';
  14. $_lang['document'] = 'Dokumentti';
  15. $_lang['document_create'] = 'Luo dokumentti';
  16. $_lang['document_create_here'] = 'Dokumentti';
  17. $_lang['document_new'] = 'Uusi dokumentti';
  18. $_lang['documents'] = 'Dokumentit';
  19. $_lang['duplicate_uri_found'] = 'Resurssi [[+id]] käyttää jo samaa URI:a [[+uri]]. Syötä yksilöllinen alias tai manuaalisesti kiinnitä URI.';
  20. $_lang['empty_template'] = '(tyhjä)';
  21. $_lang['general'] = 'Yleinen';
  22. $_lang['markup'] = 'Merkkaus/Rakenne';
  23. $_lang['none'] = 'Ei mitään';
  24. $_lang['page_settings'] = 'Asetukset';
  25. $_lang['preview'] = 'Esikatsele';
  26. $_lang['resource_access_message'] = 'Tässä kentässä voidaan valita mihin resurssiryhmiin tämä resurssi kuuluu.';
  27. $_lang['resource_add_children_access_denied'] = 'Sinulla ei ole oikeuksia luoda resurssia tähän sijaintiin.';
  28. $_lang['resource_alias'] = 'Resurssin alias';
  29. $_lang['resource_alias_help'] = 'Resurssin alias. Tämä tekee resurssin URL:n muotoon: < br / > < br / > http://domain/alias < br / > < br / > <strong>Huomautus!</strong> Tämä toimii vain, jos käytät hakukone ystävällistä URL:ia.';
  30. $_lang['resource_alias_visible'] = 'Use current alias in alias path';
  31. $_lang['resource_alias_visible_help'] = 'The alias of this Resource is inserted in Friendly URL alias path';
  32. $_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.';
  33. $_lang['resource_cacheable'] = 'Välimuistiin';
  34. $_lang['resource_cacheable_help'] = 'When enabled, the resource will be saved to the cache.';
  35. $_lang['resource_cancel_dirty_confirm'] = 'You have changes pending; are you sure you want to cancel?';
  36. $_lang['resource_class_key_help'] = 'This is the class key of the resource, showing its MODX type.';
  37. $_lang['resource_content'] = 'Sisältö';
  38. $_lang['resource_contentdispo'] = 'Content Disposition';
  39. $_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.';
  40. $_lang['resource_content_type'] = 'Sisällön tyyppi';
  41. $_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.';
  42. $_lang['resource_create_access_denied'] = 'You do not have permission to create a Resource.';
  43. $_lang['resource_create_here'] = 'Resurssi';
  44. $_lang['resource_createdby'] = 'Luonut';
  45. $_lang['resource_createdon'] = 'Luotu';
  46. $_lang['resource_delete'] = 'Poista';
  47. $_lang['resource_delete_confirm'] = 'Oletko varma, että haluat poistaa tämän resurssin? < br / > Huomautus: lapsiresurssit poistetaan myös!';
  48. $_lang['resource_description'] = 'Kuvaus';
  49. $_lang['resource_description_help'] = 'Tämä on valinnainen kuvaus resurssista.';
  50. $_lang['resource_duplicate'] = 'Monista';
  51. $_lang['resource_duplicate_confirm'] = 'Oletko varma että haluat monistaa tämän resurssin? Sen sisältämät elementit kopioidaan myös.';
  52. $_lang['resource_edit'] = 'Muokkaa';
  53. $_lang['resource_editedby'] = 'Muokannut';
  54. $_lang['resource_editedon'] = 'Muokattu';
  55. $_lang['resource_err_change_parent_to_folder'] = 'An error occurred while attempting to change the resource\'s parent to a folder.';
  56. $_lang['resource_err_class'] = 'The resource is not a valid [[+class]].';
  57. $_lang['resource_err_create'] = 'An error occurred while trying to create the resource.';
  58. $_lang['resource_err_delete'] = 'An error occurred while trying to delete the resource.';
  59. $_lang['resource_err_delete_children'] = 'An error occurred while deleting the children of the resource.';
  60. $_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.';
  61. $_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.';
  62. $_lang['resource_err_delete_sitestart'] = 'The resource is \'Site start\' and cannot be deleted!';
  63. $_lang['resource_err_delete_siteunavailable'] = 'The resource is used as the \'Site unavailable page\' and cannot be deleted!';
  64. $_lang['resource_err_duplicate'] = 'An error occurred while duplicating the resource.';
  65. $_lang['resource_err_move_to_child'] = 'You cannot move a Resource to below one of its own children.';
  66. $_lang['resource_err_move_sitestart'] = 'The resource is linked to the site_start variable and cannot be moved to another context!';
  67. $_lang['resource_err_nf'] = 'Resurssia ei löydy.';
  68. $_lang['resource_err_nfs'] = 'Resource with ID [[+id]] not found';
  69. $_lang['resource_err_ns'] = 'Resource not specified.';
  70. $_lang['resource_err_own_parent'] = 'The resource cannot be its own parent.';
  71. $_lang['resource_err_publish'] = 'An error occurred while trying to publish the resource.';
  72. $_lang['resource_err_new_parent_nf'] = 'New parent resource with id [[+id]] not found.';
  73. $_lang['resource_err_remove'] = 'An error occurred while trying to remove the resource.';
  74. $_lang['resource_err_save'] = 'An error occurred while trying to save the resource.';
  75. $_lang['resource_err_select_parent'] = 'Please select a parent resource.';
  76. $_lang['resource_err_symlink_target_invalid'] = 'The symlink target does not contain an integer value.';
  77. $_lang['resource_err_symlink_target_nf'] = 'You cannot symlink to a resource that does not exist.';
  78. $_lang['resource_err_symlink_target_self'] = 'You cannot symlink to itself.';
  79. $_lang['resource_err_undelete'] = 'An error occurred while trying to undelete the resource.';
  80. $_lang['resource_err_undelete_children'] = 'An error occurred while trying to undelete the children of the resource.';
  81. $_lang['resource_err_unpublish'] = 'An error occurred while trying to unpublish the resource.';
  82. $_lang['resource_err_unpublish_sitestart'] = 'The resource is linked to the site_start variable and cannot be unpublished!';
  83. $_lang['resource_err_unpublish_sitestart_dates'] = 'The resource is linked to the site_start variable and cannot have publish or unpublish dates set!';
  84. $_lang['resource_err_weblink_target_nf'] = 'You cannot set a weblink to a resource that does not exist.';
  85. $_lang['resource_err_weblink_target_self'] = 'You cannot set a weblink to itself.';
  86. $_lang['resource_folder'] = 'Kansio';
  87. $_lang['resource_folder_help'] = 'Valitse tämä, että sivu toimii kuin olisi kansio alasivuille. "Kansio" dokumentissa voi olla sisältöä kuin normaalissa dokumentissa.';
  88. $_lang['resource_group_resource_err_ae'] = 'The resource is already a part of that resource group.';
  89. $_lang['resource_group_resource_err_nf'] = 'The resource is not a part of that resource group.';
  90. $_lang['resource_hide_from_menus'] = 'Piilota valikosta';
  91. $_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.';
  92. $_lang['resource_link_attributes'] = 'Link Attributes';
  93. $_lang['resource_link_attributes_help'] = 'Attributes for the link for this resource, such as target= or rel=.';
  94. $_lang['resource_locked_by'] = 'Locked by [[+user]]';
  95. $_lang['resource_longtitle'] = 'Pitkä otsikko';
  96. $_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.';
  97. $_lang['resource_menuindex'] = 'Valikkojärjestys';
  98. $_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.';
  99. $_lang['resource_menutitle'] = 'Valikon otsikko';
  100. $_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).';
  101. $_lang['resource_new'] = 'Uusi resurssi';
  102. $_lang['resource_notcached'] = 'Tämä resurssi ei ole (vielä) tallennettu välimuistiin.';
  103. $_lang['resource_pagetitle'] = 'Otsikko';
  104. $_lang['resource_pagetitle_help'] = 'The name/title of the resource. Try to avoid using backslashes in the name!';
  105. $_lang['resource_parent'] = 'Parent Resource';
  106. $_lang['resource_parent_help'] = 'The parent resource\'s ID number.';
  107. $_lang['resource_parent_select_node'] = 'Please select a node in the tree to the left.';
  108. $_lang['resource_publish'] = 'Julkaise';
  109. $_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?';
  110. $_lang['resource_publishdate'] = 'Julkaisupäivä';
  111. $_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.';
  112. $_lang['resource_published'] = 'Julkaistu';
  113. $_lang['resource_published_help'] = 'When published, the resource is available to the public immediately after saving it.';
  114. $_lang['resource_publishedby'] = 'Julkaisija';
  115. $_lang['resource_publishedon'] = 'Julkaistu';
  116. $_lang['resource_publishedon_help'] = 'Resurssi julkaistu.';
  117. $_lang['resource_refresh'] = 'Päivitä';
  118. $_lang['resource_richtext'] = 'Muotoiltava teksti';
  119. $_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.';
  120. $_lang['resource_searchable'] = 'Haettavissa';
  121. $_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.';
  122. $_lang['resource_settings'] = 'Resurssin asetuksia';
  123. $_lang['resource_status'] = 'Tila';
  124. $_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.';
  125. $_lang['resource_summary'] = 'Yhteenveto (introtext)';
  126. $_lang['resource_summary_help'] = 'Lyhyt yhteenveto resurssista.';
  127. $_lang['resource_syncsite'] = 'Tyhjennä välimuisti';
  128. $_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.';
  129. $_lang['resource_template'] = 'Käyttää sivupohjaa';
  130. $_lang['resource_template_help'] = 'The template in use by the resource.';
  131. $_lang['resource_undelete'] = 'Palauta';
  132. $_lang['resource_unpublish'] = 'Peruuta julkaiseminen';
  133. $_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?';
  134. $_lang['resource_unpublishdate'] = 'Unpublish date';
  135. $_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.';
  136. $_lang['resource_unpublished'] = 'Julkaisematon';
  137. $_lang['resource_untitled'] = 'Nimetön resurssi';
  138. $_lang['resource_uri'] = 'URI';
  139. $_lang['resource_uri_help'] = 'The full relative URL for this Resource.';
  140. $_lang['resource_uri_override'] = 'Jäädytä URI';
  141. $_lang['resource_uri_override_help'] = 'Checking this will allow you to freeze the URI for this Resource at the value in the textbox below.';
  142. $_lang['resource_with_id_not_found'] = 'Resource with ID %s not found!';
  143. $_lang['resource_view'] = 'Näytä';
  144. $_lang['show_sort_options'] = 'Show Sorting Options';
  145. $_lang['site_schedule'] = 'Aikataulu';
  146. $_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.';
  147. $_lang['source'] = 'Lähde';
  148. $_lang['static_resource'] = 'Staattinen resurssi';
  149. $_lang['static_resource_create_here'] = 'Staattinen resurssi';
  150. $_lang['static_resource_new'] = 'Uusi staattinen resurssi';
  151. $_lang['status'] = 'Tila';
  152. $_lang['symlink'] = 'Symbolinen linkki';
  153. $_lang['symlink_create'] = 'Luo Symlink';
  154. $_lang['symlink_create_here'] = 'Symbolinen linkki';
  155. $_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.';
  156. $_lang['symlink_message'] = 'A symlink is a symbolic link to another resource in your site which is forwarded to without changing the URL.';
  157. $_lang['symlink_new'] = 'Uusi Symlinkki';
  158. $_lang['template_variables'] = 'Sivupohjamuuttujat';
  159. $_lang['untitled_resource'] = 'Nimetön resurssi';
  160. $_lang['weblink'] = 'Web-linkki';
  161. $_lang['weblink_create'] = 'Luo Web-linkki';
  162. $_lang['weblink_create_here'] = 'Web-linkki';
  163. $_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.';
  164. $_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>';
  165. $_lang['weblink_new'] = 'Uusi Hyperlinkki';
  166. $_lang['weblink_response_code'] = 'Vastauskoodi';
  167. $_lang['weblink_response_code_help'] = 'The HTTP response code that should be sent for the weblink.';