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
acceptable_serialization_mime_types=Acceptable serialization MIME types are {}
16
-
required_tagmanifest_types=Required Tagmanifest types are {}
16
+
required_tagmanifest_types=Required Tag Manifest types are {}
17
17
tag_files_required=Tag files required are {}
18
18
acceptable_bagit_versions=Acceptable bagit versions are {}
19
19
20
20
#for BagitWarning.java
21
21
bag_within_a_bag=A data directory can contain anything, including another bag. However it would be better to merge the bags together.
22
22
different_case=The bag contains two files that differ only in case. This can cause problems on a filesystem like the one used by apple (HFS).
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
-
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
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
26
non_standard_algorithm=The checksum algorithm used does not come standard with the Java runtime. Consider using SHA-512 instead.
27
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
-
old_bagit_version=The bagit specification version is not the newest. Consider converting to the latest version.
28
+
missing_tag_manifest=The tag manifest guards against a truncated payload manifest as well as other potential problems and is always recommended that it be included.
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.
@@ -39,7 +39,7 @@ checking_manifest_problems=Checking manifests for problems.
39
39
checking_metadata_problems=Checking bag metadata for problems.
40
40
skipping_check_extra_lines=Skipping check for extra lines in bagit files.
41
41
checking_extra_lines=Checking if [{}] contains more than 2 lines.
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.
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 [{}].
@@ -75,10 +75,10 @@ tag_files_not_encoded_with_utf8_warning=Tag files are encoded with [{}]. We reco
75
75
bag_missing_tag_manifest_warning=Bag [{}] does not contain a tag manifest, which is always recommended.
76
76
different_case_warning=In manifest [{}], path [{}] is the same as another path except for the case. This can cause problems if moving the bag to a filesystem that is case insensitive.
77
77
manifest_line_violated_spec_error=Manifest contains line [{}] which does not follow the specified form of <CHECKSUM> <PATH>
78
-
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.
78
+
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.
79
79
cannot_access_parent_path_error=Could not access parent folder of [{}].
80
80
different_normalization_in_manifest_warning=File [{}] has a different normalization than what is specified in the manifest.
81
-
bag_within_bag_warning=We stronger recommend not storing a bag within a bag as it is known to cause problems.
81
+
bag_within_bag_warning=We strongly recommend not storing a bag within a bag as it is known to cause problems.
82
82
leading_dot_slash_warning=In manifest [{}] line [{}] is a non-normalized path.
83
83
os_specific_files_warning=In manifest [{}] line [{}] contains a OS specific file.
84
84
weak_algorithm_warning=Detected a known weak algorithm [{}]. With the great advances in computer hardware there is little penalty to using more bits to calculate the checksum.
@@ -88,7 +88,7 @@ non_standard_algorithm_warning=Detected algorithm [{}] which is not included by
88
88
missing_payload_oxum_warning=The Payload-Oxum key was not found in the bag metadata. This will prevent a "quick verify".
89
89
90
90
#for VersionChecker.java
91
-
old_version_warning=Found version [{}] of the bagit specification but the latest version is [{}].
91
+
old_version_warning=Found version [{}] of the Bagit specification but the latest version is [{}].
92
92
93
93
#for AbstractCreateManifestVistor
94
94
skipping_hidden_file=Skipping [{}] since we are ignoring hidden files.
@@ -114,8 +114,8 @@ tag_file_encoding=Tag-File-Character-Encoding is [{}].
114
114
invalid_bagit_text_file_error=bagit.txt MUST contain 'BagIt-Version' AND 'Tag-File-Character-Encoding' entries!
115
115
bom_present_error=File [{}] contains a byte order mark (BOM) which is not allowed by the bagit specification!
116
116
strict_only_two_lines_error=The bagit.txt MUST only contain 2 lines. Extra lines found: [{}]
117
-
strict_first_line_error=The first line of the bagit.txt must follow the pattern of: [BagIt-Version: <M.N>]. But found instead [{}]. See the specifcation for more information.
118
-
strict_second_line_error=The second line of the bagit.txt must follow the pattern of: [Tag-File-Character-Encoding: <ENCODING>]. But found instead [{}]. See the specifcation for more information.
117
+
strict_first_line_error=The first line of the bagit.txt must follow the pattern of: [BagIt-Version: <M.N>]. But found instead [{}]. See the specification for more information.
118
+
strict_second_line_error=The second line of the bagit.txt must follow the pattern of: [Tag-File-Character-Encoding: <ENCODING>]. But found instead [{}]. See the specification for more information.
119
119
120
120
#for UnparsableVersionException.java
121
121
unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]!
@@ -128,7 +128,7 @@ invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line
128
128
#for KeyValueReader.java
129
129
read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].
130
130
found_indented_line=Found an indented line - merging it with key [{}].
131
-
malformed_key_value_line_error=Line [{}] does not meet the bagit specification for a bag tag file. Perhaps you meant to indent it by a space or a tab? Or perhaps you didn't use a colon to separate the key from the value? It must follow the form of <key>{}<value> or if continuing from another line must be indented by a space or a tab.
131
+
malformed_key_value_line_error=Line [{}] does not meet the Bagit specification for a bag tag file. Perhaps you meant to indent it by a space or a tab? Or perhaps you didn't use a colon to separate the key from the value? It must follow the form of <key>{}<value> or if continuing from another line must be indented by a space or a tab.
132
132
133
133
#for ManifestReader.java
134
134
attempting_read_manifests=Attempting to find and read manifests.
@@ -150,7 +150,7 @@ invalid_url_format_error=URL [{}] is invalid!
150
150
checking_bag_is_valid=Checking if the bag with root directory [{}] is valid.
0 commit comments