source.inc.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. /**
  3. * Sources English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['access'] = 'Ustawienia dostępu';
  10. $_lang['base_path'] = 'Ścieżka bazowa';
  11. $_lang['base_path_relative'] = 'Base Path Relative?';
  12. $_lang['base_url'] = 'Podstawowy URL';
  13. $_lang['base_url_relative'] = 'Base URL Relative?';
  14. $_lang['minimum_role'] = 'Minimalna rola';
  15. $_lang['path_options'] = 'Opcje ścieżki';
  16. $_lang['policy'] = 'Polityka';
  17. $_lang['source'] = 'Źródło danych';
  18. $_lang['source_access_add'] = 'Add User Group';
  19. $_lang['source_access_remove'] = 'Usuń dostęp';
  20. $_lang['source_access_remove_confirm'] = 'Are you sure you want to remove Access to this Source for this User Group?';
  21. $_lang['source_access_update'] = 'Zaktualizuj dostęp';
  22. $_lang['source_create'] = 'Create New Media Source';
  23. $_lang['source_description_desc'] = 'A short description of the Media Source.';
  24. $_lang['source_duplicate'] = 'Duplicate Media Source';
  25. $_lang['source_err_ae_name'] = 'A Media Source with that name already exists! Please specify a new name.';
  26. $_lang['source_err_nf'] = 'Media Source not found!';
  27. $_lang['source_err_nfs'] = 'No Media Source can be found with the id: [[+id]].';
  28. $_lang['source_err_ns'] = 'Please specify the Media Source.';
  29. $_lang['source_err_ns_name'] = 'Please specify a name for the Media Source.';
  30. $_lang['source_name_desc'] = 'Nazwa źródeł mediów.';
  31. $_lang['source_properties.intro_msg'] = 'Manage the properties for this Source below.';
  32. $_lang['source_remove'] = 'Usuń źródło mediów';
  33. $_lang['source_remove_confirm'] = 'Are you sure you want to remove this Media Source? This might break any TVs you have assigned to this source.';
  34. $_lang['source_remove_multiple'] = 'Usuń wiele Media źródeł';
  35. $_lang['source_remove_multiple_confirm'] = 'Are you sure you want to delete these Media Sources? This might break any TVs you have assigned to these sources.';
  36. $_lang['source_update'] = 'Zaktualizuj źródło mediów';
  37. $_lang['source_type'] = 'Typ źródła';
  38. $_lang['source_type_desc'] = 'The type, or driver, of the Media Source. The Source will use this driver to connect to when gathering its data. For example: File System will grab files from the file system. S3 will get files from an S3 bucket.';
  39. $_lang['source_type.file'] = 'System plików';
  40. $_lang['source_type.file_desc'] = 'A filesystem-based source that navigates your server\'s files.';
  41. $_lang['source_type.s3'] = 'Amazon S3';
  42. $_lang['source_type.s3_desc'] = 'Navigates an Amazon S3 bucket.';
  43. $_lang['source_types'] = 'Typy źródła';
  44. $_lang['source_types.intro_msg'] = 'This is a list of all the installed Media Source Types you have on this MODX instance.';
  45. $_lang['source.access.intro_msg'] = 'Here you can restrict a Media Source to specific User Groups and apply policies for those User Groups. A Media Source with no User Groups attached to it is available to all manager users.';
  46. $_lang['sources'] = 'Źródła plików';
  47. $_lang['sources.intro_msg'] = 'Manage all your Media Sources here.';
  48. $_lang['user_group'] = 'Grupa użytkownika';
  49. /* file source type */
  50. $_lang['allowedFileTypes'] = 'allowedFileTypes';
  51. $_lang['prop_file.allowedFileTypes_desc'] = 'If set, will restrict the files shown to only the specified extensions. Please specify in a comma-separated list, without the dots preceding the extensions.';
  52. $_lang['basePath'] = 'basePath';
  53. $_lang['prop_file.basePath_desc'] = 'The file path to point the Source to.';
  54. $_lang['basePathRelative'] = 'basePathRelative';
  55. $_lang['prop_file.basePathRelative_desc'] = 'If the Base Path setting above is not relative to the MODX install path, set this to No.';
  56. $_lang['baseUrl'] = 'baseUrl';
  57. $_lang['prop_file.baseUrl_desc'] = 'The URL that this source can be accessed from.';
  58. $_lang['baseUrlPrependCheckSlash'] = 'baseUrlPrependCheckSlash';
  59. $_lang['prop_file.baseUrlPrependCheckSlash_desc'] = 'If true, MODX only will prepend the baseUrl if no forward slash (/) is found at the beginning of the URL when rendering the TV. Useful for setting a TV value outside the baseUrl.';
  60. $_lang['baseUrlRelative'] = 'baseUrlRelative';
  61. $_lang['prop_file.baseUrlRelative_desc'] = 'If the Base URL setting above is not relative to the MODX install URL, set this to No.';
  62. $_lang['imageExtensions'] = 'imageExtensions';
  63. $_lang['prop_file.imageExtensions_desc'] = 'A comma-separated list of file extensions to use as images. MODX will attempt to make thumbnails of files with these extensions.';
  64. $_lang['skipFiles'] = 'skipFiles';
  65. $_lang['prop_file.skipFiles_desc'] = 'A comma-separated list. MODX will skip over and hide files and folders that match any of these.';
  66. $_lang['thumbnailQuality'] = 'thumbnailQuality';
  67. $_lang['prop_file.thumbnailQuality_desc'] = 'The quality of the rendered thumbnails, in a scale from 0-100.';
  68. $_lang['thumbnailType'] = 'thumbnailType';
  69. $_lang['prop_file.thumbnailType_desc'] = 'The image type to render thumbnails as.';
  70. /* s3 source type */
  71. $_lang['bucket'] = 'Wiadro';
  72. $_lang['prop_s3.bucket_desc'] = 'The S3 Bucket to load your data from.';
  73. $_lang['prop_s3.key_desc'] = 'The Amazon key for authentication to the bucket.';
  74. $_lang['prop_s3.imageExtensions_desc'] = 'A comma-separated list of file extensions to use as images. MODX will attempt to make thumbnails of files with these extensions.';
  75. $_lang['prop_s3.secret_key_desc'] = 'The Amazon secret key for authentication to the bucket.';
  76. $_lang['prop_s3.skipFiles_desc'] = 'A comma-separated list. MODX will skip over and hide files and folders that match any of these.';
  77. $_lang['prop_s3.thumbnailQuality_desc'] = 'The quality of the rendered thumbnails, in a scale from 0-100.';
  78. $_lang['prop_s3.thumbnailType_desc'] = 'The image type to render thumbnails as.';
  79. $_lang['prop_s3.url_desc'] = 'The URL of the Amazon S3 instance.';
  80. $_lang['s3_no_move_folder'] = 'The S3 driver does not support moving of folders at this time.';
  81. $_lang['prop_s3.region_desc'] = 'Region of the bucket. Example: us-west-1';
  82. /* file type */
  83. $_lang['PNG'] = 'PNG';
  84. $_lang['JPG'] = 'JPG';
  85. $_lang['GIF'] = 'GIF';