Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-37595 - Add support for polish localization
  • Loading branch information
klimas7 committed Aug 22, 2016
1 parent be85fd7 commit ebda69f
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Expand Up @@ -4,5 +4,5 @@
Since we don't really have anything dynamic here, let's just use static HTML.
-->
<div>
${%general.description}
Adds ability to choose from git repository revisions or tags
</div>
1 change: 0 additions & 1 deletion src/main/resources/index.properties

This file was deleted.

@@ -0,0 +1,13 @@
parameter.name=Nazwa
parameter.description=Opis
parameter.type=Typ
parameter.tag=Tag
parameter.tag.filter=Tag Filtr
parameter.branch=Branch
parameter.branch.filter=Branch Filtr
parameter.branch.or.tag=Branch lub Tag
parameter.revision=Revision
parameter.sort.mode=Rodzaj sortowania
parameter.default.value=Domy\u015Blna warto\u015B\u0107
parameter.selected.value=Zaznaczana warto\u015B\u0107
parameter.quick.filter=Szybkie filtrowanie
@@ -0,0 +1,4 @@
<div>
Wyrażenie regularne używane do filtrowanie wyświetlanych gałęzi. Jeżeli puste filtr ustawiany jest na ".*"<br />
Zdalne gałęzie będą zawierać nazwę zdalnego repozytorium np. "origin/master"
</div>
@@ -0,0 +1,4 @@
<div>
Nazwa gałęzi, z której pobierane są rewizje do wyświetlenia.
Jeżeli puste to pobierane są wszystkie rewizje.
</div>
@@ -0,0 +1,3 @@
<div>
Ta wartość zwracana jest, kiedy lista jest pusta.
</div>
@@ -0,0 +1,3 @@
<div>
Opis, który będzie wyświetlony użytkownikowi.
</div>
@@ -0,0 +1,3 @@
<div>
Nazwa parametru.
</div>
@@ -0,0 +1,4 @@
<div>
Po zaznaczeniu tej opcji zostanie wyświetlone dodatkowe pole tekstowe.<br/>
Będzie możliwe filtrowanie parametrów już po załadowaniu.
</div>
@@ -0,0 +1,4 @@
<div>
Która wartość jest zaznaczana, po załadowaniu parametrów.<br/>
Jeśli wybrano 'default', ale wartość domyślna nie jest dostępna na liście, nic nie zostaje zaznaczone.
</div>
@@ -1,11 +1,11 @@
<div>
Select the following sorting options for tags/branches/branches_or_tags
Wybór sposobu sortowania pobranych parametrów. Dotyczy tylko parametru typu gałąź, tag.
<ul>
<li>none</li>
<li>descending</li>
<li>ascending</li>
<li>ascending smart</li>
<li>descending smart</li>
</ul>
For the smart variants the compare treats a sequence of digits as a number.
Przy wyborze inteligentnego (smart) sortowania sekwencje cyfr porównywane są jako liczby.
</div>
@@ -0,0 +1,5 @@
<div>
Ten parametr jest używany jest do pobierania tagów z repozytorium git.<br/>
Jeżeli parametr jest nieustawiony to przyjmuje wartość "*".<br/>
Wykonywane jest polecenie: <tt>git tag -l "*"</tt> lub <tt>git tag -l "$tagFilter"</tt>.
</div>
Expand Up @@ -2,7 +2,9 @@
The type of the list of parameters:
<ul>
<li>Tag - list of all commit tags in repository - returns Tag Name</li>
<li>Branch - list of all branch in repository - returns Branch Name</li>
<li>Revision - list of all revision sha1 in repository followed
by its author and date - returns Tag SHA1</li>

</ul>
</div>
@@ -0,0 +1,8 @@
<div>
Typ listy parametrów:
<ul>
<li>Tag - lista tagów z repozytorium - zwraca nazwy Tagów</li>
<li>Branch - lista gałęzi z repozytorium - zwraca nazwy gałęzi</li>
<li>Revision - lista wszystkich rewizji (commits) sha1 z repozytorium zawiera autora i date - zwraca tag SHA1 autora i datę</li>
</ul>
</div>
@@ -1,6 +1,5 @@
<div>
<p>When used, this parameter will present a build-time a choice to select a Git tag (or revision number) which set a parameter for parametrized build.</p>
<p>Be aware that git does not allow us get additional information (like author/commmit date) from a remote URL this plugin will silently clone the project when your workspace is empty. This may take a long time when we have a slow connection and/or the checkout is big.</p>
<p>Your workspace is empty when you start the first build or when you have explicitly deleted the workspace.</p>
<p>Often the parameter defined in the "Name" field is used to specify the branch of the git checkout.</p>
</div>
@@ -0,0 +1,5 @@
<div>
<p>Ten parametr prezentuje dane z repozytorium Git takie jak: dostępne gałęzie, tagi, rewizje (wraz z datą wprowadzenia i autorem).</p>
<p>Należy pamiętć, że Git nie udostępnia bezpośrednio takich danych jak autor/data wprowadzenia ze zdalnego repozytorium. Ta wtyczka pobiera te dane w tle. Dlatego prezentacja danych może potrwać chwilę jeżeli repozytorium jest duże lub łącze internetowe jest wolne.</p>
<p>Często wtyczka ta wykorzystywana jest do określenia z jakiej gałęzi ma być budowany projekt.</p>
</div>
@@ -1,2 +1,2 @@
retrieving.references=Retrieving Git references
retrieving.references=Retrieving Git references...
needs.to.clone=If you wipe out your workspace, the plugin needs to clone the repository before it can list the tags/revisions. This may take some time if you have a slow connection or the repository is big.
@@ -0,0 +1,2 @@
retrieving.references=Pobieranie danych...
needs.to.clone=Je\u015Bli przestrze\u0144 robocza jest pusta, wtyczka musi sklonowa\u0107 repozytorium, zanim b\u0119dzie mog\u0142a wy\u015Bwietli\u0107 zawarto\u015B\u0107. Mo\u017Ce to chwil\u0119 potrwa\u0107, je\u015Bli masz wolne po\u0142\u0105czenie lub repozytorium jest du\u017Ce.
@@ -1,5 +1,4 @@
GitParameterDefinition.DisplayName=Git Parameter
GitParameterDefinition.noWorkspaceError=You have to build your project at least once to use this parameter.
GitParameterDefinition.noRepositoryConfigured=!No Git repository configured in SCM configuration
GitParameterDefinition.invalidBranchPattern=The pattern {0} does not appear to be valid.
GitParameterDefinition.unexpectedError=Unexpected error!
Expand Down
@@ -0,0 +1,9 @@
GitParameterDefinition.DisplayName=Git Parameter
GitParameterDefinition.noRepositoryConfigured=!Nie ustawiono repozytorium Git w konfiguracji SCM
GitParameterDefinition.invalidBranchPattern=Wzorzec {0} nie jest prawid\u0142owym wyra\u017Ceniem regularnym.
GitParameterDefinition.unexpectedError=Niespodziewany b\u0142\u0105d!
GitParameterDefinition.lookAtLog=Prosz\u0119 sprawd\u017A logi
GitParameterDefinition.branchFilterNotValid=Ustawienie branchFilter nie jest prawid\u0142owym wyra\u017Ceniem regularnym. Ustawiono '.*'
GitParameterDefinition.genContentsCloneDone=Klonowanie wykonane
GitParameterDefinition.getRepoScmFailed=B\u0142\u0105d przy obs\u0142udze repo scm
GitParameterDefinition.notFindAuthorPattern=Nie znaleziono wzorca autora

0 comments on commit ebda69f

Please sign in to comment.