Merge pull request #969 from cyian-1756/updatePolishTranslation
Added pl_PL translation
This commit is contained in:
commit
5206b0462e
@ -147,8 +147,20 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
|||||||
public static ResourceBundle rb = Utils.getResourceBundle(null);
|
public static ResourceBundle rb = Utils.getResourceBundle(null);
|
||||||
|
|
||||||
// All the langs ripme has been translated into
|
// All the langs ripme has been translated into
|
||||||
private static String[] supportedLanges = new String[] {"en_US", "de_DE", "es_ES", "fr_CH", "kr_KR", "pt_BR", "pt_PT",
|
private static String[] supportedLanges = new String[] {
|
||||||
"fi_FI", "in_ID", "nl_NL", "porrisavvo_FI", "ru_RU"};
|
"de_DE",
|
||||||
|
"en_US",
|
||||||
|
"es_ES",
|
||||||
|
"fi_FI",
|
||||||
|
"fr_CH",
|
||||||
|
"in_ID",
|
||||||
|
"kr_KR",
|
||||||
|
"nl_NL",
|
||||||
|
"pl_PL",
|
||||||
|
"porrisavvo_FI",
|
||||||
|
"pt_BR",
|
||||||
|
"pt_PT",
|
||||||
|
"ru_RU"};
|
||||||
|
|
||||||
private void updateQueueLabel() {
|
private void updateQueueLabel() {
|
||||||
if (queueListModel.size() > 0) {
|
if (queueListModel.size() > 0) {
|
||||||
|
59
src/main/resources/LabelsBundle_pl_PL.properties
Normal file
59
src/main/resources/LabelsBundle_pl_PL.properties
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
Log = Logi
|
||||||
|
History = Historia
|
||||||
|
created = Stworzono
|
||||||
|
modified = Zmodyfikowano
|
||||||
|
Queue = Kolejka
|
||||||
|
Configuration = Konfiguracja
|
||||||
|
|
||||||
|
# Keys for the Configuration menu
|
||||||
|
|
||||||
|
current.version = Obecna Wersja
|
||||||
|
check.for.updates = Sprawdź dostępność aktualizacji
|
||||||
|
auto.update = Auto Aktualizacja?
|
||||||
|
max.download.threads = Maksymalna Ilośc Pobieranych Plików:
|
||||||
|
timeout.mill = Opóźnienie (w milisekundach):
|
||||||
|
retry.download.count = Liczba ponownych pobrań
|
||||||
|
overwrite.existing.files = Nadpisać istniejące pliki?
|
||||||
|
sound.when.rip.completes = Dźwięk po zakończeniu
|
||||||
|
preserve.order = Zachować porządek
|
||||||
|
save.logs = Zapisz Logi
|
||||||
|
notification.when.rip.starts = Powiadomienie przy uruchomieniu pobierania
|
||||||
|
save.urls.only = Zapisz tylko linki
|
||||||
|
save.album.titles = Zapisz nazwy albumów
|
||||||
|
autorip.from.clipboard = Auto pobieranie ze schowka
|
||||||
|
save.descriptions = Zapisz opis
|
||||||
|
prefer.mp4.over.gif = Preferuj MP4 od GIF
|
||||||
|
restore.window.position = Przywróć pozycję okna
|
||||||
|
remember.url.history = Zapamiętaj historię linków
|
||||||
|
loading.history.from = Załaduj historię z...
|
||||||
|
|
||||||
|
# Misc UI keys
|
||||||
|
|
||||||
|
loading.history.from.configuration = Załaduj historię z ustawień
|
||||||
|
interrupted.while.waiting.to.rip.next.album = Przerwany podczas oczekiwania na zgrywanie następnego albumu
|
||||||
|
inactive = Nieaktywny
|
||||||
|
re-rip.checked = Sprawdź pobrane ripy
|
||||||
|
remove = Usuń
|
||||||
|
clear = Wyczyść
|
||||||
|
download.url.list = Pobierz listę linków
|
||||||
|
select.save.dir = Wybierz ścieżkę zapisu
|
||||||
|
|
||||||
|
# Keys for the logs generated by DownloadFileThread
|
||||||
|
|
||||||
|
nonretriable.status.code = Nieodwracalny kod statusu
|
||||||
|
retriable.status.code = Odzyskiwanie kodu statusu
|
||||||
|
server.doesnt.support.resuming.downloads = Serwer nie obsługuje wznowienia pobierania
|
||||||
|
|
||||||
|
# A "magic number" can also be called a file signature
|
||||||
|
|
||||||
|
was.unable.to.get.content.type.using.magic.number = Nie udało się uzyskać typu zawartości za pomocą magicznej liczby
|
||||||
|
magic.number.was = Magiczną liczbą była
|
||||||
|
deleting.existing.file = Usuwanie istniejących plików
|
||||||
|
request.properties = Poproś o uprawnienia
|
||||||
|
download.interrupted = Pobieranie przerwane
|
||||||
|
exceeded.maximum.retries = Spodziewana ilośc powtórzeń
|
||||||
|
http.status.exception = Wyjątek statusu http
|
||||||
|
exception.while.downloading.file = Wystąpił problem podczas pobierania pliku
|
||||||
|
failed.to.download = Nie można pobrać pliku
|
||||||
|
skipping = Pomijanie
|
||||||
|
file.already.exists = Plik już istnieje
|
Loading…
Reference in New Issue
Block a user