diff --git a/README.md b/README.md
index 5f64c34dc..98676fd5a 100644
--- a/README.md
+++ b/README.md
@@ -1,355 +1,306 @@
-# NOOBS (New Out of Box Software)
-#### An easy Operating System installer for the Raspberry Pi
-
-NOOBS is designed to make it easy to select and install operating systems for the Raspberry Pi without having to worry about manually imaging your SD card.
-
-The latest official release of NOOBS can be downloaded from http://downloads.raspberrypi.org/NOOBS_latest
-
-For information on previous releases and version changelists, visit https://github.com/raspberrypi/noobs/releases
-
-![alt text](screenshots/os_installed.png "NOOBS Interface")
-
-*NOTE: The list of OSes in this image is indicative only. It will vary according to your Raspberry Pi model and the availability of OSes on our remote download repository.
-
-### About
-On first boot NOOBS will format your SD card and allow you to select which OSes you want to install from a list. This OS list is automatically generated from both locally available OSes (i.e. those contained in the `/os` directory on disk) or those available from our remote repository (network connection required).
-
-Only the latest version of each OS will ever be displayed meaning that you can be sure that you have installed the most up-to-date release of your selected OS.
-
-On any subsequent boot you can then press the SHIFT key to enter the NOOBS interface and easily reinstall your choice of OSes.
-
-The NOOBS interface provides the following functionality:
-- Install : Installs the selected OSes onto your SD card. Changing this selection erases all OSes currently installed.
-- Edit Config : Opens a text editor allowing the cmdline and config for the selected installed OS to be edited.
-- Online Help : [Networking Required] Open a browser that displays the Raspberry Pi Help page ( http://www.raspberrypi.org/help/ ), allowing people to quickly access help and troubleshooting.
-- Exit : Quits NOOBS and reboots the Pi into the OS boot menu.
-- Language Selection : Allows you to select the language to be displayed.
-- Keyboard Layout Selection : Allows you to select the keyboard layout to be used.
-- Display Mode Selection : By default, NOOBS will output over HDMI at your display's preferred resolution, even if no HDMI display is connected. If you do not see any output on your HDMI display or are using the composite output, press 1, 2, 3 or 4 on your keyboard to select HDMI preferred mode, HDMI safe mode, composite PAL mode or composite NTSC mode respectively.
-
-Note that all user settings (language, keyboard layout, display mode) will persist between reboots and will also be automatically passed to the installed OSes. This means that if you can see the NOOBS interface on your display device then you should be able to see the OS CLI/GUI when it boots too!
-### Setup
-
-To set up a blank SD card with NOOBS:
-- Format an SD card that is 8GB or greater in size as FAT32 (see instructions on how to do this below)
-- Download and extract the files from the NOOBS zip file. (Windows built-in zip features may have trouble with this file. If so, use another program such as [7zip](http://www.7-zip.org/).)
-- Copy the extracted files onto the SD card that you just formatted so that this file is at the root directory of the SD card.
- Please note that in some cases it may extract the files into a folder, if this is the case then please copy across the files from inside the folder rather than the folder itself.
-
-On first boot the "RECOVERY" FAT partition will be automatically resized to a minimum and a list of OSes that are available to install will be displayed.
-
-### Operating System Choice
-
-NOOBS is available in 2 formats:
-- `NOOBS Full` includes the installation files for Raspbian only.
-- `NOOBS-Lite` does not include any Operating Systems at all.
-
-#### OS Network Download
-
-Both versions of NOOBS allow additional Operating Systems to be downloaded from our remote repository. To do this, the Raspberry Pi must be connected to a wired network, or it can connect over Wifi using the [Raspberry Pi USB wifi dongle](https://www.raspberrypi.org/products/usb-wifi-dongle/) or the Raspberry Pi 3 Model B built-in wifi.
-
-Once connected, the Pi will only show a list of Operating Systems that are appropriate to your Pi Model. If you want to see ALL available OSes, edit the `recovery.cmdline` file in the root NOOBS directory and append `showall` to the arguments list.
-
-#### Wired Networks
-
-If a wired ethernet cable is plugged into the Pi before NOOBS starts, NOOBS will connect via DHCP to our remote download repository and present a list of available Operating Systems that are available for installation.
-
-#### Wifi Networks
-
-If you have the official [Raspberry Pi USB wifi Dongle](https://www.raspberrypi.org/products/usb-wifi-dongle/), or are using the Raspberry Pi 3 Model B with built-in wifi, the wifi icon on the NOOBS toolbar will be available. Click on this to select your Wifi SSID network and enter the wifi password.
-
-![alt text](screenshots/wifi_selector.png "Select your wifi network and enter the password")
-
-### How to Format an SD card as FAT
-
-For Windows users, we recommend formatting your SD card using the SD Association's Formatting Tool, which can be downloaded from https://www.sdcard.org/downloads/formatter_4/ You will need to set "FORMAT SIZE ADJUSTMENT" option to "ON" in the "Options" menu to ensure that the entire SD card volume is formatted - not just a single partition. With the latest SD Association Formatting Tool (V5.0) that option has been removed and is now the default. For more detailed and beginner-friendly formatting instructions, please refer to http://www.raspberrypi.org/quick-start-guide
-
-The SD Association's Formatting Tool is also available for Mac users although the default OSX Disk Utility is also capable of formatting the entire disk (select the SD card volume and choose "Erase" with "MS-DOS" format).
-
-For Linux users we recommend `gparted` (or the command line version `parted`). (Update: Norman Dunbar has written up the following formatting instructions for Linux users: http://qdosmsq.dunbar-it.co.uk/blog/2013/06/noobs-for-raspberry-pi/ )
-
-===
-
-### Screenshots
-
-#### OS Installation
-
-Simply select the checkbox next to each OS you want to install using either a mouse or keyboard (arrow keys to traverse the list, enter to toggle the selected OS's checkbox), then click the "Install" icon (or press "i" on your keyboard) to install the selection. The icons shown on the right of the list indicate whether the OS is being installed from the SD card (SD card icon) or from the online OS repository (Ethernet icon).
-
-![alt text](screenshots/os_selected.png "Select your choice of OSes to install")
-
-*NOTE: The list of OSes in this image is indicative only. It will vary according to your Raspberry Pi model and the availability of OSes on our remote download repository.
-
-
-#### Online Help via Web Browser
-
-The built-in Arora web browser allows you to easily get help via the Raspberry Pi Forums (wired network connection required).
-
-![alt text](screenshots/browser.png "Search the Raspberry Pi forums for help via the built-in web browser")
-
-#### Easy Config File Editor
-
-The built-in config file editor allows you to edit the config file of the OS currently highlighted in the OS list. This allows you to easily add license keys to different OS installs through the same interface.
-
-Note that the output mode selected by the user through pressing one of number keys 1 to 4 (for HDMI preferred, HDMI VGA, Composite PAL and Composite NTSC respectively), will be automatically set in the `config.txt` files of your installed OSes. This means that you shouldn't have to worry about manually changing your display settings to get your installed OS to display correctly on your display device.
-
-![alt text](screenshots/config_editor.png "Easily edit the config files of any installed OS")
-
-#### Installer Slideshow
-
-An installer slideshow guides you through your first steps with each OS while it installs.
-
-![alt text](screenshots/installer_slides.png "An installer slideshow guides you through your first steps with each OS")
-
-#### OS Boot Selector
-
-After multiple OSes have been installed, you can select which OS to boot through this selection window that is automatically displayed. NOOBS will remember your choice and boot this OS by default unless a different option has been selected within 10 seconds.
-
-Note that if only one OS is installed then the boot selector will not be displayed and the OS will be automatically booted.
-
-![alt text](screenshots/boot_select.png "Easily select which OS you want to boot from a list of those currently installed")
-
-==
-
-## Advanced Usage (for experts and teachers)
-
-### How to Automatically Install an OS
-
-Even if you are using your Pi without a display, you can still use NOOBS to easily install an OS of your choice. To set up NOOBS to automatically and silently (i.e. without requiring any user input) install a specific OS, follow these steps:
-
-1. Copy the OS folder for the OS you want to install into the `/os` dir (or alternatively delete all other OSes contained in the `/os` dir so that only your chosen OS remains.
-
-2. If the OS you want to automatically install has multiple flavours available, edit the `flavours.json` file so that it only contains the flavour entry that you want to install.
-
-3. Edit the `recovery.cmdline` file in the root NOOBS directory and append `silentinstall` to the arguments list.
-
-When you now boot your Pi using an SD card containing the modified version of NOOBS that you just created, it will automatically install the OS you chose and boot into it after the installation has finished.
-
-### Preconfiguring a WiFi network
-
-If you already know your WiFi details, you can preconfigure NOOBS to use it straight away. Put a copy of your `wpa_supplicant.conf` file on the NOOBS root partition and NOOBS will read it and store it in its settings for all future uses.
-
-### How to create a custom OS version
-
-There are two main use cases for which you may want to create a custom version of one of the standard OS releases that is suitable for installation via NOOBS:
-- If you are a teacher wanting to easily deploy a custom OS release containing pre-defined set of packages and files onto a number of SD cards (e.g. to provision a class set of Raspberry Pi's or quickly restore a Raspberry Pi back to custom "factory" settings).
-- If you want to be able to back up your existing installed packages and files so that any future OS re-install does not force you back to a clean install.
-
-The following steps allow you to create a modified copy of one of the standard OS releases that contains your custom files, packages and settings.
-
-1. Download a base version of NOOBS from http://downloads.raspberrypi.org/NOOBS_latest
-
-2. Extract the NOOBS zipfile
-
-3. Navigate to the `os` directory
-
-4. Create a copy of the folder containing the OS release that you want to modify and rename it with a custom name.
-
-5. Edit the following fields in the `os.json` file contained in the folder that you just created
- 1. "name" - replace the name of the base OS with the name of your custom OS version
- 2. "description" - replace the description of the standard OS install with one for your custom OS version
-
-6. [Optional] Rename or replace the existing `.png` icon file with one matching the name of your custom OS version
-
-7. [Optional] Replace the PNG image files in the `slides` and `slides_vga` directory with your own custom installer slides
-
-8. Edit the following fields in the `partitions.json` file contained in the folder that you just created
- 1. "partition_size_nominal" - replace the numerical value with the size of the paritions in your custom OS version
- 2. "uncompressed_tarball_size" - replace the numerical value with the size of your filesystem tarballs when uncompressed
-
-9. Replace the `.tar.xz` root and boot filesystem tarballs with copies created from your custom OS version (these instructions assume you're only using a single OS at a time with NOOBS - they won't work if you're running multiple OSes from a single SD card). The name of these tarballs needs to match the labels given in `partitions.json`.
- 1. To create the root tarball you will need to run `bsdtar --numeric-owner --format gnutar --one-file-system -cpf .tar .` from within the root filesystem of your custom OS version. You should then compress the resulting tarball with `xz -9 -e .tar`.
- 2. To create the boot tarball you will need to run `bsdtar --numeric-owner --format gnutar -cpf .tar .` at the root directory of the boot partition of your custom OS version. You should then compress the resulting tarball with `xz -9 -e .tar`.
-
-### How to change the default Language, Keyboard layout, Display mode or Boot Partition etc.
-
-Edit the `recovery.cmdline` file in the root NOOBS directory and append the following arguments where relevant:
-- `lang=` (e.g. `lang=de` or `lang=en`)
-- `keyboard=` (e.g. `keyboard=de` or `keyboard=us`)
-- `display=` (e.g. `display=1` or `display=3`)
-- `partition=` (e.g. `partition=6`)
-- `showall` (shows all available OSes regardless of your Raspberry Pi model)
-
-Note that these defaults will be overwritten by any changes made in the GUI to these settings.
-
-### How to bypass the Recovery splashscreen and boot directly into a fixed partition
-
-After you have installed your chosen OSes, add the following file to the root directory of NOOBS to force the indicated partition to be booted at power-on.
-
-1. Add a text file named `autoboot.txt` to the root directory of NOOBS.
-
-2. Add `boot_partition=` to the file and save it to disk.
-
-This will also prevent the splashscreen from being displayed at boot. The partition number can be found by running `sudo fdisk -l` the partition will be one of the FAT32 partitions `/dev/mmcblk0p6` would be partition 6. Note that once an `autoboot.txt` file is present, there's then no way to force the NOOBS GUI to display, until you delete (or rename) the `autoboot.txt` file.
-
-### How to use with the Raspberry Pi Touch Display
-
-If NOOBS detects you are using the [Raspberry Pi Touch Display](https://www.raspberrypi.org/products/raspberry-pi-touch-display/), it will enable the following functionality:
-- A tap on the raspberry logo in the centre of the touchscreen can activate NOOBS, as well as holding the shift key down.
-- A tap on the touchscreen will simulate a mouse click
-- A longpress on the touchscreen will simulate a mouse double-click.
-
-===
-
-## Troubleshooting
-
-#### What to do if your SHIFT keypress isn't detected
-
-Try pressing shift only when the grey splashscreen is displayed rather than holding it from boot up.
-
-#### How to boot into "Safe Mode"
-
-To boot into a basic busybox shell rather than launching the NOOBS GUI, you can *either*:
-
-1. Append `rescueshell` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.
-
-2. Insert a physical jumper between pins 5 & 6 of GPIO header P1. If you have external hardware or an addon board connected to the GPIO header, you may find that pin 5 is being pulled low and accidentally triggering "Safe Mode". To prevent this you can append `disablesafemode` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.
-
-#### How to enable using the GPIO to trigger entering Recovery Mode
-
-To force Recovery Mode to be entered on boot and to show the NOOBS interface, you normally press the `SHIFT` key during bootup. If you don't have a keyboard or the `SHIFT` keypress isn't being detected, you should complete the following steps to force the NOOBS interface to be displayed on boot:
-
-1. Append `gpiotriggerenable` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.
-2. Reboot
-
-To force Recovery Mode being entered on boot, connect GPIO pin 3 on header P1 to GND (pin 25). If GPIO pin 3 remains unconnected then it will boot through to the installed OS as normal.
-
-#### How to force Recovery Mode being entered on boot (overrides GPIO or keyboard input)
-
-Alternatively, if you are unable to use either the GPIO or keyboard to trigger entering Recovery Mode, you can:
-
-1. Append `forcetrigger` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.
-2. Reboot
-
-Note that with this option enabled, the Recovery Mode will be displayed every time you boot from your NOOBS card (until you edit `recovery.cmdline` again).
-
-#### How to disable using the keyboard to trigger entering Recovery Mode
-
-In some rare cases, you may find that NOOBS incorrectly detects a `SHIFT` keypress from your keyboard regardless of the presence of user input. In such cases it may be helpful to disable using the keyboard to trigger Recovery Mode being entered.
-
-To prevent a `SHIFT` keypress from entering Recovery Mode on boot (maybe you have a problematic keyboard which is erroneously triggering every time you boot), you can:
-
-1. Append `keyboardtriggerdisable` to the argument list in the `recovery.cmdline` file which is found in the root NOOBS directory.
-2. Reboot
-
-#### How to change display output modes
-
-By default, NOOBS will output over HDMI at your display’s preferred resolution, even if no HDMI display is connected. If you do not see any output on your HDMI display or are using the composite output, press 1, 2, 3 or 4 on your keyboard to select HDMI preferred mode, HDMI safe mode, composite PAL mode or composite NTSC mode respectively.
-
-If you don't have a keyboard, you can still change the display mode used by NOOBS through editing the `recovery.cmdline` file in the root NOOBS directory prior to first boot and appending the following argument:
-- `display=` (e.g. `display=1` or `display=3`)
-
-===
-
-## How to Rebuild NOOBS
-
-Note that this will require a minimum of 6GB free disk space.
-
-#### Get Build Dependencies
-
-On Ubuntu:
-
-`sudo apt-get install build-essential rsync texinfo libncurses-dev whois unzip bc qt4-linguist-tools`
-
-#### Run Build Script
-
-`./BUILDME.sh`
-
-Buildroot will then build the software and all dependencies, putting the result in the `output` directory.
-
-Buildroot by default compiles multiple files in parallel, depending on the number of CPU cores you have.
-
-If your build machine does have a quad core CPU, but relatively little RAM, you may want
-to lower the number to prevent swapping:
-- `cd buildroot ; make menuconfig`
-- "Build options" -> "Number of jobs to run simultaneously"
-
-If your build machine also has some QT5 components, it is useful to `export QT_SELECT=4` before building to ensure the QT4 component versions are selected.
-
-## How to run your Build
-
-In order to setup an SD card with a newly built version of NOOBS, you will need to:
-- Format an SD card that is 8GB or greater in size as FAT32
-- Replace the `/os` directory in `/output` with the copy contained in the release version of NOOBS (see above for download links)
-- Copy the files in the `/output` directory onto the SD card
-
-## About the Buildroot infrastructure
-
-To add extra packages: `cd buildroot ; make menuconfig`
-
-Recovery software packaging is in: `buildroot/package/recovery`
-
-Kernel configuration used: `buildroot/kernelconfig-recovery.armv6` and `kernelconfig-recovery.armv7`
-
-Main differences with bcmrpi_defconfig:
-- `CONFIG_BLK_DEV_INITRD=y` - initramfs support
-- `CONFIG_INPUT_EVDEV=y` - evdev support built-in
-- `CONFIG_USB_HID=y` - usb HID driver built-in
-- All modules disabled.
-- (This has changed significantly from v1.5 to use a squashfs)
-
-## Modifying Qt source
-
-Source is in the `recovery` folder.
-Be aware that user interface screens will appear larger in Qt Creator then when deployed on the Pi, can
-raise font sizes 2 points to compensate.
-
-Several constants can be changed in `config.h`
-
-Wrap code that calls Qt Embedded specific classes (such as QWSServer) between
-```C
-#ifdef Q_WS_QWS
-```
-and
-```C
-#endif
-```
-so that the project also compiles and can be tested under standard Qt.
-
-## Adding/Updating Translations
-
-References:
-
-http://qt-project.org/doc/qt-4.8/i18n-source-translation.html
-
-http://qt-project.org/doc/qt-4.8/linguist-manual.html
-
-To set up a git pre-commit hook to automatically update the translation files, run the following commands in the project root:
-- `chmod +x pre-commit-translation-update-hook.sh`
-- `cp pre-commit-translation-update-hook.sh .git/hooks/pre-commit`
-
-To add a new translation:
-- Add to `recovery/recovery.pro` the following: `TRANSLATIONS += translation_.ts`
-- Run `lupdate recovery/recovery.pro` which extracts strings from the source code and generates/updates the *.ts* files.
-- The *.ts* can then be sent to the translator, opened in Qt Linguist and filled in.
-- Add a line for the *.ts* file in to `recovery/icons.qrc`, but substitute *.ts* extension with *.qm* . This file contains a list
- of resource files that will be embedded into the application's executable during build.
-- Add a flag icon for your language from http://www.famfamfam.com/lab/icons/flags/ flag icon collection or if it
- doesn't have the one you need, you may use some other small png icon for it. Copy the icon file to the `recovery/icons`
- folder and add a line for it into `recovery/icons.qrc` as well.
-
-
-### Legal compliance
-
-Copyright (c) 2013, Raspberry Pi
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-Neither the name of the Raspberry Pi Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-#### Third party licenses:
-
-Recovery software directly links to:
-- Qt libraries, available under LGPL and commercial license.
-
-Currently used icon sets:
-- http://www.fatcow.com/free-icons - Creative commons Attribution license
-- http://www.famfamfam.com/lab/icons/flags - "These flag icons are available for free use for any purpose with no requirement for attribution."
-- http://www.oxygen-icons.org/ - Available under Creative Common Attribution-ShareAlike 3.0 and LGPL license
-
-Licenses of utility software build by buildroot:
-Type `cd buildroot ; make legal-info` to generate a list, which will be available under `output/legal-info`.
+# PINN (PINN is not NOOBS)
+#### An enhanced Operating System installer for the Raspberry Pi
+
+PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi. See the change history below for the additional features.
+
+### - [If you have PINN v2.4.3 - v2.4.4b installed, please manually update to v2.4.4c or later](https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574&start=200#p1239359)
+
+Documentation on how to use PINN can be found in **[README_PINN.md](README_PINN.md)**, which includes all of the original NOOBS documentation.
+
+If you are already familiar with NOOBS' features, you may prefer to read the reduced documenation that just contains **[PINN's new features](changes.md)** alone.
+
+The latest version of **[PINN-lite](http://sourceforge.net/projects/pinn/files/pinn-lite.zip)** can be downloaded from [sourceforge](http://www.sourceforge.net/projects/pinn).
+
+Source code is available from [github](https://github.com/procount/pinn)
+
+see [github](https://github.com/procount/pinn) for full information
+
+## Quick Start
+
+#### Format your SD card as FAT32
+
+For **Windows** users, we recommend formatting your SD card using the SD Association's Formatting Tool, which can be downloaded from https://www.sdcard.org/downloads/formatter_4/ .
+If you are still using v4 of this tool, you will need to set the "FORMAT SIZE ADJUSTMENT" option to "ON" in the "Options" menu to ensure that the entire SD card volume is formatted - not just a single partition. However, this tool has now been upgraded to v5 where this feature is now the default and is no longer selectable. For more detailed and beginner-friendly formatting instructions, please refer to http://www.raspberrypi.org/quick-start-guide .
+
+The SD Association's Formatting Tool is also available for Mac users. However, note that the default OSX Disk Utility is also capable of formatting the entire disk (select the SD card volume and choose "Erase" with "MS-DOS" format).
+
+For **Linux** users, we recommend `gparted` (or the command line version `parted`). (Update: Norman Dunbar has written up the following formatting instructions for Linux users: http://qdosmsq.dunbar-it.co.uk/blog/2013/06/NOOBS-for-raspberry-pi/)
+
+#### Copy the pinn files to your SD card.
+
+- Download **[pinn-lite.zip](http://sourceforge.net/projects/pinn/files/pinn-lite.zip)** from [sourceforge](http://www.sourceforge.net/projects/pinn)
+- Extract the files from pinn-lite.zip file onto the SD card. (Windows built-in zip features may have trouble with this file. If so, use another program such as 7zip.)
+
+Please note that in some cases it may extract the files into a folder, if this is the case then please copy across the files from inside the folder rather than the folder itself.
+
+#### Boot pinn on your PI
+- Put the PINN SD card into your Pi and boot it.
+- On first boot the "RECOVERY" FAT partition will be automatically resized to a minimum, so if you ever put your SD card back into a Windows machine it will look like a very small partition. THIS IS NORMAL.
+- PINN does not come supplied with any OSes. You must download them from the internet or provide them on a USB stick. So,....
+- Connect your Pi to the internet with an Ethernet cable (easiest)
+- Or If you prefer to use Wifi, click on the wifi button and select your SSID and password. If the wifi button is greyed out, choose another type of wifi dongle.
+- A list of OSes that are available to install will be displayed.
+- Select one or more OSes that you want and click INSTALL.
+
+
+## Change History
+
+## V2.8.5.1
+
+- **Reinstall** - BUGFIX for Re-install.
+- **translations** - Updated it and zh_TW translations.
+- **silentreinstallnewer** - **USE WITH CAUTION**. With `select=` it will silently re-install any selected OSes that are newer than the installed version.
+
+### V2.8.5
+
+- **Boot Cancel** - Added a new cancel button to the bootselection dialog which will reboot back into PINN
+- **Swedish keyboard** - Swedish keyboard fixed when language selected
+- **Bootable selection** - The bootselection dialog is only available if a bootable OS is installed.
+- **Select Option** - Auto select/check OSes to be installed. "allsd,allusb,allnetwork,waitsd,waitusb,waitnetwork,waitall,allinstalled,"
+- **SilentInstall** - with Select will auto-install selected OSes
+- **Added Disablesdimages** - Disablesdimages in recovery.cmdline will prevent OSes on SD card from being shown
+- **Network start** - The network is always started, even with silentinstall.
+- **Flavour download** - Flavours can now be downloaded from remote repos. Only need to download 1
+- **Added flavours.tar.xz** - Remote flavours need to include flavours.tar.xz
+- **RPi Model Name** - Added name of RPi model to MainMenu screen
+
+### V2.8.4
+
+- **Replace OSes** - Allows the replacement of one OS with another
+- **Project Spaces** - Added Project Spaces
+- **Reserve disk space** - Reserve some space on PINN's partition before formatting
+- **mkimage** - Added mkimage from uboot
+- **xz** - Allow XZ Compression
+- **Update Dialog** - This now cancels any timeout setting
+
+### V2.8.3
+
+- **Programmable CEC** - Fixed bugs
+- **networktimeout** - Added timeout to detect network presence
+
+### V2.8.2
+
+- **Reinstall** - bugfix to Reinstall option following partuuid change on USBs
+
+### V2.8.1
+
+- **Programmable CEC** - Program your TV remote for use with PINN
+
+### V2.8
+
+- **Fix menu** - Replaced Fsck with Fix menu option to include a wider range of tools
+- **Store meta** - Additional meta files stored on installation for fix up tools
+- **Partuuid** - Store partuuid references for better USB support
+- **Tab fix** - Fixed synchronisation of OS tab display
+
+### V2.6.2
+
+- **pinn_init.sh** - Improve calling of script to run before PINN
+- **config.txt** - deleted
+
+### V2.6.1
+
+- **Kernel** - Bump kernel to suppress missing mailbox commands in old firmware
+- **pinn_init.sh** - Add initialisation script to run before PINN
+
+### V2.6
+
+- **Firmware** - Update firmware
+- **Kernel** - Update kernel to 4.14
+
+### V2.5.5
+
+- **Self-Update** - A small fix to the self-update ignore feature
+
+### V2.5.4
+
+- **Countdown** - Re-enabled the boot selection dialog countdown timer.
+
+### V2.5.3
+
+- **Switch firmware** - Enable switching of firmware for 3B+ and other models.
+
+### V2.5.2a
+
+Fixes the incorrect recovery.cmdline bug in v2.5.2.
+(There's a reason why I didn't make this v2.7 just yet!)
+
+### V2.5.2
+
+- **OS Firmware** - Includes a better method of slipstreaming new Firmware
+- **BUG: Cmdline** - Note that the recovery.cmdline is incorrect in this version
+### V2.5.1
+
+- **firmware** - New firmware for Rpi 3B+
+- **Kernel** - Update to kernel 4.9.80
+- **OS firmware** - Latest firmware is slip streamed onto old OSes
+- **wifi drivers** - Some wifi drivers temporarily removed until they can be upgraded
+- **Arora** - Prevented multiple instances of Arora browser running
+
+### V2.4.5f
+
+- **rtl8812 wifi** - added wifi driver for rtl8812 5GHz dongles
+
+### V2.4.5e
+
+- **remotetimeout** - Enable network for remote boot alteration.
+
+### V2.4.5b
+
+- **background** - The background has now been fixed on the bootmenu
+- **reinstall** - Reinstall should now use data from the NEW version rather than the OLD version
+
+### V2.4.5
+
+This is a small maintenance release for some cosmetic changes and bugfixes mainly.
+
+- **background** - Specify the background colour as background=r,g,b
+- **style** - Change the style with style=motif/windows/platinum
+- **configpath** - (partially) allow remote flavours to customise an OS
+- **dsi** - Allows the HDMI/DSI switching option to work with OSes installed to USB
+
+### V2.4.4
+
+Finally, PINN can now re-install any installed OS WITHOUT affecting the other OSes, eliminating one of my NOOBS bugbears.
+
+- **Re-install** - Re-install an OS without affecting others
+- **no_update** - disable PINN self-update (manual refesh of PINN available)
+- **update PINN** - A manual PINN update check can now be done (for when no_update is used)
+- **Edit PINN** - The recovery.cmdline and config.txt fiels of PINN can now be edited.
+- **no_cursor** - The no_cursor option now only affects the bootselection dialog
+- **Wipe** - The Wipe Disk command has been temporarily removed
+- **Max OSes** - The number of OSes has been restricted so that boot partitions numbers are <63
+
+### V2.4.3
+
+A major change to the User Interface in preparation for some new features.
+
+- **3 Toolbars** - Main Menu, Archival and Maintenance.
+- **OS Groups** - OS lists are grouped into General, Minimal, Educational, Media and Gaming.
+- **Download OS** - Download an OS to USB for local installation.
+- **Fsck** - Check and fix your filesystems in case of error.
+- **Wipe Disk** - delete all OSes and restore drive to full capacity.
+- **Info button** - Go directly to the webpage of each OS.
+
+### V2.4.2h
+
+- **Translations** - udpate to Portugese + other translations
+- **Password** - A new password will not expire
+- **Slideshow** - Slides during installation are now scaled to be the same size.
+- **>1TB MSDs** - Installing OSes to a USB Mass Storage Device > 1TB would fail. 2TB is the maximum size.
+
+### V2.4.2
+
+- **repo_list** - Added repo_list cmdline argument
+
+#### Bugfixes
+
+- **Win10IoT** - Fixed annoying warning messages on installation
+- **RTAndrod** - re-included missing cpio to allow installation
+
+### V2.4.1
+
+- **btrfs** - Added support for btrfs file systems
+
+### V2.4
+
+- **Update** - Rebase onto NOOBS 2.4
+- **repo** - Support "repo=" from NOOBS
+- **USB support** - Supports USB BOOT and USB ROOTFS
+
+### V2.3
+
+- **PiZeroW** - Further update to match NOOBS 2.3. Added regDB for channel 13 & missing DTBs
+
+### V2.2
+
+- **PiZeroW** - Update firmware/kernel for PiZero Wifi version
+
+### V2.1.4
+
+- **IP address** - Shown in window title
+- **CEC key mapping** - Replaced 0 button with PLAY button for greater applicability
+- **BOOT** - Added BOOT button to boot selection dialog for use with limited TV remotes
+- **Tarball names** - Allow local tarballs to have a different name to the partition labell
+- **SD Card** - Recommend 8GB card minimum
+- **SD Card** - Update SD card requirements
+- **Network** - Do not continue polling for connectivity during installation
+- **Update** - Bump kernel and firmware versions
+
+### V2.1.3
+
+- **Translations** - Added many translations from the community
+
+### V2.1.2
+
+- **Default Boot** - A default OS can be set in a multi-boot setup for quicker boots.
+- **Bootmenutimout** - The timeout of the boot selection dialog can be changed.
+- **SHIFT key** - The PINN interface can be reached using the Left mouse button as well as shift.
+
+### V2.1.1
+
+- **CEC Support** - Added CEC support to control PINN with a TV remote
+
+### V2.1
+
+- **IoTpHAT support** - Updated to match NOOBS v2.1 for IoTpHAT wifi
+
+### V2.0
+
+- **Network Drivers** - Added the popular RTL8188eu wifi driver (for HubPiWi and others)
+- **New Firmware** - Updated Firmware and Kernel to match NOOBS 2.0
+
+### V1.9.5
+
+- **Self-Update** - Notification and download of new releases
+
+#### Bugfixes
+
+- **Network Drivers** - Fixed the popular RTL8188cus wifi driver.
+- **RPI3 ACT_LED** - Now displays correctly on SD card access
+
+
+### V1.9.4
+
+- **Network Drivers** - A number of additional wifi and ethernet drivers have been added.
+
+#### Bugfixes
+
+- **Dialog Box** - The initialisation dialog box is removed under network errors
+
+
+### V1.9.3
+
+- **Clone SD Card** - Copy the SD card to another card in a USB reader (BETA)
+- **Rescue shell** - Exiting the rescue shell now enters the PINN recovery program instead of another shell.
+- **VNCSHARE** - Sets up PINN to use VNC at the same time as an attached screen
+
+#### Bugfixes
+
+- **https** - Fixed the ability to use https protocol (which was preventing Arch from installing sometimes).
+- **wifi config** - A user supplied wpa_supplicant.conf file is now ALWAYS copied to /settings and then renamed to wpa_supplicant.conf.bak so that it does not continually overwrite any manual changes made through the GUI.
+
+
+### V1.9.2
+
+- **Password** - Change or reset your password for each OS.
+- **DSI/HDMI** - Auto-switching of DSI/HDMI screen with HDMI taking priority
+
+#### BugFixes
+
+- **NoobsConfig** - Config filenames now now have all spaces converted to underscores
+- **Multiple Os** - Multiple installed OSes can now be selected again.
+- **DHCP** - ClientID is now used instead of DUID to request an IP address
+
+
+### V1.9.1 (based on NOOBS v1.9)
+
+- **USB support** - store your OS installations on USB stick to avoid wasting SD card space and avoid downloading each time.
+- **Alternative Src** - Install OSes from an alternative website, or local webserver
+- **ARCH support** - Install the Arch Linux OS directly from the Arch website
+- **VGA666 support** - Alow PINN to be used with Gert's VGA666 adaptor
+- **NOOBSCONFIG support** - Allow customisation of an OS installation as it installs
+- **SSH support** - SSH remotely into you PINN installation.
+- **Progress** - View your installation progress via alternative means
+
+
diff --git a/buildroot/package/recovery/init b/buildroot/package/recovery/init
index d2430632e..1f1085069 100755
--- a/buildroot/package/recovery/init
+++ b/buildroot/package/recovery/init
@@ -160,6 +160,14 @@ fi
fi
done
+ if grep -q vncinstall /proc/cmdline; then
+ echo
+ echo "************************************************************************************"
+ echo "*** VNC is enabled on port 5900. Please connect using VNC to see the PINN screen ***"
+ echo "************************************************************************************"
+ echo
+ fi
+
/usr/bin/recovery $RUN_INSTALLER $GPIO_TRIGGER $KEYBOARD_NO_TRIGGER $FORCE_TRIGGER $DEFAULT_KBD $DEFAULT_LANG $DEFAULT_DISPLAY $DEFAULT_PARTITION $DEFAULT_NOCONFIG $DEFAULT_DSI $DEFAULT_REPOS $EXTRA_REPOS $REPO_LIST $DEFAULT_STYLE -qws 2>/tmp/debug
diff --git a/recovery/config.h b/recovery/config.h
index b6e756b52..c8f9dcb2e 100644
--- a/recovery/config.h
+++ b/recovery/config.h
@@ -2,7 +2,7 @@
#define CONFIG_H
/* Version number displayed in the title bar */
-#define VERSION_NUMBER "2.8.5.1"
+#define VERSION_NUMBER "2.8.5.2"
/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
diff --git a/recovery/mainwindow.cpp b/recovery/mainwindow.cpp
index 788045bf8..7bf44ccdc 100644
--- a/recovery/mainwindow.cpp
+++ b/recovery/mainwindow.cpp
@@ -507,7 +507,7 @@ void MainWindow::untarFirmware()
{
QProcess::execute("mount -o remount,rw /mnt");
- QProcess::execute("bsdtar -xzf /mnt/firmware.tar.gz -C /mnt");
+ QProcess::execute("bsdtar --no-same-permissions --no-same-owner --no-xattrs -xzf /mnt/firmware.tar.gz -C /mnt");
QProcess::execute("rm /mnt/firmware.tar.gz");
sync();
QProcess::execute("mount -o remount,ro /mnt");
@@ -1065,7 +1065,8 @@ void MainWindow::on_actionReinstall_triggered()
{
//Only check upgrades to PINN if it is the ONLY Os to be reinstalled
//Because it causes a reboot
- checkForUpdates( true );
+ if (requireNetwork())
+ checkForUpdates( true );
return;
}
//Otherwise ignore PINN if there are more selected
diff --git a/recovery/translation_ae.ts b/recovery/translation_ae.ts
index aaddc1085..e9645d0e2 100644
--- a/recovery/translation_ae.ts
+++ b/recovery/translation_ae.ts
@@ -74,42 +74,42 @@
Mounting FAT partition
- تقسيم FAT المتزايد
+ تقسيم FAT المتزايد
Error mounting system partition.
- خطا في تركيب قسم النظام.
+ خطا في تركيب قسم النظام.
Error opening %1
- إفتتاح الخطأ %1
+ إفتتاح الخطأ %1
Finish writing to disk (sync)
- إنهاء الكتابة على القرص (المزامنة)
+ إنهاء الكتابة على القرص (المزامنة)
Error unmounting system partition.
- حدث خطأ أثناء إلغاء تثبيت قسم النظام.
+ حدث خطأ أثناء إلغاء تثبيت قسم النظام.
Removing partitions 2,3,4
- أزاله الأقسام 2 ، 3 ، 4
+ أزاله الأقسام 2 ، 3 ، 4
Resizing FAT partition
- تغيير حجم قسم FAT
+ تغيير حجم قسم FAT
Error resizing existing FAT partition
- حدث خطأ أثناء تغيير حجم قسم FAT الحالي
+ حدث خطأ أثناء تغيير حجم قسم FAT الحالي
@@ -154,7 +154,7 @@
WARNING: This will erase all data on your SD card
Would you like NOOBS to create one for you?
WARNING: This will erase all data on your SD card
- هل تريد PINN لإنشاء واحد بالنسبة لك؟ تحذير: سيؤدي هذا إلى محو جميع البيانات الموجودة على بطاقة SD
+ هل تريد PINN لإنشاء واحد بالنسبة لك؟ تحذير: سيؤدي هذا إلى محو جميع البيانات الموجودة على بطاقة SD
@@ -175,7 +175,7 @@ WARNING: This will erase all data on your SD card
SD card has now been formatted ready for PINN installation. Please re-copy the PINN files onto the card and reboot
SD card has now been formatted ready for NOOBS installation. Please re-copy the NOOBS files onto the card and reboot
- تم تنسيق بطاقة SD الآن جاهزه للتثبيت التثبيت. الرجاء أعاده نسخ الملفات البينية علي البطاقة وأعاده التشغيل
+ تم تنسيق بطاقة SD الآن جاهزه للتثبيت التثبيت. الرجاء أعاده نسخ الملفات البينية علي البطاقة وأعاده التشغيل
@@ -562,18 +562,18 @@ WARNING: This will erase all data on your SD card
SD اعداد بطاقة
-
-
+
+
RECOMMENDED
اوصي
-
-
-
-
+
+
+
+
Confirm
تاكيد
@@ -603,21 +603,21 @@ WARNING: This will erase all data on your SD card
يشغل PINN الرجاء الإنتظار بينما
-
-
-
-
-
+
+
+
+
+
Error
خطا
-
+
Display Mode Changed
نمط العرض تغير
-
+
HDMI preferred mode
المفضل HDMI نمط
@@ -688,7 +688,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
التالي لم يدعم على هذا تنقيح النسبة الثابتة توت عليق وقد يخفق في الاقلاع أو إشتغال بشكل صحيح OSes تحذير: أنظمة التشغيل الغير متوافقة إكتشفت:
@@ -698,302 +698,302 @@ All existing data on the SD card will be overwritten, including any OSes that ar
ستبدا عمليه التثبيت قريبا.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS (es) مثبت
-
+
OS(es) Installed Successfully
OS (es) ثبت بنجاح
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI الوضع الأمن
-
+
composite PAL mode
وضع PAL المركب
-
+
composite NTSC mode
وضع NTSC المركب
-
+
Display mode changed to %1
Would you like to make this setting permanent?
تم تغيير وضع العرض إلى %1
هل ترغب في جعل هذا الاعداد دائما ؟
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
خطا في تحميل قائمه التوزيع من الإنترنت:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
خطا في التحميل
-
+
Error parsing repolist.json downloaded from server
خطا في تحليل أعاده التشغيل. json التحميل من الخادم
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
مطلوب الوصول إلى الشبكة لاستخدام المكونات البينية بدون الصور المحلية. الرجاء تحديد شبكه wifi الخاصة بك في الشاشة التالية.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
مطلوب الوصول إلى الشبكة السلكية لاستخدام pinoy بدون الصور المحلية. الرجاء إدخال كبل شبكه اتصال في منفذ الشبكة.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
هل تريد بالتاكيد أعاده تهيئه محرك الاقراص '%1' لاستخدامه مع الشبكة PINN ؟ سيتم حذف كافة البيانات الموجودة علي محرك!
-
+
This will erase all content on the device '%s'. Are you sure?
سيؤدي ذلك إلى مسح كافة المحتويات الموجودة علي الجهاز '%s'. هل أنت متأكد؟
-
+
Clone SD Card
إستنسخ بطاقة SD
-
+
Yes
نعم
-
+
No
لا
-
+
Clone Completed
اكتمل الاستنساخ
-
+
Clone Completed Successfully
تم إكمال النسخ بنجاح
-
+
Error downloading update file
حدث خطا اثناء تنزيل ملف التحديث
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
PINN تحديث
-
+
A new version of PINN is available
يتوفر إصدار جديد من الشبكة PINN
-
+
Do you want to download this version?
هل تريد تحميل هذا الإصدار ؟
-
+
Downloading Update
تنزيل التحديث
-
+
Press ESC to cancel
اضغط هروب لالغاء الامر
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
خطا في توزيع القائمة. json تحميلها من الخادم
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
PINN v%1 - Built: %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.
-
-
+
+
Needed
بحاجة
-
-
+
+
Available
متاح
-
+
Error downloading meta file
حدث خطأ أثناء تنزيل ملف ميتا
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
حدث خطأ أثناء كتابة الملف الذي تم تنزيله إلى بطاقة SD . قد تتلف بطاقة SD أو نظام الملفات.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
أعاده تهيئه محرك الاقراص ؟
-
-
-
+
+
+
No network access
لا يوجد وصول إلى الشبكة
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
مطلوب الوصول إلى الشبكة السلكية لهذه الميزة. الرجاء إدخال كبل شبكه اتصال في منفذ الشبكة.
@@ -1003,7 +1003,7 @@ Booting this drive again will re-instate PINN's partition structure.
Finish writing (sync)
- إنهاء الكتابة (مزامنة)
+ إنهاء الكتابة (مزامنة)
@@ -1013,7 +1013,7 @@ Booting this drive again will re-instate PINN's partition structure.
Error downloading or extracting tarball
- خطا في تنزيل الكره أو استخراجها
+ خطا في تنزيل الكره أو استخراجها
@@ -1272,7 +1272,7 @@ Partition not big enough for new image.
RECOMMENDED
- اوصي
+ اوصي
@@ -1288,7 +1288,7 @@ Partition not big enough for new image.
INSTALLED
- مثبت
+ مثبت
@@ -1618,7 +1618,7 @@ Partition not big enough for new image.
%1: Error executing partition setup script
- %1:حدث خطأ أثناء تنفيذ البرنامج النصي لإعداد القسم
+ %1:حدث خطأ أثناء تنفيذ البرنامج النصي لإعداد القسم
diff --git a/recovery/translation_ast.ts b/recovery/translation_ast.ts
index 009a40b55..9de1a62ef 100644
--- a/recovery/translation_ast.ts
+++ b/recovery/translation_ast.ts
@@ -613,8 +613,8 @@ AVISU: Esto desaniciará tolos datos na to tarxeta SD
-
-
+
+
RECOMMENDED
ACONSEYÁU
@@ -651,175 +651,175 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
-
-
+
+
+
+
Confirm
Confirmar
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
Reboot in %1 secs
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
@@ -836,7 +836,7 @@ Reboot PINN to take account of these OSes?
-
+
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:
Avisu: Deteutáronse incompatibilidaes. Los SO de darréu nun tán sofitaos pola to revisión de Raspberry Pi y quiciabes fallen al arrancar o furrular correutamente:
@@ -846,154 +846,154 @@ Reboot PINN to take account of these OSes?
Entamará ceo'l procesu d'instalación.
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
OS(es) installed
SO(s) instaláu(os)
-
+
OS(es) Installed Successfully
SO(s) instaláu(os) con ésitu
-
-
-
-
-
+
+
+
+
+
Error
Fallu
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
HDMI preferred mode
Mou preferíu de HDMI
-
+
HDMI safe mode
Mou seguru de HDMI
-
+
composite PAL mode
mou PAL compuestu
-
+
composite NTSC mode
mou NTSC compuestu
-
+
Display Mode Changed
Camudóse'l mou de pantalla
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Camudóse'l mou de pantalla a %1
¿Prestaríate afitar dafechu esti axuste?
-
+
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.
-
-
-
+
+
+
No network access
Ensin accesu de rede
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Ríquese l'accesu a rede cableada pa esta carauterística. Por favor inxerta un cable de rede nel so puertu.
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Fallu de descarga
-
+
Error parsing list.json downloaded from server
Fallu analizando'l list.json baxáu del sirvidor
-
-
+
+
Needed
Necesarios
-
-
+
+
Available
Disponible
-
+
Error downloading meta file
Fallu baxando'l ficheru meta
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Fallu baxando'l ficheru a la tarxeta SD. Quiciabes tean dañaos o'l sistema ficheros o la tarxeta SD.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
diff --git a/recovery/translation_ca.ts b/recovery/translation_ca.ts
index 5618d252a..513605c95 100644
--- a/recovery/translation_ca.ts
+++ b/recovery/translation_ca.ts
@@ -612,8 +612,8 @@ WARNING: This will erase all data on your SD card
-
-
+
+
RECOMMENDED
RECOMANAT
@@ -650,175 +650,175 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
-
-
+
+
+
+
Confirm
Confirma
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
Reboot in %1 secs
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
@@ -835,7 +835,7 @@ Reboot PINN to take account of these OSes?
-
+
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:
@@ -845,153 +845,153 @@ Reboot PINN to take account of these OSes?
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
OS(es) installed
-
+
OS(es) Installed Successfully
-
-
-
-
-
+
+
+
+
+
Error
Error
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
HDMI preferred mode
-
+
HDMI safe mode
mode HDMI segur
-
+
composite PAL mode
mode PAL compost
-
+
composite NTSC mode
mode NTSC compost
-
+
Display Mode Changed
-
+
Display mode changed to %1
Would you like to make this setting permanent?
-
+
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.
-
-
-
+
+
+
No network access
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
-
+
Error parsing list.json downloaded from server
-
-
+
+
Needed
Necessaris
-
-
+
+
Available
Disponibles
-
+
Error downloading meta file
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
diff --git a/recovery/translation_de.ts b/recovery/translation_de.ts
index 0e37494c1..32387e425 100644
--- a/recovery/translation_de.ts
+++ b/recovery/translation_de.ts
@@ -558,18 +558,18 @@ Achtung: Dies löscht alle Ihre Daten auf der SD-Karte
W
-
-
+
+
RECOMMENDED
EMPFOHLEN
-
-
-
-
+
+
+
+
Confirm
Bestätigung
@@ -604,43 +604,43 @@ Achtung: Dies löscht alle Ihre Daten auf der SD-Karte
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Fehler
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Darstellungsmodus geändert
-
+
HDMI preferred mode
HDMI-Modus (normal)
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Achtung: inkompatible(s) Betriebssystem(e) gefunden. Die nachfolgenden Betriebssysteme werden von dieser Revision des Raspberry Pi nicht unterstützt und werden möglicherweise nicht korrekt funktionieren oder starten:
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Die Installation beginnt in Kürze.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
Betriebssystem(e) installiert
-
+
OS(es) Installed Successfully
OS Installed Successfully
Betriebssystem(e) erfolgreich installiert
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI-Modus (sicher)
-
+
composite PAL mode
Composite-PAL-Modus
-
+
composite NTSC mode
Composite-NTSC-Modus
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Darstellungsmodus geändert zu %1
Wollen Sie diese Einstellung dauerhaft speichern?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Download-Fehler
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Fehler beim Einlesen der vom Server geladenen list.json
-
+
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.
-
-
+
+
Needed
Benötigt
-
-
+
+
Available
Verfügbar
-
+
Error downloading meta file
Fehler beim Herunterladen der Meta-Datei
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Fehler beim Schreiben der heruntergeladenen Datei auf die SD-Karte. Die SD-Karte oder deren Dateisystem könnte fehlerhaft sein.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Kein Netzwerk gefunden
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Für diese Funktion ist eine kabelgebundene Netzwerkverbindung erforderlich. Bitte stecken Sie ein Netzwerkkabel ein.
diff --git a/recovery/translation_en.ts b/recovery/translation_en.ts
index ad8efe65b..18d0e85f6 100644
--- a/recovery/translation_en.ts
+++ b/recovery/translation_en.ts
@@ -612,13 +612,13 @@ WARNING: This will erase all data on your SD card
-
+
has an incompatible number of partitions with
-
-
+
+
RECOMMENDED
@@ -651,16 +651,16 @@ WARNING: This will erase all data on your SD card
-
-
-
-
+
+
+
+
Confirm
-
+
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:
@@ -670,177 +670,177 @@ WARNING: This will erase all data on your SD card
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
-
+
OS(es) Installed Successfully
-
-
-
-
-
+
+
+
+
+
Error
-
+
Reboot in %1 secs
-
+
HDMI preferred mode
-
+
HDMI safe mode
-
+
composite PAL mode
-
+
composite NTSC mode
-
+
Display Mode Changed
-
+
Display mode changed to %1
Would you like to make this setting permanent?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
-
+
+
+
No network access
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
-
+
Error parsing repolist.json downloaded from server
-
+
Error parsing list.json downloaded from server
-
-
+
+
Needed
-
-
+
+
Available
-
+
Error downloading meta file:
-
+
filesize error checking
-
+
Warning: No OSes selected
-
+
Error downloading meta file
@@ -859,139 +859,139 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
PINN v%1 - Built: %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.
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Reformat drive?
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
diff --git a/recovery/translation_es.ts b/recovery/translation_es.ts
index 73cc42f5e..a3d5e4387 100644
--- a/recovery/translation_es.ts
+++ b/recovery/translation_es.ts
@@ -600,8 +600,8 @@ ADVERTENCIA: Esto borrará todos los datos de tu tarjeta SD
La tarjeta SD podría estar dañada
-
-
+
+
RECOMMENDED
etiqueta para marcar el sistema recomendado en la lista de SOs
RECOMENDADO
@@ -609,10 +609,10 @@ ADVERTENCIA: Esto borrará todos los datos de tu tarjeta SD
-
-
-
-
+
+
+
+
Confirm
Confirmar
@@ -660,7 +660,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Advertencia: Detectado(s) sistema(s) operativo(s) incompatible(s). Los siguientes sistemas no están soportados en esta versión de Raspberry Pi y podrían fallar en el arranque o funcionar correctamente:
@@ -670,221 +670,221 @@ All existing data on the SD card will be overwritten, including any OSes that ar
El proceso de instalación comenzará en breve.
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
SO(s) instalado(s)
-
+
OS(es) Installed Successfully
SO(s) instalado(s) correctamente
-
-
-
-
-
+
+
+
+
+
Error
Error
-
+
Reboot in %1 secs
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
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.
-
+
Error parsing repolist.json downloaded from server
Error al leer el archivo repolist.json descargado del servidor
-
+
Error downloading meta file:
-
+
filesize error checking
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
Es necesario tener acceso a internet para usar PINN sin imágenes locales de los SO. Seleccione su red wifi en la siguiente pantalla.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
... Conecte el cable de red al puerto.
Es necesario tener acceso a internet para usar PINN sin imágenes locales de los SO. Conecte el cable al puerto de red.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
¿Está seguro de que desea volver a formatear la unidad '%1' para usarla con PINN? ¡Se borrarán todos los datos existentes en la unidad!
-
+
This will erase all content on the device '%s'. Are you sure?
Esto borrará todo el contenido del dispositivo '%s' ¿Estás seguro?
-
+
Clone SD Card
Clonar tarjeta SD
-
+
Yes
Si
-
+
No
No
-
+
Clone Completed
Clonación completada
-
+
Clone Completed Successfully
Clonación completada correctamente
-
+
Error downloading update file
Error al descargar archivo de actualización
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
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
-
+
Warning: No OSes selected
-
+
HDMI preferred mode
Modo HDMI (preferido)
@@ -904,102 +904,102 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
HDMI safe mode
Modo HDMI seguro (safe)
-
+
composite PAL mode
Modo PAL compuesto
-
+
composite NTSC mode
Modo NTSC compuesto
-
+
Display Mode Changed
Modo de Pantalla Cambiado
-
+
Display mode changed to %1
Would you like to make this setting permanent?
El modo de pantalla ha cambiado a %1
¿Te gustaría que este cambio fuera permanente?
-
-
-
+
+
+
No network access
Sin acceso a la red
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Esta función requiere de una conexión por cable a la red. Conecte el cable al puerto de red.
-
-
+
+
Error downloading distribution list from Internet:
Error al descargar, de Internet, la lista de distribuciones:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Error en la descarga
-
+
Error parsing list.json downloaded from server
Error al leer el archivo list.json descargado del servidor
-
-
+
+
Needed
Necesario
-
-
+
+
Available
Disponible
-
+
Error downloading meta file
Error al descargar el archivo meta
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Error al escribir archivo descargado a la tarjeta SD. La tarjeta SD o el sistema de archivos podrían estar dañados.
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
¿Reformatear unidad?
diff --git a/recovery/translation_eu.ts b/recovery/translation_eu.ts
index 5fa13ca5c..f5aaa9474 100644
--- a/recovery/translation_eu.ts
+++ b/recovery/translation_eu.ts
@@ -617,8 +617,8 @@ KONTUZ: Honek zure SD txarteleko datu guztiak ezabatuko ditu
Mesedez itxaron PINN hasieratu arte
-
-
+
+
RECOMMENDED
GOMENDATUA
@@ -655,175 +655,175 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
-
-
+
+
+
+
Confirm
Berretsi
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
Reboot in %1 secs
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
Sareko sarbidea behar da PINN irudi lokalik gabe erabiltzeko. Hautatu zure wifi sarea hurrengo pantailan.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
Haridun sareko sarbidea behar da PINN irudi lokalik gabe erabiltzeko. Txertatu sareko kable bat sareko atakan.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
Ziur zaude '%1' unitatea PINNekin erabiltzeko birformateatu nahi duzula? Unitateko datu guztiak ezabatuko dira!
-
+
This will erase all content on the device '%s'. Are you sure?
Honek '%s' gailuko eduki guztiak ezabatuko ditu. Ziur zaude?
-
+
Clone SD Card
Klonatu SD txartela
-
+
Yes
Bai
-
+
No
Ez
-
+
Clone Completed
Klonazio burututa
-
+
Clone Completed Successfully
Klonazioa behar bezala burutu da
-
+
Error downloading update file
Errorea eguneraketa fitxategia deskargatzean
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
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
-
+
Warning: No OSes selected
@@ -840,7 +840,7 @@ Reboot PINN to take account of these OSes?
-
+
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:
Kontuz: sistema eragile bateraezina(k) detektatu d(ir)a. Ondorengo SEek ez dute euskarririk Raspberry Piren bertsio honetan eta baliteke ez abiaraztea edo gaizki funtzionatzea:
@@ -850,154 +850,154 @@ Reboot PINN to take account of these OSes?
Instalazio prozesua laster hasiko da.
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
OS(es) installed
SEa(k) instalatu dira
-
+
OS(es) Installed Successfully
SEa(k) behar bezala instalatu dira
-
-
-
-
-
+
+
+
+
+
Error
Errorea
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
HDMI preferred mode
HDMI modu hobetsia
-
+
HDMI safe mode
HDMI modu segurua
-
+
composite PAL mode
PAL konposatu modua
-
+
composite NTSC mode
NTSC konposatu modua
-
+
Display Mode Changed
Bistaratze-modua aldatuta
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Bistaratze modua %1(e)ra aldatu da
Ezarpen hau iraunkortu nahi duzu?
-
+
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.
-
-
-
+
+
+
No network access
Sareko sarbiderik ez
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Haridun sareko sarbidea behar da ezaugarri honentzat. Mesedez sartu sareko kable bat sareko atakan.
-
-
+
+
Error downloading distribution list from Internet:
Errorea banaketa zerrenda Internetetik deskargatzean:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Errorea deskargatzean
-
+
Error parsing list.json downloaded from server
Errorea zerbitzaritik deskargatutako list.json fitxategia analizatzean
-
-
+
+
Needed
Behar dena
-
-
+
+
Available
Erabilgarri dagoena
-
+
Error downloading meta file
Errorea meta fitxategia deskargatzean
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Errorea deskargatutako fitxategia SD txartelean idaztean. SD txartela edo fitxategi-sistema hondatuta egon daitezke.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
Unitatea birformateatu?
diff --git a/recovery/translation_fi.ts b/recovery/translation_fi.ts
index 0d3fa2095..d230fe6c6 100644
--- a/recovery/translation_fi.ts
+++ b/recovery/translation_fi.ts
@@ -562,18 +562,18 @@ WARNING: This will erase all data on your SD card
Valmistellaan SD muistikorttia
-
-
+
+
RECOMMENDED
SUOSITELTU
-
-
-
-
+
+
+
+
Confirm
Vahvista
@@ -603,21 +603,21 @@ WARNING: This will erase all data on your SD card
-
-
-
-
-
+
+
+
+
+
Error
Virhe
-
+
Display Mode Changed
-
+
HDMI preferred mode
@@ -688,7 +688,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
@@ -698,302 +698,302 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
-
+
OS(es) Installed Successfully
OS Installed Successfully
-
+
Reboot in %1 secs
-
+
HDMI safe mode
-
+
composite PAL mode
-
+
composite NTSC mode
-
+
Display mode changed to %1
Would you like to make this setting permanent?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
PINN v%1 - Built: %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.
-
-
+
+
Needed
-
-
+
+
Available
-
+
Error downloading meta file
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Ei verkkoyhteyttä
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Tämä ominausuus tarvitsee langallisen verkkoyhteyden toimiakseen. Liitä verkkokaapeli verkko porttiin.
diff --git a/recovery/translation_fr.ts b/recovery/translation_fr.ts
index 6c48c4044..07299e2b1 100644
--- a/recovery/translation_fr.ts
+++ b/recovery/translation_fr.ts
@@ -563,18 +563,18 @@ WARNING: This will erase all data on your SD card
Paramétrage de la carte SD
-
-
+
+
RECOMMENDED
RECOMMANDé
-
-
-
-
+
+
+
+
Confirm
Confirmer
@@ -604,21 +604,21 @@ WARNING: This will erase all data on your SD card
Veuillez patientez pendant que PINN s'initialise
-
-
-
-
-
+
+
+
+
+
Error
Erreur
-
+
Display Mode Changed
Mode d'affichage modifié
-
+
HDMI preferred mode
Mode HDMI preferré
@@ -689,7 +689,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Attention: OS incompatible détecté. Les OS(es) suivant ne sont pas supportés sur cette version du raspberry pi et peuvent potentiellement ne pas démarrer ou fonctionner incorrectement
@@ -699,304 +699,304 @@ All existing data on the SD card will be overwritten, including any OSes that ar
La procédure d'installation va bientôt commencer.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
Attention: l'(es) OS sélectionné(s) sera(ont) téléchargé(s)
-
+
The download process will begin shortly.
Le téléchargement va rapidement commencer
-
+
OS(es) downloaded
OS(es) téléchargés
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
OS(es) téléchargé(s) avec succès.
Redémmarrez PINN pour prendre en compte ces OSes?
-
+
OS(es) installed
OS installed
OS(es) installé(s)
-
+
OS(es) Installed Successfully
OS Installed Successfully
OS installé avec succès
-
+
Reboot in %1 secs
-
+
HDMI safe mode
Mode HDMI sans échec
-
+
composite PAL mode
Mode PAL composite
-
+
composite NTSC mode
Mode NTSC composite
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Mode d'affichage changé en %1
Voudriez-vous faire ceci de façon permanente ?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
Erreur lors du téléchargement des listes de distribution par Internet
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Erreur durant le téléchargement
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
Un accès au réseau est nécessaire pour utiliser PINN sans images locales. Merci de sélectionner votre réseau wifi dans le prochain écran
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
Tout le contenu du lecteur '%s' seront effacées. Etes-vous sûrs?
-
+
Clone SD Card
Cloner la carte SD
-
+
Yes
Oui
-
+
No
Non
-
+
Clone Completed
Clonage terminé
-
+
Clone Completed Successfully
Clonage terminé avec succès
-
+
Error downloading update file
Erreur lors du téléchargement du fichier de mise à jour
-
-
+
+
PINN Update Check
Vérification mise à jour de PINN
-
+
Error contacting update server
Erreur lors de la connexion au serveur de mise à jour
-
+
No updates available
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
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Erreur durant l'analyse du fichier list.json téléchargé
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
PINN v%1 - Built: %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.
-
-
+
+
Needed
Requis
-
-
+
+
Available
Disponible
-
+
Error downloading meta file
Erreur pendant le téléchargement des meta fichiers
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Erreur lors de l'écriture des fichiers téléchargés. La carte SD ou le système de fichiers sont peut-être endommagés.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Pas d'accés réseau
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Connexion filaire requise pour cette fonctionnalitée. Merci d'insérer un cable réseau dans le port réseau.
diff --git a/recovery/translation_hu.ts b/recovery/translation_hu.ts
index 0bad29eb3..ddd5d3c8e 100644
--- a/recovery/translation_hu.ts
+++ b/recovery/translation_hu.ts
@@ -558,18 +558,18 @@ FIGYELEM: ez letörli az SD kártyát lévő összes adatot
-
-
+
+
RECOMMENDED
AJÁNLOTT
-
-
-
-
+
+
+
+
Confirm
Megerősítés
@@ -604,43 +604,43 @@ 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.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Hiba
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Megjelenítési mód megváltoztatva
-
+
HDMI preferred mode
Előnyben részesített HDMI mód
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
A telepítési folyamat hamarosan elkezdődik.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
Telepített OS(-ek)
-
+
OS(es) Installed Successfully
OS Installed Successfully
OS(-ek) sikeresen telepítve
-
+
Reboot in %1 secs
-
+
HDMI safe mode
Biztonságos HDMI mód
-
+
composite PAL mode
kompozit PAL mód
-
+
composite NTSC mode
kompozit NTSC mód
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Megjelenítési mód megváltoztatva erre: %1
El szeretnéd menteni ezt a beállítást?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Letöltési hiba
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Nem sikerült a szerverről letöltött list.json feldolgozása
-
+
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.
-
-
+
+
Needed
Szükséges
-
-
+
+
Available
Elérhető
-
+
Error downloading meta file
Nem sikerült a metafájl letöltése
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Nem sikerült a letöltött fájl SD kártyára történő kiírása. Az SD kártya vagy a fájlrendszer sérült lehet.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Nincs hálózati hozzáférés
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Vezetékes hálózati hozzáférés szükséges ehhez a funkcióhoz. Kérlek, hogy csatlakoztasd a Pi-t az internethez.
diff --git a/recovery/translation_it.ts b/recovery/translation_it.ts
index 9c91856dd..f77252236 100644
--- a/recovery/translation_it.ts
+++ b/recovery/translation_it.ts
@@ -563,18 +563,18 @@ ATTENZIONE: questo eliminerà tutti i dati nella scheda SD
Impostazione scheda SD
-
-
+
+
RECOMMENDED
RACCOMANDATO
-
-
-
-
+
+
+
+
Confirm
Conferma
@@ -604,21 +604,21 @@ ATTENZIONE: questo eliminerà tutti i dati nella scheda SD
Attendi l'inizializzazione di PINN
-
-
-
-
-
+
+
+
+
+
Error
Errore
-
+
Display Mode Changed
Modo visualizzazione modificato
-
+
HDMI preferred mode
Modo HDMI preferenziale
@@ -691,7 +691,7 @@ Tutti i dati esistenti nella scheda SD verranno sovrascritti, incluso qualsiasi
-
+
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:
@@ -701,256 +701,256 @@ Tutti i dati esistenti nella scheda SD verranno sovrascritti, incluso qualsiasi
Il processo di installazione inizierà a breve.
-
+
ReInstall OSes
Reinstalla SO
-
+
Warning: No OSes selected or available
Attenzione: nessun S.O. selezionato o disponibile
-
+
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) Downloaded Successfully.
Reboot PINN to take account of these OSes?
Download SO completato.
Vuoi riavviare PINN per abilitare questi SO?
-
+
OS(es) installed
OS installed
SO installati
-
+
OS(es) Installed Successfully
OS Installed Successfully
SO installato correttamente
-
+
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 lista distribuzione da internet:
-
-
-
-
-
-
+
+
+
+
+
+
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
-
+
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
Sì
-
+
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 connesisone 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
-
+
Warning: No OSes selected
Attenzione: nessun S.O. selezionato
-
+
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.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
Attenzione: verranno reinstallati/sostituiti i sistemi operativi selezionati. I dati esistenti verranno eliminati.
-
+
The Reinstall process will begin shortly.
Il processo di reinstallazione inzierà a breve.
-
+
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.
@@ -959,52 +959,52 @@ 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?
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.
diff --git a/recovery/translation_ja.ts b/recovery/translation_ja.ts
index dfde3d906..f93c0d965 100644
--- a/recovery/translation_ja.ts
+++ b/recovery/translation_ja.ts
@@ -558,18 +558,18 @@ WARNING: This will erase all data on your SD card
-
-
+
+
RECOMMENDED
推奨
-
-
-
-
+
+
+
+
Confirm
確認
@@ -604,43 +604,43 @@ WARNING: This will erase all data on your SD card
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
エラー
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
表示モード
-
+
HDMI preferred mode
HDMI 通常モード
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
インストールはすぐに始まります.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
OSがインストールされました
-
+
OS(es) Installed Successfully
OS Installed Successfully
OSのインストールに成功しました
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI セーフモード
-
+
composite PAL mode
コンポジット PALモード
-
+
composite NTSC mode
コンポジット NTSCモード
-
+
Display mode changed to %1
Would you like to make this setting permanent?
表示モードを %1 に変更しました.
この設定を保持しますか?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
ダウンロードエラー
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
サーバーからダウンロードしたlist.jsonの読み込みエラー
-
+
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.
-
-
+
+
Needed
必要な容量
-
-
+
+
Available
使用可能な容量
-
+
Error downloading meta file
メタファイルのダウンロードエラー
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
ダウンロードしたファイルのSDカード書き込みエラー.SDカードかファイルシステムが壊れているかもしれません.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
ネットワークが接続されていません
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
この機能には有線ネットワークが必要です.ネットワークケーブルを接続してください.
diff --git a/recovery/translation_ko.ts b/recovery/translation_ko.ts
index f17bfc594..445d32d0f 100644
--- a/recovery/translation_ko.ts
+++ b/recovery/translation_ko.ts
@@ -608,18 +608,18 @@ WARNING: This will erase all data on your SD card
PINN을 초기화하고 있습니다. 잠시만 기다려 주십시요.
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
has an incompatible number of partitions with
-
-
+
+
RECOMMENDED
추천 설치
@@ -663,16 +663,16 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
-
-
+
+
+
+
Confirm
확인
-
+
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:
경고: 호환되지 않는 운영체제를 발견하였습니다. 이 운영체제는 Raspberry Pi 의 현재 리비전을 지원하지 않으므로 부팅에 실패하거나 기능이 제대로 동작하지 않을 수 있습니다.
@@ -682,309 +682,309 @@ All existing data on the SD card will be overwritten, including any OSes that ar
곧 설치 과정을 시작합니다.
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
운영체제 설치 완료
-
+
OS(es) Installed Successfully
운영체제를 설치하였습니다.
-
-
-
-
-
+
+
+
+
+
Error
오류
-
+
Reboot in %1 secs
-
+
HDMI preferred mode
HDMI 선호 모드
-
+
HDMI safe mode
HDMI 안전 모드
-
+
composite PAL mode
PAL 영상 출력 모드
-
+
composite NTSC mode
NTSC 영상 출력 모드
-
+
Display Mode Changed
디스플레이 모드가 변경되었습니다.
-
+
Display mode changed to %1
Would you like to make this setting permanent?
디스플레이 모드가 %1 로 변경되었습니다.
이 설정을 계속 유지하시겠습니까?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
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.
-
-
-
+
+
+
No network access
네트워크에 접속할 수 없음
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
이 기능은 유선 네트워크 연결이 필요합니다. 네트워크 포트에 네트워크 케이블을 삽입하여 주십시요.
-
-
+
+
Error downloading distribution list from Internet:
인터넷에서 배포판 목록을 가져오는 과정에서 오류가 발생하였습니다.
-
-
-
-
-
-
+
+
+
+
+
+
Download error
다운로드 오류
-
+
Error parsing repolist.json downloaded from server
서버에서 가져온 repolist.json의 내용을 분석하는 과정에서 오류가 발생하였습니다.
-
+
Error parsing list.json downloaded from server
서버에서 가져온 list.json의 내용을 분석하는 과정에서 오류가 발생하였습니다.
-
-
+
+
Needed
필요함
-
-
+
+
Available
가능함
-
+
Error downloading meta file:
-
+
Error downloading meta file
메타파일을 가져오는 과정에서 오류가 발생하였습니다.
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
다운로드한 파일을 SD 카드에 기록하는 과정에서 오류가 발생하였습니다. SD 카드 또는 파일 시스템이 손상되었는지 확인하여 주십시오.
-
+
filesize error checking
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
로컬 이미지가 없는 PINN은 네트워크 접속이 필요합니다. 다음 화면에서 Wi-Fi 네트워크를 선택해 주십시오.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
로컬에 운영체제 이미지가 없는 PINN을 사용하려면 유선 네트워크 연결이 필요합니다. 네트워크 포트에 네트워크 케이블을 삽입하여 주십시요.
-
+
Reformat drive?
드라이브 초기화 확인
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
'%1' 드라이브를 정말 다시 초기화하시겠습니까? 초기화를 완료하면 이 드라이브 안에 있는 모든 데이터는 완전히 삭제됩니다. 초기화 후 PINN이 이 드라이브를 이용합니다.
-
+
This will erase all content on the device '%s'. Are you sure?
장치 '%s'의 모든 내용이 지워집니다. 정말 진행하시겠습니까?
-
+
Clone SD Card
SD 카드 복제
-
+
Yes
예
-
+
No
아니요
-
+
Clone Completed
복제 완료
-
+
Clone Completed Successfully
복제를 완료하였습니다.
-
+
Error downloading update file
업데이트한 파일을 다운로드 하는 과정에 오류가 발생하였습니다.
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
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 를 누르십시요.
-
+
Warning: No OSes selected
diff --git a/recovery/translation_nl.ts b/recovery/translation_nl.ts
index 9013f05d0..d1a81cec3 100644
--- a/recovery/translation_nl.ts
+++ b/recovery/translation_nl.ts
@@ -558,18 +558,18 @@ WAARSCHUWING: Dit verwijdert alle bestaande bestanden op de SD kaartW
-
-
+
+
RECOMMENDED
AANBEVOLEN
-
-
-
-
+
+
+
+
Confirm
Bevestigen
@@ -604,43 +604,43 @@ WAARSCHUWING: Dit verwijdert alle bestaande bestanden op de SD kaart
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Fout
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Resolutie aangepast
-
+
HDMI preferred mode
HDMI preferred mode
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
incompatibele OS gedetecteerd, the volgende OS's zijn niet ondersteund in deze versie van Raspberry Pi en kunnen mogelijk niet opstarten of correct functioneren
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Even geduld.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
Besturingssysteem geinstalleerd
-
+
OS(es) Installed Successfully
OS Installed Successfully
Besturingssysteem successvol geinstalleerd
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI safe mode
-
+
composite PAL mode
composite PAL mode
-
+
composite NTSC mode
composite NTSC mode
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Resolutie aangepast naar %1
De instelling opslaan?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Fout bij downloaden
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Fout bij parsen list.json
-
+
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.
-
-
+
+
Needed
Nodig
-
-
+
+
Available
Beschikbaar
-
+
Error downloading meta file
Fout bij downloaden meta bestand
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Fout bij wegschrijven gedownload bestand naar SD kaart. SD kaart of bestandssysteem kan beschadigd zijn.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Geen netwerk verbinding
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Een bekabelde netwerk verbinding is vereist voor deze functionaliteit. Controleer of de netwerk kabel aangesloten zit.
diff --git a/recovery/translation_no.ts b/recovery/translation_no.ts
index c200d58ea..c9cf4a506 100644
--- a/recovery/translation_no.ts
+++ b/recovery/translation_no.ts
@@ -562,18 +562,18 @@ WARNING: This will erase all data on your SD card
Klargjør SD-kort
-
-
+
+
RECOMMENDED
ANBEFALES
-
-
-
-
+
+
+
+
Confirm
Bekreft
@@ -603,21 +603,21 @@ WARNING: This will erase all data on your SD card
Vennligst vent mens PINN initialiseres
-
-
-
-
-
+
+
+
+
+
Error
Feil
-
+
Display Mode Changed
Visningsmodus endret
-
+
HDMI preferred mode
HDMI foretrukket modus
@@ -688,7 +688,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Advarsel: inkompatible OS8er) oppdaget. Følgende OS(er) er ikke støttet av denne versjon av Raspberry Pi og kan feile ved boot eller ikke funksjonerer riktig:
@@ -698,300 +698,300 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Installasjonsprosessen starter straks.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS8er) installert
-
+
OS(es) Installed Successfully
OS(er) installert med hell
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI sikkermodus
-
+
composite PAL mode
komposit PAL-modus
-
+
composite NTSC mode
komposit NTSC-modus
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Visningsmodus endret til %1 Vil du gjøre denne innstillingen permanent?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
Feil ved nedlasting av distribusjonsliste fra internett:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Nedlastingsfeil
-
+
Error parsing repolist.json downloaded from server
Feil ved analysering av repolist.json nedlastet fra server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
Nettverkstilgang er nødvendig for å bruke PINN uten lokal avbildning. Velg ditt WiFi-nettverk i neste bilde.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
Kablet nettverkstilgang er nødvendig for å bruke PINN uten lokal avbildning. Monter en nettverkskabel til nettverksporten.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
Er du sikker på at du vil formattere drive '%1' for bruk av PINN? Alle eksisterende data på drivet vil slettes!
-
+
This will erase all content on the device '%s'. Are you sure?
Dette vil slette alt innhold på enheten '%s'. Er du sikker?
-
+
Clone SD Card
Klone SD-kort
-
+
Yes
Ja
-
+
No
Nei
-
+
Clone Completed
Kloning ferdig
-
+
Clone Completed Successfully
Kloning utført med hell
-
+
Error downloading update file
Feil ved nedlasting av oppdateringsfil
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
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
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
VEd ved analysering av list.json nedlastet fra server
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
PINN v%1 - Built: %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.
-
-
+
+
Needed
Nødvendig
-
-
+
+
Available
Tilgjengelig
-
+
Error downloading meta file
Feil ved nedlasting av meta-fil
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Feil ved skriving av nedlastet fil til SD-kort. SD-kort eller filsystem kan være ødelagt.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
Reformatter drive?
-
-
-
+
+
+
No network access
Ingen nettverkstilgang
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Kablet nettverkstilgang er nødvendig for denne funksjonen. Monter en nettverkskabel til nettverksporten.
diff --git a/recovery/translation_pl.ts b/recovery/translation_pl.ts
index 518bb2ba9..5d994e8d2 100644
--- a/recovery/translation_pl.ts
+++ b/recovery/translation_pl.ts
@@ -558,18 +558,18 @@ UWAGA: To usunie wszystkie dane zapisane na karcie SD
-
-
+
+
RECOMMENDED
ZALECANE
-
-
-
-
+
+
+
+
Confirm
Potwierdź
@@ -604,43 +604,43 @@ UWAGA: To usunie wszystkie dane zapisane na karcie SD
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Błąd
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Tryb wyświetlania zmieniony
-
+
HDMI preferred mode
tryb preferowany HDMI
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Proces instalacji zostanie wkrótce rozpoczęty.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
System(y) operacyjny zainstalowany
-
+
OS(es) Installed Successfully
OS Installed Successfully
System(y) operacyjny zainstalowany pomyślnie
-
+
Reboot in %1 secs
-
+
HDMI safe mode
tryb bezpieczny HDMI
-
+
composite PAL mode
tryb composite PAL
-
+
composite NTSC mode
tryb composite NTSC
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Tryb wyświetlania zmieniony na: %1
Czy chcesz zachować te ustawienia?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Błąd pobierania
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Błąd analizowania list.json pobranej z serwera
-
+
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.
-
-
+
+
Needed
Wymagane
-
-
+
+
Available
Dostępne
-
+
Error downloading meta file
Błąd pobierania metapliku
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Błąd zapisywania pobranego pliku na kartę SD. Karta lub system plików mogą być uszkodzone.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Brak połączenia z siecią
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Kablowe połączenie sieciowe jest wymagane do tej funkcji. Prosze włożyć kabel sieciowy do odpowiedniego portu.
diff --git a/recovery/translation_pt.ts b/recovery/translation_pt.ts
index d817cfef1..ca036d9ab 100644
--- a/recovery/translation_pt.ts
+++ b/recovery/translation_pt.ts
@@ -558,18 +558,18 @@ AVISO: Isto irá apagar todos os dados do seu cartão SD
W
-
-
+
+
RECOMMENDED
RECOMENDADO
-
-
-
-
+
+
+
+
Confirm
Confirmar
@@ -604,43 +604,43 @@ AVISO: Isto irá apagar todos os dados do seu cartão SD
Por favor, aguarde enquanto o PINN inicializa
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Erro
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Modo de Exibição Alterado
-
+
HDMI preferred mode
Modo preferido HDMI
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Aviso: Sistema Operacional incompatível detectado. Os seguintes sistemas não são suportados nesta revisão do Raspberry Pi e a inicialização pode falhar ou funcionar corretamente:
@@ -721,282 +721,282 @@ All existing data on the SD card will be overwritten, including any OSes that ar
O processo de instalação iniciará em breve.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
Sistema(s) instalado(s)
-
+
OS(es) Installed Successfully
OS Installed Successfully
Sistema(s) Instalado(s) com Sucesso
-
+
Reboot in %1 secs
-
+
HDMI safe mode
Modo seguro HDMI
-
+
composite PAL mode
Modo PAL composto
-
+
composite NTSC mode
Modo NTSC composto
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Modo de exibição alterado para %1
Deseja tornar esta configuração permanente?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
Erro ao baixar lista de distribuições da Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Erro no download
-
+
Error parsing repolist.json downloaded from server
Erro ao analisar repolist.json baixado do servidor
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
O acesso à rede é necessário para usar o PINN sem imagens locais. Selecione sua rede wi-fi na próxima tela.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
O acesso à rede é necessário para usar o PINN sem imagens locais. Por favor, conecte o cabo de rede na porta de rede.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
Tem certeza de que deseja reformatar a unidade '%1' para uso com o PINN? Todos os dados existentes na unidade serão excluídos!
-
+
This will erase all content on the device '%s'. Are you sure?
Isso irá apagar todo o conteúdo no dispositivo '%s'. Você tem certeza?
-
+
Clone SD Card
Clonar Cartão SD
-
+
Yes
Sim
-
+
No
Não
-
+
Clone Completed
Clonar Concluído
-
+
Clone Completed Successfully
Clonar Concluído com Sucesso
-
+
Error downloading update file
Erro ao baixar arquivo de atualização
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
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
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Erro ao analisar list.json baixado do servidor
-
+
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.
-
-
+
+
Needed
Necessário
-
-
+
+
Available
Disponível
-
+
Error downloading meta file
Erro ao baixar arquivo meta
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Erro ao salvar arquivo baixado para o cartão SD. O cartão ou sistema de arquivos pode estar danificado.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
Reformatar unidade?
-
-
-
+
+
+
No network access
Sem acesso de rede
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Acesso de rede cabeado é necessário para este recurso. Por favor, insira um cabo de rede.
diff --git a/recovery/translation_ru.ts b/recovery/translation_ru.ts
index 17c628cfc..f50373fc5 100644
--- a/recovery/translation_ru.ts
+++ b/recovery/translation_ru.ts
@@ -558,18 +558,18 @@ WARNING: This will erase all data on your SD card
W
-
-
+
+
RECOMMENDED
РЕКОМЕНДУЕТСЯ
-
-
-
-
+
+
+
+
Confirm
Подтвердить
@@ -604,43 +604,43 @@ WARNING: This will erase all data on your SD card
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Ошибка
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Режим дисплея изменен
-
+
HDMI preferred mode
Предпочтительный HDMI режим
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
@@ -721,281 +721,281 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Процесс установки начнется в ближайшее время.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
ОС установленны
-
+
OS(es) Installed Successfully
OS Installed Successfully
ОС установленны успешно
-
+
Reboot in %1 secs
-
+
HDMI safe mode
Безопасный режим HDMI
-
+
composite PAL mode
Композитный PAL режим
-
+
composite NTSC mode
Композитный NTSC режим
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Режим дисплея изменен на %1
Вы всегда хотите использовать эту настройку?
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Ошибка загрузки
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Ошибка извлечения list.json загруженного с серера
-
+
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.
-
-
+
+
Needed
Необходимо
-
-
+
+
Available
Доступно
-
+
Error downloading meta file
Ошибка загрузки мета файла
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Ошибка записи загруженных файлов на SD карту. SD карта может быть повреждена.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Нету доступа в интернет
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Проводная сеть необходима для использования этой функции. Пожалуйста вставьте кабель к интернет порт.
diff --git a/recovery/translation_sv.ts b/recovery/translation_sv.ts
index ade0baca7..08ca10f08 100644
--- a/recovery/translation_sv.ts
+++ b/recovery/translation_sv.ts
@@ -613,8 +613,8 @@ VARNING: Detta kommer radera all data på ditt SD-kort
-
-
+
+
RECOMMENDED
REKOMMENDERAD
@@ -651,175 +651,175 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
-
-
-
+
+
+
+
Confirm
Bekräfta
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
Reboot in %1 secs
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
@@ -836,7 +836,7 @@ Reboot PINN to take account of these OSes?
-
+
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:
Varning: Inkompatibelt operativsystem upptäckt. Följande operativsystem stöds ej på denna revision av Raspberry Pi och kan misslyckas med att boota eller fungera korrekt:
@@ -846,154 +846,154 @@ Reboot PINN to take account of these OSes?
Installationsprocessen kommer snart starta.
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
+
OS(es) installed
Installationen är färdig
-
+
OS(es) Installed Successfully
Installation av operativsystem lyckades
-
-
-
-
-
+
+
+
+
+
Error
Fel
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
HDMI preferred mode
HDMI föredraget läge
-
+
HDMI safe mode
HDMI säkert läge
-
+
composite PAL mode
Kompositvideo PAL-läge
-
+
composite NTSC mode
Kompositvideo NTSC-läge
-
+
Display Mode Changed
Bildskärmsläge ändrat
-
+
Display mode changed to %1
Would you like to make this setting permanent?
Bildskärmsläge ändrades till %1
Vill du spara detta som standardinställning?
-
+
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.
-
-
-
+
+
+
No network access
Ingen nätverksåtkomst
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Nätverksåtkomst krävs för att använda denna funktion. Vänligen koppla in en nätverkskabel till din Raspberry Pi.
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
Nedladdningsfel
-
+
Error parsing list.json downloaded from server
Fel vid tolkning av list.json nedladdad från server
-
-
+
+
Needed
Krävs
-
-
+
+
Available
Tillgängligt
-
+
Error downloading meta file
Fel vid nedladdning av meta-fil
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
Fel vid skrivning av nedladdad fil till SD-kort. SD-kort eller filsystem kan vara skadade.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
diff --git a/recovery/translation_tr.ts b/recovery/translation_tr.ts
index 7b9111cf3..ce04e649a 100644
--- a/recovery/translation_tr.ts
+++ b/recovery/translation_tr.ts
@@ -558,18 +558,18 @@ UYARI: Bu işlem SD kartınızdaki tüm verileri silecektir
W
-
-
+
+
RECOMMENDED
TAVSİYEDİR
-
-
-
-
+
+
+
+
Confirm
Onayla
@@ -604,43 +604,43 @@ UYARI: Bu işlem SD kartınızdaki tüm verileri silecektir
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
-
+
The Reinstall process will begin shortly.
-
-
-
-
-
+
+
+
+
+
Error
Hata
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Ekran Modu Değiştirildi
-
+
HDMI preferred mode
HDMI tercihli mod
@@ -711,7 +711,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
Uyarı: uyumsuz İşletim Sistemleri tespit edildi. Bu işletim sistemi mevcut Raspberry Pi revizyonunda desteklenemez ve açılışta ya da çalışırken hatalar oluşabilir
@@ -721,280 +721,280 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Kurulum işlemi en kısa sürede başlayacak.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
-
+
OS(es) installed
OS installed
OS(ler) kuruldu
-
+
OS(es) Installed Successfully
OS Installed Successfully
OS(ler) Başarıyla Kuruldu
-
+
Reboot in %1 secs
-
+
HDMI safe mode
HDMI güvenli mod
-
+
composite PAL mode
Kompozit PAL modu
-
+
composite NTSC mode
Kompozit NTSC modu
-
+
Wiping SD card
-
+
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.
-
+
Drive Wiped!
-
-
+
+
Error downloading distribution list from Internet:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
İndirme hatası
-
+
Error parsing repolist.json downloaded from server
-
+
Error downloading meta file:
-
-
+
+
Replace OSes
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
-
+
This will erase all content on the device '%s'. Are you sure?
-
+
Clone SD Card
-
+
Yes
-
+
No
-
+
Clone Completed
-
+
Clone Completed Successfully
-
+
Error downloading update file
-
-
+
+
PINN Update Check
-
+
Error contacting update server
-
+
No updates available
-
+
PINN UPDATE
-
+
A new version of PINN is available
-
+
Do you want to download this version?
-
+
Downloading Update
-
+
Press ESC to cancel
-
+
Warning: No OSes selected
-
+
Error parsing list.json downloaded from server
Sunucudan indirilen list.json çözümlenirken hata
-
+
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.
-
-
+
+
Needed
Gerekli
-
-
+
+
Available
Mevcut
-
+
Error downloading meta file
Meta dosyası indirilirken hata
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
İndirilen dosya SD karta yazılırken hata. SD kart ya da dosya sistemi hasarlı olabilir.
-
+
filesize error checking
-
+
has an incompatible number of partitions with
-
+
Reformat drive?
-
-
-
+
+
+
No network access
Ağ erişimi yok
-
+
Display mode changed to %1
Would you like to make this setting permanent?
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
Bu özellik için yerel ağa erişimi olması gereklidir. Lütfen ağ kablosunu ağ portuna takın.
diff --git a/recovery/translation_zh_TW.ts b/recovery/translation_zh_TW.ts
index e730be22c..7dbaf3b90 100644
--- a/recovery/translation_zh_TW.ts
+++ b/recovery/translation_zh_TW.ts
@@ -593,18 +593,18 @@ WARNING: This will erase all data on your SD card
SD 記憶卡可能已受損
-
-
+
+
RECOMMENDED
建議
-
-
-
-
+
+
+
+
Confirm
確認
@@ -672,7 +672,7 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
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:
警告:已偵測到不相容的作業系統。以下的作業系統在此版本的 Raspberry Pi 不被支援,它們可能會啟動失敗,或是有功能執行不正確:
@@ -682,250 +682,250 @@ All existing data on the SD card will be overwritten, including any OSes that ar
安裝過程將很快開始。
-
+
ReInstall OSes
重新安裝作業系統
-
+
Warning: No OSes selected or available
警告:未選擇作業系統或未提供
-
+
Warning: this will download the selected Operating System(s).
警告:這將會下載選定的作業系統。
-
+
The download process will begin shortly.
很快就會開始下載。
-
+
OS(es) downloaded
作業系統已下載完成
-
+
OS(es) Downloaded Successfully.
Reboot PINN to take account of these OSes?
下載作業系統成功。
重新啟動 PINN 以檢視這些作業系統?
-
+
OS(es) installed
作業系統已安裝
-
+
OS(es) Installed Successfully
作業系統已成功安裝
-
-
-
-
-
+
+
+
+
+
Error
錯誤
-
+
Reboot in %1 secs
在 %1 秒內重新啟動
-
+
Wiping SD card
抹除 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.
警告:這將會讓您的 PINN 磁碟復原到初始狀態。所有在磁碟上,除了 PINN 以外既有的資料都將會被覆寫,其中也包含任何您已安裝的作業系統。
-
+
Drive Wiped!
磁碟已抹除!
-
+
Error parsing repolist.json downloaded from server
解析從伺服器下載的 repolist.json 時發生錯誤
-
+
Error downloading meta file:
下載詮釋檔案錯誤:
-
-
+
+
Replace OSes
取代作業系統
-
+
Network access is required to use PINN without local images. Please select your wifi network in the next screen.
不使用本機映像檔的 PINN 需要網路。請在下一個畫面選擇您的 wifi 連線。
-
+
Wired network access is required to use PINN without local images. Please insert a network cable into the network port.
不使用本機映像檔的 PINN 需要有線網路。請將網路線插入網路孔。
-
+
Are you sure you want to reformat the drive '%1' for use with PINN? All existing data on the drive will be deleted!
您確定您要重新格式化磁碟 '%1' 以供 PINN 使用嗎?所有在該磁碟上的資料都會被刪除!
-
+
This will erase all content on the device '%s'. Are you sure?
這將會抹除在裝置 '%s' 上的所有內容。您確定嗎?
-
+
Clone SD Card
再製 SD 記憶卡
-
+
Yes
是
-
+
No
否
-
+
Clone Completed
再製完成
-
+
Clone Completed Successfully
再製成功完成
-
+
Error downloading update file
下載更新檔時發生錯誤
-
-
+
+
PINN Update Check
PINN 更新檢查
-
+
Error contacting update server
聯絡更新伺服器發生錯誤
-
+
No updates available
無可用更新
-
+
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 取消
-
+
Warning: No OSes selected
警告:沒有選擇作業系統
-
+
HDMI preferred mode
偏好 HDMI 模式
-
-
+
+
is not available.
Please provide it locally or connect to the internet.
不可用。
請在本機提供它,或是連線到網際網路。
-
+
Warning: this will Reinstall/Replace the selected Operating System(s). The existing data will be deleted.
警告:這將會重新安裝/取代選定的作業系統。既有的資料將會被刪除。
-
+
The Reinstall process will begin shortly.
重新安裝的過程將會很快地開始。
-
+
PINN v%1 - Built: %2 (%3) %4
PINN v%1 - 建構: %2 (%3) %4
-
+
HDMI safe mode
HDMI 安全模式
-
+
composite PAL mode
合成 PAL 模式
-
+
composite NTSC mode
合成 NTSC 模式
-
+
Display Mode Changed
顯示模式已變更
-
+
Display mode changed to %1
Would you like to make this setting permanent?
顯示模式已變更為 %1
您想要讓這個設定永久生效嗎?
-
+
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.
@@ -934,75 +934,75 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
-
+
+
+
No network access
無法存取網路
-
+
Wired network access is required for this feature. Please insert a network cable into the network port.
這個功能要求有線網路連線。請插入一條網路纜線至網路埠中。
-
-
+
+
Error downloading distribution list from Internet:
從網路上下載散佈版清單時發生錯誤:
-
-
-
-
-
-
+
+
+
+
+
+
Download error
下載錯誤
-
+
Error parsing list.json downloaded from server
解析從伺服器上下載的 list.json 時發生錯誤
-
-
+
+
Needed
需要
-
-
+
+
Available
可用
-
+
Error downloading meta file
下載後設檔案時發生錯誤
-
-
+
+
Error writing downloaded file to SD card. SD card or file system may be damaged.
寫入已下載的檔案至 SD 記憶卡時發生錯誤。SD 記憶卡或檔案系統可能受損。
-
+
filesize error checking
檢查檔案大小錯誤
-
+
has an incompatible number of partitions with
有不相容數量的分割區
-
+
Reformat drive?
重新格式化磁碟?