diff options
author | Unknwon <u@gogs.io> | 2015-12-10 11:18:56 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-10 11:18:56 -0500 |
commit | c6083c335e53a860fd4c500a86dcdda49a16515e (patch) | |
tree | 2b7699e3c59a0efeabacd00318df475c4534658a /conf/locale/locale_pl-PL.ini | |
parent | 2e9c4ddedb9d4e585b095d066362e78bf8bff6aa (diff) | |
download | gitea-c6083c335e53a860fd4c500a86dcdda49a16515e.tar.gz gitea-c6083c335e53a860fd4c500a86dcdda49a16515e.zip |
#1612 Ability to send mail when a new pull request is submitted
Diffstat (limited to 'conf/locale/locale_pl-PL.ini')
-rwxr-xr-x | conf/locale/locale_pl-PL.ini | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index 35e9f83b28..9d2bded528 100755 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -28,6 +28,7 @@ organization=Organizacja mirror=Mirror new_repo=Nowe repozytorium new_migrate=Nowa migracja +new_mirror=New Mirror new_fork=Forkuj repozytorium new_org=Nowa organizacja manage_org=Zarządzaj organizacjami @@ -352,6 +353,8 @@ auto_init=Initialize this repository with selected files and template create_repo=Utwórz repozytorium default_branch=Domyślna gałąź mirror_interval=Odświeżanie mirrorów (godziny) +mirror_address=Mirror Address +mirror_address_desc=Please include necessary user credentials in the address. watchers=Watchers stargazers=Stargazers forks=Forks @@ -369,6 +372,7 @@ migrate.permission_denied=You are not allowed to import local repositories. migrate.invalid_local_path=Ścieżka jest niepoprawna. Nie istnieje lub nie jest katalogiem. migrate.failed=Migration failed: %v +mirror_from=mirror from forked_from=sklonowany z fork_from_self=You cannot fork a repository you already own! copy_link=Kopiuj @@ -506,9 +510,9 @@ pulls.merged=Scalone pulls.has_merged=This pull request has been merged successfully! pulls.data_broken=Data of this pull request has been broken due to deletion of fork information. pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments. -pulls.can_auto_merge_desc=You can perform auto-merge operation on this pull request. -pulls.cannot_auto_merge_desc=You can't perform auto-merge operation because there are conflicts between commits. -pulls.cannot_auto_merge_helper=Please use command line tool to solve it. +pulls.can_auto_merge_desc=This pull request can be merged automatically. +pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts. +pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts. pulls.merge_pull_request=Scal Pull Request pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.` @@ -1018,7 +1022,7 @@ comment_issue=`skomentował problem <a href="%s/issues/%s">#%[2]s %[3]s</a>` merge_pull_request=scalił pull request <a href="%s/pulls/%s"> %s #%[2]s"</a> transfer_repo=przeniósł repozytorium <code>%s</code> do <a href="%s">%s</a> push_tag=opublikował tag <a href="%s/src/%s">%[2]s</a> w <a href="%[1]s">%[3]s</a> -compare_commits=Zobacz porównanie tych %d commitów +compare_commits=View comparison for these %d commits [tool] ago=temu |