From ca81c2e6d3b3e97342d40dfffbf2d896fc7835e1 Mon Sep 17 00:00:00 2001
From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com>
Date: Thu, 4 Jul 2024 06:13:46 +1000
Subject: [PATCH] Added Norwegian translation, blanks for other common
languages
---
NUSGet.pyproject | 5 +-
resources/translations/nusget_fr.qm | Bin 0 -> 33 bytes
resources/translations/nusget_fr.ts | 200 ++++++++++++++++++++++++++
resources/translations/nusget_it.qm | Bin 0 -> 33 bytes
resources/translations/nusget_it.ts | 200 ++++++++++++++++++++++++++
resources/translations/nusget_nb.qm | Bin 0 -> 9593 bytes
resources/translations/nusget_nb.ts | 213 ++++++++++++++++++++++++++++
resources/translations/nusget_no.qm | Bin 232 -> 9593 bytes
resources/translations/nusget_no.ts | 77 +++++-----
9 files changed, 662 insertions(+), 33 deletions(-)
create mode 100644 resources/translations/nusget_fr.qm
create mode 100644 resources/translations/nusget_fr.ts
create mode 100644 resources/translations/nusget_it.qm
create mode 100644 resources/translations/nusget_it.ts
create mode 100644 resources/translations/nusget_nb.qm
create mode 100644 resources/translations/nusget_nb.ts
diff --git a/NUSGet.pyproject b/NUSGet.pyproject
index 7d69181..a1dd8a3 100644
--- a/NUSGet.pyproject
+++ b/NUSGet.pyproject
@@ -3,6 +3,9 @@
"NUSGet.py",
"./qt/py/ui_MainMenu.py",
"./resources/translations/nusget_es.ts",
- "./resources/translations/nusget_no.ts"
+ "./resources/translations/nusget_no.ts",
+ "./resources/translations/nusget_nb.ts",
+ "./resources/translations/nusget_fr.ts",
+ "./resources/translations/nusget_it.ts"
]
}
diff --git a/resources/translations/nusget_fr.qm b/resources/translations/nusget_fr.qm
new file mode 100644
index 0000000000000000000000000000000000000000..644c77682fc91fa218711b0bfdad79317096f95d
GIT binary patch
literal 33
ocmcE7ks@*G{hX<16=n7(EZlo{IRgU&Yg$pfTTlm(#l*}A0Q>w4$N&HU
literal 0
HcmV?d00001
diff --git a/resources/translations/nusget_fr.ts b/resources/translations/nusget_fr.ts
new file mode 100644
index 0000000..89d223c
--- /dev/null
+++ b/resources/translations/nusget_fr.ts
@@ -0,0 +1,200 @@
+
+
+
+
+ MainWindow
+
+
+ NUSGet v{nusget_version}
+Developed by NinjaCheetah
+Powered by libWiiPy {libwiipy_version}
+DSi support provided by libTWLPy {libtwlpy_version}
+
+Select a title from the list on the left, or enter a Title ID to begin.
+
+Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
+
+Titles will be downloaded to a folder named "NUSGet" inside your downloads folder.
+
+
+
+
+ Invalid Title ID
+
+
+
+
+ The Title ID you have entered is not in a valid format!
+
+
+
+
+ Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.
+
+
+
+
+ Title ID/Version Not Found
+
+
+
+
+ No title with the provided Title ID or version could be found!
+
+
+
+
+ Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download.
+
+
+
+
+ Content Decryption Failed
+
+
+
+
+ Content decryption was not successful! Decrypted contents could not be created.
+
+
+
+
+ Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data.
+
+
+
+
+ Ticket Not Available
+
+
+
+
+ No Ticket is Available for the Requested Title!
+
+
+
+
+ A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved.
+
+
+
+
+ Unknown Error
+
+
+
+
+ An Unknown Error has Occurred!
+
+
+
+
+ Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred.
+
+
+
+
+ MainWindow
+
+
+
+
+ Available Titles
+
+
+
+
+ Wii
+
+
+
+
+ vWii
+
+
+
+
+ DSi
+
+
+
+
+ Title ID
+
+
+
+
+ v
+
+
+
+
+ Version
+
+
+
+
+ Console:
+
+
+
+
+ Start Download
+
+
+
+
+ General Settings
+
+
+
+
+ Pack installable archive (WAD/TAD)
+
+
+
+
+ File Name
+
+
+
+
+ Keep encrypted contents
+
+
+
+
+ Create decrypted contents (*.app)
+
+
+
+
+ Use local files, if they exist
+
+
+
+
+ Use the Wii U NUS (faster, only effects Wii/vWii)
+
+
+
+
+ vWii Title Settings
+
+
+
+
+ Re-encrypt title using the Wii Common Key
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
diff --git a/resources/translations/nusget_it.qm b/resources/translations/nusget_it.qm
new file mode 100644
index 0000000000000000000000000000000000000000..a732b908337a0f296415feb5936e83dbb1aa9937
GIT binary patch
literal 33
ocmcE7ks@*G{hX<16=n7(EZlo{IRgU&Yi3EjXGjN-#l*-60Q_AG&;S4c
literal 0
HcmV?d00001
diff --git a/resources/translations/nusget_it.ts b/resources/translations/nusget_it.ts
new file mode 100644
index 0000000..0b89f99
--- /dev/null
+++ b/resources/translations/nusget_it.ts
@@ -0,0 +1,200 @@
+
+
+
+
+ MainWindow
+
+
+ NUSGet v{nusget_version}
+Developed by NinjaCheetah
+Powered by libWiiPy {libwiipy_version}
+DSi support provided by libTWLPy {libtwlpy_version}
+
+Select a title from the list on the left, or enter a Title ID to begin.
+
+Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
+
+Titles will be downloaded to a folder named "NUSGet" inside your downloads folder.
+
+
+
+
+ Invalid Title ID
+
+
+
+
+ The Title ID you have entered is not in a valid format!
+
+
+
+
+ Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.
+
+
+
+
+ Title ID/Version Not Found
+
+
+
+
+ No title with the provided Title ID or version could be found!
+
+
+
+
+ Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download.
+
+
+
+
+ Content Decryption Failed
+
+
+
+
+ Content decryption was not successful! Decrypted contents could not be created.
+
+
+
+
+ Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data.
+
+
+
+
+ Ticket Not Available
+
+
+
+
+ No Ticket is Available for the Requested Title!
+
+
+
+
+ A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved.
+
+
+
+
+ Unknown Error
+
+
+
+
+ An Unknown Error has Occurred!
+
+
+
+
+ Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred.
+
+
+
+
+ MainWindow
+
+
+
+
+ Available Titles
+
+
+
+
+ Wii
+
+
+
+
+ vWii
+
+
+
+
+ DSi
+
+
+
+
+ Title ID
+
+
+
+
+ v
+
+
+
+
+ Version
+
+
+
+
+ Console:
+
+
+
+
+ Start Download
+
+
+
+
+ General Settings
+
+
+
+
+ Pack installable archive (WAD/TAD)
+
+
+
+
+ File Name
+
+
+
+
+ Keep encrypted contents
+
+
+
+
+ Create decrypted contents (*.app)
+
+
+
+
+ Use local files, if they exist
+
+
+
+
+ Use the Wii U NUS (faster, only effects Wii/vWii)
+
+
+
+
+ vWii Title Settings
+
+
+
+
+ Re-encrypt title using the Wii Common Key
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
diff --git a/resources/translations/nusget_nb.qm b/resources/translations/nusget_nb.qm
new file mode 100644
index 0000000000000000000000000000000000000000..187c18939bd82aad7d23260ccb079407a70eec49
GIT binary patch
literal 9593
zcmbVRTZ|jmc|NO^by-`gkvK`?8qN`8#Im6!rASR`YQ2TD)JlS+)keE(#Q{=hNFI`-
z9nOqqhNNiMEsFM`El?mx(4Yp2An64yP&7a<2zo(~r#v`F(gIB%io!_ypg#6usDRU=
zMZfR-b7sihkp&csB{}Ev|Nr@~-+yN1FSEKTt|N7Pep8
zxOq{j1&yb%QXl^%rLMlE)Z^b(>hnKV>SI4rhrfmIkN>WE>7BDmJ#kX~>D{hUKlRt@
zKR$3&sgJ&OVD$J;WBt1ae&sWvQXl!-#qWLnpOt$0D~tb__LVxeviRWWaix|{AH4eH
z&w=4L55D!KgGxR7^9SGk%daY>4mdHg&7^uKui<0qc|n|Hyt`9!!4`JcY}#M@tkTp#V#^kn`%vMt5?;g
zx}>zag5NjPb^O{?JL)2SUB$dsHMOi7_`9vn;+el%SlOD}aZc6MX*+jGZD0p?4OE7|
zST*hVMDeeV|FigvRHFJA-&VKqc?K`lb=AdZ7gSf(5~O!4
zSM6`3Jk0U;P#LWAz(2$%pI*kEyEz^1GU^^aDPadvgm#3VTzAHfH!LM`pF$RcmHZXw
zv>b&7_NVw0iDGpM>jFrt)f@PqKtkWrUdEajvUIS&iJ2I(7@T#2Zx2uBG4`fCQv)j<
zPoAX#8s*8_khTjs^vo*CtW_^R$1;BL%s%9pg4gqE3(q0eYy2`+2R)3EW4R~A`q!;&
zFF~4Y&+G&!cSt@lP8*=r?%*Q5yl_Biq`F6)x%fN|J>QEi+{!`fo=IRAF`cAg-Sv3i7oeF)j^os|=!b;UtQC+pOO$;iDT~EJd?&4l@32km;E+zLa)@kGeMx#c(WvutHmKlE&PvlQIn0J_o
zMbZRPa|hS)dlxIlHhYl=xsX~76)DCaGo+l2a_-`p`Iqtt1yT*C?q-?7@e5ABa>zr$^0xZ
zr*wOi>1j0518;0}Y68>YWNp*y>}o$uGcO3dHiFhmIs<=fY8r%UYl-nP&^MiA8gqRf
z=V`63w+ALQI*KztLMVEPvC?>B&lf^g67o*<#Los1_A*|%
z%}!^OB&K_!is?zoP#-z=3KO+mEb4
ztr0R-)wYZ9@x9T&Na*AE9z0wFug%7V2AX3`5Dn}?Qbc*d=%Zl7+^t(;Wtda1!-%F^
z#rY2($$35^B`+|d%Q#~M^01VJ849Ms{QeWstb3_dXE-sn%N5LFWz5`k=gYmA=bOOX
zjGc7U>6kR_je-;I_%lvEA7mXH3)L=3{5+ej829g&uOwS(byB^Ej797hs}~B3oOo#1
z>60(ky*PfM$})$b!7b$%R2ExXe$~3;Y8_e);2-pquvmX|9X8h+sO(j{PN~bV6!Rvv
zEO}bIjJcik7!CBmxfr-?LX&s_Ds`6mVLz=RT|{yJkD(=?3u$l&c5C2Rfq$c!TK`%LM
zgU9tf95OUJ0i3;>!;*Rh)L4QwzFAnM;F1$Fdk?2!Lq};TMY)EvJf%Plo|#RUb5uG&
zYF&Wk-z62tLz1`S0dKVN?s|1lC^u`oCKBwBxT9r*<}ANs8dh-lZ}8qu4+IM30U%Hqa|sV&7h=Lemi+@
zs|!{GvwODf7-5a*YWCdaNk41pIneojCoAO_DCp89eROZ2a&Eo|h?d>S32p@_A?a7x
zMzmfHfknUWiy
z1ICTt2uEq(WUq})lA_0$V=nS{z47hTbX~`-FwEXZ!Z`d`~tBX7?;@SwLt38W5ZACDG8r$iPoC
zjep^Z2>*8qXFh<8cEp?!PL{YFSIDp_JtMzX$dw#L4Ovo*cN$!@=sc6fP0FWj3C#FrnI70Rr|Y(TG*EcU3DuEfQSjR;z_{e_?E62H2p;#SdASY1~F
z<$D%-GFMRo%34-(7gYk+c!9$?msRF7@NE8ZmGF+OgwzW&5YOk@-C1*Pv8=2M^)R$f-U`}lVmnmiL?E~hAbV4M(N^{XqqZz3BQkG>26ZECIm>5fR_805mpj#Q2Cc_uwOyIw(;Z=
z0TY$P5gU0Linp|E;mOIlualmu#gsh5dsY&zk(G1+k;YvGh)ammGhTUXUYh*ZbCYMu
zRC|5guhsR{9+Z#F=cnliNrNRBMmeQpaSl}F5FQYkNxlMw@v@&?8MSdklA&d$fhNvx
zSgbXO7goa*_FD$VUOGhig+rAgp@M5TV0qa!pG)OvqS{jJVkD}M>Lku~*8zg|HTnZ8
zc!*DC=WAFsEgF^=Zkgr08s__kYq8)4wS}S=_hnjElko)EDY`DzCsB;8v92
zDkXhjzmf_fN8CZGHa7QfM3eA})n5wN5$7l+UN6gR!Qg4fpz(?zS50}>SwSmUE<9Jk
zQp`29>0zw?B@gE_>Qi`y!mgLy9=(V`?~1MKd-zIZ*VaGjfEnIgonJuMYhWH|Z>@ZI
z7sx7_SQ@+_bJ$6ogpzWMrjsNYSd+FYY9r&W>|b5S%7n)_6(?rhA_c~4*|C5ERe
zsUD61z=2K9d`fryzK<&_yqUp8ijI0Z91Yu0zJ<#HE?DrpuJf$sFnTA#m1ZXc+!c4_
zC9b1BQ@nujXG+)5griy1UzwmjjO&Qm3)poW2FEHq5Y^5)!)j1gDVddAU*2LqyMyYDcPzMT>fs&>N!w>KH@IbHWvycWg&FoPKkk5?
z+{+NY5!KLRD2UuBFym4f>Gqj!$_`d&G%zo}O1O81!m;c#jqYgl2>N8t!|i+m6WE*Z
zUJph}Io}xLqYC}0l?|Sbt
zYN;i@cxSq!$!00YC~>OXRq$1|ydY(DVq8g#mx(*Y_z;>e;YJA=1P8hoJ_1g7d(H?G
zO8ajRcr!2$c4l8($$EKVL}?_WIE-1F@sj_ilj7chI&tTh66QdSgEZ6uZ)TVqm>1}A
zavlfEs$XSEt|Az6#j&K!F+sWx``Stj$}FXO(Stkjear=bSMmZ)Zuj^qn{duu{O*N_
zV0RQFX78oFRmRJs~9RwHPNKoGM
z@98+=dlVlj$O1@t@0BMd_5qb?^ne-{(YY|Lh)s3GWt3vwLFS06rFFLy=9n#3G&@V=
Y!|v%nNP>A?c-U3_ui`!QfrW+t0|k_jnE(I)
literal 0
HcmV?d00001
diff --git a/resources/translations/nusget_nb.ts b/resources/translations/nusget_nb.ts
new file mode 100644
index 0000000..5aca696
--- /dev/null
+++ b/resources/translations/nusget_nb.ts
@@ -0,0 +1,213 @@
+
+
+
+
+ MainWindow
+
+
+ NUSGet v{nusget_version}
+Developed by NinjaCheetah
+Powered by libWiiPy {libwiipy_version}
+DSi support provided by libTWLPy {libtwlpy_version}
+
+Select a title from the list on the left, or enter a Title ID to begin.
+
+Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
+
+Titles will be downloaded to a folder named "NUSGet" inside your downloads folder.
+ NUSGet v{nusget_version}
+Utviklet av NinjaCheetah
+Drevet av libWiiPy {libwiipy_version}
+DSi støtte levert av libTWLPy {libtwlpy_version}
+
+Velg en tittel fra listen til venstre, eller skriv inn en Tittel ID for å begynne.
+
+Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypteres og/eller pakkes inn i en WAD eller TAD. Titler med en X ikke har en billett, og bare det krypterte innholdet kan lagres.
+
+Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din.
+
+
+
+ Invalid Title ID
+ Ugyldig Tittel ID
+
+
+
+ The Title ID you have entered is not in a valid format!
+ Tittel IDen du har angitt er ikke i et gyldig format!
+
+
+
+ Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.
+ Tittel IDer må være 16-sifrede tall og bokstav strenger. Vennligst skriv inn en korrekt formatert Tittel ID, eller velg en fra menyen til venstre.
+
+
+
+ Title ID/Version Not Found
+ Tittel ID/Versjon Ikke Funnet
+
+
+
+ No title with the provided Title ID or version could be found!
+ Ingen tittel med oppgitt Tittel ID eller versjon ble funnet!
+
+
+
+ Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download.
+ Vennligst kontroller at du har oppgitt en gyldig Tittel ID, eller valgt en fra titteldatabasen, og at den angitte versjonen finnes for tittelen du forsøker å laste ned.
+
+
+
+ Content Decryption Failed
+ Dekryptering av Innhold Mislyktes
+
+
+
+ Content decryption was not successful! Decrypted contents could not be created.
+ Dekryptering av innhold var ikke vellykket! Dekryptert innhold kunne ikke opprettes.
+
+
+
+ Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data.
+ TMDen eller Billetten kan være skadet, eller det kan hende at de ikke samsvarer med innholdet some dekryptertes. Hvis du har krysset av for "Bruk lokale filer, hvis de finnes", kan du prøve å deaktivere dette alternativet før du prøver nedlastingen på nytt for å løse eventuelle problemer med lokale data.
+
+
+
+ Ticket Not Available
+ Billett Ikke Tilgjengelig
+
+
+
+ No Ticket is Available for the Requested Title!
+ Ikke noe billett er tilgjengelig for den forespurte tittelen!
+
+
+
+ A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved.
+ En billett kunne ikke lastes ned for den forespurte tittelen, men du har valgt "Pakk installerbart arkiv" eller "Opprett dekryptert innhold". Disse alternativene er ikke tilgjenelige for titler uten billett. Bare kryptert innhold har blitt lagret.
+
+
+
+ Unknown Error
+ Ukjent Feil
+
+
+
+ An Unknown Error has Occurred!
+ En ukjent feil har oppstått!
+
+
+
+ Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred.
+ Vennligst prøv igjen. Hvis dette problemet vedvarer, åpne et nytt issue på GitHub med detaljer om hva du prøvde å gjøre da denne feilen oppstod.
+
+
+
+ MainWindow
+ MainWindow
+
+
+
+ Available Titles
+ Tilgjengelige Titler
+
+
+
+ Wii
+ Wii
+
+
+
+ vWii
+ vWii
+
+
+
+ DSi
+ DSi
+
+
+
+ Title ID
+ Tittel ID
+
+
+
+ v
+ v
+
+
+
+ Version
+ Versjon
+
+
+
+ Console:
+ Konsoll:
+
+
+
+ Start Download
+ Start Nedlasting
+
+
+
+ General Settings
+ Generelle Instillinger
+
+
+
+ Pack installable archive (WAD/TAD)
+ Pakke installerbart arkiv (WAD/TAD)
+
+
+
+ File Name
+ Filnavn
+
+
+
+ Keep encrypted contents
+ Oppbevar kryptert innhold
+
+
+
+ Create decrypted contents (*.app)
+ Opprette dekryptert innold (*.app)
+
+
+
+ Use local files, if they exist
+ Bruk lokale filer, hvis de finnes
+
+
+
+ Use the Wii U NUS (faster, only effects Wii/vWii)
+ Bruk Wii U NUS (raskere, påvirker bare Wii/vWii)
+
+
+
+ vWii Title Settings
+ vWii Tittelinstillinger
+
+
+
+ Re-encrypt title using the Wii Common Key
+ Krypter tittelen på nytt ved hjelp av Wii Common Key
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
diff --git a/resources/translations/nusget_no.qm b/resources/translations/nusget_no.qm
index c274ed4d5b049200112e07d6e9da35948b8f79ef..187c18939bd82aad7d23260ccb079407a70eec49 100644
GIT binary patch
literal 9593
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
Y!|v%nNP>A?c-U3_ui`!QfrW+t0|k_jnE(I)
delta 66
zcmezA^@4GNtU7}N0|P@D5C3xW;7<*-
diff --git a/resources/translations/nusget_no.ts b/resources/translations/nusget_no.ts
index f9a50e1..5aca696 100644
--- a/resources/translations/nusget_no.ts
+++ b/resources/translations/nusget_no.ts
@@ -15,92 +15,101 @@ Select a title from the list on the left, or enter a Title ID to begin.
Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
Titles will be downloaded to a folder named "NUSGet" inside your downloads folder.
-
+ NUSGet v{nusget_version}
+Utviklet av NinjaCheetah
+Drevet av libWiiPy {libwiipy_version}
+DSi støtte levert av libTWLPy {libtwlpy_version}
+
+Velg en tittel fra listen til venstre, eller skriv inn en Tittel ID for å begynne.
+
+Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypteres og/eller pakkes inn i en WAD eller TAD. Titler med en X ikke har en billett, og bare det krypterte innholdet kan lagres.
+
+Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din.Invalid Title ID
-
+ Ugyldig Tittel IDThe Title ID you have entered is not in a valid format!
-
+ Tittel IDen du har angitt er ikke i et gyldig format!Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.
-
+ Tittel IDer må være 16-sifrede tall og bokstav strenger. Vennligst skriv inn en korrekt formatert Tittel ID, eller velg en fra menyen til venstre.Title ID/Version Not Found
-
+ Tittel ID/Versjon Ikke FunnetNo title with the provided Title ID or version could be found!
-
+ Ingen tittel med oppgitt Tittel ID eller versjon ble funnet!Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download.
-
+ Vennligst kontroller at du har oppgitt en gyldig Tittel ID, eller valgt en fra titteldatabasen, og at den angitte versjonen finnes for tittelen du forsøker å laste ned.Content Decryption Failed
-
+ Dekryptering av Innhold MislyktesContent decryption was not successful! Decrypted contents could not be created.
-
+ Dekryptering av innhold var ikke vellykket! Dekryptert innhold kunne ikke opprettes.Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data.
-
+ TMDen eller Billetten kan være skadet, eller det kan hende at de ikke samsvarer med innholdet some dekryptertes. Hvis du har krysset av for "Bruk lokale filer, hvis de finnes", kan du prøve å deaktivere dette alternativet før du prøver nedlastingen på nytt for å løse eventuelle problemer med lokale data.Ticket Not Available
-
+ Billett Ikke TilgjengeligNo Ticket is Available for the Requested Title!
-
+ Ikke noe billett er tilgjengelig for den forespurte tittelen!A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved.
-
+ En billett kunne ikke lastes ned for den forespurte tittelen, men du har valgt "Pakk installerbart arkiv" eller "Opprett dekryptert innhold". Disse alternativene er ikke tilgjenelige for titler uten billett. Bare kryptert innhold har blitt lagret.Unknown Error
-
+ Ukjent FeilAn Unknown Error has Occurred!
-
+ En ukjent feil har oppstått!Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred.
-
+ Vennligst prøv igjen. Hvis dette problemet vedvarer, åpne et nytt issue på GitHub med detaljer om hva du prøvde å gjøre da denne feilen oppstod.MainWindow
-
+ MainWindowAvailable Titles
-
+ Tilgjengelige Titler
@@ -120,7 +129,7 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
Title ID
-
+ Tittel ID
@@ -130,62 +139,62 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
Version
-
+ VersjonConsole:
-
+ Konsoll:Start Download
-
+ Start NedlastingGeneral Settings
-
+ Generelle InstillingerPack installable archive (WAD/TAD)
-
+ Pakke installerbart arkiv (WAD/TAD)File Name
-
+ FilnavnKeep encrypted contents
-
+ Oppbevar kryptert innholdCreate decrypted contents (*.app)
-
+ Opprette dekryptert innold (*.app)Use local files, if they exist
-
+ Bruk lokale filer, hvis de finnesUse the Wii U NUS (faster, only effects Wii/vWii)
-
+ Bruk Wii U NUS (raskere, påvirker bare Wii/vWii)vWii Title Settings
-
+ vWii TittelinstillingerRe-encrypt title using the Wii Common Key
-
+ Krypter tittelen på nytt ved hjelp av Wii Common Key
@@ -194,7 +203,11 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>