diff options
author | Unknwon <u@gogs.io> | 2016-08-28 04:31:42 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-28 04:31:42 -0700 |
commit | ba27d71abea437af2f0612a8960eea651ec2df59 (patch) | |
tree | 2e0d34def64d5eb4c91aebf5e9b6a8003138193b /conf/locale | |
parent | 7115e3a4d578ec024f9acbc043e38326bff4117e (diff) | |
download | gitea-ba27d71abea437af2f0612a8960eea651ec2df59.tar.gz gitea-ba27d71abea437af2f0612a8960eea651ec2df59.zip |
Web editor: improve edit file
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 222440ee42..c69d6f39f2 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -426,14 +426,9 @@ file_view_raw = View Raw file_permalink = Permalink file_too_large = This file is too large to be shown -cancel_lower = cancel -or = or -upload_files = Upload files -edit_file = Edit file -unable_to_update_file = Unable to update this file, error occurred -filename_help = To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. -new_branch = new branch editor.new_file = New file +editor.edit_file = Edit file +editor.preview_changes = Preview Changes editor.cannot_edit_non_text_files = Cannot edit non-text files editor.edit_this_file = Edit this file editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file @@ -441,6 +436,10 @@ editor.fork_before_edit = You must fork this repository before editing the file editor.delete_this_file = Delete this file editor.must_have_write_access = You must have write access to make or propose changes to this file editor.file_delete_success = File '%s' has been deleted successfully! +editor.name_your_file = Name your file... +editor.filename_help = To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or = or +editor.cancel_lower = cancel editor.commit_changes = Commit Changes editor.add_tmpl = Add '%s/<filename>' editor.add = Add '%s' @@ -458,14 +457,11 @@ editor.filename_is_a_directory = The filename '%s' is an existing directory in t editor.file_editing_no_longer_exists = The file '%s' you are editing no longer exists in the repository. editor.file_changed_while_editing = File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes. editor.file_already_exists = A file with name '%s' already exists in this repository. -editor.failed_to_upload_files = An error occurred while updating file: %v editor.no_changes_to_show = There are no changes to show. +upload_files = Upload files upload_file = Upload file add_files_to_dir = Add files to %s add_subdir = Add subdirectory... -name_your_file = Name your file... -copy_file_path_to_clipboard = Copy file path to clipboard -preview_changes = Preview Changes commits.commits = Commits commits.search = Search commits |