PageRenderTime 55ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/projects/file-system-connector/config/FileSystemConnectorResources.properties

http://google-enterprise-connector-file-system.googlecode.com/
Properties File | 25 lines | 22 code | 1 blank | 2 comment | 0 complexity | 681959948d41c9f83e9e4a4360867ec3 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1, JSON, BSD-3-Clause
  1. #---------------------------------------LABELS-----------------------------
  2. start=Start paths
  3. include=Include patterns
  4. exclude=Exclude patterns (optional)
  5. domain=Domain (optional)
  6. user=User name
  7. password=Password
  8. fulltraversal=Full traversal interval (days)
  9. #--------------------------------ERROR MESSAGES----------------------------
  10. MISSING_FIELDS=Error: missing fields.
  11. READ_START_PATH_FAILED=Error: failed to read start path: %1$s.
  12. CONNECTOR_INSTANTIATION_FAILED=Connector instantiation failed.
  13. PATTERNS_ELIMINATED_START_PATH=Error: Start path %1$s does not match the include patterns, or does match the exclude patterns.
  14. ADD_ANOTHER_ROW_BUTTON=Add another row
  15. CANNOT_ADD_ANOTHER_ROW=Cannot add another row
  16. WRONG_SMB_TYPE=This path is not a share nor a filesystem: %1$s. Give a folder; not a host.
  17. UNC_NEEDS_TRANSLATION=Convert UNC style path %1$s to SMB URL: %2$s, please.
  18. ACCESS_DENIED=Crawler user does not have sufficient privileges for the start path: %1$s.
  19. UNKNOWN_FILE_SYSTEM=Following path does not match any known file system: %1$s.
  20. LISTING_FAILED=Files cannot be fetched for traversal from the start path: %1$s.
  21. MALFORMED_URL=URL is not correctly formed for the start path: %1$s.
  22. NONEXISTENT_RESOURCE=This start path does not exist: %1$s.
  23. INVALID_USER= User credentials specified are invalid. Please specify correct user name and password.
  24. INVALID_FULL_TRAVERSAL=Full traversal interval must be an integer number of days.