You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/MessageBundle.properties
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -23,30 +23,30 @@ different_case=The bag contains two files that differ only in case. This can cau
23
23
different_normalization=The bag contains two files that differ only in the normalization. This can cause verification to fail on some systems, and general user confusion.
24
24
extra_lines_in_bagit_files=The bagit specification says it must only contain 2 lines. However, some implementations have decided to ignore this which may cause compatibility issues
25
25
leading_dot_slash=A manifest lists all data files as relative to the bag root directory, it is superfluous to therefore specify it with a dot.
26
-
non_standard_algorithm=The checksum algorithm used does not come standard with the Java runtime. Consider using SHA512 instead.
27
-
md5sum_tool_generated_manifest=The manifest was created using a using checksum utilities such as those contained in the GNU Coreutils package (md5sum, sha1sum, etc.), collectively referred to here as 'md5sum'. This creates slight differences in generated manifests that can cause problems in some implementations.
28
-
missing_tag_manifest=The tag manifest guards against a truncated payload manifest as well as other potental problems and is always recommened that it be included.
26
+
non_standard_algorithm=The checksum algorithm used does not come standard with the Java runtime. Consider using SHA-512 instead.
27
+
md5sum_tool_generated_manifest=The manifest was created using checksum utilities such as those contained in the GNU Coreutils package (md5sum, sha1sum, etc.), collectively referred to here as 'md5sum'. This creates slight differences in generated manifests that can cause problems in some implementations.
28
+
missing_tag_manifest=The tag manifest guards against a truncated payload manifest as well as other potential problems and is always recommened that it be included.
29
29
old_bagit_version=The bagit specification version is not the newest. Consider converting to the latest version.
30
30
os_specific_files=Files created by the operating system (OS) for its own use. They are non-portable across OS versions and should not be included in any manifest. Examples Thumbs.db on Windows or .DS_Store on OS X
31
31
payload_oxum_missing=It is recommended to always include the Payload-Oxum in the bag metadata since it allows for a 'quick verification' of the bag.
32
32
tag_files_encoding=It is recommended to always use UTF-8.
33
-
weak_checksum_algorithm=The checksum algorithm used is known to be weak. We recommend using SHA512.
33
+
weak_checksum_algorithm=The checksum algorithm used is known to be weak. We recommend using SHA-512.
checking_latest_version=checking for latest version.
38
-
checking_manifest_problems=checking manifests for problems.
39
-
checking_metadata_problems=checking bag metadata for problems.
40
-
skipping_check_extra_lines=skipping check for extra lines in bagit files.
41
-
checking_extra_lines=checking if [{}] contains more than 2 lines.
37
+
checking_latest_version=Checking for latest version.
38
+
checking_manifest_problems=Checking manifests for problems.
39
+
checking_metadata_problems=Checking bag metadata for problems.
40
+
skipping_check_extra_lines=Skipping check for extra lines in bagit files.
41
+
checking_extra_lines=Checking if [{}] contains more than 2 lines.
42
42
extra_lines_warning=The bagit specification states that the bagit.txt file must contain exactly 2 lines. However we found [{}] lines, some implementations will ignore this but may cause incompatibility issues with other tools.
43
43
44
44
#for BagProfileChecker.java
45
45
checking_fetch_file_allowed=Checking if the fetch file is allowed for bag [{}].
46
46
checking_metadata_entry_required=Checking if [{}] is required in the bag metadata.
47
47
check_values_acceptable=Checking if all the values listed for [{}] are acceptable.
48
48
check_required_manifests_present=Checking if all the required manifests are present.
49
-
required_tag_manifest_type_not_present=Required tagmanifest type [{}] was not present.
49
+
required_tag_manifest_type_not_present=Required tag manifest type [{}] was not present.
50
50
required_manifest_type_not_present=Required manifest type [{}] was not present.
51
51
checking_required_tag_file_exists=Checking if all the required tag files exist.
52
52
@@ -74,7 +74,7 @@ different_case_warning=In manifest [{}], path [{}] is the same as another path e
74
74
manifest_line_violated_spec_error=Manifest contains line [{}] which does not follow the specified form of <CHECKSUM> <PATH>
75
75
md5sum_generated_line_warning=Path [{}] starts with a *, which means it was generated with a non-bagit tool. It is recommended to remove the * in order to conform to the bagit specification.
76
76
cannot_access_parent_path_error=Could not access parent folder of [{}].
77
-
different_normalization_in_manifest_warning=File [{}] has a different normalization then what is specified in the manifest.
77
+
different_normalization_in_manifest_warning=File [{}] has a different normalization than what is specified in the manifest.
78
78
bag_within_bag_warning=We stronger recommend not storing a bag within a bag as it is known to cause problems.
79
79
leading_dot_slash_warning=In manifest [{}] line [{}] is a non-normalized path.
80
80
os_specific_files_warning=In manifest [{}] line [{}] contains a OS specific file.
0 commit comments