diff options
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 63dc5cf13b..fede39484c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1061,6 +1061,12 @@ branch.delete_notices_2 = - This operation will permanently delete everything in branch.deletion_success = %s has been deleted. branch.deletion_failed = Failed to delete branch %s. branch.delete_branch_has_new_commits = %s cannot be deleted because new commits have been added after merging. +branch.create_branch = Create branch <strong>%s</strong> +branch.create_from = from '%s' +branch.create_success = Branch '%s' has been created successfully! +branch.branch_already_exists = Branch '%s' already exists in this repository. +branch.branch_name_conflict = Branch name '%s' conflicts with already existing branch '%s'. +branch.tag_collision = Branch '%s' can not be created as tag with same name already exists in this repository. [org] org_name_holder = Organization Name |