diff options
author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-01-02 00:30:00 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-01-05 19:21:49 +0100 |
commit | 4e6d048ba10981dd3443e3f9e373ee0821fe01ed (patch) | |
tree | 30711453550e5c3608a4a3d1a2f64453d0b9ba32 /conf | |
parent | 0df39b33ebcff50df537f4682a72dcc29f046d01 (diff) | |
download | gitea-4e6d048ba10981dd3443e3f9e373ee0821fe01ed.tar.gz gitea-4e6d048ba10981dd3443e3f9e373ee0821fe01ed.zip |
i18n-fix for split-view
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5e850dcb6b..10bb0d3c63 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -296,8 +296,8 @@ add_key = Add Key ssh_desc = This is a list of SSH keys associated with your account. As these keys allow anyone using them to gain access to your repositories, it is highly important that you make sure you recognize them. ssh_helper = <strong>Don't know how?</strong> Check out GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you might encounter using SSH. add_new_key = Add SSH Key -ssh_key_been_used = Public key content has been used. -ssh_key_name_used = Public key with same name has already existed. +ssh_key_been_used = Public key content has been used. +ssh_key_name_used = Public key with same name has already existed. key_name = Key Name key_content = Content add_key_success = New SSH key '%s' has been added successfully! @@ -525,7 +525,7 @@ milestones.new = New Milestone milestones.open_tab = %d Open milestones.close_tab = %d Closed milestones.closed = Closed %s -milestones.no_due_date = No due date +milestones.no_due_date = No due date milestones.open = Open milestones.close = Close milestones.new_subheader = Create milestones to organize your issues. @@ -575,7 +575,7 @@ settings.wiki_desc = Enable wiki to allow people write documents settings.use_external_wiki = Use external wiki settings.external_wiki_url = External Wiki URL settings.external_wiki_url_desc = Visitors will be redirected to URL when they click on the tab. -settings.issues_desc = Enable builtin lightweight issue tracker +settings.issues_desc = Enable builtin lightweight issue tracker settings.use_external_issue_tracker = Use external issue tracker settings.tracker_url_format = External Issue Tracker URL Format settings.tracker_url_format_desc = You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index. @@ -588,7 +588,7 @@ settings.delete = Delete This Repository settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. settings.transfer_notices_1 = - You will lose access if new owner is a individual user. settings.transfer_notices_2 = - You will conserve access if new owner is an organization and if you're one of the owners. -settings.transfer_form_title = Please enter following information to confirm your operation: +settings.transfer_form_title = Please enter following information to confirm your operation: settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone. settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. settings.delete_notices_fork_1 = - If this repository is public, all forks will be became independent after deletion. @@ -668,6 +668,8 @@ diff.parent = parent diff.commit = commit diff.data_not_available = Diff Data Not Available. diff.show_diff_stats = Show Diff Stats +diff.show_split_view = Split View +diff.show_inline_view = Inline View diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong> diff.bin = BIN diff.view_file = View File |