Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions fairchive-persistence/src/main/resources/Bundle_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ dataverse.results.btn.addData=Add Data
dataverse.results.btn.addData.newDataverse=New Collection
dataverse.results.btn.addData.newDataset=New Dataset
dataverse.results.btn.saveToFile=Save to File
dataverse.results.msg.tooManyResults=There are too many results to save them to a file. Try to limit the number of results to a maximum of {0}.
dataverse.results.msg.tooManyResults=There are too many items to save them to a file. Try to limit them to a maximum of {0}.
dataverse.results.dialog.addDataGuest.header=Add Data
dataverse.results.dialog.addDataGuest.msg=You need to <a href="/loginpage.xhtml{0}" title="Log into your account in the repository">Log In</a> to create a collection or add a dataset.
dataverse.results.dialog.addDataGuest.msg.signup=You need to <a href="/loginpage.xhtml{0}" title="Log into or sign up for an account in the repository">Log In/Sign Up</a> to create a collection or add a dataset.
Expand All @@ -1065,7 +1065,7 @@ account.results.empty.browse.loggedin.perms.zero=Here you will see your collecti
dataverse.results.empty.browse.loggedin.perms.hidden=There are no collections within this collection. You can add to it by using the Add Data button on this page.
dataverse.results.empty.link.technicalDetails=More technical details
dataverse.search.facet.error=There was an error with your search parameters. Please <a href="/dataverse/{0}">clear your search</a> and try again.
dataverse.results.count.toofresults={0} to {1} of {2} {2, choice, 0#Results|1#Result|2#Results}
dataverse.results.count.toofresults={0} to {1} of {2} {2, choice, 0#Items|1#Item|2#Items}
dataverse.results.paginator.current=(Current)
dataverse.results.btn.sort=Sort
dataverse.results.btn.sort.option.nameAZ=Name (<span class="sr-only">From A To Z</span><span aria-hidden="true">A-Z</span>)
Expand Down
4 changes: 2 additions & 2 deletions fairchive-persistence/src/main/resources/Bundle_pl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ dataverse.results.btn.addData=Dodaj dane
dataverse.results.btn.addData.newDataverse=Nowa kolekcja
dataverse.results.btn.addData.newDataset=Nowy zbi\u00F3r danych
dataverse.results.btn.saveToFile=Zapisz do pliku
dataverse.results.msg.tooManyResults=Wynik\u00F3w jest zbyt wiele aby zapisa\u0107 je do pliku. Spr\u00F3buj ograniczy\u0107 ich liczb\u0119 do maksymalnie {0}.
dataverse.results.msg.tooManyResults=Za du\u017Co elementów, aby zapisa\u0107 je do pliku. Spr\u00F3buj ograniczy\u0107 ich liczb\u0119 do maksymalnie {0}.
dataverse.results.dialog.addDataGuest.header=Dodaj dane
dataverse.results.dialog.addDataGuest.msg=By utworzy\u0107 kolekcj\u0119 lub doda\u0107 zbi\u00F3r danych musisz si\u0119 <a href="/loginpage.xhtml{0}" title="Zaloguj si\u0119 na swoje konto w repozytorium">zalogowa\u0107</a> .
dataverse.results.dialog.addDataGuest.msg.signup=By utworzy\u0107 kolekcj\u0119 lub doda\u0107 zbi\u00F3r danych, musisz si\u0119 <a href="/loginpage.xhtml{0}" title="Zaloguj si\u0119 lub za\u0142\u00F3\u017C konto w repozytorium">zalogowa\u0107/zarejestrowa\u0107</a>.
Expand All @@ -1040,7 +1040,7 @@ account.results.empty.browse.loggedin.perms.zero=W tym miejscu zobaczysz swoje k
dataverse.results.empty.browse.loggedin.perms.hidden=Ta kolekcja nie zawiera \u017Cadnych kolekcji. Mo\u017Cesz je doda\u0107 korzystaj\u0105c z przycisku "Dodaj dane" na tej stronie.
dataverse.results.empty.link.technicalDetails=Wi\u0119cej szczeg\u00F3\u0142\u00F3w technicznych
dataverse.search.facet.error=Wyst\u0105pi\u0142 b\u0142\u0105d dotycz\u0105cy Twoich parametr\u00F3w wyszukiwania. <a href="/dataverse/{0}">Usu\u0144 parametry wyszukiwania</a> i spr\u00F3buj ponownie.
dataverse.results.count.toofresults=Od {0} do {1} z {2} {2,choice,0#Wynik\u00F3w|1#Wyniku|1<Wynik\u00F3w}
dataverse.results.count.toofresults=Od {0} do {1} z {2} {2,choice,0#Element\u00F3w|1#Elementu|1<Element\u00F3w}
dataverse.results.paginator.current=(Aktualna)
dataverse.results.btn.sort=Sortuj
dataverse.results.btn.sort.option.nameAZ=Nazwa (<span class="sr-only">Od A Do Zet</span><span aria-hidden="true">A-Z</span>)
Expand Down
Loading
Loading