Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some updates to installation texts #3623

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sign_in_with = Sign in with
sign_out = Sign Out
sign_up = Sign Up
link_account = Link Account
link_account_signin_or_signup = Login with existing credentials to link your existing account to this account. Or, sign up for a new one
link_account_signin_or_signup = Login with existing credentials to link your existing account to this account. Or, sign up for a new one.
register = Register
website = Website
version = Version
Expand All @@ -20,7 +20,7 @@ notifications = Notifications
create_new = Create…
user_profile_and_more = User profile and more
signed_in_as = Signed in as
enable_javascript = This website works better with JavaScript
enable_javascript = This website works better with JavaScript.

username = Username
email = Email
Expand Down Expand Up @@ -83,21 +83,21 @@ general_title = General Application Settings
app_name = Application Name
app_name_helper = You can put your organization name here.
repo_path = Repository Root Path
repo_path_helper = All remote Git repositories will be saved to this directory.
repo_path_helper = All Git repositories will be saved to this directory.
lfs_path = LFS Root Path
lfs_path_helper = Files stored with Git LFS will be stored in this directory. Leave empty to disable LFS.
run_user = Run User
run_user_helper = The user must have access to Repository Root Path and run Gitea.
domain = Domain
domain_helper = This affects SSH clone URLs.
domain = SSH Domain
domain_helper = This domain name is used to construct SSH clone URLs.
ssh_port = SSH Port
ssh_port_helper = Port number which your SSH server is using. Leave it empty to disable.
http_port = HTTP Port
http_port_helper = Port number which application will listen on.
http_port = Local HTTP Port
http_port_helper = The port on which gitea serves its web interface in its execution context (e.g. a container).
app_url = Application URL
app_url_helper = This affects HTTP/HTTPS clone URL and some email notifications.
log_root_path = Log Path
log_root_path_helper = Directory to write log files to.
log_root_path_helper = Log files are written here.

optional_title = Optional Settings
email_title = Email Service Settings
Expand Down Expand Up @@ -130,7 +130,7 @@ admin_title = Admin Account Settings
admin_name = Username
admin_password = Password
confirm_password = Confirm Password
admin_email = Admin Email
admin_email = Email
install_btn_confirm = Install Gitea
test_git_failed = Could not test 'git' command: %v
sqlite3_not_available = Your current version does not support SQLite3, please download the official binary version from %s, NOT the gobuild version.
Expand All @@ -141,9 +141,9 @@ save_config_failed = Failed to save configuration: %v
invalid_admin_setting = Admin account setting is invalid: %v
install_success = Welcome! Thank you for choosing Gitea. Have fun. And, take care!
invalid_log_root_path = Log root path is invalid: %v
default_keep_email_private = Default Value for Keep Email Private
default_keep_email_private = Set new users' email visibility to hidden
default_keep_email_private_popup = This is the default value for the visibility of the user's email address. If set to true the email address of all new users will be hidden until the user changes his setting.
default_allow_create_organization = Default permission value for new users to create organizations
default_allow_create_organization = Allow new users to create organizations
default_allow_create_organization_popup = This is default permission value that will be assigned for new users. If set to true new users will be allowed to create Organizations.
default_enable_timetracking = Enable time tracking by default
default_enable_timetracking_popup = Repositories will have time tracking enabled by default depending on this setting
Expand Down