KiCad PCB EDA Suite
|
Variables | |
const char *const | kInvalidRepository = _("Invalid repository.") |
const char *const | kCommitFailed = _("Failed to commit changes.") |
const char *const | kMergeFailed = _("Failed to merge branches.") |
const char *const | kCloneFailed = _("Failed to clone repository.") |
const char *const | kRemoteNotFound = _("Remote repository not found.") |
const char *const | kAuthenticationFailed = _("Authentication failed for remote repository.") |
const char *const | kBranchNotFound = _("Branch not found.") |
const char *const | kBranchCreationFailed = _("Failed to create branch.") |
const char *const | kBranchDeletionFailed = _("Failed to delete branch.") |
const char *const | kCheckoutFailed = _("Failed to perform checkout operation.") |
const char *const | kFileNotFoundInCheckout = _("File not found during checkout operation.") |
const char *const | kMergeConflict = _("Merge conflict encountered.") |
const char *const | kRebaseConflict = _("Rebase conflict encountered.") |
const char *const | kPullFailed = _("Failed to pull changes from remote repository.") |
const char *const | kPushFailed = _("Failed to push changes to remote repository.") |
const char *const | kNoUpstreamBranch = _("No upstream branch configured.") |
const char *const | kRemoteConnectionError = _("Failed to establish connection with remote repository.") |
const char *const | kTagNotFound = _("Tag not found.") |
const char *const | kTagCreationFailed = _("Failed to create tag.") |
const char *const | kTagDeletionFailed = _("Failed to delete tag.") |
const char *const | kUnknownError = _("Unknown error.") |
const char *const | kNoError = _("No error.") |
const char* const KIGIT_ERROR::kAuthenticationFailed = _("Authentication failed for remote repository.") |
Definition at line 46 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kBranchCreationFailed = _("Failed to create branch.") |
Definition at line 50 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kBranchDeletionFailed = _("Failed to delete branch.") |
Definition at line 51 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kBranchNotFound = _("Branch not found.") |
Definition at line 49 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kCheckoutFailed = _("Failed to perform checkout operation.") |
Definition at line 54 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kCloneFailed = _("Failed to clone repository.") |
Definition at line 44 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kCommitFailed = _("Failed to commit changes.") |
Definition at line 40 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kFileNotFoundInCheckout = _("File not found during checkout operation.") |
Definition at line 55 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kInvalidRepository = _("Invalid repository.") |
Definition at line 39 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kMergeConflict = _("Merge conflict encountered.") |
Definition at line 58 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kMergeFailed = _("Failed to merge branches.") |
Definition at line 41 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kNoError = _("No error.") |
Definition at line 73 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kNoUpstreamBranch = _("No upstream branch configured.") |
Definition at line 64 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kPullFailed = _("Failed to pull changes from remote repository.") |
Definition at line 62 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kPushFailed = _("Failed to push changes to remote repository.") |
Definition at line 63 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kRebaseConflict = _("Rebase conflict encountered.") |
Definition at line 59 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kRemoteConnectionError = _("Failed to establish connection with remote repository.") |
Definition at line 65 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kRemoteNotFound = _("Remote repository not found.") |
Definition at line 45 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kTagCreationFailed = _("Failed to create tag.") |
Definition at line 69 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kTagDeletionFailed = _("Failed to delete tag.") |
Definition at line 70 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kTagNotFound = _("Tag not found.") |
Definition at line 68 of file kicad_git_errors.cpp.
const char* const KIGIT_ERROR::kUnknownError = _("Unknown error.") |
Definition at line 72 of file kicad_git_errors.cpp.