From e92f6f34e7a3c5690f2f630c793746e041a9df90 Mon Sep 17 00:00:00 2001 From: procount Date: Wed, 22 Mar 2023 20:05:10 +0000 Subject: [PATCH 1/5] Fix italian typo --- recovery/translation_it.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recovery/translation_it.ts b/recovery/translation_it.ts index 3718e3c45..4f23c503c 100644 --- a/recovery/translation_it.ts +++ b/recovery/translation_it.ts @@ -3303,7 +3303,7 @@ Verifica la password &Delete - &Elimina< + &Elimina From 2a567f604b896c074113e329e0cd794c9fb67081 Mon Sep 17 00:00:00 2001 From: procount Date: Wed, 22 Mar 2023 20:35:19 +0000 Subject: [PATCH 2/5] Resized wifi dialog box --- recovery/wifisettingsdialog.ui | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/recovery/wifisettingsdialog.ui b/recovery/wifisettingsdialog.ui index 561137c74..28ebb08d5 100644 --- a/recovery/wifisettingsdialog.ui +++ b/recovery/wifisettingsdialog.ui @@ -10,7 +10,7 @@ 0 0 400 - 480 + 444 @@ -125,11 +125,22 @@ - - - &Show Password - - + + + + + &Show Password + + + + + + + &Virtual Keyboard + + + + @@ -140,13 +151,6 @@ - - - - &Virtual Keyboard - - - From 46d5091b6a2fb2b80e7d34ce985dda3021166c9d Mon Sep 17 00:00:00 2001 From: procount Date: Wed, 22 Mar 2023 20:59:47 +0000 Subject: [PATCH 3/5] Add updated config files for Hyperpixel etc --- sdcontent/config.dsi | 16 +++++++++++++ sdcontent/config.hdmi | 15 +++++++++++++ sdcontent/config.hyp3 | 52 +++++++++++++++++++++++++++++++++++++++++++ sdcontent/config.hyp4 | 52 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+) create mode 100755 sdcontent/config.dsi create mode 100755 sdcontent/config.hdmi create mode 100755 sdcontent/config.hyp3 create mode 100755 sdcontent/config.hyp4 diff --git a/sdcontent/config.dsi b/sdcontent/config.dsi new file mode 100755 index 000000000..7a3744447 --- /dev/null +++ b/sdcontent/config.dsi @@ -0,0 +1,16 @@ +#select dsi +#(rpf 7" touchsreen) + +dtoverlay=pimhyp3:checkonly +dtoverlay=pimhyp44:checkonly + +display_default_lcd=1 + +gpu_mem=16 +start_file=recovery.elf +fixup_file=fixup_rc.dat + +[pi4] +start_file=recover4.elf +fixup_file=fixup4rc.dat +max_framebuffers=2 diff --git a/sdcontent/config.hdmi b/sdcontent/config.hdmi new file mode 100755 index 000000000..17bad6f8c --- /dev/null +++ b/sdcontent/config.hdmi @@ -0,0 +1,15 @@ +#select hdmi +dtoverlay=pimhyp3:checkonly +dtoverlay=pimhyp44:checkonly +ignore_lcd=0 +display_default_lcd=0 +#Add any additional config options for HDMI hee + +gpu_mem=16 +start_file=recovery.elf +fixup_file=fixup_rc.dat + +[pi4] +start_file=recover4.elf +fixup_file=fixup4rc.dat +max_framebuffers=2 diff --git a/sdcontent/config.hyp3 b/sdcontent/config.hyp3 new file mode 100755 index 000000000..be26e6cc1 --- /dev/null +++ b/sdcontent/config.hyp3 @@ -0,0 +1,52 @@ +#select hyp3 +dtoverlay=pimhyp44:checkonly + +# HyperPixel LCD Settings + +#Normal view +dtoverlay=pimhyp3 +framebuffer_width=800 +framebuffer_height=480 + +#Rotated 90 degrees +#dtoverlay=pimhyp3:rotate_1 +#framebuffer_width=480 +#framebuffer_height=800 +#display_lcd_rotate=1 + +#Rotated 180 degrees +#dtoverlay=pimhyp3:rotate_2 +#framebuffer_width=800 +#framebuffer_height=480 +#display_lcd_rotate=2 + +#Rotated 270 degrees +#dtoverlay=pimhyp3:rotate_3 +#framebuffer_width=480 +#framebuffer_height=800 +#display_lcd_rotate=3 + + +disable_overscan=1 +overscan_left=0 +overscan_right=0 +overscan_top=0 +overscan_bottom=0 +enable_dpi_lcd=1 +display_default_lcd=1 +dpi_group=2 +dpi_mode=87 +dpi_output_format=0x6f016 +dpi_timings=800 0 50 20 50 480 1 3 2 3 0 0 0 60 0 32000000 6 + +# Use a basic GPIO backlight driver with on/off support +dtoverlay=hyperpixel-gpio-backlight + +gpu_mem=16 +start_file=recovery.elf +fixup_file=fixup_rc.dat + +[pi4] +start_file=recover4.elf +fixup_file=fixup4rc.dat +max_framebuffers=2 diff --git a/sdcontent/config.hyp4 b/sdcontent/config.hyp4 new file mode 100755 index 000000000..1e6d04f9e --- /dev/null +++ b/sdcontent/config.hyp4 @@ -0,0 +1,52 @@ +#select hyp4 +dtoverlay=pimhyp3:checkonly + +# HyperPixel4 LCD Settings + +#hormal display +#dtoverlay=pimhyp44 +#framebuffer_width=480 +#framebuffer_height=800 + +#rotated 90 degrees +dtoverlay=pimhyp44:rotate_1 +display_lcd_rotate=1 +framebuffer_width=800 +framebuffer_height=480 + +#rotated 180 degrees +#dtoverlay=pimhyp44:rotate_2 +#display_lcd_rotate=2 +#framebuffer_width=480 +#framebuffer_height=800 + +#rotated 270 degrees +#dtoverlay=pimhyp44:rotate_3 +#display_lcd_rotate=3 +#framebuffer_width=800 +#framebuffer_height=480 + + +disable_overscan=1 +overscan_left=0 +overscan_right=0 +overscan_top=0 +overscan_bottom=0 +enable_dpi_lcd=1 +display_default_lcd=1 +dpi_group=2 +dpi_mode=87 +dpi_output_format=0x7f216 +dpi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6 + +# Use a basic GPIO backlight driver with on/off support +dtoverlay=hyperpixel-gpio-backlight + +gpu_mem=16 +start_file=recovery.elf +fixup_file=fixup_rc.dat + +[pi4] +start_file=recover4.elf +fixup_file=fixup4rc.dat +max_framebuffers=2 From 723ae65a72c39f523ad6447ee8cd6317022c2044 Mon Sep 17 00:00:00 2001 From: procount Date: Wed, 22 Mar 2023 22:31:03 +0000 Subject: [PATCH 4/5] Separated updatePinn() --- recovery/mainwindow.cpp | 13 ++++++++++--- recovery/mainwindow.h | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/recovery/mainwindow.cpp b/recovery/mainwindow.cpp index ec9db6bc1..4c3326039 100644 --- a/recovery/mainwindow.cpp +++ b/recovery/mainwindow.cpp @@ -4483,9 +4483,9 @@ void MainWindow::downloadUpdateComplete() if (type=="UPDATE") //upgrade { qDebug() << "Time to update PINN!"; - QProcess::execute("mount -o remount,rw /mnt"); - QProcess::execute("unzip /tmp/pinn-lite.zip -o -x recovery.cmdline -d /mnt"); - QProcess::execute("mount -o remount,ro /mnt"); + + updatePinn(); + QProcess::execute(QString("rm ")+BUILD_IGNORE); QProcess::execute("sync"); @@ -4554,6 +4554,13 @@ void MainWindow::downloadUpdateComplete() } } +void MainWindow::updatePinn() +{ + QProcess::execute("mount -o remount,rw /mnt"); + QProcess::execute("unzip /tmp/pinn-lite.zip -o -x recovery.cmdline -d /mnt"); + QProcess::execute("mount -o remount,ro /mnt"); +} + void MainWindow::on_newVersion() { diff --git a/recovery/mainwindow.h b/recovery/mainwindow.h index 1dea529b5..6936f2455 100644 --- a/recovery/mainwindow.h +++ b/recovery/mainwindow.h @@ -145,6 +145,7 @@ class MainWindow : public QMainWindow void copyConf(const QString &fconf); void copyWpa(); void copyDhcp(); + void updatePinn(); void on_newVersion(); QString menutext(int index); void fullFAT(); From 6f72a957ad4c0e12056537b866721c80e5f9babe Mon Sep 17 00:00:00 2001 From: procount Date: Thu, 23 Mar 2023 22:24:36 +0000 Subject: [PATCH 5/5] 3.8.6 Added exclusions and script to update process --- history.md | 6 + recovery/config.h | 5 +- recovery/mainwindow.cpp | 32 +++- recovery/translation_ae.ts | 42 ++--- recovery/translation_ast.ts | 42 ++--- recovery/translation_ca.ts | 42 ++--- recovery/translation_de.ts | 42 ++--- recovery/translation_en.ts | 42 ++--- recovery/translation_es.ts | 42 ++--- recovery/translation_eu.ts | 42 ++--- recovery/translation_fi.ts | 42 ++--- recovery/translation_fr.ts | 42 ++--- recovery/translation_hu.ts | 42 ++--- recovery/translation_it.ts | 304 +++++++++++++++++----------------- recovery/translation_ja.ts | 42 ++--- recovery/translation_ko.ts | 42 ++--- recovery/translation_nl.ts | 42 ++--- recovery/translation_no.ts | 42 ++--- recovery/translation_pl.ts | 42 ++--- recovery/translation_pt.ts | 42 ++--- recovery/translation_ru.ts | 42 ++--- recovery/translation_sv.ts | 42 ++--- recovery/translation_tr.ts | 42 ++--- recovery/translation_zh_TW.ts | 42 ++--- 24 files changed, 613 insertions(+), 574 deletions(-) diff --git a/history.md b/history.md index 240dad439..847001222 100644 --- a/history.md +++ b/history.md @@ -5,6 +5,12 @@ PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi w ## Change History +### V3.8.6 + +- **Updates** - Improved the update process to prevent overwriting of config files etc. +- **WifiDialog** - Resized the wifi dialog to fit on 800x480 sized displays. +- **Hyperpixel4** - Updated Hyperpixel4 drivers and config files for Pi4 + ### V3.8.5.3 - **Backups** - Fix ACL permissions when restoring backups diff --git a/recovery/config.h b/recovery/config.h index 8c90e7c5f..eeb518fb5 100644 --- a/recovery/config.h +++ b/recovery/config.h @@ -1,8 +1,9 @@ #ifndef CONFIG_H #define CONFIG_H + /* Version number displayed in the title bar */ -#define VERSION_NUMBER "3.8.5.3" +#define VERSION_NUMBER "3.8.6" /* Color of the background */ // #define BACKGROUND_COLOR Qt::white @@ -26,10 +27,12 @@ * Multiple lists can be specified by space separating the URLs */ #define DEFAULT_REPO_SERVER "http://downloads.raspberrypi.org/os_list_v3.json" + /* Location of data for self-updating */ #define BUILD_URL "http://downloads.sourceforge.net/project/pinn/BUILD-DATA" #define UPDATE_URL "http://downloads.sourceforge.net/project/pinn/pinn-lite.zip" #define README_URL "http://downloads.sourceforge.net/project/pinn/README.md" + #define GROUP_URL "http://raw.githubusercontent.com/procount/pinn-os/master/os/overrides.json" #define BUILD_CURRENT "/mnt/BUILD-DATA" #define BUILD_NEW "/tmp/BUILD-DATA" diff --git a/recovery/mainwindow.cpp b/recovery/mainwindow.cpp index 4c3326039..1c6eb4216 100644 --- a/recovery/mainwindow.cpp +++ b/recovery/mainwindow.cpp @@ -4556,8 +4556,38 @@ void MainWindow::downloadUpdateComplete() void MainWindow::updatePinn() { + //When PINN is updated, We don't need these files to be extracted + QString exclusions = " -x recovery.cmdline -x updatepinn -x exclude.txt"; + QProcess::execute("mount -o remount,rw /mnt"); - QProcess::execute("unzip /tmp/pinn-lite.zip -o -x recovery.cmdline -d /mnt"); + + //First we'll extract these 2 files to /tmp to automate hte update process + QProcess::execute("unzip /tmp/pinn-lite.zip -o exclude.txt updatepinn -d /tmp"); + + if (QFile::exists("/tmp/exclude.txt")) + { + //exclude.txt can avoid extracting addtional files to RECOVERY that we don't want updating + QString contents = getFileContents("/tmp/exclude.txt"); + QStringList fileList = contents.split("\n"); + foreach (QString file, fileList) + { + //Add each filename to the list of file extraction exclusios + file=file.trimmed(); + if (file.length()>0) + exclusions += " -x "+file; + } + } + //Extract all the files to Recovery, except our excluded set + QString cmd = "unzip /tmp/pinn-lite.zip -o" + exclusions + " -d /mnt"; + QProcess::execute(cmd); + + //In case we need to do some additional upgrade processing + if (QFile::exists("/tmp/updatepinn")) + { + QProcess::execute("chmod +x /tmp/updatepinn"); + QProcess::execute("/tmp/updatepinn"); + } + QProcess::execute("mount -o remount,ro /mnt"); } diff --git a/recovery/translation_ae.ts b/recovery/translation_ae.ts index b7cc028bd..3ad5ddb31 100644 --- a/recovery/translation_ae.ts +++ b/recovery/translation_ae.ts @@ -716,9 +716,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm تاكيد @@ -873,7 +873,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -881,7 +881,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -933,7 +933,7 @@ See debug log for details - + Backup OSes @@ -1040,8 +1040,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1154,49 +1154,49 @@ Do you want to continue? - + PINN UPDATE PINN تحديث - + A new version of PINN is available يتوفر إصدار جديد من الشبكة PINN - + Do you want to download this version? هل تريد تحميل هذا الإصدار ؟ - + Downloading Update تنزيل التحديث - + Press ESC to cancel اضغط هروب لالغاء الامر - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1207,7 +1207,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3222,17 +3222,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_ast.ts b/recovery/translation_ast.ts index 42e6b290a..530463dd5 100644 --- a/recovery/translation_ast.ts +++ b/recovery/translation_ast.ts @@ -808,9 +808,9 @@ AVISU: Esto desaniciará tolos datos na to tarxeta SD - - - + + + Confirm Confirmar @@ -827,7 +827,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -835,7 +835,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -895,7 +895,7 @@ See debug log for details - + Backup OSes @@ -965,8 +965,8 @@ See debug log for details - - + + Replace OSes @@ -1079,49 +1079,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1138,7 +1138,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3177,17 +3177,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_ca.ts b/recovery/translation_ca.ts index 9394864ac..9631c0ca2 100644 --- a/recovery/translation_ca.ts +++ b/recovery/translation_ca.ts @@ -807,9 +807,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm Confirma @@ -826,7 +826,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -834,7 +834,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -894,7 +894,7 @@ See debug log for details - + Backup OSes @@ -964,8 +964,8 @@ See debug log for details - - + + Replace OSes @@ -1078,49 +1078,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1137,7 +1137,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3175,17 +3175,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_de.ts b/recovery/translation_de.ts index 775b2fd5e..4fda64864 100644 --- a/recovery/translation_de.ts +++ b/recovery/translation_de.ts @@ -712,9 +712,9 @@ Achtung: Dies löscht alle Daten auf dieser SD-Karte. - - - + + + Confirm Bestätigen @@ -750,7 +750,7 @@ Achtung: Dies löscht alle Daten auf dieser SD-Karte. - + is not available. Please provide it locally or connect to the internet. ist nicht verfügbar. @@ -848,7 +848,7 @@ Sicher, dass das Laufwerk initialisiert werden soll? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -856,7 +856,7 @@ Sicher, dass das Laufwerk initialisiert werden soll? - + Do you want to continue? @@ -912,7 +912,7 @@ Siehe Fehlerprotokoll für weitere Einzelheiten. - + Backup OSes Betriebssysteme sichern @@ -1020,8 +1020,8 @@ Soll diese Einstellung dauerhaft gespeichert werden? - - + + Replace OSes Betriebssystem(e) ersetzen @@ -1136,50 +1136,50 @@ Soll fortgesetzt werden? Kein Update verfügbar - + PINN UPDATE PINN UPDATE - + A new version of PINN is available Eine neue Version von PINN ist verfügbar - + Do you want to download this version? Soll diese Version heruntergeladen werden? - + Downloading Update Update wird heruntergeladen - + Press ESC to cancel Zum Abbrechen die ESC-Taste drücken - + Error: No OSes selected (Do not choose RISC OS or PINN) Fehler: Kein Betriebssystem ausgewählt (Bitte nicht RISC oder PINN auswählen) - + Warning: No OSes selected Warnung: Kein Betriebssystem ausgewählt - + Warning: this will backup the selected Operating System(s). Warnung: Damit werden die gewählten Betriebssysteme gesichert (Backup). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: Warnung: Nicht unterstützte(s) Betriebssystem(e) erkannt. PINN kann gegenwärtig folgende Betriebssysteme nicht korrekt sichern (Backup): @@ -3256,17 +3256,17 @@ Untbr &Passwort - + &Show Password Passwort an&zeigen - + &Virtual Keyboard Bildschirm&tastatur - + &Delete &Löschen diff --git a/recovery/translation_en.ts b/recovery/translation_en.ts index 1e7bbacf6..b7dbc5214 100644 --- a/recovery/translation_en.ts +++ b/recovery/translation_en.ts @@ -817,9 +817,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm @@ -836,7 +836,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -844,7 +844,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -902,7 +902,7 @@ See debug log for details - + Backup OSes @@ -1102,24 +1102,24 @@ Do you want to continue? - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1130,7 +1130,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -1176,8 +1176,8 @@ Booting this drive again will re-instate PINN's partition structure. - - + + Replace OSes @@ -1253,27 +1253,27 @@ Booting this drive again will re-instate PINN's partition structure. - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel @@ -3175,17 +3175,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_es.ts b/recovery/translation_es.ts index fdc1886b0..42e03cc5d 100644 --- a/recovery/translation_es.ts +++ b/recovery/translation_es.ts @@ -785,9 +785,9 @@ ADVERTENCIA: Esto borrará todos los datos de tu tarjeta SD - - - + + + Confirm Confirmar @@ -831,7 +831,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -839,7 +839,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -847,7 +847,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -898,7 +898,7 @@ See debug log for details - + Backup OSes @@ -986,8 +986,8 @@ Booting this drive again will re-instate PINN's partition structure. - - + + Replace OSes @@ -1101,49 +1101,49 @@ Do you want to continue? - + PINN UPDATE ACTUALIZACIÓN PINN - + A new version of PINN is available Una nueva versión de PINN está disponible - + Do you want to download this version? ¿Quiere descargar esta versión? - + Downloading Update Descargando actualización - + Press ESC to cancel Pulsar Esc para cancelar - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3191,17 +3191,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_eu.ts b/recovery/translation_eu.ts index 5529161bb..a90652f93 100644 --- a/recovery/translation_eu.ts +++ b/recovery/translation_eu.ts @@ -812,9 +812,9 @@ KONTUZ: Honek zure SD txarteleko datu guztiak ezabatuko ditu - - - + + + Confirm Berretsi @@ -831,7 +831,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -839,7 +839,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -899,7 +899,7 @@ See debug log for details - + Backup OSes @@ -969,8 +969,8 @@ See debug log for details - - + + Replace OSes @@ -1083,49 +1083,49 @@ Do you want to continue? - + PINN UPDATE PINN EGUNERAKETA - + A new version of PINN is available PINNen bertsio berri bat eskuragarri dago - + Do you want to download this version? Bertsio hau deskargatu nahi duzu? - + Downloading Update Eguneraketa deskargatzen - + Press ESC to cancel Sakatu ESC ezeztatzeko - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1142,7 +1142,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3184,17 +3184,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_fi.ts b/recovery/translation_fi.ts index caab042a1..784a49e6d 100644 --- a/recovery/translation_fi.ts +++ b/recovery/translation_fi.ts @@ -716,9 +716,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm Vahvista @@ -873,7 +873,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -881,7 +881,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -933,7 +933,7 @@ See debug log for details - + Backup OSes @@ -1039,8 +1039,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1153,49 +1153,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1206,7 +1206,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3232,17 +3232,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_fr.ts b/recovery/translation_fr.ts index daf0b0cb6..337667dde 100644 --- a/recovery/translation_fr.ts +++ b/recovery/translation_fr.ts @@ -717,9 +717,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm Confirmer @@ -874,7 +874,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -882,7 +882,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -934,7 +934,7 @@ See debug log for details - + Backup OSes @@ -1042,8 +1042,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1156,49 +1156,49 @@ Do you want to continue? Pas de mise à jour disponible - + PINN UPDATE MISE à JOUR DE PINN - + A new version of PINN is available Une nouvelle version de PINN est disponible - + Do you want to download this version? Voulez-vous télécharger cette version? - + Downloading Update Téléchargement de la mise à jour - + Press ESC to cancel Appuyez sur Echap pour annuler - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1209,7 +1209,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3235,17 +3235,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_hu.ts b/recovery/translation_hu.ts index 9b0e8a4bd..6b8a5b21b 100644 --- a/recovery/translation_hu.ts +++ b/recovery/translation_hu.ts @@ -712,9 +712,9 @@ FIGYELEM: ez letörli az SD kártyát lévő összes adatot - - - + + + Confirm Megerősítés @@ -750,7 +750,7 @@ FIGYELEM: ez letörli az SD kártyát lévő összes adatot - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1012,8 +1012,8 @@ El szeretnéd menteni ezt a beállítást? - - + + Replace OSes @@ -1126,49 +1126,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3234,17 +3234,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_it.ts b/recovery/translation_it.ts index 4f23c503c..1fa1a3042 100644 --- a/recovery/translation_it.ts +++ b/recovery/translation_it.ts @@ -703,87 +703,87 @@ Riformattala usando il programma della SD Association e riprova. W - + Setting up SD card Impostazione scheda SD - - + + RECOMMENDED RACCOMANDATO - - - - - - - - - + + + + + + + + + Confirm Conferma - + Error mounting settings partition Errore montaggio partizione di sistema - + Persistent settings partition seems corrupt. Reformat? La partizione delle impostazioni permanenti sembra corrotta. Vuoi riformattarla? - + Reformat failed Riformattazione fallita - + SD card might be damaged La scheda SD potrebbe essere danneggiata - + Please wait while PINN initialises Attendi l'inizializzazione di PINN - + install installa - + reinstall reinstalla - + replace sostituisci - + USB drive Unità USB - + Warning: this will %1 the selected Operating System(s) to %2. All existing data on the %3 will be deleted. Attenzione: questo %1 i sistemi operativi selezionati in %2. Tutti i dati esistenti in %3 verranno eliminati. - + The %1 process will begin shortly. Il processo '%1' partirà a breve. - + OS(es) Downloaded with errors. See debug log for details. OS(es) Downloaded with errors. @@ -792,7 +792,7 @@ See debug log for details Vedi registro debug per i dettagli. - + OS(es) Installed with errors. See debug log for details. OS(es) Installed with errors. @@ -801,89 +801,89 @@ See debug log for details Vedi registro debug per i dettagli. - - - - - - + + + + + + Error Errore - + Display Mode Changed Modo visualizzazione modificato - + HDMI preferred mode Modo HDMI preferenziale - + Waiting for SD card (settings partition) Attesa scheda SD (partizione impostazioni) - + Mounting settings partition Montaggio partizione impostazioni - + Main Menu Menu principale - + Archival Archivio - + Maintenance Manutenzione - + ERROR ERRORE - + Error: Some OSes are not available: Errore. Alcuni SO non sono disponibili: - + SD card Scheda SD - - + + Warning: incompatible Operating System(s) detected. The following OSes aren't supported on this revision of Raspberry Pi and may fail to boot or function correctly: Attenzione: rilevati sistema operativi non compatibili. I seguenti SO non sono supportati in questa revisione di Raspberry Pi e potrebbero fallire l'avvio o non funzionare correttamente: - + RUNINSTALLER - Initialise Drive >RUNINSTALLER-Inizializza unità - + There are existing OSes installed. Are you sure you want to initialise the drive? Ci sono sistemi operativi esistenti installati. Vuoi inizializzare veramente l'unità? - - + + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -892,8 +892,8 @@ I seguenti sistemi operativi possono essere eseguiti da USB solo quando è /dev/ - - + + Do you want to continue? @@ -902,40 +902,40 @@ Do you want to continue? Vuoi continuare? - + ReInstall OSes Reinstalla SO - + Warning: No OSes selected or available Attenzione: nessun S.O. selezionato o disponibile - + Warning: this will %1 the selected Operating System(s) on %2. The partitions of the selected OSes will first be erased. Attenzione: questo selezionerà %1 sistemi operativi in %2. Le partizioni dei sistemi operativi selezionati verranno prima cancellate. - + Warning: this will download the selected Operating System(s). Attenzione: verranno scaricati i sistemi operativi selezionati. - + The download process will begin shortly. Il download inizierà a breve. - + OS(es) downloaded SO scaricati - + OS(es) Backed up with errors. See debug log for details. OS(es) Backed up with errors. @@ -944,148 +944,148 @@ See debug log for details Per i dettagli vedi registro debug. - + OS(es) Backed up Successfully. Backup SO completato. - - + + Backup OSes Backup SO - + OS(es) Installed Successfully OS Installed Successfully Installazione SO completata - + Installation complete Installazione completata - + Abort Interrompi - + Discard Scarta - + Retry Riprova - + Keep Mantieni - + Reboot in %1 secs Riavvio tra %1 secondi - + HDMI safe mode Modo HDMI sicuro - + composite PAL mode Modo PAL composito - + composite NTSC mode Modo NTSC composito - + Display mode changed to %1 Would you like to make this setting permanent? Modo visualizzazione modificato in %1. Vuoi rendere questa impostazione permanente? - + Wiping SD card Azzeramento scheda SD - + Warning: this will restore your PINN drive to its initial state. All existing data on the drive except PINN will be overwritten, including any OSes that are already installed. Warning: this will restore your SD card to its initial state. All existing data on the SD card except PINN will be overwritten, including any OSes that are already installed. Attenzione: questo ripristinerà l'unità PINN al suo stato iniziale. Tutti i dati esistenti nell'unità, eccetto PINN, verranno sovrascritti incluso qualsiasi sistema operativo installato. - + Drive Wiped! Unità azzerata! - - + + Error downloading distribution list from Internet: Errore download da internet elenco distribuzione: - - - - - - + + + + + + Download error Errore download - + Error parsing repolist.json downloaded from server Errore analisi repolist.json scaricato dal server - + Error downloading meta file: Errore download file meta: - - - + + + Replace OSes Sostiuisci SO - + Resume partial downloads? Vuoi riprendere i download parziali? - + Normally select NO, unless your last download was not successful, in which case select YES Normalmente seleziona NO, a meno che l'ultimo download non è stato completato, in questo caso seleziona SI - + This backup may require Questo backup richiede - + MB of backup space, but only MB come spazio backup, ma solo - + MB is available. This is only an estimate. If you continue, the backup may not complete successfully. Do you want to continue? @@ -1095,165 +1095,165 @@ Se continui, il backup potrebbe non essere completato correttamente. Vuoi continuare? - + WARNING: Backup Space ATTENZIONE: spazio backup - + Backup Info Info backup - + Always test your backups before relying on them Prova semrpe i backup prima di usarli - + Network access is required to use PINN without local images. Please select your wifi network in the next screen. Per usare PINN senza immagini locali è richiesto l'accesso alla rete. Seleziona nella finestra successiva la rete Wi-Fi. - + Wired network access is required to use PINN without local images. Please insert a network cable into the network port. Per usare PINN senza immagini locali è richiesto l'accesso alla rete cablata. Inserisci un cavo di rete nella porta ethernet. - + Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted! Sei sicuro di voler riformattare l'unità '%1' per l'uso con PINN? Tutti i dati esistenti nell'unità verranno eliminati! - + This will erase all content on the device '%s'. Are you sure? Questo cancellerà tutto il contenuto del dispositivo '%s'. Sei sicuro di voler continuare? - + Clone SD Card Clona scheda SD - + Yes - + No No - + Clone Completed Clonazione completata - + Clone Completed Successfully Clonazione completata correttamente - + Error downloading update file Errore download file aggiornamento - - + + PINN Update Check Verifica aggiornamenti PINN - + Error contacting update server Errore di connessione al server aggiornamenti - + No updates available Il software PINN è aggiornato - + PINN UPDATE AGGIORNAMENTO PINN - + A new version of PINN is available È disponibile una nuova versione di PINN - + Do you want to download this version? Vuoi scaricare questa versione? - + Downloading Update Download aggiornamento - + Press ESC to cancel Premi ESC per annullare - + Error: No OSes selected (Do not choose RISC OS or PINN) Errore: nessun S.O. selezionato (non scegliere SO RISC o PINN) - + Warning: No OSes selected Attenzione: nessun S.O. selezionato - + Warning: this will backup the selected Operating System(s). Attenzione: verrà effettuato il backup dei sistemi operativi selezionati. - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: Attenzione: rilevati sistemi operativi non supportati. PINN attualmente non può efefttuare il backup dei seguenti SO: - + Error parsing list.json downloaded from server Errore analisi file list.json scaricato dal server - - + + is not available. Please provide it locally or connect to the internet. non è disponibile. Copialo localmente o collegati ad internet. - + OS(es) Downloaded Successfully. Download SO completato. - + PINN v%1 - Built: %2 (%3) %4 PINN v%1 - Build: %2 (%3) %4 - + Warning: Any installed OSes have been wiped and the drive has been restored to its original size. Install and download will no longer work until this drive is re-booted. Booting this drive again will re-instate PINN's partition structure. @@ -1262,53 +1262,53 @@ Installazione e download non saranno più disponibili fino a che l'unità n Riavviando l'unità verrà re-installata la struttura di PINN. - + Needed Necessario - + Available Disponibile - + Error downloading meta file Errore download file meta - - + + Error writing downloaded file to SD card. SD card or file system may be damaged. Errore scrittura su SD del file scaricato. La scheda SD o il file system potrebbero essere danneggiati. - + filesize error checking Errore verifica dimensione file - + has an incompatible number of partitions with ha un numero incompatibile di partizioni con - + Reformat drive? Vuoi riformattare l'unità? - - - + + + No network access Nessun accesso alla rete - + Wired network access is required for this feature. Please insert a network cable into the network port. Per questa funzione è richiesto l'accesso alla rete cablata. Inserisci un cavo di rete nella porta ethernet. @@ -1572,46 +1572,46 @@ Partizione non abbastanza grande per la nuova immagine. %1: errore smontaggio - + Error creating file system Errore creazione file system - - - + + + Unknown compression format file extension. Expecting .lzo, .gz, .xz, .bz2 or .zip. Unknown compression format file extension. Expecting .lzo, .gz, .xz, .bz2 or .zip Estensione file tipo compressione sconosciuta. Attesi: .lzo, .gz, .xz, .bz2,o .zip. - - - + + + An incorrect file checksum has been detected in %1 È stato rilevata una checksum file errata in %1 - - - + + + Checksum error Errore checksum - + Checksum OK Checksum Ok - + Finished downloading Download completato - - + + Error downloading or writing OS to SD card Errore download o scrittura su SD del SO @@ -3291,17 +3291,17 @@ Verifica la password &Password - + &Show Password Vi&sualizza password - + &Virtual Keyboard Tastiera &virtuale - + &Delete &Elimina diff --git a/recovery/translation_ja.ts b/recovery/translation_ja.ts index c14a3e1d9..6647329de 100644 --- a/recovery/translation_ja.ts +++ b/recovery/translation_ja.ts @@ -712,9 +712,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm 確認 @@ -750,7 +750,7 @@ WARNING: This will erase all data on your SD card - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1012,8 +1012,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1126,49 +1126,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3234,17 +3234,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_ko.ts b/recovery/translation_ko.ts index 62fa81bed..9684c5d78 100644 --- a/recovery/translation_ko.ts +++ b/recovery/translation_ko.ts @@ -805,9 +805,9 @@ See debug log for details - - - + + + Confirm 확인 @@ -824,7 +824,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -832,7 +832,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -846,7 +846,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. 은(는) 사용할 수 없습니다. @@ -939,7 +939,7 @@ See debug log for details - + Backup OSes 백업 대상 OS @@ -1119,8 +1119,8 @@ Booting this drive again will re-instate PINN's partition structure. - - + + Replace OSes OS 교체 @@ -1240,51 +1240,51 @@ Do you want to continue? 새로운 업데이트가 없습니다. - + PINN UPDATE PINN 업데이트 - + A new version of PINN is available 새 버전의 PINN 을 사용할 수 있습니다. - + Do you want to download this version? 이 버전을 다운로드 하시겠습니까? - + Downloading Update 업데이트 다운로드 - + Press ESC to cancel 취소하려면 ESC 를 누르십시요. - + Error: No OSes selected (Do not choose RISC OS or PINN) 경고: 선택한 OS가 없습니다 (RISC OS 또는 PINN을 선택하지 마십시요) - + Warning: No OSes selected 경고: 선택한 OS가 없습니다 - + Warning: this will backup the selected Operating System(s). 경고: 이 동작은 선택한 운영체제를 백업합니다. - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: 경고: 지원하지 않는 운영체제를 발견하였습니다. PINN은 이 운영체제에 대한 백업을 제대로 생성하지 못할 수 있습니다. 대상 운영체제: @@ -3190,17 +3190,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_nl.ts b/recovery/translation_nl.ts index 31f78760f..31a280027 100644 --- a/recovery/translation_nl.ts +++ b/recovery/translation_nl.ts @@ -712,9 +712,9 @@ WAARSCHUWING: Dit verwijdert alle bestaande bestanden op de SD kaart - - - + + + Confirm Bevestigen @@ -750,7 +750,7 @@ WAARSCHUWING: Dit verwijdert alle bestaande bestanden op de SD kaart - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1012,8 +1012,8 @@ De instelling opslaan? - - + + Replace OSes @@ -1126,49 +1126,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3234,17 +3234,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_no.ts b/recovery/translation_no.ts index 51ef86d2a..9b0d4b0a6 100644 --- a/recovery/translation_no.ts +++ b/recovery/translation_no.ts @@ -716,9 +716,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm Bekreft @@ -873,7 +873,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -881,7 +881,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -933,7 +933,7 @@ See debug log for details - + Backup OSes @@ -1039,8 +1039,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1153,49 +1153,49 @@ Do you want to continue? - + PINN UPDATE PINN OPPDATERING - + A new version of PINN is available En ny versjon av PINN er tilgjengelig - + Do you want to download this version? Vil du laste ned denne versjonen? - + Downloading Update Laster ned oppdatering - + Press ESC to cancel Trykk ESC for å avbryte - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1206,7 +1206,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3221,17 +3221,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_pl.ts b/recovery/translation_pl.ts index 43d46b14b..fe3b42b48 100644 --- a/recovery/translation_pl.ts +++ b/recovery/translation_pl.ts @@ -712,9 +712,9 @@ UWAGA: To usunie wszystkie dane zapisane na karcie SD - - - + + + Confirm Potwierdź @@ -750,7 +750,7 @@ UWAGA: To usunie wszystkie dane zapisane na karcie SD - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1012,8 +1012,8 @@ Czy chcesz zachować te ustawienia? - - + + Replace OSes @@ -1126,49 +1126,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3189,17 +3189,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_pt.ts b/recovery/translation_pt.ts index 78b734cbe..763773e59 100644 --- a/recovery/translation_pt.ts +++ b/recovery/translation_pt.ts @@ -712,9 +712,9 @@ AVISO: Isto irá apagar todos os dados do seu cartão SD - - - + + + Confirm Confirmar @@ -750,7 +750,7 @@ AVISO: Isto irá apagar todos os dados do seu cartão SD - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1013,8 +1013,8 @@ Deseja tornar esta configuração permanente? - - + + Replace OSes @@ -1127,49 +1127,49 @@ Do you want to continue? - + PINN UPDATE ATUALIZAÇÃO DO PINN - + A new version of PINN is available Uma nova versão do PINN está disponível - + Do you want to download this version? Deseja baixar esta versão? - + Downloading Update Baixando Atualização - + Press ESC to cancel Pressione ESC para cancelar - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3235,17 +3235,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_ru.ts b/recovery/translation_ru.ts index b453475f3..2bccf198a 100644 --- a/recovery/translation_ru.ts +++ b/recovery/translation_ru.ts @@ -712,9 +712,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm Подтвердить @@ -750,7 +750,7 @@ WARNING: This will erase all data on your SD card - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1012,8 +1012,8 @@ Would you like to make this setting permanent? - - + + Replace OSes @@ -1126,49 +1126,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3189,17 +3189,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_sv.ts b/recovery/translation_sv.ts index 58831d3a8..52eb51712 100644 --- a/recovery/translation_sv.ts +++ b/recovery/translation_sv.ts @@ -808,9 +808,9 @@ VARNING: Detta kommer radera all data på ditt SD-kort - - - + + + Confirm Bekräfta @@ -827,7 +827,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -835,7 +835,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -895,7 +895,7 @@ See debug log for details - + Backup OSes @@ -965,8 +965,8 @@ See debug log for details - - + + Replace OSes @@ -1079,49 +1079,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -1138,7 +1138,7 @@ Do you want to continue? - + is not available. Please provide it locally or connect to the internet. @@ -3188,17 +3188,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_tr.ts b/recovery/translation_tr.ts index 9cd047d82..38d12cd9a 100644 --- a/recovery/translation_tr.ts +++ b/recovery/translation_tr.ts @@ -712,9 +712,9 @@ UYARI: Bu işlem SD kartınızdaki tüm verileri silecektir - - - + + + Confirm Onayla @@ -750,7 +750,7 @@ UYARI: Bu işlem SD kartınızdaki tüm verileri silecektir - + is not available. Please provide it locally or connect to the internet. @@ -845,7 +845,7 @@ Are you sure you want to initialise the drive? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: Warning: Partial USB support. The following OSes can only be installed to USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -853,7 +853,7 @@ Are you sure you want to initialise the drive? - + Do you want to continue? @@ -905,7 +905,7 @@ See debug log for details - + Backup OSes @@ -1005,8 +1005,8 @@ See debug log for details - - + + Replace OSes @@ -1119,49 +1119,49 @@ Do you want to continue? - + PINN UPDATE - + A new version of PINN is available - + Do you want to download this version? - + Downloading Update - + Press ESC to cancel - + Error: No OSes selected (Do not choose RISC OS or PINN) - + Warning: No OSes selected - + Warning: this will backup the selected Operating System(s). - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: @@ -3233,17 +3233,17 @@ Break - + &Show Password - + &Virtual Keyboard - + &Delete diff --git a/recovery/translation_zh_TW.ts b/recovery/translation_zh_TW.ts index b212f91f6..7524306d9 100644 --- a/recovery/translation_zh_TW.ts +++ b/recovery/translation_zh_TW.ts @@ -777,9 +777,9 @@ WARNING: This will erase all data on your SD card - - - + + + Confirm 確認 @@ -828,7 +828,7 @@ WARNING: This will erase all data on your SD card - + Do you want to continue? @@ -836,7 +836,7 @@ Do you want to continue? - + Warning: Partial USB support. The following OSes can only be executed from USB when it is /dev/sda and may fail to boot or function correctly if that is not the case: @@ -889,7 +889,7 @@ See debug log for details - + Backup OSes 備份作業系統 @@ -966,8 +966,8 @@ See debug log for details - - + + Replace OSes 取代作業系統 @@ -1082,51 +1082,51 @@ Do you want to continue? 無可用更新 - + PINN UPDATE PINN 更新 - + A new version of PINN is available 已有新版的 PINN 可用 - + Do you want to download this version? 您想要下載此版本嗎? - + Downloading Update 正在下載更新 - + Press ESC to cancel 按 ESC 取消 - + Error: No OSes selected (Do not choose RISC OS or PINN) 錯誤:沒有已選取的作業系統 (不要選取 RISC OS 或 PINN) - + Warning: No OSes selected 警告:沒有選擇作業系統 - + Warning: this will backup the selected Operating System(s). 警告:這將會備份選定的作業系統。 - + Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly: 警告:偵測到不支援的作業系統。PINN 目前無法正確備份下列的作業系統: @@ -1148,7 +1148,7 @@ Are you sure you want to initialise the drive? - + is not available. Please provide it locally or connect to the internet. 不可用。 @@ -3194,17 +3194,17 @@ Break 密碼(&P) - + &Show Password 顯示密碼(&S) - + &Virtual Keyboard 虛擬鍵盤(&V) - + &Delete