Skip to content

Commit

Permalink
Merge branch 'transmission-remote-gui:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jure965 authored Sep 2, 2022
2 parents 380be2c + a89ea1f commit 6acbd1d
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 116 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ matrix:
env:
- task=shfmt
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.4 shfmt -sr -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:3.4.0 shfmt -sr -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code

Expand Down Expand Up @@ -146,7 +146,7 @@ matrix:
deploy: *deploy

- os: osx
osx_image: xcode11.1
osx_image: xcode11.3
stage: build
env:
- arch=osx
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- [Using Chocolatey](#using-chocolatey)
- [macOS](#macos)
- [Without a package manager](#without-a-package-manager)
- [Homebrew-Cask](#homebrew-cask)
- [Homebrew](#homebrew)
- [Command line parameters](#command-line-parameters)
- [Portable mode](#portable-mode)
- [Fixed hotkeys](#fixed-hotkeys)
Expand Down Expand Up @@ -100,15 +100,11 @@ This method needs no additional pre-requirement or dependency, just:
2. Open the image file to mount the image.
3. Directly run the application or drag the app icon to your disk / Application folder.

#### Homebrew-Cask
#### Homebrew

You need to have [Homebrew](https://brew.sh/) installed, and [Homebrew-Cask](https://caskroom.github.io/) enabled, with Homebrew, you can enable Homebrew-Cask by a single command, skip this step if you already got it:
You need to have [Homebrew](https://brew.sh/) installed. Execute this command to install Transmission Remote Gui:

- `brew tap caskroom/cask`

With Homebrew-Cask, directly execute this command to install Transmission Remote Gui:

- `brew cask install transmission-remote-gui`
- `brew install --cask transmission-remote-gui`

## Command line parameters

Expand Down
8 changes: 6 additions & 2 deletions addtorrent.pas
Original file line number Diff line number Diff line change
Expand Up @@ -935,12 +935,14 @@ procedure TAddTorrentForm.OKButtonClick(Sender: TObject);

s := CorrectPath(cbDestFolder.Text);
e := edExtension.Text;
i := cbDestFolder.Items.IndexOf(s);
try
DeleteDirs (0); // check count items
i := cbDestFolder.Items.IndexOf(s);
if i < 0 then begin
DeleteDirs (1); // prepare for new item
cbDestFolder.Items.Add (s);
i:=cbDestFolder.Items.IndexOf(s);
cbDestFolder.ItemIndex:= i; // Re-set item index in case DeleteDirs actually deleted a dir and removed the text from the combobox
pFD := FolderData.create;
pFD.Hit:= 1;
pFD.Ext:= e;
Expand All @@ -954,7 +956,9 @@ procedure TAddTorrentForm.OKButtonClick(Sender: TObject);
pFD.Txt:= s;
pFD.Lst:= SysUtils.Date;
cbDestFolder.Items.Objects[i]:= pFD;
DeleteDirs (0); // check count items
if cbDestFolder.ItemIndex < 0 then begin // as above, if DeleteDirs ended up deleting stuff...
cbDestFolder.ItemIndex:= i;
end;
end;
except
MessageDlg('Error: LS-002. Please contact the developer', mtError, [mbOK], 0);
Expand Down
2 changes: 1 addition & 1 deletion lang/transgui.hu
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ No to all=Mindenre nem
Normal priority=Normál prioritás
normal=normál
of=/
Open containing folder=tartalmazó mappa megnyitása
Open containing folder=Tartalmazó mappa megnyitása
Open=Megnyitás
Password=Jelszó
Paths=Elérési utak
Expand Down
41 changes: 27 additions & 14 deletions lang/transgui.nl
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ Disk cache size=Schijf cache grootte
Download speeds (KB/s)=Download snelheid (KB/s)
Edit tracker=Bewerk tracker
Enable Local Peer Discovery=Local Peer Discovery inschakelen
Free disk space=Vrije schijfruimte
Free: %s=Vrij: %s
Free disk space=Beschikbare schijfruimte
Free: %s=Beschikbaar: %s
From=Van
minutes=minuten
Misc=Overig
Expand All @@ -252,7 +252,7 @@ Proxy=Proxy
Remove tracker=Verwijder tracker
Rename=Hernoem
Speed limit menu items=Snelheidslimiet menu items
Stop seeding when inactive for=Stop seeden wanneer inactief gedurende
Stop seeding when inactive for=Stop met seeden wanneer inactief gedurende
The invalid time value was entered=De verkeerde tijdwaarde ingevoerd
to=naar
Tracker announce URL=Tracker announce URL
Expand All @@ -279,13 +279,13 @@ Force start=Forceer start
Home page=Home page
Modify trackers=Trackers aanpassen
Move bottom=Plaats onderaan
Move down queue=Verplaats omlaag wachtrij
Move down queue=Verplaats omlaag in wachtrij
Move down=Verplaats omlaag
Move top=Plaats bovenaan
Move up queue=Verplaats omhoog wachtrij
Move up queue=Verplaats omhoog in wachtrij
Move up=Verplaats omhoog
No updates have been found.~You are running the latest version of %s=Geen updates gevonden.~U gebruikt de recentste versie van %s
Queue position=Wachtrij position
Queue position=Wachtrij positie
Queue=Wachtrij
Torrents that are idle for N minuets aren't counted toward the Download queue or Upload queue=Torrents die inactief zijn voor N minuten worden niet mee geteld bij de Download wachtrij of the Upload wachtrij
Tracker grouping=Tracker groepering
Expand All @@ -294,7 +294,7 @@ View=Weergave
Visit home page=Bezoek home page
days=dagen
Active time=Tijd actief
Automatically add torrent links from the clipboard=Voeg automatisch torrent links van het klembord toe
Automatically add torrent links from the clipboard=Voeg automatisch torrent-links van het klembord toe
Copy file path to clipboard=Kopieer bestandspad naar klembord
Cumulative=Cumulatief
Current=Huidig
Expand All @@ -304,9 +304,11 @@ Global statistics=Algemene statistieken
Info pane=Info paneel
Statistics=Statistieken
Status bar=Statusbalk
%dd=%dd
%dh=%dh
%dm=%dm
%dd=%ddag(en)
%dh=%duur
%dm=%dmin
%dmo=%dmaand
%dy=%djaar
All torrents=Alle torrents
Application options=Applicatie opties
Ask for password=Wachtwoord vragen
Expand All @@ -332,8 +334,9 @@ Manage connections=Beheer verbindingen
Network (WAN)=Netwerk (WAN)
New connection to Transmission=Nieuwe verbinding met Transmission
Pick random port on Transmission launch=Kies willekeurige poort bij start Transmission
Please enter a password to connect to %s=Gelieve een paswoord in te voeren om te verbinden met %s
Please enter a password to connect to %s=Gelieve een wachtwoord in te voeren om te verbinden met %s
Please specify how %s will connect to a remote host running Transmission daemon (service)=Gelieve op te geven hoe %s zal verbinden met een Transmission server
Prompt for download options when adding a new torrent=Vraag naar downloadopties bij toevoegen van een nieuwe torrent
RPC path=RPC pad
Save as=Opslaan als
Seeding time=Seedtijd
Expand All @@ -354,15 +357,25 @@ Done: %s=Klaar: %s
Selected: %s=Geselecteerd: %s
Export settings=Exporteer instellingen
Import settings=Importeer instellingen
Size left=Grootte links
Size left=Grootte resterend
Always auto-reconnect=Altijd automatisch herverbinden
The maximum history of directories for storage of torrents=De maximum geschiedenis van directories voor de opslag van torrents
The maximum history of directories for storage of torrents=De maximum geschiedenis van mappen voor de opslag van torrents
Delete destination folder=Wis doelmap
Template:=Sjabloon:
for example: *.avi *.mkv=bijvoorbeeld: *.avi *.mkv
Copy Magnet Link(s)=Kopieer Magnet koppeling(en)
Application Options (Ctrl+F9)=Toepassing Opties (Ctrl+F9)
Application Options (Ctrl+F9)=Applicatie Opties (Ctrl+F9)
Connection refused=Verbinding geweigerd
Access violation=Toegangsschending
Menu=Menu
Toolbar=Werkbalk
Connection timed out=Verbinding time-out
Other Winsock error=Andere Winsock fout
Default=Standaard
Left->Right=Links->Rechts
Right->Left=Rechts->Links
Right->Left (No Align)=Rechts->Links (Geen Uitlijning)
Right->Left (Reading Only)=Rechts->Links (Enkel Lezen)
Host not found=Host niet gevonden
User Menu=Gebruikersmenu
Unauthorized User=Onbevoegde Gebruiker
32 changes: 16 additions & 16 deletions lang/transgui.sv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TranslationLanguage=Svenska
%ds=%ds
%s (%d hashfails)=%s (%d hashfel)
%s (%s done)=%s (%s klar)
'%s' has finished downloading='%s' är klar med nerladdningen
'%s' has finished downloading='%s' är klar med nedladdningen
%s%s%d downloading, %d seeding%s%s, %s=%s%s%d laddar ner, %d delar%s%s, %s
&All=&Alla
&Close=&Stäng
Expand Down Expand Up @@ -49,12 +49,12 @@ Donate to support further development=Donera för att stödja fortsatt utvecklin
Donate via PayPal,WebMoney,Credit card=Donera via PayPal,WebMoney,Credit card
Done=Färdig
Don't download=Ladda inte ner
Down limit=Nerladdningsgräns
Down speed=Nerladdningshastighet
Down limit=Nedladdningsgräns
Down speed=Nedladdningshastighet
Down=Ner
Download complete=Nerladdning klar
Download speed=Nerladdingshastighet
Downloaded=Nerladdad
Download complete=Nedladdning klar
Download speed=Nedladdingshastighet
Downloaded=Nedladdad
Downloading=Laddar ner
Enable DHT=Aktivera DHT
Enable Peer Exchange=Aktivera Peer Exchange
Expand Down Expand Up @@ -96,7 +96,7 @@ License=Licens
Low priority=Låg prioritet
low=låg
Max peers=Max antal peers
Maximum download speed=Max nerladdningshastighet
Maximum download speed=Max nedladdningshastighet
Maximum upload speed=Max uppladdningshastighet
MB=MB
Minimize to tray=Minimera till aktivitetsfältet
Expand Down Expand Up @@ -194,8 +194,8 @@ Wasted=Bortkastat
Working=Arbetar
Yes to &All=Ja till &allt
No tracker=Ingen tracker
%s downloaded=%s nerladdat
%s of %s downloaded=%s av %s nerladdat
%s downloaded=%s nedladdat
%s of %s downloaded=%s av %s nedladdat
%d torrents=%d torrents
Add .part extension to incomplete files=Lägg till .part på ofullständiga filer
Add torrent link=Lägg till en torrentlänk
Expand All @@ -213,10 +213,10 @@ No torrent location was specified=Ingen torrentplats var specifierad
Path=Sökväg
Reannounce (get more peers)=Tillkännage (skaffa flera peers)
Set data location=Sätt dataplats
Size to download=Storlek på nerladdning
Size to download=Storlek på nedladdning
The block list has been updated successfully.~The list entries count: %d=Blockeringslistan blev uppdaterad.~Det är %d registrerade i listan
The directory for incomplete files was not specified=Mappen för ofullständiga filer var inte specifierad
The downloads directory was not specified=Nerladdningsmappen var inte specificerad
The downloads directory was not specified=Nedladdningsmappen var inte specificerad
Torrent data location=Dataplats for torrent
Torrents=Torrents
Unable to execute "%s"=Kunde inte köra "%s"
Expand All @@ -237,7 +237,7 @@ Are you sure to remove tracker '%s'?=Är du säker på att du vill ta bort track
Days=Dagar
Delete=Ta bort
Disk cache size=Storlek på diskcachen
Download speeds (KB/s)=Nerladdingshastighet (KB/s)
Download speeds (KB/s)=Nedladdingshastighet (KB/s)
Edit tracker=Redigera tracker
Enable Local Peer Discovery=Aktivera Lokal Peer-upptäckt
Free disk space=Ledigt diskutrymme
Expand All @@ -263,7 +263,7 @@ Use alternate bandwidth settings=Använd alternativa bandbreddsinställningar
average=genomsnitt
Browse=Bläddra
Enable µTP=Aktivera µTP
Select a folder for download=Välj nerladdningsmapp
Select a folder for download=Välj nedladdningsmapp
Select torrent location=Välj torrentplats
A new version of %s is available.~Your current version: %s~The new version: %s~Do you wish to open the Downloads web page?=A new version of %s is available.~Your current version: %s~The new version: %s~Do you wish to open the Downloads web page?
Advanced=Avancerad
Expand All @@ -272,7 +272,7 @@ Check for updates=Sök efter uppdateringar
Consider active torrents as stalled when idle for=Anse att aktiva torrents är inaktiva efter
Do you wish to enable automatic checking for a new version of %s?=Vill du aktivera automatisk kontroll av nya versioner av %s?
Donate!=Donera!
Download queue size=Storlek på nerladdningskön
Download queue size=Storlek på nedladdningskön
Error checking for new version=Fel vid koll efter ny version
Folder grouping=Gruppering av mappar
Force start=Tvångsstarta
Expand Down Expand Up @@ -321,7 +321,7 @@ Could not connect to tracker==Kunde inte ansluta till tracker
Data display=Datavisning
Data refresh interval when minimized=Uppdateringsintervall av data vid minimerad
Data refresh interval=Uppdateringsintervall av data
Default download folder on remote host=Nerladdningskatalog på Transmission-servern
Default download folder on remote host=Nedladdningskatalog på Transmission-servern
Disconnect from Transmission=Stäng anslutningen till Transmission
Downloading torrent file=Laddar ner torrentfil
Font size=Storlek på typsnittet
Expand All @@ -335,7 +335,7 @@ New connection to Transmission=Ny anslutning till Transmission
Pick random port on Transmission launch=Använd slumpad port när Transmission startar
Please enter a password to connect to %s=Ange ett lösenord för att ansluta till %s
Please specify how %s will connect to a remote host running Transmission daemon (service)=Ange hur %s kommer ansluta till maskinen som kör Transmission-servern (service)
Prompt for download options when adding a new torrent=Fråga om nerladdningsalternativ när en ny torrent läggs till
Prompt for download options when adding a new torrent=Fråga om nedladdningsalternativ när en ny torrent läggs till
RPC path=RPC-sökväg
Save as=Spara som
Seeding time=Uppladdningstid
Expand Down
15 changes: 14 additions & 1 deletion lang/transgui.tr
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Information=Bilgi
KB/s=KB/s
KB=KB
Language=Dil
Last active=Son aktif zamanı
Last active=Son aktif zaman
License=Lisans
Low priority=Düşük öncelik
low=düşük
Expand Down Expand Up @@ -346,3 +346,16 @@ Torrent not registered with this tracker==Torrent bu izleyiciye kayıtlı değil
Unable to find path mapping.~Use the application's options to setup path mappings=Uzak yol bulunamadı.~Uzak yol ayarlamak için uygulama ayarlarını kullanın
Update trackers for the existing torrent?=Mevcut torrentlerin izleyicileri güncelleştirilsin mi?
You need to restart the application to apply changes=Değişikliklerin aktif olabilmesi için uygulamayı tekrar başlatın
Export settings=Ayarları dışarı aktar
Import settings=Ayarları içeri aktar
Size left=Kalan boyut
Toolbar=Araç çubuğu
Big Toolbar=Büyük Araç Çubuğu
Default=Varsayılan
Left->Right=Soldan Sağa
Right->Left=Sağdan Sola
Right->Left (No Align)=Sağdan Sola (Hizalama Olmadan)
Right->Left (Reading Only)=Sağdan Sola (Salt Okunur)
Copy Magnet Link(s)=Magnet Link(ler)i Kopyala
Menu=Menü
Status bar - Sizes=Durum çubuğu - Boyutlar
Loading

0 comments on commit 6acbd1d

Please sign in to comment.