-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80708c3
commit 7360413
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
WinCCOA_QualityChecks/msg/de_AT.utf8/QgStaticCheck_OverloadedFiles.cat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
assert.isCheater,Check if is the file $location overloaded. | ||
assert.isCheater,Check if file $location is overloaded. | ||
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name | ||
filesList,Files | ||
assert.isOverloaded,Check if is the file $location overloaded. | ||
assert.isOverloaded,Check if file $location is overloaded. | ||
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. | ||
assert.isOverloadedAllowed,Check if is the file $location overloaded (allowed overloads). | ||
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads). | ||
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed |
6 changes: 3 additions & 3 deletions
6
WinCCOA_QualityChecks/msg/en_US.utf8/QgStaticCheck_OverloadedFiles.cat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
assert.isCheater,Check if is the file $location overloaded. | ||
assert.isCheater,Check if file $location is overloaded. | ||
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name | ||
filesList,Files | ||
assert.isOverloaded,Check if is the file $location overloaded. | ||
assert.isOverloaded,Check if file $location is overloaded. | ||
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. | ||
assert.isOverloadedAllowed,Check if is the file $location overloaded (allowed overloads). | ||
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads). | ||
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed |