diff --git a/README.md b/README.md
index 96f0e5203..bc71d9806 100644
--- a/README.md
+++ b/README.md
@@ -1,355 +1,382 @@
-# 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 built 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
+
+### V3.1.1
+
+- **alias** - Fix underscores
+- **backup** - Much faster backups on multicore processors
+- **silentreinstallnewer** - exits to boot menu & stops remotetimeout
+- **menu** - Removed PageDown->nextmenu function because it conflicts
+- **Translations** - Updated IT & zh_TW translations
+
+
+### V3.1
+
+- **Nano** - Added nano text editor
+- **Rename** - Allows giving an OS an Alias name & change its description
+- **Hyperpixel** - Added full kernel drivers to support Pimoroni Hyperpixel 3.5" and 4" touchscreens
+- **ScreenSwitch** - Performs automatic screen switching at bootup
+- **dhcpcd** - Now configurable
+
+### V3.0.4
+
+- **forceupdatepinn** - Add forceupdatepinn option
+- **OS Replace** - Fixed problem replacing an OS when PINN is booted from USB
+
+### V3.0.3
+
+- **Backup USB** - Fix for multiple USB sticks.
+- **Translation** - Ko & zh_tw.ts updated.
+
+### V3.0.2
+
+- **Backup USB** - Improved backup size calculation for USB installed OSes.
+
+### V3.0.1
+
+- **Backup/Download** - Removed the need to reboot after a download or backup.
+- **Wallpapers** - removed wallpapers folder & Allowed JPEGs
+- **Default wallpaper - Changed default to wallpaper.jpg
+
+### V3.0
+
+- **Backup** - Backup an OS in PINN format
+- **Time** - Added button to set date & time
+- **Download** - Fix Foldername of some OSes when downloaded
+- **Iconcache** - Cache icons when connected to internet to speedup startup
+
+### V2.8.5.8
+
+- **RPi 3A+** - Supports RPi 3A+
+
+### V2.8.5.7
+
+- **Firmware** - Disabled firmware downgrade on 3B+
+- **Clear** - Added Clear button to clear all selections
+- **Kernel Bump** - Linux kernel 4.14.74, firmware and userland bumped to match NOOBS 2.9
+- **Replace** - Removed RiscOS & Windows_10 from OS replacement
+- **SilentInstall** - Fixed waiting for USB images
+- **networktimeout** - 0 means wait indefinitely for network before silentinstall
+
+### V2.8.5.5
+
+- **Boot menu** - Sticky default now uses bootmenutimeout
+- **rebootp** - Added rebootp command to recovery shell
+
+### V2.8.5.4
+
+- **Boot menu** - Fixed focus and sticky default partuuid issues.
+- **wallpaper_resize** - Customised wallpaper can now be resized to fill the screen
+
+### V2.8.5.3
+
+- **Partuuid** - Fixed an issue from v2.8 where partuuids were introduced to installed_os.json
+- **Wallpaper** - Customised wallpaper is now available by writing your own `wallpaper.png` file to PINN's recovery partition## V2.8.5.1
+
+### V2.8.5.2
+
+- **VNCnotice** - Displays a notice on the main screen when vncinstall is in use
+- **PINN update** - Prevents crash on manual update when there is no network
+- **ae-ts** - tidy up of translations
+
+### 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/README_PINN.md b/README_PINN.md
index cf0669a6d..15879f7f8 100644
--- a/README_PINN.md
+++ b/README_PINN.md
@@ -7,7 +7,7 @@ The latest version of [PINN](http://downloads.sourceforge.net/projects/pinn/pinn
### - [If you have PINN v2.4.3 - v2.4.4b installed, please manually update to v2.4.4c](https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574&start=200#p1239359)
-This README relates to v3.1
+This README relates to v3.1.1
(PINN-lite does not include any operating systems at all. It is more akin to `NOOBS-lite` rather than `NOOBS`. For that reason, the filename that you download is called `pinn-lite.zip`. More recently, `pinn.zip` has also been made available for download which includes versions of Raspbian and LibreELEC.)
@@ -160,7 +160,7 @@ There are three toolbars:
- **[Info](#info-on-os)**: [Networking Required] Opens a browser that displays the webpage for the selected OS.
- **[Alias](#alias)**: Renames an installed OS by assigning it an alias.
-The `more` button can be used to cycle through the 3 toolbars. (shortcuts = M or PageDown)
+The `more` button can be used to cycle through the 3 toolbars. (shortcuts = M)
## Main OS List Window
@@ -883,9 +883,11 @@ Select all OSes to backup and then click the backup button. After a confirmation
When an OS is backed up, it is given a name that includes the current time as a suffix in the format #YYYYMMDD-HHMMSS so that backups can be readily identified. If the RPi does not know the current time because it is not connected to the internet, you will be prompted to enter the current time. PINN gives you the opportunity to change this suffix and alter the OS description in the next dialog.
+This Backup feature is also useful to create Custom OS versions that can be installed by PINN or NOOBS onto other systems.
+
OSes are backed up in NOOBS/PINN format as .tar.gz files. These do not compress as well as .tar.xz files, but require less memory and can be created faster on the RPi.
Nevertheless, compressing tar files is still a processor intensive task, so backing up an OS will take a lot longer than installing an OS, especially on some of the less powerful RPis.
-Due to the compression, it is not known precisely how much disk space is required to store the backup, so PINN makes a conservative guess of 33% of the original size. It may require more or less that this amount, but if less disk space is available, a warning message is displayed, but the backup may continue if you wish. If there is insufficient disk space to complete the backup, this should be indicated. (You can also check the log in /tmp/debug for any errors.)
+Due to the compression, it is not known precisely how much disk space is required to store the backup, so PINN makes a conservative guess of 33% of the original size. It may require more or less than this amount, but if less disk space is available, a warning message is displayed, but the backup may continue if you wish. If there is insufficient disk space to complete the backup, this should be indicated. (You can also check the log in /tmp/debug for any errors.)
**Backups should be thoroughly tested that they are valid and restorable before relying upon them. This is a new PINN feature and every effort has been made to ensure it works as expected, but the author accepts no liability or responsibility for loss of data.**
diff --git a/README_SUM.md b/README_SUM.md
index 18271b052..bc71d9806 100644
--- a/README_SUM.md
+++ b/README_SUM.md
@@ -45,7 +45,16 @@ Please note that in some cases it may extract the files into a folder, if this i
## Change History
-## V3.1
+### V3.1.1
+
+- **alias** - Fix underscores
+- **backup** - Much faster backups on multicore processors
+- **silentreinstallnewer** - exits to boot menu & stops remotetimeout
+- **menu** - Removed PageDown->nextmenu function because it conflicts
+- **Translations** - Updated IT & zh_TW translations
+
+
+### V3.1
- **Nano** - Added nano text editor
- **Rename** - Allows giving an OS an Alias name & change its description
@@ -53,38 +62,38 @@ Please note that in some cases it may extract the files into a folder, if this i
- **ScreenSwitch** - Performs automatic screen switching at bootup
- **dhcpcd** - Now configurable
-## V3.0.4
+### V3.0.4
- **forceupdatepinn** - Add forceupdatepinn option
- **OS Replace** - Fixed problem replacing an OS when PINN is booted from USB
-## V3.0.3
+### V3.0.3
- **Backup USB** - Fix for multiple USB sticks.
- **Translation** - Ko & zh_tw.ts updated.
-## V3.0.2
+### V3.0.2
- **Backup USB** - Improved backup size calculation for USB installed OSes.
-## V3.0.1
+### V3.0.1
- **Backup/Download** - Removed the need to reboot after a download or backup.
- **Wallpapers** - removed wallpapers folder & Allowed JPEGs
- **Default wallpaper - Changed default to wallpaper.jpg
-## V3.0
+### V3.0
- **Backup** - Backup an OS in PINN format
- **Time** - Added button to set date & time
- **Download** - Fix Foldername of some OSes when downloaded
- **Iconcache** - Cache icons when connected to internet to speedup startup
-## V2.8.5.8
+### V2.8.5.8
- **RPi 3A+** - Supports RPi 3A+
-## V2.8.5.7
+### V2.8.5.7
- **Firmware** - Disabled firmware downgrade on 3B+
- **Clear** - Added Clear button to clear all selections
@@ -93,28 +102,28 @@ Please note that in some cases it may extract the files into a folder, if this i
- **SilentInstall** - Fixed waiting for USB images
- **networktimeout** - 0 means wait indefinitely for network before silentinstall
-## V2.8.5.5
+### V2.8.5.5
- **Boot menu** - Sticky default now uses bootmenutimeout
- **rebootp** - Added rebootp command to recovery shell
-## V2.8.5.4
+### V2.8.5.4
- **Boot menu** - Fixed focus and sticky default partuuid issues.
- **wallpaper_resize** - Customised wallpaper can now be resized to fill the screen
-## V2.8.5.3
+### V2.8.5.3
- **Partuuid** - Fixed an issue from v2.8 where partuuids were introduced to installed_os.json
- **Wallpaper** - Customised wallpaper is now available by writing your own `wallpaper.png` file to PINN's recovery partition## V2.8.5.1
-## V2.8.5.2
+### V2.8.5.2
- **VNCnotice** - Displays a notice on the main screen when vncinstall is in use
- **PINN update** - Prevents crash on manual update when there is no network
- **ae-ts** - tidy up of translations
-## V2.8.5.1
+### V2.8.5.1
- **Reinstall** - BUGFIX for Re-install.
- **translations** - Updated it and zh_TW translations.
diff --git a/buildroot/.config b/buildroot/.config
index 7d7b07338..89d02f603 100644
--- a/buildroot/.config
+++ b/buildroot/.config
@@ -312,7 +312,7 @@ BR2_LINUX_KERNEL_VERSION="12d78096b1669a08d440f7ebaddf5d925e52fe79"
BR2_LINUX_KERNEL_PATCH="linux-regdb.patch"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="kernelconfig-recovery.armv7"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="kernelconfig-recovery.armv6"
# BR2_LINUX_KERNEL_UIMAGE is not set
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set
BR2_LINUX_KERNEL_ZIMAGE=y
diff --git a/changes.md b/changes.md
index 4db0c216e..0df255d57 100644
--- a/changes.md
+++ b/changes.md
@@ -483,5 +483,12 @@ Fixes the incorrect recovery.cmdline bug in v2.5.2.
- **ScreenSwitch** - Performs automatic screen switching at bootup
- **dhcpcd** - Now configurable
+## V3.1.1
+
+- **alias** - Fix underscores
+- **backup** - Much faster backups on multicore processors
+- **silentreinstallnewer** - exits to boot menu & stops remotetimeout
+- **menu** - Removed PageDown->nextmenu function because it conflicts
+- **Translations** - Updated IT & zh_TW translations
diff --git a/history.md b/history.md
index ac7099df7..8d980fe41 100644
--- a/history.md
+++ b/history.md
@@ -5,6 +5,14 @@ PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi w
## Change History
+### V3.1.1
+
+- **alias** - Fix underscores
+- **backup** - Much faster backups on multicore processors
+- **silentreinstallnewer** - exits to boot menu & stops remotetimeout
+- **menu** - Removed PageDown->nextmenu function because it conflicts
+- **Translations** - Updated IT & zh_TW translations
+
## V3.1
- **Nano** - Added nano text editor
diff --git a/recovery/backupdialog.cpp b/recovery/backupdialog.cpp
index fb0b67ff2..d36530553 100644
--- a/recovery/backupdialog.cpp
+++ b/recovery/backupdialog.cpp
@@ -55,6 +55,6 @@ void backupdialog::on_buttonBox_accepted()
name = joinNameParts(parts);
//Update map with new name & Description
- _map["backupName"] = name.replace(" ","_");
+ _map["backupName"] = name; //@@ was .replace(" ","_")
_map["description"] = description;
}
diff --git a/recovery/config.h b/recovery/config.h
index c95d05b79..afcba4c82 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 "3.1"
+#define VERSION_NUMBER "3.1.1"
/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
diff --git a/recovery/mainwindow.cpp b/recovery/mainwindow.cpp
index 565323078..24f671d7b 100644
--- a/recovery/mainwindow.cpp
+++ b/recovery/mainwindow.cpp
@@ -4627,7 +4627,6 @@ void MainWindow::on_actionBackup_triggered()
}
backupName = entry.value("backupName").toString();
- backupName.replace(' ', '_');
QString backupFolder = _local+"/os/" + getNameParts(backupName, eBASE|eDATE) + partnr;
backupFolder.replace(' ', '_'); //Reqd??
diff --git a/recovery/renamedialog.cpp b/recovery/renamedialog.cpp
index b32d43188..f9356d4d3 100644
--- a/recovery/renamedialog.cpp
+++ b/recovery/renamedialog.cpp
@@ -50,7 +50,7 @@ void renamedialog::on_buttonBox_accepted()
name = joinNameParts(parts);
//Update map with new name & Description
- _map["name"] = name.replace(" ","_");
+ _map["name"] = name;
_map["description"] = description;
//Retrieve existing list of installed_os
diff --git a/recovery/translation_ae.ts b/recovery/translation_ae.ts
index a54fe80ca..330b1264a 100644
--- a/recovery/translation_ae.ts
+++ b/recovery/translation_ae.ts
@@ -664,20 +664,20 @@ WARNING: This will erase all data on your SD card
SD اعداد بطاقة
-
-
+
+
RECOMMENDED
اوصي
-
-
-
+
+
+
-
-
+
+
Confirm
تاكيد
@@ -707,21 +707,21 @@ WARNING: This will erase all data on your SD card
يشغل PINN الرجاء الإنتظار بينما
-
-
+
+
-
+
Error
خطا
-
+
Display Mode Changed
نمط العرض تغير
-
+
HDMI preferred mode
المفضل HDMI نمط
@@ -792,7 +792,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 تحذير: أنظمة التشغيل الغير متوافقة إكتشفت:
@@ -802,85 +802,85 @@ All existing data on the SD card will be overwritten, including any OSes that ar
ستبدا عمليه التثبيت قريبا.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -915,8 +915,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
خطا في التحميل
@@ -932,8 +932,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -980,105 +980,105 @@ Do you want to continue?
مطلوب الوصول إلى الشبكة السلكية لاستخدام 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
اضغط هروب لالغاء الامر
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1088,24 +1088,24 @@ Do you want to continue?
خطا في توزيع القائمة. 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.
-
+
OS(es) Downloaded Successfully.
-
+
PINN v%1 - Built: %2 (%3) %4
@@ -1135,7 +1135,7 @@ 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.
حدث خطأ أثناء كتابة الملف الذي تم تنزيله إلى بطاقة SD . قد تتلف بطاقة SD أو نظام الملفات.
@@ -1150,7 +1150,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
أعاده تهيئه محرك الاقراص ؟
diff --git a/recovery/translation_ast.ts b/recovery/translation_ast.ts
index 1f99ac640..9ff104129 100644
--- a/recovery/translation_ast.ts
+++ b/recovery/translation_ast.ts
@@ -715,8 +715,8 @@ AVISU: Esto desaniciará tolos datos na to tarxeta SD
-
-
+
+
RECOMMENDED
ACONSEYÁU
@@ -753,65 +753,65 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup OSes
-
+
Reboot in %1 secs
@@ -843,8 +843,8 @@ See debug log for details
-
-
+
+
Replace OSes
@@ -891,105 +891,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1005,7 +1005,7 @@ Do you want to continue?
-
+
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:
@@ -1015,73 +1015,73 @@ Do you want to continue?
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.
-
+
OS(es) Downloaded Successfully.
-
+
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
@@ -1118,8 +1118,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
Fallu de descarga
@@ -1147,7 +1147,7 @@ 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.
Fallu baxando'l ficheru a la tarxeta SD. Quiciabes tean dañaos o'l sistema ficheros o la tarxeta SD.
@@ -1162,7 +1162,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_ca.ts b/recovery/translation_ca.ts
index d8a02f425..5cac2000a 100644
--- a/recovery/translation_ca.ts
+++ b/recovery/translation_ca.ts
@@ -714,8 +714,8 @@ WARNING: This will erase all data on your SD card
-
-
+
+
RECOMMENDED
RECOMANAT
@@ -752,65 +752,65 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup OSes
-
+
Reboot in %1 secs
@@ -842,8 +842,8 @@ See debug log for details
-
-
+
+
Replace OSes
@@ -890,105 +890,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1004,7 +1004,7 @@ Do you want to continue?
-
+
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:
@@ -1014,73 +1014,73 @@ Do you want to continue?
-
-
+
+
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.
-
+
OS(es) Downloaded Successfully.
-
+
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?
@@ -1116,8 +1116,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
@@ -1145,7 +1145,7 @@ 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.
@@ -1160,7 +1160,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_de.ts b/recovery/translation_de.ts
index a961e3434..ec7ba70b0 100644
--- a/recovery/translation_de.ts
+++ b/recovery/translation_de.ts
@@ -660,20 +660,20 @@ Achtung: Dies löscht alle Ihre Daten auf der SD-Karte
W
-
-
+
+
RECOMMENDED
EMPFOHLEN
-
-
-
+
+
+
-
-
+
+
Confirm
Bestätigung
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Fehler
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Darstellungsmodus geändert
-
+
HDMI preferred mode
HDMI-Modus (normal)
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -939,8 +939,8 @@ Wollen Sie diese Einstellung dauerhaft speichern?
-
-
+
+
Download error
Download-Fehler
@@ -956,8 +956,8 @@ Wollen Sie diese Einstellung dauerhaft speichern?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
Fehler beim Schreiben der heruntergeladenen Datei auf die SD-Karte. Die SD-Karte oder deren Dateisystem könnte fehlerhaft sein.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_en.ts b/recovery/translation_en.ts
index 684baec39..83ba3f99d 100644
--- a/recovery/translation_en.ts
+++ b/recovery/translation_en.ts
@@ -719,8 +719,8 @@ WARNING: This will erase all data on your SD card
-
-
+
+
RECOMMENDED
@@ -753,18 +753,18 @@ 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:
@@ -774,104 +774,104 @@ WARNING: This will erase all data on your SD card
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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?
@@ -916,8 +916,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
@@ -986,24 +986,24 @@ Do you want to continue?
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1027,24 +1027,24 @@ 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.
-
+
OS(es) Downloaded Successfully.
-
+
PINN v%1 - Built: %2 (%3) %4
@@ -1057,14 +1057,14 @@ 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
@@ -1079,88 +1079,88 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
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 f0129bdf9..a52cb83d5 100644
--- a/recovery/translation_es.ts
+++ b/recovery/translation_es.ts
@@ -702,8 +702,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
@@ -711,12 +711,12 @@ ADVERTENCIA: Esto borrará todos los datos de tu tarjeta SD
-
-
-
+
+
+
-
-
+
+
Confirm
Confirmar
@@ -764,7 +764,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:
@@ -774,81 +774,81 @@ 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.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup OSes
-
+
OS(es) installed
SO(s) instalado(s)
-
+
OS(es) Installed Successfully
SO(s) instalado(s) correctamente
-
-
+
+
-
+
Error
Error
-
+
Reboot in %1 secs
@@ -891,8 +891,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Replace OSes
@@ -940,110 +940,110 @@ Do you want to continue?
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
-
+
HDMI preferred mode
Modo HDMI (preferido)
@@ -1063,42 +1063,42 @@ Do you want to continue?
-
+
The Reinstall/Replace process will begin shortly.
-
+
OS(es) Downloaded Successfully.
-
+
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
@@ -1129,8 +1129,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
Error en la descarga
@@ -1158,7 +1158,7 @@ Would you like to make this setting permanent?
-
+
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.
@@ -1168,7 +1168,7 @@ Would you like to make this setting permanent?
-
+
Reformat drive?
¿Reformatear unidad?
diff --git a/recovery/translation_eu.ts b/recovery/translation_eu.ts
index 59ee0da9e..1e3633143 100644
--- a/recovery/translation_eu.ts
+++ b/recovery/translation_eu.ts
@@ -719,8 +719,8 @@ KONTUZ: Honek zure SD txarteleko datu guztiak ezabatuko ditu
Mesedez itxaron PINN hasieratu arte
-
-
+
+
RECOMMENDED
GOMENDATUA
@@ -757,65 +757,65 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup OSes
-
+
Reboot in %1 secs
@@ -847,8 +847,8 @@ See debug log for details
-
-
+
+
Replace OSes
@@ -895,105 +895,105 @@ Do you want to continue?
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1009,7 +1009,7 @@ Do you want to continue?
-
+
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:
@@ -1019,73 +1019,73 @@ Do you want to continue?
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.
-
+
OS(es) Downloaded Successfully.
-
+
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
@@ -1122,8 +1122,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
Errorea deskargatzean
@@ -1151,7 +1151,7 @@ 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.
Errorea deskargatutako fitxategia SD txartelean idaztean. SD txartela edo fitxategi-sistema hondatuta egon daitezke.
@@ -1166,7 +1166,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
Unitatea birformateatu?
diff --git a/recovery/translation_fi.ts b/recovery/translation_fi.ts
index 4e63ed79f..fccf2f7d5 100644
--- a/recovery/translation_fi.ts
+++ b/recovery/translation_fi.ts
@@ -664,20 +664,20 @@ WARNING: This will erase all data on your SD card
Valmistellaan SD muistikorttia
-
-
+
+
RECOMMENDED
SUOSITELTU
-
-
-
+
+
+
-
-
+
+
Confirm
Vahvista
@@ -707,21 +707,21 @@ WARNING: This will erase all data on your SD card
-
-
+
+
-
+
Error
Virhe
-
+
Display Mode Changed
-
+
HDMI preferred mode
@@ -792,7 +792,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:
@@ -802,87 +802,87 @@ All existing data on the SD card will be overwritten, including any OSes that ar
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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?
@@ -915,8 +915,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
@@ -932,8 +932,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -980,105 +980,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1088,24 +1088,24 @@ Do you want to continue?
-
-
+
+
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.
-
+
OS(es) Downloaded Successfully.
-
+
PINN v%1 - Built: %2 (%3) %4
@@ -1135,7 +1135,7 @@ 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.
@@ -1150,7 +1150,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_fr.ts b/recovery/translation_fr.ts
index 4d2b1b8cc..e4a7ada02 100644
--- a/recovery/translation_fr.ts
+++ b/recovery/translation_fr.ts
@@ -665,20 +665,20 @@ WARNING: This will erase all data on your SD card
Paramétrage de la carte SD
-
-
+
+
RECOMMENDED
RECOMMANDé
-
-
-
+
+
+
-
-
+
+
Confirm
Confirmer
@@ -708,21 +708,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é
@@ -793,7 +793,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
@@ -803,87 +803,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
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) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -917,8 +917,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
Erreur durant le téléchargement
@@ -934,8 +934,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -982,105 +982,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1090,24 +1090,24 @@ Do you want to continue?
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.
-
+
OS(es) Downloaded Successfully.
-
+
PINN v%1 - Built: %2 (%3) %4
@@ -1137,7 +1137,7 @@ 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.
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.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_hu.ts b/recovery/translation_hu.ts
index e4839f05d..97dc8f3af 100644
--- a/recovery/translation_hu.ts
+++ b/recovery/translation_hu.ts
@@ -660,20 +660,20 @@ FIGYELEM: ez letörli az SD kártyát lévő összes adatot
-
-
+
+
RECOMMENDED
AJÁNLOTT
-
-
-
+
+
+
-
-
+
+
Confirm
Megerősítés
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
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
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -939,8 +939,8 @@ El szeretnéd menteni ezt a beállítást?
-
-
+
+
Download error
Letöltési hiba
@@ -956,8 +956,8 @@ El szeretnéd menteni ezt a beállítást?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
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.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_it.ts b/recovery/translation_it.ts
index 7988156ae..0de7f6a8a 100644
--- a/recovery/translation_it.ts
+++ b/recovery/translation_it.ts
@@ -665,20 +665,20 @@ ATTENZIONE: questo eliminerà tutti i dati nella scheda SD
Impostazione scheda SD
-
-
+
+
RECOMMENDED
RACCOMANDATO
-
-
-
+
+
+
-
-
+
+
Confirm
Conferma
@@ -708,21 +708,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
@@ -795,7 +795,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:
@@ -805,89 +805,89 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
Il processo di reinstallazione/sostituzione partirà a breve.
-
+
Warning: this will download the selected Operating System(s).
Attenzione: verranno scaricati i sistemi operativi selezionati.
-
+
The download process will begin shortly.
Il download inizierà a breve.
-
+
OS(es) downloaded
SO scaricati
-
+
OS(es) Backed up with errors.
See debug log for details
Errori backup SO.
Per i dettagli vedi registro debug
-
+
OS(es) Backed up Successfully.
Backup SO completato.
-
-
+
+
Backup OSes
Backup 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.
@@ -922,8 +922,8 @@ Vuoi rendere questa impostazione permanente?
-
-
+
+
Download error
Errore download
@@ -939,8 +939,8 @@ Vuoi rendere questa impostazione permanente?
-
-
+
+
Replace OSes
Sostiuisci SO
@@ -990,107 +990,107 @@ Vuoi continuare?
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
Errore: nessun S.O. selezionato
(non scegliere OS RISC o PINN)
-
+
Warning: No OSes selected
Attenzione: nessun S.O. selezionato
-
+
Warning: this will backup the selected Operating System(s).
Attenzione: verrà effettuato il backup dei sistemi operativi selezionati.
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
Attenzione: rilevati sistemi operativi non supportati.
PINN attualmente non può efefttuare il backup dei seguenti SO:
@@ -1101,25 +1101,25 @@ PINN attualmente non può efefttuare il backup dei seguenti SO:
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.
-
+
OS(es) Downloaded Successfully.
Download OS completato.
-
+
PINN v%1 - Built: %2 (%3) %4
PINN v%1 - Build: %2 (%3) %4
@@ -1151,7 +1151,7 @@ Riavviando l'unità verrà re-installata la struttura di PINN.
-
+
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.
@@ -1166,7 +1166,7 @@ Riavviando l'unità verrà re-installata la struttura di PINN. ha un numero incompatibile di partizioni con
-
+
Reformat drive?
Riformattare l'unità?
diff --git a/recovery/translation_ja.ts b/recovery/translation_ja.ts
index 7af37ce49..f8507619e 100644
--- a/recovery/translation_ja.ts
+++ b/recovery/translation_ja.ts
@@ -660,20 +660,20 @@ WARNING: This will erase all data on your SD card
-
-
+
+
RECOMMENDED
推奨
-
-
-
+
+
+
-
-
+
+
Confirm
確認
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
エラー
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
表示モード
-
+
HDMI preferred mode
HDMI 通常モード
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ All existing data on the SD card will be overwritten, including any OSes that ar
インストールはすぐに始まります.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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 に変更しました.
@@ -939,8 +939,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
ダウンロードエラー
@@ -956,8 +956,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
ダウンロードしたファイルのSDカード書き込みエラー.SDカードかファイルシステムが壊れているかもしれません.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_ko.ts b/recovery/translation_ko.ts
index 48c6d5269..574ece2bc 100644
--- a/recovery/translation_ko.ts
+++ b/recovery/translation_ko.ts
@@ -710,17 +710,17 @@ WARNING: This will erase all data on your SD card
PINN을 초기화하고 있습니다. 잠시만 기다려 주십시요.
-
+
The Reinstall/Replace process will begin shortly.
-
+
OS(es) Downloaded Successfully.
선택한 OS를 다운로드하였습니다.
-
+
PINN v%1 - Built: %2 (%3) %4
PINN v%1 - 빌드: %2 (%3) %4
@@ -730,8 +730,8 @@ WARNING: This will erase all data on your SD card
은(는) 다음 파티션과 호환되지 않은 파티션 번호를 갖고 있습니다.대상 파티션:
-
-
+
+
RECOMMENDED
추천 파티션
@@ -775,18 +775,18 @@ 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 의 현재 리비전을 지원하지 않으므로 제대로 부팅할 수 없거나 원래 기능을 제대로 이용할 수 없을 수 있습니다. 대상 운영체제:
@@ -796,113 +796,113 @@ 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.
경고: 이 동작은 선택한 운영체제를 재설치하거나 교체합니다. 이미 있는 데이터는 모두 지워집니다.
-
+
Warning: this will download the selected Operating System(s).
경고: 이 동작은 선택한 운영체제를 다운로드합니다.
-
+
The download process will begin shortly.
곧 다운로드 과정을 시작합니다.
-
+
OS(es) downloaded
OS 다운로드 완료
-
+
OS(es) Backed up with errors.
See debug log for details
선택한 OS에 대한 백업 과정에 오류가 있었습니다.
자세한 정보는 디버깅 로그를 참조해 주십시요.
-
+
OS(es) Backed up Successfully.
선택한 OS를 백업하였습니다.
-
-
+
+
Backup OSes
백업 대상 OS
-
+
OS(es) installed
운영체제 설치 완료
-
+
OS(es) Installed Successfully
운영체제를 설치하였습니다.
-
-
+
+
-
+
Error
오류
-
+
Reboot in %1 secs
%1초 내에 재부팅합니다.
-
+
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 로 변경되었습니다.
@@ -956,8 +956,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
다운로드 오류
@@ -995,7 +995,7 @@ 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.
다운로드한 파일을 SD 카드에 기록하는 과정에서 오류가 발생하였습니다. SD 카드 또는 파일 시스템이 손상되었는지 확인하여 주십시오.
@@ -1006,8 +1006,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Replace OSes
OS 교체
@@ -1057,111 +1057,111 @@ Do you want to continue?
로컬에 운영체제 이미지가 없는 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
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 를 누르십시요.
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
경고: 선택한 OS가 없습니다.
(RISC OS 또는 PINN을 선택하지 마십시요.)
-
+
Warning: No OSes selected
경고: 선택한 OS가 없습니다.
-
+
Warning: this will backup the selected Operating System(s).
경고: 이 동작은 선택한 운영체제를 백업합니다.
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
경고: 지원하지 않는 운영체제를 발견하였습니다. PINN은 이 운영체제에 대한 백업을 제대로 생성하지 못할 수 있습니다. 대상 운영체제:
diff --git a/recovery/translation_nl.ts b/recovery/translation_nl.ts
index 25d6b7556..86e6f1ddc 100644
--- a/recovery/translation_nl.ts
+++ b/recovery/translation_nl.ts
@@ -660,20 +660,20 @@ WAARSCHUWING: Dit verwijdert alle bestaande bestanden op de SD kaartW
-
-
+
+
RECOMMENDED
AANBEVOLEN
-
-
-
+
+
+
-
-
+
+
Confirm
Bevestigen
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Fout
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Resolutie aangepast
-
+
HDMI preferred mode
HDMI preferred mode
@@ -815,7 +815,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
@@ -825,87 +825,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -939,8 +939,8 @@ De instelling opslaan?
-
-
+
+
Download error
Fout bij downloaden
@@ -956,8 +956,8 @@ De instelling opslaan?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
Fout bij wegschrijven gedownload bestand naar SD kaart. SD kaart of bestandssysteem kan beschadigd zijn.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_no.ts b/recovery/translation_no.ts
index 8aca7d05a..6bcca565e 100644
--- a/recovery/translation_no.ts
+++ b/recovery/translation_no.ts
@@ -664,20 +664,20 @@ WARNING: This will erase all data on your SD card
Klargjør SD-kort
-
-
+
+
RECOMMENDED
ANBEFALES
-
-
-
+
+
+
-
-
+
+
Confirm
Bekreft
@@ -707,21 +707,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
@@ -792,7 +792,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:
@@ -802,85 +802,85 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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?
@@ -913,8 +913,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
Nedlastingsfeil
@@ -930,8 +930,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -978,105 +978,105 @@ Do you want to continue?
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1086,24 +1086,24 @@ Do you want to continue?
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.
-
+
OS(es) Downloaded Successfully.
-
+
PINN v%1 - Built: %2 (%3) %4
@@ -1133,7 +1133,7 @@ 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.
Feil ved skriving av nedlastet fil til SD-kort. SD-kort eller filsystem kan være ødelagt.
@@ -1148,7 +1148,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
Reformatter drive?
diff --git a/recovery/translation_pl.ts b/recovery/translation_pl.ts
index 8f5692684..d78ab170c 100644
--- a/recovery/translation_pl.ts
+++ b/recovery/translation_pl.ts
@@ -660,20 +660,20 @@ UWAGA: To usunie wszystkie dane zapisane na karcie SD
-
-
+
+
RECOMMENDED
ZALECANE
-
-
-
+
+
+
-
-
+
+
Confirm
Potwierdź
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Błąd
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Tryb wyświetlania zmieniony
-
+
HDMI preferred mode
tryb preferowany HDMI
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -939,8 +939,8 @@ Czy chcesz zachować te ustawienia?
-
-
+
+
Download error
Błąd pobierania
@@ -956,8 +956,8 @@ Czy chcesz zachować te ustawienia?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
Błąd zapisywania pobranego pliku na kartę SD. Karta lub system plików mogą być uszkodzone.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_pt.ts b/recovery/translation_pt.ts
index c0d5a1024..cd0292601 100644
--- a/recovery/translation_pt.ts
+++ b/recovery/translation_pt.ts
@@ -660,20 +660,20 @@ AVISO: Isto irá apagar todos os dados do seu cartão SD
W
-
-
+
+
RECOMMENDED
RECOMENDADO
-
-
-
+
+
+
-
-
+
+
Confirm
Confirmar
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Erro
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Modo de Exibição Alterado
-
+
HDMI preferred mode
Modo preferido HDMI
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -940,8 +940,8 @@ Deseja tornar esta configuração permanente?
-
-
+
+
Download error
Erro no download
@@ -957,8 +957,8 @@ Deseja tornar esta configuração permanente?
-
-
+
+
Replace OSes
@@ -1005,105 +1005,105 @@ Do you want to continue?
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1138,7 +1138,7 @@ 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.
Erro ao salvar arquivo baixado para o cartão SD. O cartão ou sistema de arquivos pode estar danificado.
@@ -1153,7 +1153,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
Reformatar unidade?
diff --git a/recovery/translation_ru.ts b/recovery/translation_ru.ts
index af679244a..430656a8f 100644
--- a/recovery/translation_ru.ts
+++ b/recovery/translation_ru.ts
@@ -660,20 +660,20 @@ WARNING: This will erase all data on your SD card
W
-
-
+
+
RECOMMENDED
РЕКОМЕНДУЕТСЯ
-
-
-
+
+
+
-
-
+
+
Confirm
Подтвердить
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Ошибка
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Режим дисплея изменен
-
+
HDMI preferred mode
Предпочтительный HDMI режим
@@ -815,7 +815,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:
@@ -825,87 +825,87 @@ All existing data on the SD card will be overwritten, including any OSes that ar
Процесс установки начнется в ближайшее время.
-
+
ReInstall OSes
-
+
Warning: No OSes selected or available
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -939,8 +939,8 @@ Would you like to make this setting permanent?
-
-
+
+
Download error
Ошибка загрузки
@@ -956,8 +956,8 @@ Would you like to make this setting permanent?
-
-
+
+
Replace OSes
@@ -1004,105 +1004,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1137,7 +1137,7 @@ 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.
Ошибка записи загруженных файлов на SD карту. SD карта может быть повреждена.
@@ -1152,7 +1152,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_sv.ts b/recovery/translation_sv.ts
index 1111dc801..565ce98ec 100644
--- a/recovery/translation_sv.ts
+++ b/recovery/translation_sv.ts
@@ -715,8 +715,8 @@ VARNING: Detta kommer radera all data på ditt SD-kort
-
-
+
+
RECOMMENDED
REKOMMENDERAD
@@ -753,65 +753,65 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup OSes
-
+
Reboot in %1 secs
@@ -843,8 +843,8 @@ See debug log for details
-
-
+
+
Replace OSes
@@ -891,105 +891,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1005,7 +1005,7 @@ Do you want to continue?
-
+
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:
@@ -1015,73 +1015,73 @@ Do you want to continue?
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.
-
+
OS(es) Downloaded Successfully.
-
+
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
@@ -1118,8 +1118,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
Nedladdningsfel
@@ -1147,7 +1147,7 @@ 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.
Fel vid skrivning av nedladdad fil till SD-kort. SD-kort eller filsystem kan vara skadade.
@@ -1162,7 +1162,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
diff --git a/recovery/translation_tr.ts b/recovery/translation_tr.ts
index ed14fbdc4..9ccf6f51c 100644
--- a/recovery/translation_tr.ts
+++ b/recovery/translation_tr.ts
@@ -660,20 +660,20 @@ UYARI: Bu işlem SD kartınızdaki tüm verileri silecektir
W
-
-
+
+
RECOMMENDED
TAVSİYEDİR
-
-
-
+
+
+
-
-
+
+
Confirm
Onayla
@@ -708,43 +708,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.
-
+
OS(es) Downloaded Successfully.
-
-
+
+
-
+
Error
Hata
-
+
PINN v%1 - Built: %2 (%3) %4
-
+
Display Mode Changed
Ekran Modu Değiştirildi
-
+
HDMI preferred mode
HDMI tercihli mod
@@ -815,7 +815,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
@@ -825,82 +825,82 @@ 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
-
+
The Reinstall/Replace process will begin shortly.
-
+
Warning: this will download the selected Operating System(s).
-
+
The download process will begin shortly.
-
+
OS(es) downloaded
-
+
OS(es) Backed up with errors.
See debug log for details
-
+
OS(es) Backed up Successfully.
-
-
+
+
Backup 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
@@ -932,8 +932,8 @@ See debug log for details
-
-
+
+
Download error
İndirme hatası
@@ -949,8 +949,8 @@ See debug log for details
-
-
+
+
Replace OSes
@@ -997,105 +997,105 @@ Do you want to continue?
-
+
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
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
-
+
Warning: No OSes selected
-
+
Warning: this will backup the selected Operating System(s).
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
@@ -1130,7 +1130,7 @@ 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.
İndirilen dosya SD karta yazılırken hata. SD kart ya da dosya sistemi hasarlı olabilir.
@@ -1145,7 +1145,7 @@ Booting this drive again will re-instate PINN's partition structure.
-
+
Reformat drive?
@@ -1157,7 +1157,7 @@ Booting this drive again will re-instate PINN's partition structure.Ağ erişimi yok
-
+
Display mode changed to %1
Would you like to make this setting permanent?
diff --git a/recovery/translation_zh_TW.ts b/recovery/translation_zh_TW.ts
index 7e99eaac7..e2c5e3a05 100644
--- a/recovery/translation_zh_TW.ts
+++ b/recovery/translation_zh_TW.ts
@@ -1,6 +1,6 @@
-
+
BackupThread
@@ -695,20 +695,20 @@ WARNING: This will erase all data on your SD card
SD 記憶卡可能已受損
-
-
+
+
RECOMMENDED
建議
-
-
-
+
+
+
-
-
+
+
Confirm
確認
@@ -776,7 +776,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 不被支援,它們可能會啟動失敗,或是有功能執行不正確:
@@ -786,76 +786,76 @@ All existing data on the SD card will be overwritten, including any OSes that ar
安裝過程將很快開始。
-
+
ReInstall OSes
重新安裝作業系統
-
+
Warning: No OSes selected or available
警告:未選擇作業系統或未提供
-
+
The Reinstall/Replace process will begin shortly.
重新安裝/取代的過程將壞很快地開始
-
+
Warning: this will download the selected Operating System(s).
警告:這將會下載選定的作業系統。
-
+
The download process will begin shortly.
很快就會開始下載。
-
+
OS(es) downloaded
作業系統已下載完成
-
+
OS(es) Backed up with errors.
See debug log for details
作業系統備份時發生錯誤。
檢視除錯紀錄檔以取得更多資訊
-
+
OS(es) Backed up Successfully.
作業系統備份成功。
-
-
+
+
Backup OSes
備份作業系統
-
+
OS(es) installed
作業系統已安裝
-
+
OS(es) Installed Successfully
作業系統已成功安裝
-
-
+
+
-
+
Error
錯誤
-
+
Reboot in %1 secs
在 %1 秒內重新啟動
@@ -887,8 +887,8 @@ See debug log for details
-
-
+
+
Replace OSes
取代作業系統
@@ -937,160 +937,160 @@ Do you want to continue?
不使用本機映像檔的 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 取消
-
+
Error: No OSes selected
(Do not choose RISC OS or PINN)
錯誤:沒有已選取的作業系統
(不要選取 RISC OS 或 PINN)
-
+
Warning: No OSes selected
警告:沒有選擇作業系統
-
+
Warning: this will backup the selected Operating System(s).
警告:這將會備份選定的作業系統。
-
+
Warning: Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:
警告:偵測到不支援的作業系統。PINN 目前無法正確備份下列的作業系統:
-
+
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.
警告:這將會重新安裝/取代選定的作業系統。既有的資料將會被刪除。
-
+
OS(es) Downloaded Successfully.
作業系統已下載成功。
-
+
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
@@ -1130,8 +1130,8 @@ Booting this drive again will re-instate PINN's partition structure.
-
-
+
+
Download error
下載錯誤
@@ -1159,7 +1159,7 @@ 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.
寫入已下載的檔案至 SD 記憶卡時發生錯誤。SD 記憶卡或檔案系統可能受損。
@@ -1174,7 +1174,7 @@ Booting this drive again will re-instate PINN's partition structure. 有不相容數量的分割區
-
+
Reformat drive?
重新格式化磁碟?