Fixed locale

Signed-off-by: Konrad <konrad@kola-entertainments.de>
This commit is contained in:
Konrad Langenberg 2017-10-10 23:04:48 +02:00 committed by Konrad
parent 8d98af391d
commit 61975ad89c

View File

@ -503,14 +503,14 @@ migrate.clone_local_path = or local server path
migrate.permission_denied = You are not allowed to import local repositories.
migrate.invalid_local_path = Invalid local path, it does not exist or not a directory.
migrate.failed = Migration failed: %v
migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'git?lfs?fetch?--all' and 'git?lfs?push?--all' instead.
migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'git lfs fetch --all' and 'git lfs push --all' instead.
mirror_from = mirror of
forked_from = forked from
fork_from_self = You cannot fork a repository you already own!
copy_link = Copy
copy_link_success = Copied!
copy_link_error = Press ?-C or Ctrl-C to copy
copy_link_error = Press -C or Ctrl-C to copy
copied = Copied OK
unwatch = Unwatch
watch = Watch
@ -1312,7 +1312,7 @@ auths.tip.github = Register a new OAuth application on https://github.com/settin
auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console (https://console.developers.google.com/)
auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
auths.tip.twitter = Go to https://dev.twitter.com/apps , create an application and ensure that the ?Allow this application to be used to Sign in with Twitter? option is enabled.
auths.tip.twitter = Go to https://dev.twitter.com/apps , create an application and ensure that the "Allow this application to be used to Sign in with Twitter" option is enabled.
auths.edit = Edit Authentication Settings
auths.activated = This authentication is activated
auths.new_success = The authentication '%s' has been added.