Skip to content

Commit fc5e30d

Browse files
committed
fixing spelling mistakes
1 parent 0e4f80b commit fc5e30d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/main/resources/MessageBundle.properties

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ version=Version is [{}]
1313
parsing_bag_info=Parsing the Bag-Info section
1414
required_manifest_types=Required manifest types {}
1515
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 {}
1717
tag_files_required=Tag files required are {}
1818
acceptable_bagit_versions=Acceptable bagit versions are {}
1919

2020
#for BagitWarning.java
2121
bag_within_a_bag=A data directory can contain anything, including another bag. However it would be better to merge the bags together.
2222
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).
2323
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
2525
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.
2626
non_standard_algorithm=The checksum algorithm used does not come standard with the Java runtime. Consider using SHA-512 instead.
2727
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.
3030
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
3131
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.
3232
tag_files_encoding=It is recommended to always use UTF-8.
@@ -39,7 +39,7 @@ checking_manifest_problems=Checking manifests for problems.
3939
checking_metadata_problems=Checking bag metadata for problems.
4040
skipping_check_extra_lines=Skipping check for extra lines in bagit files.
4141
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.
4343

4444
#for BagProfileChecker.java
4545
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
7575
bag_missing_tag_manifest_warning=Bag [{}] does not contain a tag manifest, which is always recommended.
7676
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.
7777
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.
7979
cannot_access_parent_path_error=Could not access parent folder of [{}].
8080
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.
8282
leading_dot_slash_warning=In manifest [{}] line [{}] is a non-normalized path.
8383
os_specific_files_warning=In manifest [{}] line [{}] contains a OS specific file.
8484
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
8888
missing_payload_oxum_warning=The Payload-Oxum key was not found in the bag metadata. This will prevent a "quick verify".
8989

9090
#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 [{}].
9292

9393
#for AbstractCreateManifestVistor
9494
skipping_hidden_file=Skipping [{}] since we are ignoring hidden files.
@@ -114,8 +114,8 @@ tag_file_encoding=Tag-File-Character-Encoding is [{}].
114114
invalid_bagit_text_file_error=bagit.txt MUST contain 'BagIt-Version' AND 'Tag-File-Character-Encoding' entries!
115115
bom_present_error=File [{}] contains a byte order mark (BOM) which is not allowed by the bagit specification!
116116
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.
119119

120120
#for UnparsableVersionException.java
121121
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
128128
#for KeyValueReader.java
129129
read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].
130130
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.
132132

133133
#for ManifestReader.java
134134
attempting_read_manifests=Attempting to find and read manifests.
@@ -150,7 +150,7 @@ invalid_url_format_error=URL [{}] is invalid!
150150
checking_bag_is_valid=Checking if the bag with root directory [{}] is valid.
151151
checking_payload_checksums=Checking payload manifest(s) checksums.
152152
checking_tag_file_checksums=Checking tag manifest(s) checksums.
153-
checksums_not_matching_error=[{}] errors occured. At least one of the errors is due to hashes not matching.
153+
checksums_not_matching_error=[{}] errors occurred. At least one of the errors is due to hashes not matching.
154154
checking_bag_is_complete=Checking if the bag with root directory [{}] is complete.
155155

156156
#for CheckIfFileExistsTask.java
@@ -191,9 +191,9 @@ checking_file_in_all_manifests=Checking if all payload files (files in [{}] dire
191191
#for QuickVerifier.java
192192
found_payload_oxum=Found Payload-Oxum [{}] for bag [{}].
193193
payload_oxum_missing_error=Payload-Oxum does not exist in bag!
194-
parse_size_in_bytes=Parsing [{}] for the total byte size of the payload oxum.
194+
parse_size_in_bytes=Parsing [{}] for the total byte size of the Payload Oxum.
195195
parse_number_of_files=Parsing [{}] for the number of files to find in the payload directory.
196-
compare_payload_oxums=Supplied payload-oxum: [{}], Calculated payload-oxum: [{}.{}], for payload directory [{}].
196+
compare_payload_oxums=Supplied payload-oxum: [{}], Calculated Payload-Oxum: [{}.{}], for payload directory [{}].
197197
invalid_total_size_error=Invalid total size. Expected [{}] but calculated [{}]!
198198
invalid_file_cound_error=Invalid file count. Expected [{}] but found [{}]!
199199

@@ -203,7 +203,7 @@ writing_line_to_file=Writing line [{}] to [{}]
203203

204204
#for BagWriter.java
205205
writing_payload_files=Writing payload files.
206-
upsert_payload_oxum=Upserting payload-oxum.
206+
upsert_payload_oxum=Upserting Payload-Oxum.
207207
writing_bagit_file=Writing the bagit.txt file.
208208
writing_payload_manifests=Writing the payload manifest(s).
209209
writing_bag_metadata=Writing the bag metadata.
@@ -221,4 +221,4 @@ writing_metadata_to_path=Writing bag metadata file [{}] to [{}].
221221

222222
#for PayloadWriter.java
223223
writing_payload_file_to_path=Writing payload file [{}] to [{}].
224-
skip_fetch_item_when_writing_payload=Skipping payload file {} because it is in the fetch list.
224+
skip_fetch_item_when_writing_payload=Skipping payload file {} because it is in the fetch list.

0 commit comments

Comments
 (0)