diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1dd301d99..a498694d2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -24,6 +24,6 @@ > … -#### Include the installation.log: +#### Include the installation.log (usually ~/Calamares/Calamares/Calamares.log, of the user Calamares runs as): > … diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc1cac26..a9e807e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,18 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON ) set( CMAKE_C_STANDARD 99 ) set( CMAKE_C_STANDARD_REQUIRED ON ) +# CMake 3.9, 3.10 compatibility +if( POLICY CMP0071 ) + cmake_policy( SET CMP0071 NEW ) +endif() +if(NOT CMAKE_VERSION VERSION_LESS "3.10.0") + list(APPEND CMAKE_AUTOMOC_MACRO_NAMES + "K_PLUGIN_FACTORY_WITH_JSON" + "K_EXPORT_PLASMA_DATAENGINE_WITH_JSON" + "K_EXPORT_PLASMA_RUNNER" + ) +endif() + if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" ) message( STATUS "Found Clang ${CMAKE_CXX_COMPILER_VERSION}, setting up Clang-specific compiler flags." ) set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall" ) @@ -171,12 +183,12 @@ set( CALAMARES_ORGANIZATION_NAME "Calamares" ) set( CALAMARES_ORGANIZATION_DOMAIN "github.com/calamares" ) set( CALAMARES_APPLICATION_NAME "Calamares" ) set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framework" ) -set( CALAMARES_TRANSLATION_LANGUAGES ar ast bg ca cs_CZ da de el en en_GB es_MX es eu fr he hi hr hu id is it_IT ja lt mr nl pl pt_BR pt_PT ro ru sk sv th tr_TR zh_CN zh_TW ) +set( CALAMARES_TRANSLATION_LANGUAGES ar ast bg ca cs_CZ da de el en en_GB es_MX es eu fr he hi hr hu id is it_IT ja lt mr nl pl pt_BR pt_PT ro ru sk sq sv th tr_TR zh_CN zh_TW ) ### Bump version here set( CALAMARES_VERSION_MAJOR 3 ) -set( CALAMARES_VERSION_MINOR 1 ) -set( CALAMARES_VERSION_PATCH 8 ) +set( CALAMARES_VERSION_MINOR 2 ) +set( CALAMARES_VERSION_PATCH 0 ) set( CALAMARES_VERSION_RC 1 ) set( CALAMARES_VERSION ${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH} ) diff --git a/LICENSES/LGPLv3-Breeze b/LICENSES/LGPLv3-Breeze new file mode 100644 index 000000000..63d73657c --- /dev/null +++ b/LICENSES/LGPLv3-Breeze @@ -0,0 +1,209 @@ +The Breeze Icon Theme in icons/ + + Copyright (C) 2014 Uri Herrera and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/calamares.desktop b/calamares.desktop index c4346f679..b55eb4667 100644 --- a/calamares.desktop +++ b/calamares.desktop @@ -15,6 +15,8 @@ Categories=Qt;System; + + Name[ca]=Calamares Icon[ca]=calamares GenericName[ca]=Instal·lador de sistema @@ -27,6 +29,10 @@ Name[de]=Calamares Icon[de]=calamares GenericName[de]=Installation des Betriebssystems Comment[de]=Calamares - Installation des Betriebssystems +Name[el]=Calamares +Icon[el]=calamares +GenericName[el]=Εγκατάσταση συστήματος +Comment[el]=Calamares — Εγκατάσταση συστήματος Name[en_GB]=Calamares Icon[en_GB]=calamares GenericName[en_GB]=System Installer @@ -67,6 +73,10 @@ Name[lt]=Calamares Icon[lt]=calamares GenericName[lt]=Sistemos diegimas į kompiuterį Comment[lt]=Calamares — Sistemos diegimo programa +Name[it_IT]=Calamares +Icon[it_IT]=calamares +GenericName[it_IT]=Programma di installazione +Comment[it_IT]=Calamares — Installare il Sistema Name[nb]=Calamares Icon[nb]=calamares GenericName[nb]=Systeminstallatør @@ -95,6 +105,10 @@ Name[sk]=Calamares Icon[sk]=calamares GenericName[sk]=Inštalátor systému Comment[sk]=Calamares — Inštalátor systému +Name[sq]=Calamares +Icon[sq]=calamares +GenericName[sq]=Instalues Sistemi +Comment[sq]=Calamares — Instalues Sistemi Name[sv]=Calamares Icon[sv]=calamares GenericName[sv]=Systeminstallerare diff --git a/data/images/state-error.svg b/data/images/state-error.svg new file mode 100644 index 000000000..c198b420b --- /dev/null +++ b/data/images/state-error.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/data/images/state-ok.svg b/data/images/state-ok.svg new file mode 100644 index 000000000..b1d2ad129 --- /dev/null +++ b/data/images/state-ok.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/data/images/state-warning.svg b/data/images/state-warning.svg new file mode 100644 index 000000000..f4f4cf4fe --- /dev/null +++ b/data/images/state-warning.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/lang/calamares_ar.ts b/lang/calamares_ar.ts index 67fd714a7..18ffe33c3 100644 --- a/lang/calamares_ar.ts +++ b/lang/calamares_ar.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. أظهر معلومات التّنقيح - - CheckFileSystemJob - - - Checking file system on partition %1. - يفحص نظام الملفّات في القسم %1. - - - - The file system check on partition %1 failed. - فشل فحص نظام الملفّات في القسم %1. - - CheckerWidget @@ -770,7 +757,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - + أُنهي usermod برمز الخطأ %1. @@ -1162,7 +1149,7 @@ The installer will quit and all changes will be lost. &Cancel - + &إلغاء @@ -1263,12 +1250,12 @@ The installer will quit and all changes will be lost. Region: - + المنطقة: Zone: - + المجال: @@ -1285,7 +1272,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. الموقع - - MoveFileSystemJob - - - Move file system of partition %1. - انقل نظام ملفّات القسم %1. - - - - Could not open file system on partition %1 for moving. - تعذّر فتح نظام الملفّات على القسم %1 للنّقل. - - - - Could not create target for moving file system on partition %1. - تعذّر إنشاء هدف لنقل نظام الملفّات على القسم %1 إليه. - - - - Moving of partition %1 failed, changes have been rolled back. - فشل نقل القسم %1، استُعيدت التّغييرات. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - فشل نقل القسم %1. فشلت استعادة التّغييرات. - - - - Updating boot sector after the moving of partition %1 failed. - فشل تحديث قطاع الإقلاع بعد نقل القسم %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - أحجام القطاعات المنطقيّة في المصدر والهدف ليسا متطابقين. هذا ليس مدعومًا حاليًّا. - - - - Source and target for copying do not overlap: Rollback is not required. - لا يتداخل مصدر النّسخ وهدفه. الاستعادة غير ضروريّة. - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name الاسم - + Description الوصف - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... يجمع معلومات النّظام... - + has at least %1 GB available drive space فيه على الأقل مساحة بحجم %1 غ.بايت حرّة - + There is not enough drive space. At least %1 GB is required. ليست في القرص مساحة كافية. المطلوب هو %1 غ.بايت على الأقلّ. - + has at least %1 GB working memory فيه ذاكرة شاغرة بحجم %1 غ.بايت على الأقلّ - + The system does not have enough working memory. At least %1 GB is required. ليس في النّظام ذاكرة شاغرة كافية. المطلوب هو %1 غ.بايت على الأقلّ. - + is plugged in to a power source موصول بمصدر للطّاقة - + The system is not plugged in to a power source. النّظام ليس متّصلًا بمصدر للطّاقة. - + is connected to the Internet موصول بالإنترنت - + The system is not connected to the Internet. النّظام ليس موصولًا بالإنترنت - + The installer is not running with administrator rights. المثبّت لا يعمل بصلاحيّات المدير. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - غيّر حجم نظام الملفّات على القسم %1. - - - - Parted failed to resize filesystem. - فشل Parted في تغيير حجم نظام الملفّات. - - - - Failed to resize filesystem. - فشل تغيير حجم نظام الملفّات. - - ResizePartitionJob - + Resize partition %1. غيّر حجم القسم %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. غيّر حجم قسم <strong>%2م.بايت</strong> <strong>%1</strong> إلى <strong>%3م.بايت</strong>. - + Resizing %2MB partition %1 to %3MB. يغيّر حجم قسم %2م.بايت %1 إلى %3م.بايت. - - + The installer failed to resize partition %1 on disk '%2'. فشل المثبّت في تغيير حجم القسم %1 على القرص '%2'. - - - Could not open device '%1'. - تعذّر فتح الجهاز '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. تعذّر إيجاد القسم '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - حدّث هندسة القسم %1. - - - - Failed to change the geometry of the partition. - فشل تغيير هندسة القسم. - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users المستخدمين diff --git a/lang/calamares_ast.ts b/lang/calamares_ast.ts index 1a1bc5a7b..7e3831e9a 100644 --- a/lang/calamares_ast.ts +++ b/lang/calamares_ast.ts @@ -346,19 +346,6 @@ L'instalador colará y perderánse toles camudancies. Amosar información de depuración - - CheckFileSystemJob - - - Checking file system on partition %1. - Comprobando'l sistema ficheros na partición %1. - - - - The file system check on partition %1 failed. - Falló la comprobación del sistema de ficheros na partición %1. - - CheckerWidget @@ -392,7 +379,7 @@ L'instalador colará y perderánse toles camudancies. Form - + Formulariu @@ -553,7 +540,7 @@ L'instalador colará y perderánse toles camudancies. MiB - + MiB @@ -951,7 +938,7 @@ L'instalador colará y perderánse toles camudancies. Form - + Formulariu @@ -1162,7 +1149,7 @@ L'instalador colará y perderánse toles camudancies. &Cancel - + &Encaboxar @@ -1301,78 +1288,33 @@ L'instalador colará y perderánse toles camudancies. Allugamientu - - MoveFileSystemJob - - - Move file system of partition %1. - Moviendo'l sistema de ficheros de la partción %1 - - - - Could not open file system on partition %1 for moving. - Nun pudo abrise'l sistema de ficheros na partición %1 pa moción. - - - - Could not create target for moving file system on partition %1. - Nun pudo crease l'oxetivu pa mover el sistema ficheros na partición %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Fallu al mover la partición %1, desfixéronse les camudancies. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Fallu moviendo la partición %1. Desfaciendo les camudancies que fallaron. - - - - Updating boot sector after the moving of partition %1 failed. - Fallu anovando'l sector d'arranque dempués del movimientu de la partición 1%. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Los sectores llóxicos na fonte y l'oxetivu pa copiar nun son los mesmos. Esto anguaño nun ta sofitao. - - - - Source and target for copying do not overlap: Rollback is not required. - Nun puen solapase pa la copia la fuente y l'oxetivu: Nun se rique la defechura. - - - - - Could not open device %1 to rollback copying. - Nun pudo abrise'l preséu %1 pa desfacer la copia. - - NetInstallPage - + Name Nome - + Description Descripción - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalación de rede. (Deshabilitáu: Nun pue dise en cata del llistáu de paquetes, comprueba la conexón de rede) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Esbilla de paquetes @@ -1733,7 +1675,7 @@ L'instalador colará y perderánse toles camudancies. Form - + Formulariu @@ -1773,7 +1715,7 @@ L'instalador colará y perderánse toles camudancies. %1 system partition (%2) - + Partición del sistema %1 (%2) @@ -1806,107 +1748,83 @@ L'instalador colará y perderánse toles camudancies. RequirementsChecker - + Gathering system information... Axuntando información del sistema... - + has at least %1 GB available drive space tien polo menos %1 GB disponibles d'espaciu en discu - + There is not enough drive space. At least %1 GB is required. Nun hai espaciu abondu na unidá. Ríquense polo menos %1 GB. - + has at least %1 GB working memory polo menos %1 GB de memoria de trabayu - + The system does not have enough working memory. At least %1 GB is required. El sistema nun tien abonda memoria de trabayu. Ríquense polo menos %1 GB. - + is plugged in to a power source ta enchufáu a una fonte d'enerxía - + The system is not plugged in to a power source. El sistema nun ta enchufáu a una fonte d'enerxía. - + is connected to the Internet ta coneutáu a internet - + The system is not connected to the Internet. El sistema nun ta coneutáu a internet. - + The installer is not running with administrator rights. L'instalador nun ta executándose con drechos alministrativos. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar el sistema de ficheros na partición %1. - - - - Parted failed to resize filesystem. - Particionáu fallíu al redimensionar el sistema de ficheros. - - - - Failed to resize filesystem. - Fallu al redimensionar el sistema de ficheros. - - ResizePartitionJob - + Resize partition %1. Redimensionaráse la partición %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionaráse la partición <strong>%2MB</strong> de <strong>%1</strong> a <strong>%3MB</strong> - + Resizing %2MB partition %1 to %3MB. Redimensionando %2MB de la partición %1 a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. L'instalador falló al redimensionar la partición %1 nel discu «%2». - - - Could not open device '%1'. - Nun pudo abrise'l preséu %1. - ScanningDialog @@ -2079,19 +1997,6 @@ L'instalador colará y perderánse toles camudancies. Nun pudo alcontrase la partición «%1». - - SetPartGeometryJob - - - Update geometry of partition %1. - Anovar la xeometría de la partición %1. - - - - Failed to change the geometry of the partition. - Fallu al camudar la xeometría de la partición. - - SetPasswordJob @@ -2236,7 +2141,7 @@ L'instalador colará y perderánse toles camudancies. UsersViewStep - + Users Usuarios diff --git a/lang/calamares_bg.ts b/lang/calamares_bg.ts index f66431808..e01d4f4cd 100644 --- a/lang/calamares_bg.ts +++ b/lang/calamares_bg.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. Покажи информация за отстраняване на грешки - - CheckFileSystemJob - - - Checking file system on partition %1. - Проверка на файловата система на дял %1. - - - - The file system check on partition %1 failed. - Проверката на файловата система на дял %1 се провали. - - CheckerWidget @@ -771,7 +758,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - + usermod е прекратен с грешка %1. @@ -1163,7 +1150,7 @@ The installer will quit and all changes will be lost. &Cancel - + &Отказ @@ -1286,7 +1273,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1302,78 +1289,33 @@ The installer will quit and all changes will be lost. Местоположение - - MoveFileSystemJob - - - Move file system of partition %1. - Премести файлова система на дял %1. - - - - Could not open file system on partition %1 for moving. - Не можа да се отвори файлова система на дял %1 за преместване. - - - - Could not create target for moving file system on partition %1. - Не можа да се създаде цел за преместване на файлова система върху дял %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Преместването на дял %1 се провали, промените са върнати обратно. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Преместването на дял %1 се провали. Връщането на промените се провали. - - - - Updating boot sector after the moving of partition %1 failed. - Актуализирането на зареждащия сектор след преместването на дял %1 беше неуспешно. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Размерите на логическия сектор в източника и целта за копиране не са еднакви. Това в момента не се поддържа. - - - - Source and target for copying do not overlap: Rollback is not required. - Източника и целта за копиране не се припокриват: Възвръщане не е необходимо. - - - - - Could not open device %1 to rollback copying. - Не можа да се отвори устройство %1 за обратно копиране. - - NetInstallPage - + Name - + Име - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1501,7 +1443,7 @@ The installer will quit and all changes will be lost. New partition - + Нов дял @@ -1807,107 +1749,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... Събиране на системна информация... - + has at least %1 GB available drive space има поне %1 ГБ свободено дисково пространство - + There is not enough drive space. At least %1 GB is required. Няма достатъчно дисково пространство. Необходимо е поне %1 ГБ. - + has at least %1 GB working memory има поне %1 ГБ работна памет - + The system does not have enough working memory. At least %1 GB is required. Системата не разполага с достатъчно работна памет. Необходима е поне %1 ГБ. - + is plugged in to a power source е включен към източник на захранване - + The system is not plugged in to a power source. Системата не е включена към източник на захранване. - + is connected to the Internet е свързан към интернет - + The system is not connected to the Internet. Системата не е свързана с интернет. - + The installer is not running with administrator rights. Инсталаторът не е стартиран с права на администратор. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Преоразмери файловата система на дял %1. - - - - Parted failed to resize filesystem. - Parted не успя да преоразмери файлова система. - - - - Failed to resize filesystem. - Неуспешно преоразмеряване на файлова система. - - ResizePartitionJob - + Resize partition %1. Преоразмери дял %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Преоразмери <strong>%2МБ</strong> дял <strong>%1</strong> на <strong>%3МБ</strong>. - + Resizing %2MB partition %1 to %3MB. Преоразмеряване от %2МБ дял %1 на %3МБ. - - + The installer failed to resize partition %1 on disk '%2'. Инсталатора не успя да преоразмери дял %1 върху диск '%2'. - - - Could not open device '%1'. - Не можа да се отвори устройство '%1'. - ScanningDialog @@ -2080,19 +1998,6 @@ The installer will quit and all changes will be lost. Не може да се намери дял '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Обнови геометрията на дял %1. - - - - Failed to change the geometry of the partition. - Неуспешна промяна на геометрията на дяла. - - SetPasswordJob @@ -2237,7 +2142,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Потребители diff --git a/lang/calamares_ca.ts b/lang/calamares_ca.ts index 82c3fdf81..b53bc6a98 100644 --- a/lang/calamares_ca.ts +++ b/lang/calamares_ca.ts @@ -346,19 +346,6 @@ L'instal·lador es tancarà i tots els canvis es perdran. Mostra la informació de depuració - - CheckFileSystemJob - - - Checking file system on partition %1. - Comprovant el sistema de fitxers de la partició %1. - - - - The file system check on partition %1 failed. - La comprovació del sistema de fitxers de la partició %1 ha fallat. - - CheckerWidget @@ -1301,78 +1288,33 @@ L'instal·lador es tancarà i tots els canvis es perdran. Ubicació - - MoveFileSystemJob - - - Move file system of partition %1. - Mou el sistema de fitxers de la partició %1. - - - - Could not open file system on partition %1 for moving. - No s'ha pogut obrir el sistema de fitxers de la partició %1 per a ser mogut. - - - - Could not create target for moving file system on partition %1. - No s'ha pogut crear l'objectiu per a moure el sistema de fitxers de la partició %1. - - - - Moving of partition %1 failed, changes have been rolled back. - El desplaçament de la partició %1 ha fallat, els canvis s'han restablert. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - El desplaçament de la partició %1 ha fallat. El restabliment dels canvis ha fallat. - - - - Updating boot sector after the moving of partition %1 failed. - L'actualització del sector d'arrencada després de moure la partició %1 ha fallat. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Les mides dels sectors lògics de la font i de la destinació no coincideixen. Això de moment no té suport. - - - - Source and target for copying do not overlap: Rollback is not required. - La font i la destinació de la còpia no es superposen: no se'n requereix el restabliment. - - - - - Could not open device %1 to rollback copying. - No s'ha pogut obrir el dispositiu %1 per a restablir la còpia. - - NetInstallPage - + Name Nom - + Description Descripció - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instal·lació per xarxa. (Inhabilitada: no es poden obtenir les llistes de paquets, comproveu la connexió.) + + + Network Installation. (Disabled: Received invalid groups data) + Instal·lació per xarxa. (Inhabilitat: dades de grups rebudes no vàlides) + NetInstallViewStep - + Package selection Selecció de paquets @@ -1806,107 +1748,83 @@ L'instal·lador es tancarà i tots els canvis es perdran. RequirementsChecker - + Gathering system information... Recopilant informació del sistema... - + has at least %1 GB available drive space té com a mínim %1 GB d'espai de disc disponible. - + There is not enough drive space. At least %1 GB is required. No hi ha prou espai de disc disponible. Com a mínim hi ha d'haver %1 GB. - + has at least %1 GB working memory té com a mínim %1 GB de memòria de treball - + The system does not have enough working memory. At least %1 GB is required. El sistema no té prou memòria de treball. Com a mínim es necessita %1 GB. - + is plugged in to a power source està connectat a una font de corrent - + The system is not plugged in to a power source. El sistema no està connectat a una font de corrent. - + is connected to the Internet està connectat a Internet - + The system is not connected to the Internet. El sistema no està connectat a Internet. - + The installer is not running with administrator rights. L'instal·lador no s'ha executat amb privilegis d'administrador. - + The screen is too small to display the installer. La pantalla és massa petita per mostrar l'instal·lador. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar el sistema de fitxers de la partició %1. - - - - Parted failed to resize filesystem. - El Parted no ha pogut redimensionar el sistema de fitxers. - - - - Failed to resize filesystem. - No s'ha pogut redimensionar el sistema de fitxers. - - ResizePartitionJob - + Resize partition %1. Redimensiona la partició %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensiona la partició de <strong>%2MB</strong> <strong>%1</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Canviant la mida de la partició %1 de %2MB a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. L'instal·lador no ha pogut redimensionar la partició %1 del disc '%2'. - - - Could not open device '%1'. - No s'ha pogut obrir el dispositiu '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ L'instal·lador es tancarà i tots els canvis es perdran. No s'ha pogut trobar la partició "%1". - - SetPartGeometryJob - - - Update geometry of partition %1. - Actualitza la geometria de la partició %1. - - - - Failed to change the geometry of the partition. - No s'ha pogut canviar la geometria de la partició. - - SetPasswordJob @@ -2236,7 +2141,7 @@ L'instal·lador es tancarà i tots els canvis es perdran. UsersViewStep - + Users Usuaris diff --git a/lang/calamares_cs_CZ.ts b/lang/calamares_cs_CZ.ts index a4175240f..33455d127 100644 --- a/lang/calamares_cs_CZ.ts +++ b/lang/calamares_cs_CZ.ts @@ -346,19 +346,6 @@ Instalační program bude ukončen a všechny změny ztraceny. Zobrazit ladící informace - - CheckFileSystemJob - - - Checking file system on partition %1. - Kontroluje se souborový systém na oddílu %1. - - - - The file system check on partition %1 failed. - Kontrola souborového systému na oddílu %1 nedopadla dobře. - - CheckerWidget @@ -1301,78 +1288,33 @@ Instalační program bude ukončen a všechny změny ztraceny. Poloha - - MoveFileSystemJob - - - Move file system of partition %1. - Posunout souborový systém na oddílu %1. - - - - Could not open file system on partition %1 for moving. - Nelze otevřít souborový systém na oddílu %1 pro přesun. - - - - Could not create target for moving file system on partition %1. - Nedaří se vytvořit cíl pro přesouvaný souborový systém na oddílu %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Posunutí oddílu %1 se nezdařilo, změny byly vráceny zpět. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Posunutí oddílu %1 se nezdařilo. Změny se nepodařilo vrátit zpět. - - - - Updating boot sector after the moving of partition %1 failed. - Aktualizace zaváděcího sektoru po přesunu oddílu %1 se nezdařila. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Výchozí a koncová velikost logického sektoru si neodpovídají. Tato operace není v současnosti podporovaná. - - - - Source and target for copying do not overlap: Rollback is not required. - Zdroj a cíl kopírování se nepřekrývají: Není nutné vracet změny. - - - - - Could not open device %1 to rollback copying. - Nelze otevřít zařízení %1 pro vrácení kopírování zpět. - - NetInstallPage - + Name Jméno - + Description Popis - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Síťová instalace. (Vypnuto: Nedaří se stáhnout seznamy balíčků – zkontrolujte připojení k síti) + + + Network Installation. (Disabled: Received invalid groups data) + Síťová instalace. (Vypnuto: Obdrženy neplatné údaje skupin) + NetInstallViewStep - + Package selection Výběr balíčků @@ -1806,107 +1748,83 @@ Instalační program bude ukončen a všechny změny ztraceny. RequirementsChecker - + Gathering system information... Shromažďování informací o systému… - + has at least %1 GB available drive space má minimálně %1 GB dostupného místa na jednotce - + There is not enough drive space. At least %1 GB is required. Nedostatek místa na úložišti. Je potřeba nejméně %1 GB. - + has at least %1 GB working memory má alespoň %1 GB operační paměti - + The system does not have enough working memory. At least %1 GB is required. Systém nemá dostatek operační paměti. Je potřeba nejméně %1 GB. - + is plugged in to a power source je připojený ke zdroji napájení - + The system is not plugged in to a power source. Systém není připojen ke zdroji napájení. - + is connected to the Internet je připojený k Internetu - + The system is not connected to the Internet. Systém není připojený k Internetu. - + The installer is not running with administrator rights. Instalační program není spuštěn s právy správce systému. - + The screen is too small to display the installer. Rozlišení obrazovky je příliš malé pro zobrazení instalátoru. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Změnit velikost souborového systému na oddílu %1. - - - - Parted failed to resize filesystem. - Nástroji parted se nezdařilo změnit velikost souborového systému. - - - - Failed to resize filesystem. - Selhala změna velikosti souborového systému. - - ResizePartitionJob - + Resize partition %1. Změnit velikost oddílu %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Změnit velikost <strong>%2MB</strong> oddílu <strong>%1</strong> na <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Mění se velikost %2MB oddílu %1 na %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Instalátoru se nezdařilo změnit velikost oddílu %1 na jednotce „%2“. - - - Could not open device '%1'. - Nedaří se otevřít zařízení „%1“. - ScanningDialog @@ -2079,19 +1997,6 @@ Instalační program bude ukončen a všechny změny ztraceny. Oddíl „%1“ nebyl nalezen. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aktualizovat geometrii oddílu %1. - - - - Failed to change the geometry of the partition. - Změna geometrie oddílu se nezdařila. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Instalační program bude ukončen a všechny změny ztraceny. UsersViewStep - + Users Uživatelé diff --git a/lang/calamares_da.ts b/lang/calamares_da.ts index 9bd7345f8..344623103 100644 --- a/lang/calamares_da.ts +++ b/lang/calamares_da.ts @@ -346,19 +346,6 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Vis fejlretningsinformation - - CheckFileSystemJob - - - Checking file system on partition %1. - Tjekker filsystem på partition %1. - - - - The file system check on partition %1 failed. - Filsystemtjek på partition %1 mislykkedes. - - CheckerWidget @@ -1301,78 +1288,33 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Placering - - MoveFileSystemJob - - - Move file system of partition %1. - Flyt filsystem af partition %1. - - - - Could not open file system on partition %1 for moving. - Kunne ikke åbne filsystem på partition %1 til flytning. - - - - Could not create target for moving file system on partition %1. - Kunne ikke oprette destination til flytning af filsystem på partition %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Flytning af partition %1 mislykkedes, ændringer er tilbageført. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Flytning af partition %1 mislykkedes. Tilbageføring af ændringerne mislykkedes. - - - - Updating boot sector after the moving of partition %1 failed. - Opdatering af bootsektor efter flytning af partition %1 mislykkedes. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - De logiske sektorstørrelser for kilden og destination for kopiering er ikke ens. Det understøttes ikke på nuværende tidspunkt. - - - - Source and target for copying do not overlap: Rollback is not required. - Kilde og destination for kopiering overlapper ikke: Tilbageføring ikke påkrævet. - - - - - Could not open device %1 to rollback copying. - Kunne ikke åbne enhed %1 til tilbageføring af kopiering. - - NetInstallPage - + Name Navn - + Description Beskrivelse - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Netværksinstallation. (Deaktiveret: Kunne ikke hente pakkelister, tjek din netværksforbindelse) + + + Network Installation. (Disabled: Received invalid groups data) + Netværksinstallation. (Deaktiveret: Modtog ugyldige gruppers data) + NetInstallViewStep - + Package selection Valg af pakke @@ -1806,107 +1748,83 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. RequirementsChecker - + Gathering system information... Indsamler systeminformation... - + has at least %1 GB available drive space har mindst %1 GB ledig plads på drevet - + There is not enough drive space. At least %1 GB is required. Der er ikke nok ledig plads på drevet. Mindst %1 GB er påkrævet. - + has at least %1 GB working memory har mindst %1 GB arbejdshukommelse - + The system does not have enough working memory. At least %1 GB is required. Systemet har ikke nok arbejdshukommelse. Mindst %1 GB er påkrævet. - + is plugged in to a power source er tilsluttet en strømkilde - + The system is not plugged in to a power source. Systemet er ikke tilsluttet en strømkilde. - + is connected to the Internet er forbundet til internettet - + The system is not connected to the Internet. Systemet er ikke forbundet til internettet. - + The installer is not running with administrator rights. Installationsprogrammet kører ikke med administratorrettigheder. - + The screen is too small to display the installer. Skærmen er for lille til at vise installationsprogrammet. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Ændr størrelse af filsystem på partition %1. - - - - Parted failed to resize filesystem. - Parted kunne ikke ændre størrelse på filsystem. - - - - Failed to resize filesystem. - Kunne ikke ændre størrelse på filsystem. - - ResizePartitionJob - + Resize partition %1. Ændr størrelse på partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Ændr størrelse af <strong>%2 MB</strong> partition <strong>%1</strong> til <strong>%3 MB</strong>. - + Resizing %2MB partition %1 to %3MB. Ændrer nu størrelsen af %2 MB partition %1 til %3 MB. - - + The installer failed to resize partition %1 on disk '%2'. Installationsprogrammet kunne ikke ændre størrelse på partition %1 på disk '%2'. - - - Could not open device '%1'. - Kunne ikke åbne enhed '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Kunne ikke finde partition '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Opdatér %1-partitions geometri. - - - - Failed to change the geometry of the partition. - Kunne ikke ændre partitionens geometri. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt. UsersViewStep - + Users Brugere diff --git a/lang/calamares_de.ts b/lang/calamares_de.ts index aaf584536..a5e221dfe 100644 --- a/lang/calamares_de.ts +++ b/lang/calamares_de.ts @@ -9,12 +9,12 @@ This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. - Dieses System wurde mit einer <strong>EFI</strong> Boot-Umgebung gestartet.<br><br>Um den Start von einer EFI-Umgebung zu konfigurieren, muss dieser Installer eine Bootloader-Anwendung nutzen , wie <strong>GRUB</strong> oder <strong>systemd-boot</strong> auf einer <strong>EFI System-Partition</strong>. Dies passiert automatisch, außer Sie wählen die maunuelle Partitionierung. In diesem Fall müssen Sie sie selbst auswählen oder erstellen. + Dieses System wurde mit einer <strong>EFI</strong> Boot-Umgebung gestartet.<br><br>Um den Start von einer EFI-Umgebung einzurichten, muss das Installationsprogramm einen Bootloader wie <strong>GRUB</strong> oder <strong>systemd-boot</strong> auf einer <strong>EFI System-Partition</strong> installieren. Dies passiert automatisch, außer Sie wählen die manuelle Partitionierung. In diesem Fall müssen Sie die EFI System-Partition selbst auswählen oder erstellen. This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. - Dieses System wurde mit einer <strong>BIOS</strong> Boot-Umgebung gestartet.<br><br>Um den Systemstart aus einer BIOS-Umgebung zu konfigurieren, muss dieses Installationsprogramm einen Boot-Loader installieren, wie <strong>GRUB</strong>, entweder am Anfang einer Partition oder im <strong>Master Boot Record</strong> nahe am Anfang der Partitionstabelle (bevorzugt). Dies passiert automatisch, außer Sie wählen die manuelle Partitionierung. In diesem Fall müssen Sie ihn selbst aufsetzen. + Dieses System wurde mit einer <strong>BIOS</strong> Boot-Umgebung gestartet.<br><br>Um den Systemstart von einer BIOS-Umgebung einzurichten, muss das Installationsprogramm einen Bootloader wie <strong>GRUB</strong>installieren, entweder am Anfang einer Partition oder im <strong>Master Boot Record</strong> nahe des Anfangs der Partitionstabelle (bevorzugt). Dies passiert automatisch, außer Sie wählen die manuelle Partitionierung. In diesem Fall müssen Sie ihn selbst einrichten. @@ -50,7 +50,7 @@ Form - Form + Formular @@ -240,7 +240,7 @@ Ausgabe: Cancel installation without changing the system. - Lösche die Installation ohne das System zu ändern. + Installation abbrechen, ohne das System zu verändern. @@ -346,19 +346,6 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Debug-Information anzeigen - - CheckFileSystemJob - - - Checking file system on partition %1. - Das Dateisystem auf Partition %1 wird überprüft. - - - - The file system check on partition %1 failed. - Die Überprüfung des Dateisystems auf Partition %1 scheiterte. - - CheckerWidget @@ -573,7 +560,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Fi&le System: - Fi&le System: + Dateisystem: @@ -593,7 +580,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. En&crypt - Ver&schlüsseln + Verschlüsseln @@ -826,7 +813,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - Die Art von <strong>Partitionstabelle</strong> auf dem gewählten Speichermedium.<br><br>Die einzige Möglichkeit die Art der Partitionstabelle zu ändern ist sie zu löschen und sie von Grund auf neu aufzusetzen, was alle Daten auf dem Speichermedium vernichtet.<br>Dieses Installationsprogramm wird die aktuelle Partitionstabelle behalten außer Sie wählen ausdrücklich etwas anderes..<br>Falls Sie unsicher sind: auf modernen Systemen wird GPT bevorzugt. + Die Art von <strong>Partitionstabelle</strong> auf dem gewählten Speichermedium.<br><br>Die einzige Möglichkeit, die Art der Partitionstabelle zu ändern, ist sie zu löschen und sie erneut zu erstellen, wodurch alle Daten auf dem Speichermedium gelöscht werden.<br>Dieses Installationsprogramm wird die aktuelle Partitionstabelle beibehalten, außer Sie entscheiden sich ausdrücklich dagegen.<br>Falls Sie unsicher sind: auf modernen Systemen wird GPT bevorzugt. @@ -836,7 +823,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - Dies ist ein <strong>loop</strong> Gerät.<br><br>Es ist ein Pseudo-Gerät ohne Partitionstabelle die eine Datei als Blockgerät zugänglich macht. Diese Art der Einstellung enthält in der Regel nur ein einziges Dateisystem. + Dies ist ein <strong>Loop</strong>-Gerät.<br><br>Es ist ein Pseudo-Gerät ohne Partitionstabelle, das eine Datei als Blockgerät zugänglich macht. Diese Art der Einrichtung enthält in der Regel nur ein einziges Dateisystem. @@ -851,7 +838,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - <br><br>Diese Art von Partitionstabelle ist nur für ältere Systeme ratsam welche von einer <strong>BIOS</strong> Boot-Umgebung starten. GPT wird in den meisten anderen Fällen empfohlen.<br><br><strong>Achtung:</strong> die MBR Partitionstabelle ist ein veralteterStandard aus der MS-DOS Ära.<br>Nur 4 <em>primäre</em> Partitionen können erstellt werden, und von diesen 4, eine kann eine <em>erweiterte</em> Partition sein welche an sich wieder viele <em>logische</em> Partitionen enthalten kann. + <br><br>Diese Art von Partitionstabelle ist nur für ältere Systeme ratsam, welche von einer <strong>BIOS</strong> Boot-Umgebung starten. GPT wird in den meisten anderen Fällen empfohlen.<br><br><strong>Achtung:</strong> Die MBR-Partitionstabelle ist ein veralteter Standard aus der MS-DOS-Ära.<br>Es können nur 4 <em>primäre</em> Partitionen erstellt werden. Davon kann eine als <em>erweiterte</em> Partition eingerichtet werden, die wiederum viele <em>logische</em> Partitionen enthalten kann. @@ -956,7 +943,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. En&crypt system - Ver&schlüssele System + Verschlüssele System @@ -1045,12 +1032,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Installation Complete - + Installation abgeschlossen The installation of %1 is complete. - + Die Installation von %1 ist abgeschlossen. @@ -1162,12 +1149,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. &Cancel - + &Abbrechen &OK - + &OK @@ -1175,7 +1162,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Form - Form + Formular @@ -1301,78 +1288,33 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Standort - - MoveFileSystemJob - - - Move file system of partition %1. - Verschiebe Dateisystem von Partition %1. - - - - Could not open file system on partition %1 for moving. - Kann Dateisystem auf Partition %1 nicht zum Verschieben öffnen. - - - - Could not create target for moving file system on partition %1. - Konnte das Ziel für das Verschieben des Dateisystems auf Partition %1 nicht erstellen. - - - - Moving of partition %1 failed, changes have been rolled back. - Verschieben der Partition %1 ist fehlgeschlagen, Änderungen wurden zurückgesetzt. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Verschieben der Partition %1 ist fehlgeschlagen. Zurücksetzen der Änderungen ist fehlgeschlagen. - - - - Updating boot sector after the moving of partition %1 failed. - Erneuern des Bootsektors nach dem Verschieben der Partition %1 ist fehlgeschlagen. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Die logischen Sektorgrössen von Quelle und Ziel des Kopiervorgangs sind nicht identisch. Dies wird zur Zeit nicht unterstützt. - - - - Source and target for copying do not overlap: Rollback is not required. - Quelle und Ziel für den Kopiervorgang überlappen nicht: Ein Zurücksetzen ist nicht erforderlich. - - - - - Could not open device %1 to rollback copying. - Kann Gerät %1 nicht öffnen, um den Kopiervorgang rückgängig zu machen. - - NetInstallPage - + Name Name - + Description Beschreibung - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Netzwerk-Installation. (Deaktiviert: Paketlisten nicht erreichbar, prüfe deine Netzwerk-Verbindung) + + + Network Installation. (Disabled: Received invalid groups data) + Netwerk-Installation. (Deaktiviert: Ungültige Gruppen-Daten eingegeben) + NetInstallViewStep - + Package selection Paketauswahl @@ -1382,7 +1324,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Form - Form + Formular @@ -1400,7 +1342,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Form - Form + Formular @@ -1666,7 +1608,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start. - Eine EFI Systempartition wird benötigt um %1 zu starten.<br/><br/>Um eine EFI Systempartition zu konfigurieren, gehen Sie zurück und wählen oder erstellen Sie ein FAT32 Dateisystem mit einer aktivierten <strong>esp</strong> Markierung sowie Einhängepunkt <strong>%2</strong>.<br/><br/>Sie können ohne die Einrichtung einer EFI-Systempartition weitermachen aber ihr System wird unter Umständen nicht starten können. + Eine EFI Systempartition wird benötigt, um %1 zu starten.<br/><br/>Um eine EFI Systempartition einzurichten, gehen Sie zurück und wählen oder erstellen Sie ein FAT32-Dateisystem mit einer aktivierten <strong>esp</strong> Markierung sowie <strong>%2</strong> als Einhängepunkt .<br/><br/>Sie können ohne die Einrichtung einer EFI-Systempartition fortfahren, aber ihr System wird unter Umständen nicht starten können. @@ -1676,7 +1618,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start. - Eine EFI Systempartition wird benötigt um %1 zu starten.<br/><br/>Eine Partition wurde mit dem Einhängepunkt <strong>%2</strong> konfiguriert jedoch wurde dort keine <strong>esp</strong> Markierung gesetzt.<br/>Um diese Markierung zu setzen, gehen Sie zurück und bearbeiten Sie die Partition.<br/><br/>Sie können ohne die Markierung fortfahren aber ihr System wird unter Umständen nicht starten können. + Eine EFI Systempartition wird benötigt, um %1 zu starten.<br/><br/>Eine Partition mit dem Einhängepunkt <strong>%2</strong> wurd eingerichtet, jedoch wurde dort keine <strong>esp</strong> Markierung gesetzt.<br/>Um diese Markierung zu setzen, gehen Sie zurück und bearbeiten Sie die Partition.<br/><br/>Sie können ohne diese Markierung fortfahren, aber ihr System wird unter Umständen nicht starten können. @@ -1686,7 +1628,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - Eine saparate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.<br/><br/>. Dies begnet Sicherheitsbedenken, weil wichtige Systemdateien auf einer unverschlüsselten Partition gespeichert werden.<br/>Wenn Sie wollen, können Sie fortfahren, aber das entschlüsseln des Filesystems wird später während des Systemstarts erfolgen.<br/>Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie sie neu, indem Sie <strong>Verschlüsseln</strong> im Partitionserstellungs-Fenster wählen. + Eine separate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.<br/><br/> Dies ist sicherheitstechnisch nicht optimal, da wichtige Systemdateien auf der unverschlüsselten Bootpartition gespeichert werden.<br/>Wenn Sie wollen, können Sie fortfahren, aber das Entschlüsseln des Dateisystems wird erst später während des Systemstarts erfolgen.<br/>Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie diese neu, indem Sie bei der Partitionierung <strong>Verschlüsseln</strong> wählen. @@ -1806,107 +1748,83 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. RequirementsChecker - + Gathering system information... Sammle Systeminformationen... - + has at least %1 GB available drive space mindestens %1 GB freien Festplattenplatz hat - + There is not enough drive space. At least %1 GB is required. Der Speicherplatz auf der Festplatte ist unzureichend. Es wird mindestens %1 GB benötigt. - + has at least %1 GB working memory hat mindestens %1 GB Arbeitsspeicher - + The system does not have enough working memory. At least %1 GB is required. Das System hat nicht genug Arbeitsspeicher. Es wird mindestens %1GB benötigt. - + is plugged in to a power source ist an eine Stromquelle angeschlossen - + The system is not plugged in to a power source. Das System ist an keine Stromquelle angeschlossen. - + is connected to the Internet ist mit dem Internet verbunden - + The system is not connected to the Internet. Das System ist nicht mit dem Internet verbunden. - + The installer is not running with administrator rights. Das Installationsprogramm wird nicht mit Administratorrechten ausgeführt. - + The screen is too small to display the installer. - Der Bildschirm ist zu klein um das Installationsprogramm anzuzeigen. - - - - ResizeFileSystemJob - - - Resize file system on partition %1. - Ändere Dateisystemgrösse auf Partition %1. - - - - Parted failed to resize filesystem. - Parted konnte die Dateisystemgrösse nicht ändern. - - - - Failed to resize filesystem. - Ändern der Dateisystemgrösse fehlgeschlagen. + Der Bildschirm ist zu klein, um das Installationsprogramm anzuzeigen. ResizePartitionJob - + Resize partition %1. Ändere die Grösse von Partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Partition <strong>%1</strong> von <strong>%2MB</strong> auf <strong>%3MB</strong> vergrößern. - + Resizing %2MB partition %1 to %3MB. Ändere die Größe der Partition %1 von %2MB auf %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Das Installationsprogramm konnte die Grösse von Partition %1 auf Datenträger '%2' nicht ändern. - - - Could not open device '%1'. - Kann Gerät '%1' nicht öffnen. - ScanningDialog @@ -2079,19 +1997,6 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Partition '%1' konnte nicht gefunden werden. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aktualisiere Struktur von Partition %1. - - - - Failed to change the geometry of the partition. - Kann Struktur der Partition nicht ändern. - - SetPasswordJob @@ -2225,18 +2130,18 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. Password is too short - + Das Passwort ist zu kurz Password is too long - + Das Passwort ist zu lang UsersViewStep - + Users Benutzer diff --git a/lang/calamares_el.ts b/lang/calamares_el.ts index efb1867d8..7f3251b96 100644 --- a/lang/calamares_el.ts +++ b/lang/calamares_el.ts @@ -81,7 +81,7 @@ Interface: - + Διεπαφή: @@ -257,7 +257,7 @@ The installer will quit and all changes will be lost. &Yes - + &Ναι @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. Εμφάνιση πληροφοριών απασφαλμάτωσης - - CheckFileSystemJob - - - Checking file system on partition %1. - Ελέγχεται το σύστημα αρχείων στην κατάτμηση %1. - - - - The file system check on partition %1 failed. - Απέτυχε ο έλεγχος του συστήματος αρχείων στην κατάτμηση %1. - - CheckerWidget @@ -553,7 +540,7 @@ The installer will quit and all changes will be lost. MiB - + MiB @@ -928,7 +915,7 @@ The installer will quit and all changes will be lost. MiB - + MiB @@ -1162,7 +1149,7 @@ The installer will quit and all changes will be lost. &Cancel - + &Ακύρωση @@ -1285,7 +1272,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. Τοποθεσία - - MoveFileSystemJob - - - Move file system of partition %1. - Μετακίνηση μεγέθους του συστήματος αρχείων στην κατάτμηση %1. - - - - Could not open file system on partition %1 for moving. - Δεν μπορούσε να ανοιχτή το σύστημα αρχείων στη κατάτμηση %1 για μετακίνηση. - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - Δεν είναι δυνατό το άνοιγμα της συσκευής '%1' για την αναίρεση της αντιγραφής. - - NetInstallPage - + Name Όνομα - + Description Περιγραφή - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Επιλογή πακέτου @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... Συλλογή πληροφοριών συστήματος... - + has at least %1 GB available drive space έχει τουλάχιστον %1 GB διαθέσιμου χώρου στον δίσκο - + There is not enough drive space. At least %1 GB is required. Δεν υπάρχει αρκετός χώρος στον δίσκο. Απαιτείται τουλάχιστον %1 GB. - + has at least %1 GB working memory έχει τουλάχιστον %1 GB μνημης - + The system does not have enough working memory. At least %1 GB is required. Το σύστημα δεν έχει αρκετή μνήμη. Απαιτείται τουλάχιστον %1 GB. - + is plugged in to a power source είναι συνδεδεμένος σε πηγή ρεύματος - + The system is not plugged in to a power source. Το σύστημα δεν είναι συνδεδεμένο σε πηγή ρεύματος. - + is connected to the Internet είναι συνδεδεμένος στο διαδίκτυο - + The system is not connected to the Internet. Το σύστημα δεν είναι συνδεδεμένο στο διαδίκτυο. - + The installer is not running with administrator rights. Το πρόγραμμα εγκατάστασης δεν εκτελείται με δικαιώματα διαχειριστή. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Αλλαγή μεγέθους του συστήματος αρχείων στην κατάτμηση %1. - - - - Parted failed to resize filesystem. - Το Parted απέτυχε να αλλάξει το μέγεθος του συστήματος αρχείων. - - - - Failed to resize filesystem. - Απέτυχε η αλλαγή του μεγέθους του συστήματος αρχείων. - - ResizePartitionJob - + Resize partition %1. Αλλαγή μεγέθους κατάτμησης %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Αλλαγή μεγέθους κατάτμησης <strong>%1</strong> από <strong>%2MB</strong> σε <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Αλλαγή μεγέθους κατάτμησης %1 από %2MB σε %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Η εγκατάσταση απέτυχε να αλλάξει το μέγεθος της κατάτμησης %1 στον δίσκο '%2'. - - - Could not open device '%1'. - Δεν είναι δυνατό το άνοιγμα της συσκευής '%1'. - ScanningDialog @@ -2066,7 +1984,7 @@ The installer will quit and all changes will be lost. Could not open device '%1'. - + Δεν είναι δυνατό το άνοιγμα της συσκευής '%1'. @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. Δεν μπόρεσε να βρει το διαμέρισμα '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Εκσυγχρονισμός γεωμετρίας του διαμερίσματος %1. - - - - Failed to change the geometry of the partition. - Απέτυχε η αλλαγή της γεωμετρίας του διαμερίσματος. - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Χρήστες diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts index 13a199313..c608b7a51 100644 --- a/lang/calamares_en.ts +++ b/lang/calamares_en.ts @@ -1,4 +1,6 @@ - + + + BootInfoWidget @@ -346,19 +348,6 @@ The installer will quit and all changes will be lost. Show debug information - - CheckFileSystemJob - - - Checking file system on partition %1. - Checking file system on partition %1. - - - - The file system check on partition %1 failed. - The file system check on partition %1 failed. - - CheckerWidget @@ -1099,21 +1088,17 @@ The installer will quit and all changes will be lost. InteractiveTerminalPage - - - + Konsole not installed Konsole not installed - - - - Please install the kde konsole and try again! - Please install the kde konsole and try again! + + Please install KDE Konsole and try again! + - + Executing script: &nbsp;<code>%1</code> Executing script: &nbsp;<code>%1</code> @@ -1301,78 +1286,33 @@ The installer will quit and all changes will be lost. Location - - MoveFileSystemJob - - - Move file system of partition %1. - Move file system of partition %1. - - - - Could not open file system on partition %1 for moving. - Could not open file system on partition %1 for moving. - - - - Could not create target for moving file system on partition %1. - Could not create target for moving file system on partition %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Moving of partition %1 failed, changes have been rolled back. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Moving of partition %1 failed. Roll back of the changes have failed. - - - - Updating boot sector after the moving of partition %1 failed. - Updating boot sector after the moving of partition %1 failed. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - Source and target for copying do not overlap: Rollback is not required. - Source and target for copying do not overlap: Rollback is not required. - - - - - Could not open device %1 to rollback copying. - Could not open device %1 to rollback copying. - - NetInstallPage - + Name Name - + Description Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + Network Installation. (Disabled: Received invalid groups data) + NetInstallViewStep - + Package selection Package selection @@ -1806,107 +1746,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... Gathering system information... - + has at least %1 GB available drive space has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source is plugged in to a power source - + The system is not plugged in to a power source. The system is not plugged in to a power source. - + is connected to the Internet is connected to the Internet - + The system is not connected to the Internet. The system is not connected to the Internet. - + The installer is not running with administrator rights. The installer is not running with administrator rights. - + The screen is too small to display the installer. The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Resize file system on partition %1. - - - - Parted failed to resize filesystem. - Parted failed to resize filesystem. - - - - Failed to resize filesystem. - Failed to resize filesystem. - - ResizePartitionJob - + Resize partition %1. Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - Could not open device '%1'. - ScanningDialog @@ -2079,19 +1995,6 @@ The installer will quit and all changes will be lost. Could not find partition '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Update geometry of partition %1. - - - - Failed to change the geometry of the partition. - Failed to change the geometry of the partition. - - SetPasswordJob @@ -2189,6 +2092,123 @@ The installer will quit and all changes will be lost. Summary + + TrackingInstallJob + + + Installation feedback + + + + + Sending installation feedback. + + + + + Internal error in install-tracking. + + + + + HTTP request timed out. + + + + + TrackingMachineNeonJob + + + Machine feedback + + + + + Configuring machine feedback. + + + + + + Error in machine feedback configuration. + + + + + Could not configure machine feedback correctly, script error %1. + + + + + Could not configure machine feedback correctly, Calamares error %1. + + + + + TrackingPage + + + Form + Form + + + + Placeholder + + + + + <html><head/><body><p>By selecting this, you will send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> + + + + + + + TextLabel + + + + + + + ... + + + + + <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> + + + + + Install tracking helps %1 to see how many users they have, what hardware they install %1 to and (with the last two options below), get continuous information about preferred applications. To see what will be sent, please click the help icon next to each area. + + + + + By selecting this you will send information about your installation and hardware. This information will <b>only be sent once</b> after the installation finishes. + + + + + By selecting this you will <b>periodically</b> send information about your installation, hardware and applications, to %1. + + + + + By selecting this you will <b>regularly</b> send information about your installation, hardware, applications and usage patterns, to %1. + + + + + TrackingViewStep + + + Feedback + + + UsersPage @@ -2236,7 +2256,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Users @@ -2307,4 +2327,4 @@ The installer will quit and all changes will be lost. Welcome - \ No newline at end of file + diff --git a/lang/calamares_en_GB.ts b/lang/calamares_en_GB.ts index 5da5e911c..6553b8805 100644 --- a/lang/calamares_en_GB.ts +++ b/lang/calamares_en_GB.ts @@ -70,7 +70,7 @@ Type: - + Type: @@ -99,7 +99,7 @@ Install - + Install @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. Show debug information - - CheckFileSystemJob - - - Checking file system on partition %1. - Checking file system on partition %1. - - - - The file system check on partition %1 failed. - The file system check on partition %1 failed. - - CheckerWidget @@ -379,7 +366,7 @@ The installer will quit and all changes will be lost. For best results, please ensure that this computer: - + For best results, please ensure that this computer: @@ -392,12 +379,12 @@ The installer will quit and all changes will be lost. Form - + Form After: - + After: @@ -578,7 +565,7 @@ The installer will quit and all changes will be lost. Flags: - + Flags: @@ -770,7 +757,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - + usermod terminated with error code %1. @@ -923,7 +910,7 @@ The installer will quit and all changes will be lost. Si&ze: - + Si&ze: @@ -938,7 +925,7 @@ The installer will quit and all changes will be lost. Flags: - + Flags: @@ -951,7 +938,7 @@ The installer will quit and all changes will be lost. Form - + Form @@ -1040,7 +1027,7 @@ The installer will quit and all changes will be lost. Finish - + Finish @@ -1162,7 +1149,7 @@ The installer will quit and all changes will be lost. &Cancel - + &Cancel @@ -1175,7 +1162,7 @@ The installer will quit and all changes will be lost. Form - + Form @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. Location - - MoveFileSystemJob - - - Move file system of partition %1. - Move file system of partition %1. - - - - Could not open file system on partition %1 for moving. - Could not open file system on partition %1 for moving. - - - - Could not create target for moving file system on partition %1. - Could not create target for moving file system on partition %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Moving of partition %1 failed, changes have been rolled back. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Moving of partition %1 failed. Roll back of the changes have failed. - - - - Updating boot sector after the moving of partition %1 failed. - Updating boot sector after the moving of partition %1 failed. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - Source and target for copying do not overlap: Rollback is not required. - Source and target for copying do not overlap: Rollback is not required. - - - - - Could not open device %1 to rollback copying. - Could not open device %1 to rollback copying. - - NetInstallPage - + Name - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ The installer will quit and all changes will be lost. New partition - + New partition @@ -1656,7 +1598,7 @@ The installer will quit and all changes will be lost. After: - + After: @@ -1733,52 +1675,52 @@ The installer will quit and all changes will be lost. Form - + Form Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. The selected item does not appear to be a valid partition. - + The selected item does not appear to be a valid partition. %1 cannot be installed on empty space. Please select an existing partition. - + %1 cannot be installed on empty space. Please select an existing partition. %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. %1 cannot be installed on this partition. - + %1 cannot be installed on this partition. Data partition (%1) - + Data partition (%1) Unknown system partition (%1) - + Unknown system partition (%1) %1 system partition (%2) - + %1 system partition (%2) <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - + <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + Gathering system information... - + has at least %1 GB available drive space - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Resize file system on partition %1. - - - - Parted failed to resize filesystem. - Parted failed to resize filesystem. - - - - Failed to resize filesystem. - Failed to resize filesystem. - - ResizePartitionJob - + Resize partition %1. Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - Could not open device '%1'. - ScanningDialog @@ -2066,7 +1984,7 @@ The installer will quit and all changes will be lost. Could not open device '%1'. - + Could not open device '%1'. @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - Update geometry of partition %1. - - - - Failed to change the geometry of the partition. - Failed to change the geometry of the partition. - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Users @@ -2246,7 +2151,7 @@ The installer will quit and all changes will be lost. Form - + Form @@ -2256,22 +2161,22 @@ The installer will quit and all changes will be lost. &Release notes - + &Release notes &Known issues - + &Known issues &Support - + &Support &About - + &About @@ -2286,7 +2191,7 @@ The installer will quit and all changes will be lost. About %1 installer - + About %1 installer @@ -2296,7 +2201,7 @@ The installer will quit and all changes will be lost. %1 support - + %1 support @@ -2304,7 +2209,7 @@ The installer will quit and all changes will be lost. Welcome - + Welcome \ No newline at end of file diff --git a/lang/calamares_es.ts b/lang/calamares_es.ts index 73fd225e7..8a1b7255c 100644 --- a/lang/calamares_es.ts +++ b/lang/calamares_es.ts @@ -347,19 +347,6 @@ Saldrá del instalador y se perderán todos los cambios. Mostrar información de depuración. - - CheckFileSystemJob - - - Checking file system on partition %1. - Verificando sistema de archivos en la partición %1. - - - - The file system check on partition %1 failed. - La verificación del sistema de archivos en la partición %1 ha fallado. - - CheckerWidget @@ -1302,78 +1289,33 @@ Saldrá del instalador y se perderán todos los cambios. Ubicación - - MoveFileSystemJob - - - Move file system of partition %1. - Mover el sistema de archivos de la partición %1. - - - - Could not open file system on partition %1 for moving. - No se puede abrir el sistema de archivos de la partición %1 para moverlo. - - - - Could not create target for moving file system on partition %1. - No se puede crear el destino para mover el sistema de archivos a la partición %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Error al mover la partición %1. Los cambios han sido revertidos. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Error al mover la partición %1. No se ha podido recuperar la situación inicial. - - - - Updating boot sector after the moving of partition %1 failed. - Error al actualizar el sector de arranque después de mover la partición %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - El tamaño de los sectores lógicos de origen y destino de la copia no son iguales. Este tipo de operación no está soportada. - - - - Source and target for copying do not overlap: Rollback is not required. - El origen y el destino no se superponen: No hace falta deshacer los cambios. - - - - - Could not open device %1 to rollback copying. - No se puede abrir el dispositivo %1 para deshacer la copia. - - NetInstallPage - + Name Nombre - + Description Descripción - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalación a través de la Red. (Desactivada: no se ha podido obtener una lista de paquetes, comprueba tu conexión a la red) + + + Network Installation. (Disabled: Received invalid groups data) + Instalación de red. (Deshabilitada: Se recibieron grupos de datos no válidos) + NetInstallViewStep - + Package selection Selección de paquetes @@ -1807,107 +1749,83 @@ Saldrá del instalador y se perderán todos los cambios. RequirementsChecker - + Gathering system information... Obteniendo información del sistema... - + has at least %1 GB available drive space tiene al menos %1 GB espacio libre en el disco - + There is not enough drive space. At least %1 GB is required. No hay suficiente espació en el disco duro. Se requiere al menos %1 GB libre. - + has at least %1 GB working memory tiene al menos %1 GB de memoria. - + The system does not have enough working memory. At least %1 GB is required. El sistema no tiene suficiente memoria. Se requiere al menos %1 GB - + is plugged in to a power source esta conectado a una fuente de alimentación - + The system is not plugged in to a power source. El sistema no esta conectado a una fuente de alimentación. - + is connected to the Internet esta conectado a Internet - + The system is not connected to the Internet. El sistema no esta conectado a Internet - + The installer is not running with administrator rights. El instalador no esta ejecutándose con permisos de administrador. - + The screen is too small to display the installer. La pantalla es demasiado pequeña para mostrar el instalador. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar el sistema de archivos de la partición %1. - - - - Parted failed to resize filesystem. - Parted ha fallado al redimensionar el sistema de archivos. - - - - Failed to resize filesystem. - Fallo al redimensionar el sistema de archivos. - - ResizePartitionJob - + Resize partition %1. Redimensionar partición %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar <strong>%2MB</strong> partición <strong>%1</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Redimensionando %2MB %1 a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. El instalador ha fallado a la hora de reducir la partición %1 en el disco '%2'. - - - Could not open device '%1'. - No se pudo abrir el dispositivo '%1'. - ScanningDialog @@ -2080,19 +1998,6 @@ Saldrá del instalador y se perderán todos los cambios. No se pudo encontrar la partición '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Actualizar la geometría de la partición %1. - - - - Failed to change the geometry of the partition. - Fallo al cambiar la geometría de la partición. - - SetPasswordJob @@ -2237,7 +2142,7 @@ Saldrá del instalador y se perderán todos los cambios. UsersViewStep - + Users Usuarios diff --git a/lang/calamares_es_ES.ts b/lang/calamares_es_ES.ts index 7b41364b2..30a6d4e63 100644 --- a/lang/calamares_es_ES.ts +++ b/lang/calamares_es_ES.ts @@ -70,7 +70,7 @@ Type: - + Tipo: @@ -99,7 +99,7 @@ Install - + Instalar @@ -346,19 +346,6 @@ El instalador se cerrará y se perderán todos los cambios. Mostrar la información de depuración - - CheckFileSystemJob - - - Checking file system on partition %1. - Verificando el sistema de ficheros de la partición %1. - - - - The file system check on partition %1 failed. - La verificación del sistema de ficheros de la partición %1 ha fallado. - - CheckerWidget @@ -379,7 +366,7 @@ El instalador se cerrará y se perderán todos los cambios. For best results, please ensure that this computer: - + Para un mejor resultado asegurate que este ordenador: @@ -392,12 +379,12 @@ El instalador se cerrará y se perderán todos los cambios. Form - + Formulario After: - + Después: @@ -578,7 +565,7 @@ El instalador se cerrará y se perderán todos los cambios. Flags: - + Marcas: @@ -770,7 +757,7 @@ El instalador se cerrará y se perderán todos los cambios. usermod terminated with error code %1. - + usermod ha terminado con el código de error %1. @@ -923,7 +910,7 @@ El instalador se cerrará y se perderán todos los cambios. Si&ze: - + Tamaño @@ -938,7 +925,7 @@ El instalador se cerrará y se perderán todos los cambios. Flags: - + Marcas: @@ -951,7 +938,7 @@ El instalador se cerrará y se perderán todos los cambios. Form - + Formulario @@ -1040,7 +1027,7 @@ El instalador se cerrará y se perderán todos los cambios. Finish - + Terminar @@ -1162,7 +1149,7 @@ El instalador se cerrará y se perderán todos los cambios. &Cancel - + &Cancelar @@ -1175,7 +1162,7 @@ El instalador se cerrará y se perderán todos los cambios. Form - + Formulario @@ -1301,78 +1288,33 @@ El instalador se cerrará y se perderán todos los cambios. Ubicación - - MoveFileSystemJob - - - Move file system of partition %1. - Mover el sistema de ficheros de la partición %1. - - - - Could not open file system on partition %1 for moving. - No se puede abrir para mover el sistema de ficheros de la partición %1. - - - - Could not create target for moving file system on partition %1. - No se puede crear el destino para mover el sistema de ficheros en la partición %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Ha surgido un fallo al mover la partición 1%, los cambios han sido deshechos. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Ha surgido un fallo al mover la partición %1. No se han podido deshacer los cambios. - - - - Updating boot sector after the moving of partition %1 failed. - No se ha podido actualizar el sector de arranque después de mover la partición %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - El tamaño lógico de los sectores del destino y del origen de la copia no es el mismo. Esta operación no está soportada. - - - - Source and target for copying do not overlap: Rollback is not required. - El origen y el destino no se superponen: no se necesita deshacer. - - - - - Could not open device %1 to rollback copying. - No se puede abrir el dispositivo %1 para deshacer la copia. - - NetInstallPage - + Name - + Nombre - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ El instalador se cerrará y se perderán todos los cambios. New partition - + Nueva partición @@ -1656,7 +1598,7 @@ El instalador se cerrará y se perderán todos los cambios. After: - + Después: @@ -1733,52 +1675,52 @@ El instalador se cerrará y se perderán todos los cambios. Form - + Formulario Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + Selecciona donde instalar %1.<br/><font color="red">Aviso: </font>Se borrarán todos los archivos de la partición seleccionada. The selected item does not appear to be a valid partition. - + El objeto seleccionado no parece ser una particón válida. %1 cannot be installed on empty space. Please select an existing partition. - + %1 no se puede instalar en un sitio vacío. Selecciona una partición existente. %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + %1 no se puede instalar en una partición extendida. Selecciona una partición primaria o lógica. %1 cannot be installed on this partition. - + No se puede instalar %1 en esta partición. Data partition (%1) - + Partición de datos (%1) Unknown system partition (%1) - + Partición de sistema desconocida (%1) %1 system partition (%2) - + %1 partición de sistema (%2) <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - + <strong>%4</strong><br/><br/>La partición %1 no es lo suficientemente grande para %2. Selecciona otra partición que tenga al menos %3 GiB. @@ -1806,107 +1748,83 @@ El instalador se cerrará y se perderán todos los cambios. RequirementsChecker - + Gathering system information... - + Recogiendo información sobre el sistema... - + has at least %1 GB available drive space - + Tenga disponibles por lo menos %1 GB libres - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + Tenga disponibles por lo menos %1 GB de memoria - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + está enchufado a la corriente - + The system is not plugged in to a power source. - + is connected to the Internet - + esté conectado a internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar el sistema de ficheros de la partición %1 - - - - Parted failed to resize filesystem. - Parted no ha podido redimensionar el sistema de ficheros. - - - - Failed to resize filesystem. - No se ha podido redimensionar el sistema de ficheros. - - ResizePartitionJob - + Resize partition %1. Redimensionar partición %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar las partición <strong>%1</strong> de <strong>%2MB</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. El instalador no ha podido redimensionar la partición %1 del disco '%2'. - - - Could not open device '%1'. - No se puede abrir el dispositivo '%1'. - ScanningDialog @@ -2066,7 +1984,7 @@ El instalador se cerrará y se perderán todos los cambios. Could not open device '%1'. - + No se puede abrir el dispositivo '%1'. @@ -2079,19 +1997,6 @@ El instalador se cerrará y se perderán todos los cambios. - - SetPartGeometryJob - - - Update geometry of partition %1. - Actualizar la geometría de la partición %1. - - - - Failed to change the geometry of the partition. - No se ha podido cambiar la geometría de la partición. - - SetPasswordJob @@ -2236,7 +2141,7 @@ El instalador se cerrará y se perderán todos los cambios. UsersViewStep - + Users Usuarios @@ -2246,7 +2151,7 @@ El instalador se cerrará y se perderán todos los cambios. Form - + Formulario @@ -2256,22 +2161,22 @@ El instalador se cerrará y se perderán todos los cambios. &Release notes - + Notas de lanzamiento &Known issues - + Problemas conocidos &Support - + &Soporte &About - + Sobre @@ -2286,7 +2191,7 @@ El instalador se cerrará y se perderán todos los cambios. About %1 installer - + Sobre el instalador %1 @@ -2296,7 +2201,7 @@ El instalador se cerrará y se perderán todos los cambios. %1 support - + Soporte %1 @@ -2304,7 +2209,7 @@ El instalador se cerrará y se perderán todos los cambios. Welcome - + Bienvenido \ No newline at end of file diff --git a/lang/calamares_es_MX.ts b/lang/calamares_es_MX.ts index 0d2ec9e26..3999b81a4 100644 --- a/lang/calamares_es_MX.ts +++ b/lang/calamares_es_MX.ts @@ -70,7 +70,7 @@ Type: - + Tipo: @@ -346,19 +346,6 @@ El instalador terminará y se perderán todos los cambios. Mostrar información de depuración - - CheckFileSystemJob - - - Checking file system on partition %1. - Verificando sistema de archivos en la partición %1. - - - - The file system check on partition %1 failed. - La verificación del sistema de archivos en la partición %1. ha fallado. - - CheckerWidget @@ -446,17 +433,18 @@ El instalador terminará y se perderán todos los cambios. An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + No se puede encontrar en el sistema una partición EFI. Por favor vuelva atrás y use el particionamiento manual para configurar %1. The EFI system partition at %1 will be used for starting %2. - + La partición EFI en %1 será usada para iniciar %2. + EFI system partition: - + Partición de sistema EFI: @@ -575,12 +563,12 @@ El instalador terminará y se perderán todos los cambios. Fi&le System: - + Sis&tema de Archivos: Flags: - + Banderas: @@ -772,7 +760,7 @@ El instalador terminará y se perderán todos los cambios. usermod terminated with error code %1. - + usermod ha terminado con el código de error %1 @@ -940,7 +928,7 @@ El instalador terminará y se perderán todos los cambios. Flags: - + Banderas: @@ -953,7 +941,7 @@ El instalador terminará y se perderán todos los cambios. Form - + Formulario @@ -1164,7 +1152,7 @@ El instalador terminará y se perderán todos los cambios. &Cancel - + &Cancelar @@ -1287,7 +1275,7 @@ El instalador terminará y se perderán todos los cambios. %1 (%2) Language (Country) - + %1 (%2) @@ -1303,78 +1291,33 @@ El instalador terminará y se perderán todos los cambios. Ubicación - - MoveFileSystemJob - - - Move file system of partition %1. - Mover el sistema de archivos de la partición %1. - - - - Could not open file system on partition %1 for moving. - No se pudo abrir el sistema de archivos en la partición %1 para moverlo. - - - - Could not create target for moving file system on partition %1. - No se pudo crear el destino para mover el sistema de archivos de la partición %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Falló el movimiento de la partición %1, los cambios se han revertido. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Falló el movimiento de la partición %1. Los cambios no se han podido revertir. - - - - Updating boot sector after the moving of partition %1 failed. - Falló la actualización del sector de arranque después de mover la partición %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - El tamaño lógico de los sectores del destino y del origen de la copia no es el mismo. Esta operación no está soportada. - - - - Source and target for copying do not overlap: Rollback is not required. - El origen y el destino no se superponen: no se necesita deshacer. - - - - - Could not open device %1 to rollback copying. - No se puede abrir el dispositivo %1 para deshacer la copia. - - NetInstallPage - + Name - + Nombre - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1502,7 +1445,7 @@ El instalador terminará y se perderán todos los cambios. New partition - + Partición nueva @@ -1653,12 +1596,12 @@ El instalador terminará y se perderán todos los cambios. Current: - + Actual: After: - + Después: @@ -1735,180 +1678,157 @@ El instalador terminará y se perderán todos los cambios. Form - + Formulario Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + Selecciona donde instalar %1.<br/><font color="red">Aviso: </font>Se borrarán todos los archivos de la partición seleccionada. The selected item does not appear to be a valid partition. - + El elemento seleccionado no parece ser una partición válida. %1 cannot be installed on empty space. Please select an existing partition. - + %1 no se puede instalar en un espacio vacío. Selecciona una partición existente. %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + %1 no se puede instalar en una partición extendida. Selecciona una partición primaria o lógica. %1 cannot be installed on this partition. - + No se puede instalar %1 en esta partición. Data partition (%1) - + Partición de datos (%1) Unknown system partition (%1) - + Partición de sistema desconocida (%1) %1 system partition (%2) - + %1 partición de sistema (%2) <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - + <strong>%4</strong><br/><br/>La partición %1 es muy pequeña para %2. Selecciona otra partición que tenga al menos %3 GiB. <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + <strong>%2</strong><br/><br/>No se puede encontrar una partición EFI en este sistema. Por favor vuelva atrás y use el particionamiento manual para configurar %1. <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - + <strong>%3</strong><br/><br/>%1 sera instalado en %2.<br/><font color="red">Advertencia: </font>toda la información en la partición %2 se perdera. The EFI system partition at %1 will be used for starting %2. - + La partición EFI en %1 será usada para iniciar %2. + EFI system partition: - + Partición de sistema EFI: RequirementsChecker - + Gathering system information... Obteniendo información del sistema... - + has at least %1 GB available drive space tiene al menos %1 GB de espacio en disco disponible - + There is not enough drive space. At least %1 GB is required. No hay suficiente espacio disponible en disco. Se requiere al menos %1 GB. - + has at least %1 GB working memory tiene al menos %1 GB de memoria para trabajar - + The system does not have enough working memory. At least %1 GB is required. No hay suficiente espacio disponible en disco. Se requiere al menos %1 GB. - + is plugged in to a power source está conectado a una fuente de energía - + The system is not plugged in to a power source. El sistema no está conectado a una fuente de energía. - + is connected to the Internet está conectado a Internet - + The system is not connected to the Internet. El sistema no está conectado a Internet. - + The installer is not running with administrator rights. El instalador no se está ejecutando con privilegios de administrador. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar el sistema de archivos en la partición %1. - - - - Parted failed to resize filesystem. - Parted ha fallado al redimensionar el sistema de archivos. - - - - Failed to resize filesystem. - Fallo al redimensionar el sistema de archivos. - - ResizePartitionJob - + Resize partition %1. Redimensionar partición %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar la partición <strong>%1</strong> de <strong>%2MB</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Redimensionando partición %1 de %2MB a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. El instalador ha fallado al reducir la partición %1 en el disco '%2'. - - - Could not open device '%1'. - No se pudo abrir el dispositivo '%1'. - ScanningDialog @@ -2068,7 +1988,7 @@ El instalador terminará y se perderán todos los cambios. Could not open device '%1'. - + No se puede abrir el dispositivo '%1'. @@ -2081,19 +2001,6 @@ El instalador terminará y se perderán todos los cambios. - - SetPartGeometryJob - - - Update geometry of partition %1. - Actualizar la geometría de la partición %1. - - - - Failed to change the geometry of the partition. - Fallo al cambiar la geometría de la partición. - - SetPasswordJob @@ -2238,7 +2145,7 @@ El instalador terminará y se perderán todos los cambios. UsersViewStep - + Users Usuarios diff --git a/lang/calamares_es_PR.ts b/lang/calamares_es_PR.ts index 107097a02..58cd56734 100644 --- a/lang/calamares_es_PR.ts +++ b/lang/calamares_es_PR.ts @@ -99,7 +99,7 @@ Install - + Instalar @@ -345,19 +345,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -391,7 +378,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -950,7 +937,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1016,7 +1003,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1143,7 +1130,7 @@ The installer will quit and all changes will be lost. Keyboard - + Teclado @@ -1174,7 +1161,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1297,81 +1284,36 @@ The installer will quit and all changes will be lost. Location - - - - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - + Ubicación NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1381,7 +1323,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1399,7 +1341,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1547,7 +1489,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1732,7 +1674,7 @@ The installer will quit and all changes will be lost. Form - + Formulario @@ -1805,107 +1747,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2078,19 +1996,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2185,7 +2090,7 @@ The installer will quit and all changes will be lost. Summary - + Resumen @@ -2235,7 +2140,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users @@ -2245,7 +2150,7 @@ The installer will quit and all changes will be lost. Form - + Formulario diff --git a/lang/calamares_et.ts b/lang/calamares_et.ts index d38f858ce..32ee100c8 100644 --- a/lang/calamares_et.ts +++ b/lang/calamares_et.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -916,7 +903,7 @@ The installer will quit and all changes will be lost. Si&ze: - + Suurus: @@ -1291,81 +1278,36 @@ The installer will quit and all changes will be lost. Location - - - - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - + Asukoht NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2179,7 +2084,7 @@ The installer will quit and all changes will be lost. Summary - + Kokkuvõte @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_eu.ts b/lang/calamares_eu.ts index a6e0fef70..5888b6dab 100644 --- a/lang/calamares_eu.ts +++ b/lang/calamares_eu.ts @@ -343,19 +343,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - %1 partizioko fitxategi sistema aztertzen - - - - The file system check on partition %1 failed. - %1 partizioko fitxategi sistemaren aztertketak huts egin du. - - CheckerWidget @@ -570,7 +557,7 @@ The installer will quit and all changes will be lost. Fi&le System: - + Fi&txategi-Sistema: @@ -1149,7 +1136,7 @@ The installer will quit and all changes will be lost. System locale setting - + Sistemaren locale ezarpena @@ -1159,7 +1146,7 @@ The installer will quit and all changes will be lost. &Cancel - + &Utzi @@ -1282,7 +1269,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1298,78 +1285,33 @@ The installer will quit and all changes will be lost. Kokapena - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Izena - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1497,7 +1439,7 @@ The installer will quit and all changes will be lost. New partition - + Partizio berria @@ -1648,12 +1590,12 @@ The installer will quit and all changes will be lost. Current: - + Unekoa: After: - + Ondoren: @@ -1792,118 +1734,94 @@ The installer will quit and all changes will be lost. The EFI system partition at %1 will be used for starting %2. - + %1eko EFI partizio sistema erabiliko da abiarazteko %2. EFI system partition: - + EFI sistema-partizioa: RequirementsChecker - + Gathering system information... Sistemaren informazioa eskuratzen... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. Sistema ez dago indar iturri batetara konektatuta. - + is connected to the Internet Internetera konektatuta dago - + The system is not connected to the Internet. Sistema ez dago Internetera konektatuta. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2076,19 +1994,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - Ezin izan da partizioaren geometria aldatu. - - SetPasswordJob @@ -2233,7 +2138,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Erabiltzaileak diff --git a/lang/calamares_fa.ts b/lang/calamares_fa.ts index 69e2bbd5b..156a8b501 100644 --- a/lang/calamares_fa.ts +++ b/lang/calamares_fa.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_fi_FI.ts b/lang/calamares_fi_FI.ts index 47555b473..62ca563c8 100644 --- a/lang/calamares_fi_FI.ts +++ b/lang/calamares_fi_FI.ts @@ -50,7 +50,7 @@ Form - + Lomake @@ -70,7 +70,7 @@ Type: - + Tyyppi: @@ -99,7 +99,7 @@ Install - + Asenna @@ -346,19 +346,6 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. - - CheckFileSystemJob - - - Checking file system on partition %1. - Tarkistetaan tiedostojärjestelmän osiota %1. - - - - The file system check on partition %1 failed. - Tiedostojärjestelmän tarkistus osiolla %1 epäonnistui. - - CheckerWidget @@ -379,7 +366,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. For best results, please ensure that this computer: - + Saadaksesi parhaan lopputuloksen, tarkista että tämä tietokone: @@ -392,12 +379,12 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Form - + Lomake After: - + Jälkeen: @@ -578,7 +565,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Flags: - + Liput: @@ -770,7 +757,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. usermod terminated with error code %1. - + usermod päättyi virhekoodilla %1. @@ -923,7 +910,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Si&ze: - + K&oko: @@ -938,7 +925,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Flags: - + Liput: @@ -951,7 +938,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Form - + Lomake @@ -1040,7 +1027,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Finish - + Valmis @@ -1162,7 +1149,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. &Cancel - + &Peruuta @@ -1175,7 +1162,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Form - + Lomake @@ -1301,78 +1288,33 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Sijainti - - MoveFileSystemJob - - - Move file system of partition %1. - Siirrä osion %1 tiedostojärjestelmä. - - - - Could not open file system on partition %1 for moving. - Ei voitu avata tiedostojärjestelmää osiolla %1 siirtämiseen. - - - - Could not create target for moving file system on partition %1. - Ei voitu luoda kohdetta tiedostojärjestelmän siirtoon osiolle %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Osion %1 siirtäminen epäonnistui, muutokset on palautettu aikaisempaan versioon. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Osion %1 siirtäminen epäonnistui. Muutosten palauttaminen epäonnistui. - - - - Updating boot sector after the moving of partition %1 failed. - Käynnistyslohkon päivitys epäonnistui osion %1 siirtämisen jälkeen. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Loogisten sektoreiden koot eivät täsmää lähde ja kohde sektorissa. Tämä ei ole toistaiseksi tuettu toiminto. - - - - Source and target for copying do not overlap: Rollback is not required. - Kopioimisen lähde ja kohde eivät mene limittäin. Palauttaminen ei ole tarpeellista. - - - - - Could not open device %1 to rollback copying. - Laitetta %1 ei voitu avata palautuskopiointia varten. - - NetInstallPage - + Name - + Nimi - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. New partition - + Uusi osiointi @@ -1656,7 +1598,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. After: - + Jälkeen: @@ -1733,47 +1675,47 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Form - + Lomake Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + Valitse minne %1 asennetaan.<br/><font color="red">Varoitus: </font>tämä poistaa kaikki tiedostot valitulta osiolta. The selected item does not appear to be a valid partition. - + Valitsemaasi kohta ei näytä olevan kelvollinen osio. %1 cannot be installed on empty space. Please select an existing partition. - + %1 ei voi asentaa tyhjään tilaan. Valitse olemassa oleva osio. %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + %1 ei voida asentaa jatketun osion. Valitse olemassa oleva ensisijainen tai looginen osio. %1 cannot be installed on this partition. - + %1 ei voida asentaa tähän osioon. Data partition (%1) - + Data osio (%1) Unknown system partition (%1) - + Tuntematon järjestelmä osio (%1) %1 system partition (%2) - + %1 järjestelmäosio (%2) @@ -1806,107 +1748,83 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. RequirementsChecker - + Gathering system information... - + Kerätään järjestelmän tietoja... - + has at least %1 GB available drive space - + sisältää vähintään %1 GB käytettävissä olevaa asematilaa - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + sisältää vähintään %1 GB muistia - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + on yhdistetty virtalähteeseen - + The system is not plugged in to a power source. - + is connected to the Internet - + on yhdistetty internetiin - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Muuta tiedostojärjestelmän kokoa osiolla %1. - - - - Parted failed to resize filesystem. - Parted epäonnistui osion koon muutoksessa. - - - - Failed to resize filesystem. - Osion koon muutos epäonnistui. - - ResizePartitionJob - + Resize partition %1. Muuta osion kokoa %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Asennusohjelma epäonnistui osion %1 koon muuttamisessa levyllä '%2'. - - - Could not open device '%1'. - Laitetta ei voi avata %1. - ScanningDialog @@ -2066,7 +1984,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Could not open device '%1'. - + Ei pystytty avaamaan laitetta '%1'. @@ -2079,19 +1997,6 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. - - SetPartGeometryJob - - - Update geometry of partition %1. - Päivitä osion %1 geometria. - - - - Failed to change the geometry of the partition. - Osion geometrian muuttaminen epäonnistui. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. UsersViewStep - + Users Käyttäjät @@ -2246,7 +2151,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Form - + Lomake @@ -2271,7 +2176,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. &About - + &Tietoa @@ -2286,7 +2191,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. About %1 installer - + Tietoa %1 asennusohjelmasta @@ -2304,7 +2209,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat. Welcome - + Tervetuloa \ No newline at end of file diff --git a/lang/calamares_fr.ts b/lang/calamares_fr.ts index e661c9a5a..34efac357 100644 --- a/lang/calamares_fr.ts +++ b/lang/calamares_fr.ts @@ -346,19 +346,6 @@ L'installateur se fermera et les changements seront perdus. Afficher les informations de dépannage - - CheckFileSystemJob - - - Checking file system on partition %1. - Vérification du système de fichiers sur la partition %1. - - - - The file system check on partition %1 failed. - La vérification du système de fichiers sur la partition %1 a échoué. - - CheckerWidget @@ -1301,78 +1288,33 @@ L'installateur se fermera et les changements seront perdus. Localisation - - MoveFileSystemJob - - - Move file system of partition %1. - Déplacer le système de fichier de la partition %1. - - - - Could not open file system on partition %1 for moving. - Impossible d'ouvrir le sytème de fichiers sur la partition %1 à déplacer. - - - - Could not create target for moving file system on partition %1. - Impossible de créer la cible pour le déplacement du système de fichiers sur la partition %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Le déplacement de la partition %1 a échoué, les changements ont été annulés. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Le déplacement de la partition %1 a échoué. L'annulation des changements a échoué. - - - - Updating boot sector after the moving of partition %1 failed. - La mise à jour du secteur de démarrage après le déplacement de la partition %1 a échoué. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Les tailles des secteurs logiques source et cible pour la copie ne sont pas les mêmes. Ceci est actuellement non supporté. - - - - Source and target for copying do not overlap: Rollback is not required. - La source et la cible pour la copie ne se chevauchent pas : un retour en arrière n'est pas nécessaire. - - - - - Could not open device %1 to rollback copying. - Impossible d'ouvrir le périphérique %1 pour annuler la copie. - - NetInstallPage - + Name Nom - + Description Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Installation par le réseau (Désactivée : impossible de récupérer leslistes de paquets, vérifiez la connexion réseau) + + + Network Installation. (Disabled: Received invalid groups data) + Installation par le réseau. (Désactivée : données de groupes reçues invalides) + NetInstallViewStep - + Package selection Sélection des paquets @@ -1806,107 +1748,83 @@ L'installateur se fermera et les changements seront perdus. RequirementsChecker - + Gathering system information... Récupération des informations système... - + has at least %1 GB available drive space a au moins %1 Go d'espace disque disponible - + There is not enough drive space. At least %1 GB is required. Il n'y a pas assez d'espace disque. Au moins %1 Go sont requis. - + has at least %1 GB working memory a au moins %1 Go de mémoire vive - + The system does not have enough working memory. At least %1 GB is required. Le système n'a pas assez de mémoire vive. Au moins %1 Go sont requis. - + is plugged in to a power source est relié à une source de courant - + The system is not plugged in to a power source. Le système n'est pas relié à une source de courant. - + is connected to the Internet est connecté à Internet - + The system is not connected to the Internet. Le système n'est pas connecté à Internet. - + The installer is not running with administrator rights. L'installateur ne dispose pas des droits administrateur. - + The screen is too small to display the installer. L'écran est trop petit pour afficher l'installateur. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionner le système de fichiers sur la partition %1. - - - - Parted failed to resize filesystem. - Parted n'a pu redimensionner le système de fichiers. - - - - Failed to resize filesystem. - Échec au redimensionnement du système de fichiers. - - ResizePartitionJob - + Resize partition %1. Redimensionner la partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimentionner la partition <strong>%1</strong> de <strong>%2MB</strong> à <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Redimensionnement de la partition %1 de %2Mo à %3Mo. - - + The installer failed to resize partition %1 on disk '%2'. Le programme d'installation n'a pas pu redimensionner la partition %1 sur le disque '%2'. - - - Could not open device '%1'. - Impossible d'ouvrir le périphérique '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ L'installateur se fermera et les changements seront perdus. Impossible de trouver la partition '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Mettre à jour la géométrie de la partition %1. - - - - Failed to change the geometry of the partition. - Échec au changement de géométrie de la partition. - - SetPasswordJob @@ -2236,7 +2141,7 @@ L'installateur se fermera et les changements seront perdus. UsersViewStep - + Users Utilisateurs diff --git a/lang/calamares_fr_CH.ts b/lang/calamares_fr_CH.ts index ace65c494..1f2a5d241 100644 --- a/lang/calamares_fr_CH.ts +++ b/lang/calamares_fr_CH.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_gl.ts b/lang/calamares_gl.ts index df05e81c2..4fc17e787 100644 --- a/lang/calamares_gl.ts +++ b/lang/calamares_gl.ts @@ -347,19 +347,6 @@ O instalador pecharase e perderanse todos os cambios. Mostrar informes de depuración - - CheckFileSystemJob - - - Checking file system on partition %1. - Probando o sistema de ficheiros na partición %1 - - - - The file system check on partition %1 failed. - O sistema de ficheiros na partición %1 tivo un erro. - - CheckerWidget @@ -1302,78 +1289,33 @@ O instalador pecharase e perderanse todos os cambios. Localización... - - MoveFileSystemJob - - - Move file system of partition %1. - Move-lo sistema de ficheiro da partición %1. - - - - Could not open file system on partition %1 for moving. - Non foi posible abri-lo sistema de ficheiros na partición %1 para move-lo. - - - - Could not create target for moving file system on partition %1. - Non foi posible crea-lo destino para move-lo sistema de ficheiros na partición %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Fallou move-la partición %1, desfixeronse os cambios. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Fallou move-la partición %1. Non se pudo desface-los cambios. - - - - Updating boot sector after the moving of partition %1 failed. - Actualizando o sector de arranque tra-lo fallo do movimento da partición %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - O tamaño do sector lóxico na orixe e no destino para a copia non é o mesmo. Actualmente non é posible face-lo. - - - - Source and target for copying do not overlap: Rollback is not required. - Orixe e destino para copia non se superpoñen: Non cómpre desfacer. - - - - - Could not open device %1 to rollback copying. - Non se pudo abrir o dispositivo %1 para copia de respaldo. - - NetInstallPage - + Name Nome - + Description Descripción - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Installación por rede. (Desactivadas. Non se pudo recupera-la lista de pacotes, comprobe a sua conexión a rede) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Selección de pacotes. @@ -1526,7 +1468,7 @@ O instalador pecharase e perderanse todos os cambios. Name - + Nome @@ -1652,12 +1594,12 @@ O instalador pecharase e perderanse todos os cambios. Current: - + Actual: After: - + Despois: @@ -1796,118 +1738,94 @@ O instalador pecharase e perderanse todos os cambios. The EFI system partition at %1 will be used for starting %2. - + A partición EFI do sistema en %1 será usada para iniciar %2. EFI system partition: - + Partición EFI do sistema: RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. Redimensionar partición %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar <strong>%2MB</strong> partición <strong>%1</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Redimensionando %2MB %1 a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. O instalador fallou a hora de reducir a partición %1 no disco '%2'. - - - Could not open device '%1'. - Non foi posíbel abrir o dispositivo '%1'. - ScanningDialog @@ -2067,7 +1985,7 @@ O instalador pecharase e perderanse todos os cambios. Could not open device '%1'. - + Non se pode abrir o dispositivo '%1'. @@ -2080,19 +1998,6 @@ O instalador pecharase e perderanse todos os cambios. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2133,7 +2038,7 @@ O instalador pecharase e perderanse todos os cambios. usermod terminated with error code %1. - + usermod terminou co código de erro %1. @@ -2187,7 +2092,7 @@ O instalador pecharase e perderanse todos os cambios. Summary - + Resumo @@ -2237,7 +2142,7 @@ O instalador pecharase e perderanse todos os cambios. UsersViewStep - + Users Usuarios diff --git a/lang/calamares_gu.ts b/lang/calamares_gu.ts index 2c40bf2c4..20e240392 100644 --- a/lang/calamares_gu.ts +++ b/lang/calamares_gu.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_he.ts b/lang/calamares_he.ts index 7e0baed9e..bf74c40cd 100644 --- a/lang/calamares_he.ts +++ b/lang/calamares_he.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. הצג מידע על ניפוי שגיאות - - CheckFileSystemJob - - - Checking file system on partition %1. - בודק את מערכת הקבצים על מחיצה %1. - - - - The file system check on partition %1 failed. - בדיקת מערכת הקבצים על מחיצה %1 נכשלה. - - CheckerWidget @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. מיקום - - MoveFileSystemJob - - - Move file system of partition %1. - העבר את מערכת הקבצים של מחיצה %1. - - - - Could not open file system on partition %1 for moving. - פתיחת מערכת הקבצים במחיצה %1 לטובת ההעברה נכשלה. - - - - Could not create target for moving file system on partition %1. - לא ניתן ליצור יעד עבור העברת מערכת הקבצים במחיצה %1. - - - - Moving of partition %1 failed, changes have been rolled back. - העברה של מחיצה %1 נכשלה, מבטל שינויים. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - העברה של מחיצה %1 נכשלה, ביטול השינויים נכשל. - - - - Updating boot sector after the moving of partition %1 failed. - מעדכן את מקטע האתחול לאחר כשלון העברת מחיצה %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - הגדלים הלוגיים של מקטעי המקור והיעד להעתקה אינם זהים. הנ"ל לא נתמך בגרסה זו. - - - - Source and target for copying do not overlap: Rollback is not required. - המקור והיעד להעתקה לא חופפים: ביטול שינויים לא נדרש. - - - - - Could not open device %1 to rollback copying. - פתיחת התקן %1 בכדי לבצע העתקה למצב הקודם נכשלה. - - NetInstallPage - + Name שם - + Description תיאור - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) התקנת רשת. (מנוטרלת: לא ניתן לאחזר רשימות של חבילות תוכנה, אנא בדוק את חיבורי הרשת) + + + Network Installation. (Disabled: Received invalid groups data) + התקנה מהרשת. (מנוטרל: התקבל מידע שגוי בנושא הקבוצות) + NetInstallViewStep - + Package selection בחירת חבילות @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... מלקט מידע אודות המערכת... - + has at least %1 GB available drive space קיים לפחות %1 GB של נפח אחסון - + There is not enough drive space. At least %1 GB is required. נפח האחסון לא מספק. נדרש לפחות %1 GB. - + has at least %1 GB working memory קיים לפחות %1 GB של זכרון פעולה - + The system does not have enough working memory. At least %1 GB is required. כמות הזכרון הנדרשת לפעולה, לא מספיקה. נדרש לפחות %1 GB. - + is plugged in to a power source מחובר לספק חשמל חיצוני - + The system is not plugged in to a power source. המערכת לא מחוברת לספק חשמל חיצוני. - + is connected to the Internet מחובר לאינטרנט - + The system is not connected to the Internet. המערכת לא מחוברת לאינטרנט. - + The installer is not running with administrator rights. אשף ההתקנה לא רץ עם הרשאות מנהל. - + The screen is too small to display the installer. גודל המסך קטן מדי בכדי להציג את מנהל ההתקנה. - - ResizeFileSystemJob - - - Resize file system on partition %1. - שנה את גודל מערכת הקבצים במחיצה %1. - - - - Parted failed to resize filesystem. - Parted נכשלה לשנות את גודל מערכת הקבצים. - - - - Failed to resize filesystem. - שינוי גודל מערכת הקבצים נכשלה. - - ResizePartitionJob - + Resize partition %1. שנה גודל מחיצה %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. משנה את מחיצה <strong>%1</strong> מגודל <strong>%2 MB</strong> ל <strong>%3 MB</strong>. - + Resizing %2MB partition %1 to %3MB. משנה את מחיצה %1 מ %2 MB ל %3 MB. - - + The installer failed to resize partition %1 on disk '%2'. תהליך ההתקנה נכשל בשינוי גודל המחיצה %1 על כונן '%2'. - - - Could not open device '%1'. - נכשלה פתיחת התקן '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. לא נמצאה מחיצה '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - עדכן גאומטריית מחיצה %1. - - - - Failed to change the geometry of the partition. - נכשל שינוי גאומטריית המחיצה. - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users משתמשים diff --git a/lang/calamares_hi.ts b/lang/calamares_hi.ts index 7fb18b39d..f49f4ecdc 100644 --- a/lang/calamares_hi.ts +++ b/lang/calamares_hi.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1137,7 +1124,7 @@ The installer will quit and all changes will be lost. Keyboard - + कीबोर्ड @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2179,7 +2084,7 @@ The installer will quit and all changes will be lost. Summary - + सारांश @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_hr.ts b/lang/calamares_hr.ts index 054b394ba..7b8ce55fa 100644 --- a/lang/calamares_hr.ts +++ b/lang/calamares_hr.ts @@ -346,19 +346,6 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Prikaži debug informaciju - - CheckFileSystemJob - - - Checking file system on partition %1. - Provjera datotečnog sustava na particiji %1. - - - - The file system check on partition %1 failed. - Provjera datotečnog sustava na particiji %1 nije uspjela. - - CheckerWidget @@ -1301,78 +1288,33 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Lokacija - - MoveFileSystemJob - - - Move file system of partition %1. - Pomakni datotečni sustav particije %1. - - - - Could not open file system on partition %1 for moving. - Ne mogu otvoriti datotečni sustav na particiji %1 za pomicanje. - - - - Could not create target for moving file system on partition %1. - Ne mogu stvoriti metu za pomicanje datotečnog sustava na particiji %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Pomicanje particije %1 nije uspjelo, promjene su uklonjene. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Pomicanje particije %1 nije uspjelo. Uklanjanje promjena nije uspjelo. - - - - Updating boot sector after the moving of partition %1 failed. - Nije uspjelo ažuriranje boot sektora nakon pomicanja particije %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Velićina logičkog sektora na izvoru i cilju za kopiranje nije ista. Ovo trenutno nije podržano. - - - - Source and target for copying do not overlap: Rollback is not required. - Izvor i cilj za kopiranje se ne preklapaju. Vraćanje nije potrebno. - - - - - Could not open device %1 to rollback copying. - Ne mogu otvoriti uređaj %1 za vraćanje kopiranja. - - NetInstallPage - + Name Ime - + Description Opis - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Mrežna instalacija. (Onemogućeno: Ne mogu dohvatiti listu paketa, provjerite da li ste spojeni na mrežu) + + + Network Installation. (Disabled: Received invalid groups data) + Mrežna instalacija. (Onemogućeno: Primanje nevažećih podataka o grupama) + NetInstallViewStep - + Package selection Odabir paketa @@ -1806,107 +1748,83 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. RequirementsChecker - + Gathering system information... Skupljanje informacija o sustavu... - + has at least %1 GB available drive space ima barem %1 GB dostupne slobodne memorije na disku - + There is not enough drive space. At least %1 GB is required. Nema dovoljno prostora na disku. Potrebno je najmanje %1 GB. - + has at least %1 GB working memory ima barem %1 GB radne memorije - + The system does not have enough working memory. At least %1 GB is required. Ovaj sustav nema dovoljno radne memorije. Potrebno je najmanje %1 GB. - + is plugged in to a power source je spojeno na izvor struje - + The system is not plugged in to a power source. Ovaj sustav nije spojen na izvor struje. - + is connected to the Internet je spojeno na Internet - + The system is not connected to the Internet. Ovaj sustav nije spojen na internet. - + The installer is not running with administrator rights. Instalacijski program nije pokrenut sa administratorskim dozvolama. - + The screen is too small to display the installer. Zaslon je premalen za prikaz instalacijskog programa. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Promjena veličine datotečnog sustava na particiji %1. - - - - Parted failed to resize filesystem. - Parted nije uspio promijeniti veličinu datotečnog sustava. - - - - Failed to resize filesystem. - Nije uspjela promjena veličine datotečnog sustava. - - ResizePartitionJob - + Resize partition %1. Promijeni veličinu particije %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Promijeni veličinu od <strong>%2MB</strong> particije <strong>%1</strong> na <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Mijenjam veličinu od %2MB particije %1 na %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Instalacijski program nije uspio promijeniti veličinu particije %1 na disku '%2'. - - - Could not open device '%1'. - Ne mogu otvoriti uređaj '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.Ne mogu pronaći particiju '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Ažuriram geometriju particije %1. - - - - Failed to change the geometry of the partition. - Neuspješna promjena geometrije particije. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene. UsersViewStep - + Users Korisnici diff --git a/lang/calamares_hu.ts b/lang/calamares_hu.ts index 6af19c5a0..5d7084c16 100644 --- a/lang/calamares_hu.ts +++ b/lang/calamares_hu.ts @@ -346,19 +346,6 @@ Minden változtatás elveszik, ha kilépsz a telepítőből. Hibakeresési információk mutatása - - CheckFileSystemJob - - - Checking file system on partition %1. - Fájlrendszer ellenőrzése a partíción %1. - - - - The file system check on partition %1 failed. - A fájlrendszer ellenőrzés a(z) %1 partíción sikertelen. - - CheckerWidget @@ -1163,7 +1150,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l &Cancel - + &Mégse @@ -1302,78 +1289,33 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l Hely - - MoveFileSystemJob - - - Move file system of partition %1. - Fájlrendszer mozgatása a %1 partíción. - - - - Could not open file system on partition %1 for moving. - Nem lehet megnyitni a fájlrendszert a %1 partíción a mozgatáshoz. - - - - Could not create target for moving file system on partition %1. - Nem sikerült létrehozni a célt a fájlrendszer mozgatáshoz a %1 partíción. - - - - Moving of partition %1 failed, changes have been rolled back. - %1 partíció mozgatása nem sikerült, a módosítások vissza lettek vonva. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - %1 partíció mozgatása nem sikerült. A módosítások visszavonása nem sikerült. - - - - Updating boot sector after the moving of partition %1 failed. - Boot szektor frissítése a %1 partíció mozgatása után nem sikerült. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - A logikai szektor méretek nem egyeznek a forrásban és a célban a másoláshoz. Ez jelenleg nem támogatott. - - - - Source and target for copying do not overlap: Rollback is not required. - Forrás és a cél nem fedik egymást a másoláshoz: Visszavonás nem szükséges. - - - - - Could not open device %1 to rollback copying. - Nem sikerült megnyitni a %1 eszközt a másolás visszavonásához. - - NetInstallPage - + Name Név - + Description Leírás - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Hálózati telepítés. (Kikapcsolva: A csomagokat nem lehet letölteni, ellenőrizd a hálózati kapcsolatot) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Csomag választása @@ -1807,107 +1749,83 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l RequirementsChecker - + Gathering system information... Rendszerinformációk gyűjtése... - + has at least %1 GB available drive space Legalább %1 GB lemezterület elérhető - + There is not enough drive space. At least %1 GB is required. Nincs elég lemezterület. Legalább %1GB szükséges. - + has at least %1 GB working memory Legalább %1 GB elérhető memória - + The system does not have enough working memory. At least %1 GB is required. A rendszernek nincs elég memóriája. Legalább %1 GB szükséges. - + is plugged in to a power source csatlakoztatva van külső áramforráshoz - + The system is not plugged in to a power source. A rendszer nincs csatlakoztatva külső áramforráshoz - + is connected to the Internet csatlakozik az internethez - + The system is not connected to the Internet. A rendszer nem csatlakozik az internethez. - + The installer is not running with administrator rights. A telepítő nem adminisztrátori jogokkal fut. - + The screen is too small to display the installer. A képernyő túl kicsi a telepítőnek. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Fájlrendszer átméretezése a %1 partíción. - - - - Parted failed to resize filesystem. - Parted nem tudta átméretezni a fájlrendszert. - - - - Failed to resize filesystem. - A fájlrendszer átméretezése nem sikerült. - - ResizePartitionJob - + Resize partition %1. A %1 partíció átméretezése. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. <strong>%2MB</strong> partíció átméretezése <strong>%1</strong a következőre:<strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. %2MB partíció átméretezése %1 -ról/ -ről %3MB- ra/ -re. - - + The installer failed to resize partition %1 on disk '%2'. A telepítő nem tudta átméretezni a(z) %1 partíciót a(z) '%2' lemezen. - - - Could not open device '%1'. - Nem sikerült megnyitni a %1 eszközt. - ScanningDialog @@ -2080,19 +1998,6 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l A '%1' partcíió nem található. - - SetPartGeometryJob - - - Update geometry of partition %1. - %1 partíció geometriájának frissítése. - - - - Failed to change the geometry of the partition. - Nem sikerült megváltoztatni a partíció geometriáját. - - SetPasswordJob @@ -2237,7 +2142,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l UsersViewStep - + Users Felhasználók diff --git a/lang/calamares_id.ts b/lang/calamares_id.ts index 05481f531..8526ccb4a 100644 --- a/lang/calamares_id.ts +++ b/lang/calamares_id.ts @@ -346,19 +346,6 @@ Pemasangan akan ditutup dan semua perubahan akan hilang. Tampilkan informasi debug - - CheckFileSystemJob - - - Checking file system on partition %1. - Memeriksa sistem berkas pada partisi %1. - - - - The file system check on partition %1 failed. - Pemeriksaan sistem berkas pada partisi %1 gagal. - - CheckerWidget @@ -1164,7 +1151,7 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. &Cancel - + &Batal @@ -1303,78 +1290,33 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Lokasi - - MoveFileSystemJob - - - Move file system of partition %1. - Pindahkan sistem berkas dari partisi %1. - - - - Could not open file system on partition %1 for moving. - Tidak dapat membuka sistem berkas pada partisi %1 untuk dipindahkan. - - - - Could not create target for moving file system on partition %1. - Tidak dapat membuat sasaran untuk pemindahan berkas sistem pada partisi %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Pemindahan partisi %1 gagal, perubahan telah dibatalkan kembali. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Pemindahan partisi %1 gagal. Pembatalan perubahan telah gagal. - - - - Updating boot sector after the moving of partition %1 failed. - Pembaruan sektor boot setelah pemindahan partisi %1 gagal. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Ukuran sektor logikal pada sumber dan sasaran untuk penyalinan tidak sama. Hal ini saat ini tidak didukung. - - - - Source and target for copying do not overlap: Rollback is not required. - Sumber dan sasaran untuk penyalinan tidak dapat dicocokkan. Pembatalan tidak diperlukan. - - - - - Could not open device %1 to rollback copying. - Tidak dapat membuka perangkat %1 untuk pembatalan penyalinan. - - NetInstallPage - + Name Nama - + Description Deskripsi - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Pemasangan Jaringan. (Dinonfungsikan: Tak mampu menarik daftar paket, periksa sambungan jaringanmu) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Pemilihan paket @@ -1808,107 +1750,83 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. RequirementsChecker - + Gathering system information... Mengumpulkan informasi sistem... - + has at least %1 GB available drive space memiliki paling sedikit %1 GB ruang drive tersedia - + There is not enough drive space. At least %1 GB is required. Ruang drive tidak cukup. Butuh minial %1 GB. - + has at least %1 GB working memory memiliki paling sedikit %1 GB memori bekerja - + The system does not have enough working memory. At least %1 GB is required. Sistem ini tidak memiliki memori yang cukup. Butuh minial %1 GB. - + is plugged in to a power source terhubung dengan sumber listrik - + The system is not plugged in to a power source. Sistem tidak terhubung dengan sumber listrik. - + is connected to the Internet terkoneksi dengan internet - + The system is not connected to the Internet. Sistem tidak terkoneksi dengan internet. - + The installer is not running with administrator rights. Pemasang tidak dijalankan dengan kewenangan administrator. - + The screen is too small to display the installer. Layar terlalu kecil untuk menampilkan pemasang. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Ubah ukuran sistem berkas pada partisi %1. - - - - Parted failed to resize filesystem. - Parted gagal untuk merubah ukuran sistem berkas - - - - Failed to resize filesystem. - Gagal merubah ukuran sistem berkas. - - ResizePartitionJob - + Resize partition %1. Ubah ukuran partisi %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Ubah ukuran<strong>%2MB</strong> partisi <strong>%1</strong> menjadi <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Mengubah partisi %2MB %1 ke %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Pemasang gagal untuk merubah ukuran partisi %1 pada disk '%2'. - - - Could not open device '%1'. - Tidak dapat membuka perangkat '%1'. - ScanningDialog @@ -2081,19 +1999,6 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.Tidak dapat menemukan partisi '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Perbarui geometri partisi %1. - - - - Failed to change the geometry of the partition. - Gagal mengubah geometri partisi. - - SetPasswordJob @@ -2238,7 +2143,7 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan. UsersViewStep - + Users Pengguna diff --git a/lang/calamares_is.ts b/lang/calamares_is.ts index 4ced6664f..a0f787b78 100644 --- a/lang/calamares_is.ts +++ b/lang/calamares_is.ts @@ -346,19 +346,6 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Birta villuleitarupplýsingar - - CheckFileSystemJob - - - Checking file system on partition %1. - Athuga skráakerfi á %1 disksneiðinni. - - - - The file system check on partition %1 failed. - Prófun skráakerfis á disksneið %1 mistókst. - - CheckerWidget @@ -445,7 +432,7 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + EFI kerfisdisksneið er hvergi að finna á þessu kerfi. Farðu til baka og notaðu handvirka skiptingu til að setja upp %1. @@ -613,7 +600,7 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Mountpoint already in use. Please select another one. - + Tengipunktur er þegar í notkun. Veldu einhvern annan. @@ -1301,78 +1288,33 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Staðsetning - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name Heiti - + Description Lýsing - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Valdir pakkar @@ -1806,107 +1748,83 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. RequirementsChecker - + Gathering system information... Söfnun kerfis upplýsingar... - + has at least %1 GB available drive space hefur að minnsta kosti %1 GB laus á harðadisk - + There is not enough drive space. At least %1 GB is required. Það er ekki nóg diskapláss. Að minnsta kosti %1 GB eru þörf. - + has at least %1 GB working memory hefur að minnsta kosti %1 GB vinnsluminni - + The system does not have enough working memory. At least %1 GB is required. Kerfið hefur ekki nóg vinnsluminni. Að minnsta kosti %1 GB er krafist. - + is plugged in to a power source er í sambandi við aflgjafa - + The system is not plugged in to a power source. Kerfið er ekki í sambandi við aflgjafa. - + is connected to the Internet er tengd við Internetið - + The system is not connected to the Internet. Kerfið er ekki tengd við internetið. - + The installer is not running with administrator rights. Uppsetningarforritið er ekki keyrandi með kerfisstjóraheimildum. - + The screen is too small to display the installer. Skjárinn er of lítill til að birta uppsetningarforritið. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. Breyti stærð disksneiðar %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Breyta stærð <strong>%2MB</strong> disksneiðar <strong>%1</strong> í <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Breyti stærð %2MB disksneiðar %1 í %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Uppsetningarforritinu mistókst að breyta stærð disksneiðar %1 á diski '%2'. - - - Could not open device '%1'. - Gat ekki opnað tæki '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. Gat ekki fundið disksneiðina '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2236,7 +2141,7 @@ Uppsetningarforritið mun hætta og allar breytingar tapast. UsersViewStep - + Users Notendur diff --git a/lang/calamares_it_IT.ts b/lang/calamares_it_IT.ts index d66568976..48b2b45b1 100644 --- a/lang/calamares_it_IT.ts +++ b/lang/calamares_it_IT.ts @@ -240,7 +240,7 @@ Output: Cancel installation without changing the system. - + Annullare l'installazione senza modificare il sistema. @@ -257,17 +257,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno &Yes - + &Si &No - + &No &Close - + &Vicino @@ -292,12 +292,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno &Done - + &Fatto The installation is complete. Close the installer. - + L'installazione è terminata. Chiudere l'installer. @@ -346,19 +346,6 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno Mostra le informazioni di debug - - CheckFileSystemJob - - - Checking file system on partition %1. - Controllo del file system sulla partizione %1 - - - - The file system check on partition %1 failed. - Il controllo del file system sulla partizione %1 non è riuscito. - - CheckerWidget @@ -553,7 +540,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno MiB - + MiB @@ -928,7 +915,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno MiB - + MiB @@ -1032,7 +1019,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - + <h1>Installazione Fallita</h1><br/>%1 non è stato installato sul tuo computer.<br/>Il messaggio di errore è: %2 @@ -1045,12 +1032,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno Installation Complete - + Installazione Eseguita The installation of %1 is complete. - + L'installazione di %1 è completa. @@ -1162,12 +1149,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno &Cancel - + &Annulla &OK - + &OK @@ -1301,78 +1288,33 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno Posizione - - MoveFileSystemJob - - - Move file system of partition %1. - Spostare il file system della partizione %1. - - - - Could not open file system on partition %1 for moving. - Impossibile aprire il file system della partizione %1 per lo spostamento. - - - - Could not create target for moving file system on partition %1. - Impossibile creare la destinazione per lo spostamento del file system sulla partizione %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Lo spostamento della partizione %1 non è andato a buon fine, i cambiamenti sono stati annullati. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Lo spostamento della partizione %1 non è andato a buon fine. L'annullamento dei cambiamenti non è andato a buon fine. - - - - Updating boot sector after the moving of partition %1 failed. - L'aggiornamento del settore di avvio eseguito dopo lo spostamento della partizione %1 non è andato a buon fine. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Le dimensioni dei settori logici dell'origine e della destinazione non uguali per la copia. Attualmente ciò non è supportato. - - - - Source and target for copying do not overlap: Rollback is not required. - Origine e destinazione per la copia non coincidono: non è necessario annullare i cambiamenti. - - - - - Could not open device %1 to rollback copying. - Impossibile aprire il dispositivo %1 per annullare la copia. - - NetInstallPage - + Name Nome - + Description Descrizione - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Installazione di rete. (Disabilitata: impossibile recuperare le liste dei pacchetti, controllare la connessione di rete) + + + Network Installation. (Disabled: Received invalid groups data) + Installazione di rete. (Disabilitata: Ricevuti dati non validi sui gruppi) + NetInstallViewStep - + Package selection Selezione del pacchetto @@ -1806,107 +1748,83 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno RequirementsChecker - + Gathering system information... Raccolta delle informazioni di sistema... - + has at least %1 GB available drive space ha almeno %1 GB di spazio disponibile - + There is not enough drive space. At least %1 GB is required. Non c'è spazio sufficiente sul dispositivo. E' richiesto almeno %1 GB. - + has at least %1 GB working memory ha almeno %1 GB di memoria - + The system does not have enough working memory. At least %1 GB is required. Il sistema non dispone di sufficiente memoria. E' richiesto almeno %1 GB. - + is plugged in to a power source è collegato a una presa di alimentazione - + The system is not plugged in to a power source. Il sistema non è collegato a una presa di alimentazione. - + is connected to the Internet è connesso a Internet - + The system is not connected to the Internet. Il sistema non è connesso a internet. - + The installer is not running with administrator rights. Il programma di installazione non è stato avviato con i diritti di amministrazione. - + The screen is too small to display the installer. Schermo troppo piccolo per mostrare il programma d'installazione. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Ridimensionare il file system sulla partizione %1. - - - - Parted failed to resize filesystem. - Parted non è riuscito a ridimensionare il filesystem. - - - - Failed to resize filesystem. - Impossibile ridimensionare il filesystem. - - ResizePartitionJob - + Resize partition %1. Ridimensionare la partizione %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Ridimensionare la partizione <strong>%1</strong> da <strong>%2MB</strong> a <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Ridimensionamento della partizione %1 da %2MB a %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Il programma di installazione non è riuscito a ridimensionare la partizione %1 sul disco '%2'. - - - Could not open device '%1'. - Non riesco ad aprire il dispositivo '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno Impossibile trovare la partizione '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aggiornare la struttura della partizione %1. - - - - Failed to change the geometry of the partition. - Impossibile cambiare la struttura della partizione. - - SetPasswordJob @@ -2225,18 +2130,18 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno Password is too short - + Password troppo corta Password is too long - + Password troppo lunga UsersViewStep - + Users Utenti @@ -2291,7 +2196,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. - + <h1>%1</h1><br/><strong>%2<br/>per %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Si ringrazia: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg e il <a href="https://www.transifex.com/calamares/calamares/">Team di traduzione di Calamares</a>.<br/><br/>Lo sviluppo di<a href="http://calamares.io/">Calamares</a> è sponsorizzato da<br/><a href="http://www.blue-systems.com/">Blue Systems </a>- Liberating Software. diff --git a/lang/calamares_ja.ts b/lang/calamares_ja.ts index 9e7f577a2..1b760733c 100644 --- a/lang/calamares_ja.ts +++ b/lang/calamares_ja.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. デバッグ情報を表示 - - CheckFileSystemJob - - - Checking file system on partition %1. - パーティション %1 のファイルシステムをチェック中。 - - - - The file system check on partition %1 failed. - %1 ファイルシステムのチェックに失敗しました。 - - CheckerWidget @@ -1302,78 +1289,33 @@ The installer will quit and all changes will be lost. ロケーション - - MoveFileSystemJob - - - Move file system of partition %1. - パーティション %1 のファイルシステムを移動 - - - - Could not open file system on partition %1 for moving. - パーティション %1 のファイルシステムを開けませんでした。 - - - - Could not create target for moving file system on partition %1. - パーティション %1 上のファイルシステムを移動させるためのターゲットを作成できませんでした。 - - - - Moving of partition %1 failed, changes have been rolled back. - パーティション %1 の移動に失敗しました。変更は取り消されます。 - - - - Moving of partition %1 failed. Roll back of the changes have failed. - パーティション %1 の移動に失敗しました。変更からのロールバックに失敗しました。 - - - - Updating boot sector after the moving of partition %1 failed. - パーティション %1 の移動後のブートセクターの更新に失敗しました。 - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - ソースとターゲットの論理セクタサイズが異なります。これは現在サポートされていません。 - - - - Source and target for copying do not overlap: Rollback is not required. - コピーのためのソースとターゲットは領域が重なりません。ロールバックを行う必要はありません。 - - - - - Could not open device %1 to rollback copying. - ロールバック用のデバイス %1 を開く事ができませんでした。 - - NetInstallPage - + Name 名前 - + Description 説明 - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) ネットワークインストール。(無効: パッケージリストを取得できません。ネットワーク接続を確認してください。) + + + Network Installation. (Disabled: Received invalid groups data) + ネットワークインストール (不可: 無効なグループデータを受け取りました) + NetInstallViewStep - + Package selection パッケージの選択 @@ -1807,107 +1749,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... システム情報を取得中... - + has at least %1 GB available drive space 最低 %1 GBのディスク空き領域があること - + There is not enough drive space. At least %1 GB is required. 十分なドライブ容量がありません。少なくとも %1 GB 必要です。 - + has at least %1 GB working memory 最低 %1 GB のワーキングメモリーがあること - + The system does not have enough working memory. At least %1 GB is required. システムには十分なワーキングメモリがありません。少なくとも %1 GB 必要です。 - + is plugged in to a power source 電源が接続されていること - + The system is not plugged in to a power source. システムに電源が接続されていません。 - + is connected to the Internet インターネットに接続されていること - + The system is not connected to the Internet. システムはインターネットに接続されていません。 - + The installer is not running with administrator rights. インストーラーは管理者権限で実行されていません。 - + The screen is too small to display the installer. インストーラーを表示するためには、画面が小さすぎます。 - - ResizeFileSystemJob - - - Resize file system on partition %1. - パーティション %1 でのファイルシステムのリサイズ - - - - Parted failed to resize filesystem. - Partedは、ファイルシステムのリサイズに失敗しました。 - - - - Failed to resize filesystem. - ファイルシステムリサイズに失敗しました。 - - ResizePartitionJob - + Resize partition %1. パーティション %1 のサイズを変更する。 - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. <strong>%2MB</strong> のパーティション <strong>%1</strong> を<strong>%3MB</strong> にサイズを変更。 - + Resizing %2MB partition %1 to %3MB. %2MB のパーティション %1 を %3MB にサイズ変更中。 - - + The installer failed to resize partition %1 on disk '%2'. インストーラが、ディスク '%2' でのパーティション %1 のリサイズに失敗しました。 - - - Could not open device '%1'. - デバイス '%1' を開けませんでした。 - ScanningDialog @@ -2080,19 +1998,6 @@ The installer will quit and all changes will be lost. パーティション '%1' が見つかりませんでした。 - - SetPartGeometryJob - - - Update geometry of partition %1. - パーティション %1 のジオメトリーの更新 - - - - Failed to change the geometry of the partition. - パーティションのジオメトリーの変更に失敗しました。 - - SetPasswordJob @@ -2226,18 +2131,18 @@ The installer will quit and all changes will be lost. Password is too short - + パスワードが短すぎます Password is too long - + パスワードが長すぎます UsersViewStep - + Users ユーザー情報 diff --git a/lang/calamares_kk.ts b/lang/calamares_kk.ts index 000e36f0f..1ece5ce46 100644 --- a/lang/calamares_kk.ts +++ b/lang/calamares_kk.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -448,7 +435,7 @@ The installer will quit and all changes will be lost. EFI system partition: - + EFI жүйелік бөлімі: @@ -1155,7 +1142,7 @@ The installer will quit and all changes will be lost. &Cancel - + Ба&с тарту @@ -1278,7 +1265,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1793,113 +1735,89 @@ The installer will quit and all changes will be lost. EFI system partition: - + EFI жүйелік бөлімі: RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Пайдаланушылар diff --git a/lang/calamares_kn.ts b/lang/calamares_kn.ts new file mode 100644 index 000000000..1c040fd76 --- /dev/null +++ b/lang/calamares_kn.ts @@ -0,0 +1,2208 @@ + + + BootInfoWidget + + + The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. + + + + + This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. + + + + + This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. + + + + + BootLoaderModel + + + Master Boot Record of %1 + + + + + Boot Partition + + + + + System Partition + + + + + Do not install a boot loader + + + + + %1 (%2) + + + + + Calamares::DebugWindow + + + Form + + + + + GlobalStorage + + + + + JobQueue + + + + + Modules + + + + + Type: + + + + + + none + + + + + Interface: + + + + + Tools + + + + + Debug information + + + + + Calamares::ExecutionViewStep + + + Install + + + + + Calamares::JobThread + + + Done + + + + + Calamares::ProcessJob + + + Run command %1 %2 + + + + + Running command %1 %2 + + + + + External command crashed + + + + + Command %1 crashed. +Output: +%2 + + + + + External command failed to start + + + + + Command %1 failed to start. + + + + + Internal error when starting command + + + + + Bad parameters for process job call. + + + + + External command failed to finish + + + + + Command %1 failed to finish in %2s. +Output: +%3 + + + + + External command finished with errors + + + + + Command %1 finished with exit code %2. +Output: +%3 + + + + + Calamares::PythonJob + + + Running %1 operation. + + + + + Bad working directory path + + + + + Working directory %1 for python job %2 is not readable. + + + + + Bad main script file + + + + + Main script file %1 for python job %2 is not readable. + + + + + Boost.Python error in job "%1". + + + + + Calamares::ViewManager + + + &Back + + + + + &Next + + + + + + &Cancel + + + + + + Cancel installation without changing the system. + + + + + Cancel installation? + + + + + Do you really want to cancel the current install process? +The installer will quit and all changes will be lost. + + + + + &Yes + + + + + &No + + + + + &Close + + + + + Continue with setup? + + + + + The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> + + + + + &Install now + + + + + Go &back + + + + + &Done + + + + + The installation is complete. Close the installer. + + + + + Error + + + + + Installation Failed + + + + + CalamaresPython::Helper + + + Unknown exception type + + + + + unparseable Python error + + + + + unparseable Python traceback + + + + + Unfetchable Python error. + + + + + CalamaresWindow + + + %1 Installer + + + + + Show debug information + + + + + CheckerWidget + + + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> + + + + + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. + + + + + This program will ask you some questions and set up %2 on your computer. + + + + + For best results, please ensure that this computer: + + + + + System requirements + + + + + ChoicePage + + + Form + + + + + After: + + + + + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. + + + + + Boot loader location: + + + + + %1 will be shrunk to %2MB and a new %3MB partition will be created for %4. + + + + + Select storage de&vice: + + + + + + + + Current: + + + + + Reuse %1 as home partition for %2. + + + + + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> + + + + + <strong>Select a partition to install on</strong> + + + + + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. + + + + + The EFI system partition at %1 will be used for starting %2. + + + + + EFI system partition: + + + + + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + + + + + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. + + + + + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + + + + + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. + + + + + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. + + + + + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + + + + + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + + + + + ClearMountsJob + + + Clear mounts for partitioning operations on %1 + + + + + Clearing mounts for partitioning operations on %1. + + + + + Cleared all mounts for %1 + + + + + ClearTempMountsJob + + + Clear all temporary mounts. + + + + + Clearing all temporary mounts. + + + + + Cannot get list of temporary mounts. + + + + + Cleared all temporary mounts. + + + + + CreatePartitionDialog + + + Create a Partition + + + + + MiB + + + + + Partition &Type: + + + + + &Primary + + + + + E&xtended + + + + + Fi&le System: + + + + + Flags: + + + + + &Mount Point: + + + + + Si&ze: + + + + + En&crypt + + + + + Logical + + + + + Primary + + + + + GPT + + + + + Mountpoint already in use. Please select another one. + + + + + CreatePartitionJob + + + Create new %2MB partition on %4 (%3) with file system %1. + + + + + Create new <strong>%2MB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. + + + + + Creating new %1 partition on %2. + + + + + The installer failed to create partition on disk '%1'. + + + + + Could not open device '%1'. + + + + + Could not open partition table. + + + + + The installer failed to create file system on partition %1. + + + + + The installer failed to update partition table on disk '%1'. + + + + + CreatePartitionTableDialog + + + Create Partition Table + + + + + Creating a new partition table will delete all existing data on the disk. + + + + + What kind of partition table do you want to create? + + + + + Master Boot Record (MBR) + + + + + GUID Partition Table (GPT) + + + + + CreatePartitionTableJob + + + Create new %1 partition table on %2. + + + + + Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). + + + + + Creating new %1 partition table on %2. + + + + + The installer failed to create a partition table on %1. + + + + + Could not open device %1. + + + + + CreateUserJob + + + Create user %1 + + + + + Create user <strong>%1</strong>. + + + + + Creating user %1. + + + + + Sudoers dir is not writable. + + + + + Cannot create sudoers file for writing. + + + + + Cannot chmod sudoers file. + + + + + Cannot open groups file for reading. + + + + + Cannot create user %1. + + + + + useradd terminated with error code %1. + + + + + Cannot add user %1 to groups: %2. + + + + + usermod terminated with error code %1. + + + + + Cannot set home directory ownership for user %1. + + + + + chown terminated with error code %1. + + + + + DeletePartitionJob + + + Delete partition %1. + + + + + Delete partition <strong>%1</strong>. + + + + + Deleting partition %1. + + + + + The installer failed to delete partition %1. + + + + + Partition (%1) and device (%2) do not match. + + + + + Could not open device %1. + + + + + Could not open partition table. + + + + + DeviceInfoWidget + + + The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. + + + + + This device has a <strong>%1</strong> partition table. + + + + + This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. + + + + + This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. + + + + + <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. + + + + + <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. + + + + + DeviceModel + + + %1 - %2 (%3) + + + + + DracutLuksCfgJob + + + Write LUKS configuration for Dracut to %1 + + + + + Skip writing LUKS configuration for Dracut: "/" partition is not encrypted + + + + + Failed to open %1 + + + + + DummyCppJob + + + Dummy C++ Job + + + + + EditExistingPartitionDialog + + + Edit Existing Partition + + + + + Content: + + + + + &Keep + + + + + Format + + + + + Warning: Formatting the partition will erase all existing data. + + + + + &Mount Point: + + + + + Si&ze: + + + + + MiB + + + + + Fi&le System: + + + + + Flags: + + + + + Mountpoint already in use. Please select another one. + + + + + EncryptWidget + + + Form + + + + + En&crypt system + + + + + Passphrase + + + + + Confirm passphrase + + + + + Please enter the same passphrase in both boxes. + + + + + FillGlobalStorageJob + + + Set partition information + + + + + Install %1 on <strong>new</strong> %2 system partition. + + + + + Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>. + + + + + Install %2 on %3 system partition <strong>%1</strong>. + + + + + Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>. + + + + + Install boot loader on <strong>%1</strong>. + + + + + Setting up mount points. + + + + + FinishedPage + + + Form + + + + + &Restart now + + + + + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. + + + + + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. + + + + + FinishedViewStep + + + Finish + + + + + Installation Complete + + + + + The installation of %1 is complete. + + + + + FormatPartitionJob + + + Format partition %1 (file system: %2, size: %3 MB) on %4. + + + + + Format <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. + + + + + Formatting partition %1 with file system %2. + + + + + The installer failed to format partition %1 on disk '%2'. + + + + + Could not open device '%1'. + + + + + Could not open partition table. + + + + + The installer failed to create file system on partition %1. + + + + + The installer failed to update partition table on disk '%1'. + + + + + InteractiveTerminalPage + + + + + Konsole not installed + + + + + + + Please install the kde konsole and try again! + + + + + Executing script: &nbsp;<code>%1</code> + + + + + InteractiveTerminalViewStep + + + Script + + + + + KeyboardPage + + + Set keyboard model to %1.<br/> + + + + + Set keyboard layout to %1/%2. + + + + + KeyboardViewStep + + + Keyboard + + + + + LCLocaleDialog + + + System locale setting + + + + + The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. + + + + + &Cancel + + + + + &OK + + + + + LicensePage + + + Form + + + + + I accept the terms and conditions above. + + + + + <h1>License Agreement</h1>This setup procedure will install proprietary software that is subject to licensing terms. + + + + + Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, the setup procedure cannot continue. + + + + + <h1>License Agreement</h1>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. + + + + + Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. + + + + + <strong>%1 driver</strong><br/>by %2 + %1 is an untranslatable product name, example: Creative Audigy driver + + + + + <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> + %1 is usually a vendor name, example: Nvidia graphics driver + + + + + <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> + + + + + <strong>%1 codec</strong><br/><font color="Grey">by %2</font> + + + + + <strong>%1 package</strong><br/><font color="Grey">by %2</font> + + + + + <strong>%1</strong><br/><font color="Grey">by %2</font> + + + + + <a href="%1">view license agreement</a> + + + + + LicenseViewStep + + + License + + + + + LocalePage + + + The system language will be set to %1. + + + + + The numbers and dates locale will be set to %1. + + + + + Region: + + + + + Zone: + + + + + + &Change... + + + + + Set timezone to %1/%2.<br/> + + + + + %1 (%2) + Language (Country) + + + + + LocaleViewStep + + + Loading location data... + + + + + Location + + + + + NetInstallPage + + + Name + + + + + Description + + + + + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + + + Network Installation. (Disabled: Received invalid groups data) + + + + + NetInstallViewStep + + + Package selection + + + + + Page_Keyboard + + + Form + + + + + Keyboard Model: + + + + + Type here to test your keyboard + + + + + Page_UserSetup + + + Form + + + + + What is your name? + + + + + What name do you want to use to log in? + + + + + + + font-weight: normal + + + + + <small>If more than one person will use this computer, you can set up multiple accounts after installation.</small> + + + + + Choose a password to keep your account safe. + + + + + <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> + + + + + What is the name of this computer? + + + + + <small>This name will be used if you make the computer visible to others on a network.</small> + + + + + Log in automatically without asking for the password. + + + + + Use the same password for the administrator account. + + + + + Choose a password for the administrator account. + + + + + <small>Enter the same password twice, so that it can be checked for typing errors.</small> + + + + + PartitionLabelsView + + + Root + + + + + Home + + + + + Boot + + + + + EFI system + + + + + Swap + + + + + New partition for %1 + + + + + New partition + + + + + %1 %2 + + + + + PartitionModel + + + + Free Space + + + + + + New partition + + + + + Name + + + + + File System + + + + + Mount Point + + + + + Size + + + + + PartitionPage + + + Form + + + + + Storage de&vice: + + + + + &Revert All Changes + + + + + New Partition &Table + + + + + &Create + + + + + &Edit + + + + + &Delete + + + + + Install boot &loader on: + + + + + Are you sure you want to create a new partition table on %1? + + + + + PartitionViewStep + + + Gathering system information... + + + + + Partitions + + + + + Install %1 <strong>alongside</strong> another operating system. + + + + + <strong>Erase</strong> disk and install %1. + + + + + <strong>Replace</strong> a partition with %1. + + + + + <strong>Manual</strong> partitioning. + + + + + Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3). + + + + + <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1. + + + + + <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1. + + + + + <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2). + + + + + Disk <strong>%1</strong> (%2) + + + + + Current: + + + + + After: + + + + + No EFI system partition configured + + + + + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start. + + + + + EFI system partition flag not set + + + + + An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start. + + + + + Boot partition not encrypted + + + + + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. + + + + + QObject + + + Default Keyboard Model + + + + + + Default + + + + + unknown + + + + + extended + + + + + unformatted + + + + + swap + + + + + Unpartitioned space or unknown partition table + + + + + ReplaceWidget + + + Form + + + + + Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. + + + + + The selected item does not appear to be a valid partition. + + + + + %1 cannot be installed on empty space. Please select an existing partition. + + + + + %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. + + + + + %1 cannot be installed on this partition. + + + + + Data partition (%1) + + + + + Unknown system partition (%1) + + + + + %1 system partition (%2) + + + + + <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. + + + + + <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. + + + + + + + <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. + + + + + The EFI system partition at %1 will be used for starting %2. + + + + + EFI system partition: + + + + + RequirementsChecker + + + Gathering system information... + + + + + has at least %1 GB available drive space + + + + + There is not enough drive space. At least %1 GB is required. + + + + + has at least %1 GB working memory + + + + + The system does not have enough working memory. At least %1 GB is required. + + + + + is plugged in to a power source + + + + + The system is not plugged in to a power source. + + + + + is connected to the Internet + + + + + The system is not connected to the Internet. + + + + + The installer is not running with administrator rights. + + + + + The screen is too small to display the installer. + + + + + ResizePartitionJob + + + Resize partition %1. + + + + + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. + + + + + Resizing %2MB partition %1 to %3MB. + + + + + The installer failed to resize partition %1 on disk '%2'. + + + + + ScanningDialog + + + Scanning storage devices... + + + + + Partitioning + + + + + SetHostNameJob + + + Set hostname %1 + + + + + Set hostname <strong>%1</strong>. + + + + + Setting hostname %1. + + + + + + Internal Error + + + + + + Cannot write hostname to target system + + + + + SetKeyboardLayoutJob + + + Set keyboard model to %1, layout to %2-%3 + + + + + Failed to write keyboard configuration for the virtual console. + + + + + + + Failed to write to %1 + + + + + Failed to write keyboard configuration for X11. + + + + + Failed to write keyboard configuration to existing /etc/default directory. + + + + + SetPartFlagsJob + + + Set flags on partition %1. + + + + + Set flags on %1MB %2 partition. + + + + + Set flags on new partition. + + + + + Clear flags on partition <strong>%1</strong>. + + + + + Clear flags on %1MB <strong>%2</strong> partition. + + + + + Clear flags on new partition. + + + + + Flag partition <strong>%1</strong> as <strong>%2</strong>. + + + + + Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>. + + + + + Flag new partition as <strong>%1</strong>. + + + + + Clearing flags on partition <strong>%1</strong>. + + + + + Clearing flags on %1MB <strong>%2</strong> partition. + + + + + Clearing flags on new partition. + + + + + Setting flags <strong>%2</strong> on partition <strong>%1</strong>. + + + + + Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition. + + + + + Setting flags <strong>%1</strong> on new partition. + + + + + The installer failed to set flags on partition %1. + + + + + Could not open device '%1'. + + + + + Could not open partition table on device '%1'. + + + + + Could not find partition '%1'. + + + + + SetPasswordJob + + + Set password for user %1 + + + + + Setting password for user %1. + + + + + Bad destination system path. + + + + + rootMountPoint is %1 + + + + + Cannot disable root account. + + + + + passwd terminated with error code %1. + + + + + Cannot set password for user %1. + + + + + usermod terminated with error code %1. + + + + + SetTimezoneJob + + + Set timezone to %1/%2 + + + + + Cannot access selected timezone path. + + + + + Bad path: %1 + + + + + Cannot set timezone. + + + + + Link creation failed, target: %1; link name: %2 + + + + + Cannot set timezone, + + + + + Cannot open /etc/timezone for writing + + + + + SummaryPage + + + This is an overview of what will happen once you start the install procedure. + + + + + SummaryViewStep + + + Summary + + + + + UsersPage + + + Your username is too long. + + + + + Your username contains invalid characters. Only lowercase letters and numbers are allowed. + + + + + Your hostname is too short. + + + + + Your hostname is too long. + + + + + Your hostname contains invalid characters. Only letters, numbers and dashes are allowed. + + + + + + Your passwords do not match! + + + + + Password is too short + + + + + Password is too long + + + + + UsersViewStep + + + Users + + + + + WelcomePage + + + Form + + + + + &Language: + + + + + &Release notes + + + + + &Known issues + + + + + &Support + + + + + &About + + + + + <h1>Welcome to the %1 installer.</h1> + + + + + <h1>Welcome to the Calamares installer for %1.</h1> + + + + + About %1 installer + + + + + <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + + %1 support + + + + + WelcomeViewStep + + + Welcome + + + + \ No newline at end of file diff --git a/lang/calamares_lo.ts b/lang/calamares_lo.ts index 738fd2ba2..745a5039a 100644 --- a/lang/calamares_lo.ts +++ b/lang/calamares_lo.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_lt.ts b/lang/calamares_lt.ts index a8843f071..9f929615f 100644 --- a/lang/calamares_lt.ts +++ b/lang/calamares_lt.ts @@ -245,7 +245,7 @@ Išvestis: Cancel installation? - Atšaukti diegimą? + Atsisakyti diegimo? @@ -346,19 +346,6 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Rodyti derinimo informaciją - - CheckFileSystemJob - - - Checking file system on partition %1. - Tikrinama %1 skaidinio failų sistema - - - - The file system check on partition %1 failed. - %1 skaidinio failų sistemos patikra nepavyko. - - CheckerWidget @@ -1301,78 +1288,33 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Vieta - - MoveFileSystemJob - - - Move file system of partition %1. - Perkelti %1 skaidinio failų sistemą. - - - - Could not open file system on partition %1 for moving. - Nepavyko perkelimui atidaryti failų sistemos skaidinyje %1. - - - - Could not create target for moving file system on partition %1. - Nepavyko sukurti paskirties vietos failų sistemos perkėlimui į skaidinį %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Nepavyko perkelti skaidinį %1, visi pakeitimai buvo anuliuoti. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Nepavyko perkelti skaidinį %1. Anuliuoti pakeitimų nepavyko. - - - - Updating boot sector after the moving of partition %1 failed. - Po skaidinio %1 perkėlimo, nepavyko atnaujinti paleidimo sektorių. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Loginio sektoriaus dydžiai pradinėje ir kopijavimo paskirties vietoje yra nevienodi. Šiuo metu tai yra nepalaikoma. - - - - Source and target for copying do not overlap: Rollback is not required. - Kopijavimo pradinė ir paskirties vietos nepersikloja. Ankstesnės būsenos atstatymas nereikalingas. - - - - - Could not open device %1 to rollback copying. - Nepavyko atidaryti įrenginio %1, ankstesnės būsenos kopijavimui. - - NetInstallPage - + Name Pavadinimas - + Description Aprašas - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Tinklo diegimas. (Išjungta: Nepavyksta gauti paketų sąrašus, patikrinkite savo tinklo ryšį) + + + Network Installation. (Disabled: Received invalid groups data) + Tinklo diegimas. (Išjungtas: Gauti neteisingi grupių duomenys) + NetInstallViewStep - + Package selection Paketų pasirinkimas @@ -1806,107 +1748,83 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. RequirementsChecker - + Gathering system information... Renkama sistemos informacija... - + has at least %1 GB available drive space turi bent %1 GB laisvos vietos diske - + There is not enough drive space. At least %1 GB is required. Neužtenka vietos diske. Reikia bent %1 GB. - + has at least %1 GB working memory turi bent %1 GB darbinės atminties - + The system does not have enough working memory. At least %1 GB is required. Sistemai neužtenka darbinės atminties. Reikia bent %1 GB. - + is plugged in to a power source prijungta prie maitinimo šaltinio - + The system is not plugged in to a power source. Sistema nėra prijungta prie maitinimo šaltinio. - + is connected to the Internet prijungta prie Interneto - + The system is not connected to the Internet. Sistema nėra prijungta prie Interneto. - + The installer is not running with administrator rights. Diegimo programa yra vykdoma be administratoriaus teisių. - + The screen is too small to display the installer. Ekranas yra per mažas, kad būtų parodyta diegimo programa. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Keisti failų sistemos dydį skaidinyje %1. - - - - Parted failed to resize filesystem. - Parted nepavyko pakeisti failų sistemos dydžio. - - - - Failed to resize filesystem. - Nepavyko pakeisti failų sistemos dydžio. - - ResizePartitionJob - + Resize partition %1. Keisti skaidinio %1 dydį. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Pakeisti <strong>%2MB</strong> skaidinio <strong>%1</strong> dydį iki <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Keičiamas %2MB skaidinio %1 dydis iki %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Diegimo programai nepavyko pakeisti skaidinio %1 dydį diske '%2'. - - - Could not open device '%1'. - Nepavyko atidaryti įrenginio '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. Nepavyko rasti skaidinio "%1". - - SetPartGeometryJob - - - Update geometry of partition %1. - Atnaujinti skaidinio %1 geometriją. - - - - Failed to change the geometry of the partition. - Nepavyko pakeisti skaidinio geometriją. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti. UsersViewStep - + Users Naudotojai diff --git a/lang/calamares_mr.ts b/lang/calamares_mr.ts index 1bcaa1568..c578b2c5d 100644 --- a/lang/calamares_mr.ts +++ b/lang/calamares_mr.ts @@ -343,19 +343,6 @@ The installer will quit and all changes will be lost. दोषमार्जन माहिती दर्शवा - - CheckFileSystemJob - - - Checking file system on partition %1. - %1 या विभाजनावरील फाइल प्रणाली तपासत आहे. - - - - The file system check on partition %1 failed. - %1 या विभाजनावरील प्रणाली विफल झाली. - - CheckerWidget @@ -767,7 +754,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - +  %1 या एरर कोडसहित usermod रद्द केले. @@ -948,7 +935,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1014,7 +1001,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1159,7 +1146,7 @@ The installer will quit and all changes will be lost. &Cancel - + &रद्द करा @@ -1172,7 +1159,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1282,7 +1269,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1298,78 +1285,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1379,7 +1321,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1397,7 +1339,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1545,7 +1487,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1648,12 +1590,12 @@ The installer will quit and all changes will be lost. Current: - + सद्या : After: - + नंतर : @@ -1730,7 +1672,7 @@ The installer will quit and all changes will be lost. Form - + स्वरुप @@ -1803,107 +1745,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2076,19 +1994,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2129,7 +2034,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - +  %1 या एरर कोडसहित usermod रद्द केले. @@ -2142,12 +2047,12 @@ The installer will quit and all changes will be lost. Cannot access selected timezone path. - + निवडलेल्या वेळक्षेत्राचा पाथ घेऊ शकत नाही. Bad path: %1 - + खराब पाथ : %1 @@ -2157,7 +2062,7 @@ The installer will quit and all changes will be lost. Link creation failed, target: %1; link name: %2 - + दुवा निर्माण करताना अपयश, टार्गेट %1; दुवा नाव : %2 @@ -2233,7 +2138,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users वापरकर्ते diff --git a/lang/calamares_nb.ts b/lang/calamares_nb.ts index 815da987b..ade6910e9 100644 --- a/lang/calamares_nb.ts +++ b/lang/calamares_nb.ts @@ -346,19 +346,6 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.Vis feilrettingsinformasjon - - CheckFileSystemJob - - - Checking file system on partition %1. - Sjekker filsystemet på partisjon %1. - - - - The file system check on partition %1 failed. - Sjekk av filsystem på partisjon %1 har feilet. - - CheckerWidget @@ -392,7 +379,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -818,7 +805,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Could not open partition table. - + Klarte ikke å åpne partisjonstabellen. @@ -918,12 +905,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. &Mount Point: - + &Monteringspunkt: Si&ze: - + St&ørrelse: @@ -951,7 +938,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1017,7 +1004,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1078,17 +1065,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Could not open device '%1'. - + Klarte ikke å åpne enheten '%1'. Could not open partition table. - + Klarte ikke å åpne partisjonstabellen. The installer failed to create file system on partition %1. - + Lyktes ikke med å opprette filsystem på partisjon %1 @@ -1144,7 +1131,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Keyboard - + Tastatur @@ -1162,7 +1149,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. &Cancel - + &Avbryt @@ -1175,7 +1162,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1298,81 +1285,36 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Location - - - - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - + Plassering NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1382,7 +1324,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1400,7 +1342,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1548,7 +1490,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1733,7 +1675,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form @@ -1806,107 +1748,83 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2066,7 +1984,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Could not open device '%1'. - + Klarte ikke å åpne enheten '%1'. @@ -2079,19 +1997,6 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2186,7 +2091,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Summary - + Oppsummering @@ -2236,7 +2141,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. UsersViewStep - + Users @@ -2246,7 +2151,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt. Form - + Form diff --git a/lang/calamares_nl.ts b/lang/calamares_nl.ts index ad636e9a4..b38b1b3d3 100644 --- a/lang/calamares_nl.ts +++ b/lang/calamares_nl.ts @@ -346,19 +346,6 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Toon debug informatie - - CheckFileSystemJob - - - Checking file system on partition %1. - Controleren van het bestandssysteem op partitie %1. - - - - The file system check on partition %1 failed. - Controle van bestandssysteem partitie %1 mislukt. - - CheckerWidget @@ -1162,12 +1149,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. &Cancel - + &Afbreken &OK - + &OK @@ -1301,78 +1288,33 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Locatie - - MoveFileSystemJob - - - Move file system of partition %1. - Verplaatsen van bestandssysteem van partitie %1. - - - - Could not open file system on partition %1 for moving. - Kan het bestandssysteem van partitie %1 niet openen voor verplaatsing. - - - - Could not create target for moving file system on partition %1. - Kan het doel voor verplaatsen bestandssysteem op partitie %1 niet creëren. - - - - Moving of partition %1 failed, changes have been rolled back. - Verplaatsen van partitie %1 mislukt. De veranderingen zijn teruggedraaid. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Verplaatsen van partitie %1 mislukt. Het terugdraaien van de veranderingen heeft gefaald. - - - - Updating boot sector after the moving of partition %1 failed. - Updaten bootsector na het verplaatsen van partitie %1 is mislukt. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - De logische sector afmetingen in de bron en doel voor kopiëren zijn niet hetzelfde. Dit wordt momenteel niet ondersteund. - - - - Source and target for copying do not overlap: Rollback is not required. - Bron en doel voor het kopiëren overlappen niet: Terugdraaien is niet vereist. - - - - - Could not open device %1 to rollback copying. - Kan apparaat %1 niet openen om het kopiëren terug te draaien. - - NetInstallPage - + Name Naam - + Description Beschrijving - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Netwerkinstallatie. (Uitgeschakeld: kon de pakketlijsten niet binnenhalen, controleer de netwerkconnectie) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Pakketkeuze @@ -1806,107 +1748,83 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. RequirementsChecker - + Gathering system information... Systeeminformatie verzamelen... - + has at least %1 GB available drive space tenminste %1 GB vrije schijfruimte heeft - + There is not enough drive space. At least %1 GB is required. Er is onvoldoende vrije schijfruimte. Tenminste %1 GB is vereist. - + has at least %1 GB working memory tenminste %1 GB werkgeheugen heeft - + The system does not have enough working memory. At least %1 GB is required. Dit systeem heeft onvoldoende werkgeheugen. Tenminste %1 GB is vereist. - + is plugged in to a power source aangesloten is op netstroom - + The system is not plugged in to a power source. Dit systeem is niet aangesloten op netstroom. - + is connected to the Internet verbonden is met het Internet - + The system is not connected to the Internet. Dit systeem is niet verbonden met het Internet. - + The installer is not running with administrator rights. Het installatieprogramma draait zonder administratorrechten. - + The screen is too small to display the installer. Het schem is te klein on het installatieprogramma te vertonen. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Pas grootte bestandssysteem aan op partitie %1. - - - - Parted failed to resize filesystem. - Parted heeft gefaald de grootte van het bestandssysteem aan te passen. - - - - Failed to resize filesystem. - Het aanpassen van de grootte van het bestandsysteem is mislukt. - - ResizePartitionJob - + Resize partition %1. Pas de grootte van partitie %1 aan. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Herschaal de <strong>%2MB</strong> partitie <strong>%1</strong> naar <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Pas de %2MB partitie %1 aan naar %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Installatieprogramma is er niet in geslaagd om de grootte van partitie %1 op schrijf %2 aan te passen. - - - Could not open device '%1'. - Kan apparaat '%1' niet openen. - ScanningDialog @@ -2079,19 +1997,6 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Kon partitie '%1' niet vinden. - - SetPartGeometryJob - - - Update geometry of partition %1. - Update geometrie van partitie %1. - - - - Failed to change the geometry of the partition. - Kan de geometrie van de partitie niet wijzigen. - - SetPasswordJob @@ -2225,18 +2130,18 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. Password is too short - + Het wachtwoord is te kort Password is too long - + Het wachtwoord is te lang UsersViewStep - + Users Gebruikers diff --git a/lang/calamares_pl.ts b/lang/calamares_pl.ts index 7a7a3a603..d41cacf65 100644 --- a/lang/calamares_pl.ts +++ b/lang/calamares_pl.ts @@ -346,19 +346,6 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Pokaż informacje debugowania - - CheckFileSystemJob - - - Checking file system on partition %1. - Sprawdzanie systemu plików na partycji %1. - - - - The file system check on partition %1 failed. - Wystąpił błąd sprawdzania systemu plików na partycji %1. - - CheckerWidget @@ -1301,78 +1288,33 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Położenie - - MoveFileSystemJob - - - Move file system of partition %1. - Przenieś system plików partycji %1. - - - - Could not open file system on partition %1 for moving. - Nie można otworzyć systemu plików na partycji %1 celem przeniesienia. - - - - Could not create target for moving file system on partition %1. - Nie można utworzyć celu, by przenieść system plików na partycji %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Nie udało się przenieść partycji %1, zmiany zostały cofnięte. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Nie udało się przenieść partycji %1. Próba cofnięcia zmian nie powiodła się. - - - - Updating boot sector after the moving of partition %1 failed. - Nie udało się zaktualizować sektora rozruchu po przeniesieniu partycji %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Rozmiary sektora logicznego w źródle i w celu kopiowania są różne. Obecnie nie jest to wspierane. - - - - Source and target for copying do not overlap: Rollback is not required. - Źródło i cel kopiowania nie nachodzą na siebie: Przywracanie nie jest wymagane. - - - - - Could not open device %1 to rollback copying. - Nie można otworzyć urządzenia %1, by wykonać przywracanie. - - NetInstallPage - + Name Nazwa - + Description Opis - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalacja sieciowa. (Wyłączona: Nie można pobrać listy pakietów, sprawdź swoje połączenie z siecią) + + + Network Installation. (Disabled: Received invalid groups data) + Instalacja sieciowa. (Niedostępna: Otrzymano nieprawidłowe dane grupowe) + NetInstallViewStep - + Package selection Wybór pakietów @@ -1806,107 +1748,83 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. RequirementsChecker - + Gathering system information... Zbieranie informacji o systemie... - + has at least %1 GB available drive space ma przynajmniej %1 GB dostępnego miejsca na dysku - + There is not enough drive space. At least %1 GB is required. Nie ma wystarczającej ilości miejsca na dysku. Wymagane jest przynajmniej %1 GB. - + has at least %1 GB working memory ma przynajmniej %1 GB pamięci roboczej - + The system does not have enough working memory. At least %1 GB is required. System nie posiada wystarczającej ilości pamięci roboczej. Wymagane jest przynajmniej %1 GB. - + is plugged in to a power source jest podłączony do źródła zasilania - + The system is not plugged in to a power source. System nie jest podłączony do źródła zasilania. - + is connected to the Internet jest podłączony do Internetu - + The system is not connected to the Internet. System nie jest podłączony do Internetu. - + The installer is not running with administrator rights. Instalator jest uruchomiony bez praw administratora. - + The screen is too small to display the installer. Zbyt niska rozdzielczość ekranu, aby wyświetlić instalator. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Zmień rozmiar systemu plików na partycji %1. - - - - Parted failed to resize filesystem. - Parted nie mógł zmienić rozmiaru systemu plików. - - - - Failed to resize filesystem. - Nie można zmienić rozmiaru systemu plików. - - ResizePartitionJob - + Resize partition %1. Zmień rozmiar partycji %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Zmień rozmiar partycji <strong>%2MB</strong> <strong>%1</strong> do <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Zmiana rozmiaru partycji %1 z %2MB do %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Instalator nie mógł zmienić rozmiaru partycji %1 na dysku '%2'. - - - Could not open device '%1'. - Nie można otworzyć urządzenia '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.Nie udało się odnaleźć partycji '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aktualizuj geometrię partycji %1. - - - - Failed to change the geometry of the partition. - Nie udało się zmienić geometrii partycji. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone. UsersViewStep - + Users Użytkownicy diff --git a/lang/calamares_pl_PL.ts b/lang/calamares_pl_PL.ts index 0b8e4e7e3..e15c2f4eb 100644 --- a/lang/calamares_pl_PL.ts +++ b/lang/calamares_pl_PL.ts @@ -50,7 +50,7 @@ Form - + Formularz @@ -70,7 +70,7 @@ Type: - + Rodzaj: @@ -346,19 +346,6 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.Pokaż informację debugowania - - CheckFileSystemJob - - - Checking file system on partition %1. - Sprawdzanie systemu plików na partycji %1. - - - - The file system check on partition %1 failed. - Wystąpił błąd sprawdzania systemu plików na partycji %1. - - CheckerWidget @@ -379,7 +366,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. For best results, please ensure that this computer: - + Dla osiągnięcia najlepszych rezultatów upewnij się, że ten komputer: @@ -392,12 +379,12 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz After: - + Po: @@ -455,7 +442,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. EFI system partition: - + Partycja systemowa EFI: @@ -578,7 +565,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Flags: - + Flagi: @@ -770,7 +757,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. usermod terminated with error code %1. - + usermod przerwany z kodem błędu %1. @@ -923,7 +910,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Si&ze: - + Ro&zmiar: @@ -938,7 +925,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Flags: - + Flagi: @@ -951,7 +938,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz @@ -1017,7 +1004,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz @@ -1040,7 +1027,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Finish - + Koniec @@ -1162,7 +1149,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. &Cancel - + &Anuluj @@ -1175,7 +1162,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz @@ -1301,78 +1288,33 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.Położenie - - MoveFileSystemJob - - - Move file system of partition %1. - Przenieś system plików partycji %1. - - - - Could not open file system on partition %1 for moving. - Nie można otworzyć systemu plików na partycji %1 celem przeniesienia. - - - - Could not create target for moving file system on partition %1. - Nie można utworzyć celu, by przenieść system plików na partycji %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Nie udało się przenieść partycji %1, zmiany zostały cofnięte. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Nie udało się przenieść partycji %1. Próba cofnięcia zmian nie powiodła się. - - - - Updating boot sector after the moving of partition %1 failed. - Nie udało się zaktualizować boot sectora po przeniesieniu partycji %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Rozmiary sektora logicznego w źródle i celu kopiowania są różne. Obecnie nie jest to wspierane. - - - - Source and target for copying do not overlap: Rollback is not required. - Źródło i cel kopiowania nie nachodzą na siebie: Przywracanie nie jest wymagane. - - - - - Could not open device %1 to rollback copying. - Nie można otworzyć urządzenia %1, by wykonać przywracanie. - - NetInstallPage - + Name - + Nazwa - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. New partition - + Nowa partycja @@ -1656,7 +1598,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. After: - + Po: @@ -1733,7 +1675,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz @@ -1800,113 +1742,89 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. EFI system partition: - + Partycja systemowa EFI: RequirementsChecker - + Gathering system information... - + Zbieranie informacji o systemie... - + has at least %1 GB available drive space - + ma przynajmniej %1 GB dostępnego miejsca na dysku - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + ma przynajmniej %1 GB pamięci roboczej - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + jest podłączony do źródła zasilania - + The system is not plugged in to a power source. - + is connected to the Internet - + jest podłączony do Internetu - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Zmień rozmiar systemu plików na partycji %1. - - - - Parted failed to resize filesystem. - Parted nie mógł zmienić rozmiaru systemu plików. - - - - Failed to resize filesystem. - Nie można zmienić rozmiaru systemu plików. - - ResizePartitionJob - + Resize partition %1. Zmień rozmiar partycji %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Instalator nie mógł zmienić rozmiaru partycji %1 na dysku '%2'. - - - Could not open device '%1'. - Nie można otworzyć urządzenia '%1'. - ScanningDialog @@ -2066,7 +1984,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Could not open device '%1'. - + Nie można otworzyć urządzenia '%1'. @@ -2079,19 +1997,6 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aktualizuj geometrię partycji %1. - - - - Failed to change the geometry of the partition. - Nie udało się zmienić geometrii partycji. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. UsersViewStep - + Users Użytkownicy @@ -2246,7 +2151,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Form - + Formularz @@ -2304,7 +2209,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone. Welcome - + Witamy \ No newline at end of file diff --git a/lang/calamares_pt_BR.ts b/lang/calamares_pt_BR.ts index 9e5f0029b..0e72861d5 100644 --- a/lang/calamares_pt_BR.ts +++ b/lang/calamares_pt_BR.ts @@ -346,19 +346,6 @@ O instalador será fechado e todas as alterações serão perdidas.Exibir informações de depuração - - CheckFileSystemJob - - - Checking file system on partition %1. - Verificando sistema de arquivos na partição %1. - - - - The file system check on partition %1 failed. - A verificação do sistema de arquivo na partição %1 falhou. - - CheckerWidget @@ -1303,78 +1290,33 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.Localização - - MoveFileSystemJob - - - Move file system of partition %1. - Mover sistema de arquivos para partição %1. - - - - Could not open file system on partition %1 for moving. - Não foi possível abrir o sistema de arquivos na partição %1 para mover. - - - - Could not create target for moving file system on partition %1. - Não foi possível criar o alvo para mover o sistema de aquivos na partição %1 - - - - Moving of partition %1 failed, changes have been rolled back. - Falha ao mover partição %1, as alterações foram revertidas. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Falha ao mover partição %1. As alterações não puderam ser revertidas. - - - - Updating boot sector after the moving of partition %1 failed. - Atualização do setor de inicialização após movimentação da partição %1 falhou. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - O tamanho de setor lógico do destino e da fonte não são os mesmos. Esta operação não é suportada atualmente. - - - - Source and target for copying do not overlap: Rollback is not required. - Origem e alvo da cópia não coincidem: a reversão não é necessária. - - - - - Could not open device %1 to rollback copying. - Não foi possível abrir o dispositivo %1 para reverter a cópia. - - NetInstallPage - + Name Nome - + Description Descrição - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalação pela Rede. (Desabilitada: Não foi possível adquirir lista de pacotes, verifique sua conexão com a internet) + + + Network Installation. (Disabled: Received invalid groups data) + Instalação de rede. (Desabilitado: dados de grupos recebidos inválidos) + NetInstallViewStep - + Package selection Seleção de pacotes @@ -1808,107 +1750,83 @@ A instalação pode continuar, mas alguns recursos podem ser desativados. RequirementsChecker - + Gathering system information... Coletando informações do sistema... - + has at least %1 GB available drive space tenha pelo menos %1 GB de espaço disponível no dispositivo - + There is not enough drive space. At least %1 GB is required. Não há espaço suficiente no armazenamento. Pelo menos %1 GB é necessário. - + has at least %1 GB working memory tenha pelo menos %1 GB de memória - + The system does not have enough working memory. At least %1 GB is required. O sistema não tem memória de trabalho suficiente. Pelo menos %1 GB é necessário. - + is plugged in to a power source está conectado a uma fonte de energia - + The system is not plugged in to a power source. O sistema não está conectado a uma fonte de energia. - + is connected to the Internet está conectado à Internet - + The system is not connected to the Internet. O sistema não está conectado à Internet. - + The installer is not running with administrator rights. O instalador não está sendo executado com permissões de administrador. - + The screen is too small to display the installer. A tela é muito pequena para exibir o instalador. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar o sistema de arquivos na partição %1. - - - - Parted failed to resize filesystem. - Parted falhou ao redimensionar o sistema de arquivos. - - - - Failed to resize filesystem. - Falha ao redimensionar o sistema de arquivos. - - ResizePartitionJob - + Resize partition %1. Redimensionar partição %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar <strong>%2MB</strong> da partição <strong>%1</strong> para <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Redimensionando %2MB da partição %1 para %3MB. - - + The installer failed to resize partition %1 on disk '%2'. O instalador falhou em redimensionar a partição %1 no disco '%2'. - - - Could not open device '%1'. - Não foi possível abrir o dispositivo '%1'. - ScanningDialog @@ -2081,19 +1999,6 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.Não foi possível encontrar a partição '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Atualizar geometria da partição %1. - - - - Failed to change the geometry of the partition. - Falha ao alterar a geometria da partição. - - SetPasswordJob @@ -2238,7 +2143,7 @@ A instalação pode continuar, mas alguns recursos podem ser desativados. UsersViewStep - + Users Usuários diff --git a/lang/calamares_pt_PT.ts b/lang/calamares_pt_PT.ts index 7f4bcee6a..cf07c2f15 100644 --- a/lang/calamares_pt_PT.ts +++ b/lang/calamares_pt_PT.ts @@ -346,19 +346,6 @@ O instalador será encerrado e todas as alterações serão perdidas.Mostrar informação de depuração - - CheckFileSystemJob - - - Checking file system on partition %1. - Verificação do sistema de ficheiros na partição% 1. - - - - The file system check on partition %1 failed. - A verificação do sistema de ficheiros na partição% 1 falhou. - - CheckerWidget @@ -1301,78 +1288,33 @@ O instalador será encerrado e todas as alterações serão perdidas.Localização - - MoveFileSystemJob - - - Move file system of partition %1. - Mover sistema de ficheiros da partição %1. - - - - Could not open file system on partition %1 for moving. - Não foi possível abrir o sistema de ficheiros na partição %1 para mover. - - - - Could not create target for moving file system on partition %1. - Não foi possível criar o alvo para mover o sistema de ficheiros na partição %1. - - - - Moving of partition %1 failed, changes have been rolled back. - A movimentação da partição %1 falhou, as alterações foram revertidas. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - A movimentação da partição %1 falhou. A reversão das alterações falhou. - - - - Updating boot sector after the moving of partition %1 failed. - A atualizar sector de arranque após a movimentação da partição %1 ter falhado. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - O tamanho dos setores lógicos para copiar na fonte e no destino não são os mesmos. Isto não é suportado actualmente. - - - - Source and target for copying do not overlap: Rollback is not required. - Fonte e alvo para cópia não se sobrepõem: A reversão não é necessária. - - - - - Could not open device %1 to rollback copying. - Não foi possível abrir o dispositivo %1 para reverter a cópia. - - NetInstallPage - + Name Nome - + Description Descrição - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalaçao de Rede. (Desativada: Incapaz de buscar listas de pacotes, verifique a sua ligação de rede) + + + Network Installation. (Disabled: Received invalid groups data) + Instalação de Rede. (Desativada: Recebeu dados de grupos inválidos) + NetInstallViewStep - + Package selection Seleção de pacotes @@ -1806,107 +1748,83 @@ O instalador será encerrado e todas as alterações serão perdidas. RequirementsChecker - + Gathering system information... A recolher informação de sistema... - + has at least %1 GB available drive space tem pelo menos %1 GB de espaço livre em disco - + There is not enough drive space. At least %1 GB is required. Não existe espaço livre suficiente em disco. É necessário pelo menos %1 GB. - + has at least %1 GB working memory tem pelo menos %1 GB de memória disponível - + The system does not have enough working memory. At least %1 GB is required. O sistema não tem memória disponível suficiente. É necessário pelo menos %1 GB. - + is plugged in to a power source está ligado a uma fonte de energia - + The system is not plugged in to a power source. O sistema não está ligado a uma fonte de energia. - + is connected to the Internet está ligado à internet - + The system is not connected to the Internet. O sistema não está ligado à internet. - + The installer is not running with administrator rights. O instalador não está a correr com permissões de administrador. - + The screen is too small to display the installer. O ecrã tem um tamanho demasiado pequeno para mostrar o instalador. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionar o sistema de ficheiros na partição %1. - - - - Parted failed to resize filesystem. - O Parted falhou ao redimensionar o sistema de ficheiros. - - - - Failed to resize filesystem. - Falhou ao redimensionar o sistema de ficheiros. - - ResizePartitionJob - + Resize partition %1. Redimensionar partição %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionar <strong>%2MB</strong> partição <strong>%1</strong> para <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. A redimensionar %2MB partição %1 para %3MB. - - + The installer failed to resize partition %1 on disk '%2'. O instalador falhou o redimensionamento da partição %1 no disco '%2'. - - - Could not open device '%1'. - Não foi possível abrir o dispositivo '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ O instalador será encerrado e todas as alterações serão perdidas.Não foi possível encontrar a partição '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Atualizar geometria da partição %1. - - - - Failed to change the geometry of the partition. - Falha na alteração da geometria da partição. - - SetPasswordJob @@ -2236,7 +2141,7 @@ O instalador será encerrado e todas as alterações serão perdidas. UsersViewStep - + Users Utilizadores diff --git a/lang/calamares_ro.ts b/lang/calamares_ro.ts index 27b67414c..967ea84bb 100644 --- a/lang/calamares_ro.ts +++ b/lang/calamares_ro.ts @@ -346,19 +346,6 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Arată informația de depanare - - CheckFileSystemJob - - - Checking file system on partition %1. - Se verifică sistemul de fișiere pe partiția %1. - - - - The file system check on partition %1 failed. - Verificarea sistemului de fișiere pe %1 a eșuat. - - CheckerWidget @@ -1162,7 +1149,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. &Cancel - + &Anulează @@ -1301,78 +1288,33 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Locație - - MoveFileSystemJob - - - Move file system of partition %1. - Mută sistemul de fișiere al partiției %1. - - - - Could not open file system on partition %1 for moving. - Nu s-a putut deschide sistemul de fișiere pe partiția %1 pentru mutare. - - - - Could not create target for moving file system on partition %1. - Nu s-a putut crea ținta pentru mutarea sistemului de fișiere pe partiția %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Mutarea partiției %1 a eșuat, schimbările au fost anulate. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Mutarea partiției %1 a eșuat. Anularea schimbărilor a eșuat. - - - - Updating boot sector after the moving of partition %1 failed. - Se actualizează sectorul de boot după eșecul mutării partiției %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Mărimile sectoarelor logice din sursa și ținta copierii nu sunt identice. Nu există suport momentan. - - - - Source and target for copying do not overlap: Rollback is not required. - Sursa și ținta copierii nu se suprapun: nu este necesară retragerea schimbărilor. - - - - - Could not open device %1 to rollback copying. - Nu se poate deschide dispozitivul %1 pentru retragerea copierii. - - NetInstallPage - + Name Nume - + Description Despre - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Instalarea rețelei. (Dezactivat: Nu se pot obține listele de pachete, verificați conexiunea la rețea) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Selecția pachetelor @@ -1806,107 +1748,83 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. RequirementsChecker - + Gathering system information... Se adună informații despre sistem... - + has at least %1 GB available drive space are cel puțin %1 spațiu disponibil - + There is not enough drive space. At least %1 GB is required. Nu este suficient spațiu disponibil. Sunt necesari cel puțin %1 GB. - + has at least %1 GB working memory are cel puțin %1 GB de memorie utilizabilă - + The system does not have enough working memory. At least %1 GB is required. Sistemul nu are suficientă memorie utilizabilă. Sunt necesari cel puțin %1 GB. - + is plugged in to a power source este alimentat cu curent - + The system is not plugged in to a power source. Sistemul nu este alimentat cu curent. - + is connected to the Internet este conectat la Internet - + The system is not connected to the Internet. Sistemul nu este conectat la Internet. - + The installer is not running with administrator rights. Programul de instalare nu rulează cu privilegii de administrator. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Redimensionează sistemul de fișiere pe partiția %1. - - - - Parted failed to resize filesystem. - Parted n-a redimensionat sistemul de fișiere. - - - - Failed to resize filesystem. - Nu s-a redimensional sistemul de fișiere. - - ResizePartitionJob - + Resize partition %1. Redimensionează partiția %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Redimensionează partiția <strong>%1</strong> de la<strong>%2MB</strong> la <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Se redimensionează partiția %1 de la %2MG la %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Programul de instalare nu a redimensionat partiția %1 pe discul „%2”. - - - Could not open device '%1'. - Nu se poate deschide dispozitivul „%1”. - ScanningDialog @@ -2079,19 +1997,6 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.Nu a fost găsită partiția „%1”. - - SetPartGeometryJob - - - Update geometry of partition %1. - Actualizează geometria partiției %1. - - - - Failed to change the geometry of the partition. - Nu se poate schimba geometria partiției. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute. UsersViewStep - + Users Utilizatori diff --git a/lang/calamares_ru.ts b/lang/calamares_ru.ts index c521c713b..5f69ca3cd 100644 --- a/lang/calamares_ru.ts +++ b/lang/calamares_ru.ts @@ -345,19 +345,6 @@ The installer will quit and all changes will be lost. Показать отладочную информацию - - CheckFileSystemJob - - - Checking file system on partition %1. - Проверка файловой системы на разделе %1. - - - - The file system check on partition %1 failed. - Проверка файловой системы на разделе %1 завершилась неудачей. - - CheckerWidget @@ -942,7 +929,7 @@ The installer will quit and all changes will be lost. Mountpoint already in use. Please select another one. - + Точка монтирования уже занята. Пожалуйста, выберете другую. @@ -1161,7 +1148,7 @@ The installer will quit and all changes will be lost. &Cancel - + О&тмена @@ -1300,78 +1287,33 @@ The installer will quit and all changes will be lost. Местоположение - - MoveFileSystemJob - - - Move file system of partition %1. - Переместить файловую систему раздела %1. - - - - Could not open file system on partition %1 for moving. - Не удалось открыть файловую систему на разделе %1 для перемещения. - - - - Could not create target for moving file system on partition %1. - Не удалось создать цель для перемещения файловой системы на разделе %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Перемещение раздела %1 завершилось неудачей, все изменения были отменены. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Перемещение раздела %1 завершилось неудачей. Попытка отменить изменения также завершилась неудачей. - - - - Updating boot sector after the moving of partition %1 failed. - Обновление загрузочного сектора после перемещения раздела %1 завершилось неудачей. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Размеры логических секторов на источнике и цели не совпадают. Такое перемещение пока не поддерживается. - - - - Source and target for copying do not overlap: Rollback is not required. - Источник и цель для копирования не перекрывают друг друга. Создание отката не требуется. - - - - - Could not open device %1 to rollback copying. - Не могу открыть устройство %1 для копирования отката. - - NetInstallPage - + Name Имя - + Description Описание - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Установка по сети. (Отключено: не удается получить список пакетов, проверьте сетевое подключение) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Выбор пакетов @@ -1805,107 +1747,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... Сбор информации о системе... - + has at least %1 GB available drive space доступно как минимум %1 ГБ свободного дискового пространства - + There is not enough drive space. At least %1 GB is required. Недостаточно места на дисках. Необходимо как минимум %1 ГБ. - + has at least %1 GB working memory доступно как минимум %1 ГБ оперативной памяти - + The system does not have enough working memory. At least %1 GB is required. Недостаточно оперативной памяти. Необходимо как минимум %1 ГБ. - + is plugged in to a power source подключено сетевое питание - + The system is not plugged in to a power source. Сетевое питание не подключено. - + is connected to the Internet присутствует выход в сеть Интернет - + The system is not connected to the Internet. Отсутствует выход в Интернет. - + The installer is not running with administrator rights. Программа установки не запущена с привилегиями администратора. - + The screen is too small to display the installer. Слишком маленький экран для окна установщика. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Изменить файловую систему на разделе %1. - - - - Parted failed to resize filesystem. - Parted не смог изменить размер файловой системы. - - - - Failed to resize filesystem. - Ошибка смены размера файловой системы. - - ResizePartitionJob - + Resize partition %1. Изменить размер раздела %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Изменить размер <strong>%2MB</strong> раздела <strong>%1</strong> на <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Изменяю размер раздела %1 с %2MB на %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Программе установки не удалось изменить размер раздела %1 на диске '%2'. - - - Could not open device '%1'. - Не удалось открыть устройство '%1'. - ScanningDialog @@ -2078,19 +1996,6 @@ The installer will quit and all changes will be lost. Не удалось найти раздел '%1'. - - SetPartGeometryJob - - - Update geometry of partition %1. - Обновить геометрию раздела %1. - - - - Failed to change the geometry of the partition. - Ошибка изменения геометрии раздела. - - SetPasswordJob @@ -2235,7 +2140,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Пользователи diff --git a/lang/calamares_sk.ts b/lang/calamares_sk.ts index 4d01486d1..6ed445fbb 100644 --- a/lang/calamares_sk.ts +++ b/lang/calamares_sk.ts @@ -346,19 +346,6 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Zobraziť ladiace informácie - - CheckFileSystemJob - - - Checking file system on partition %1. - Kontroluje sa systém súborov na oddieli %1. - - - - The file system check on partition %1 failed. - Kontrola systému súborov na oddieli %1 zlyhala. - - CheckerWidget @@ -374,7 +361,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. This program will ask you some questions and set up %2 on your computer. - Tento program sa vás spýta na niekoľko otázok a nainštaluje distribúciu %2 do vášho počítača. + Tento program vám položí niekoľko otázok a nainštaluje distribúciu %2 do vášho počítača. @@ -468,7 +455,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - <strong>Vymazanie disku</strong><br/>Týmto sa <font color="red">odstránia</font> všetky údaje momentálne sa nachádzajúce na vybratom úložnom zariadení. + <strong>Vymazanie disku</strong><br/>Týmto sa <font color="red">odstránia</font> všetky údaje momentálne sa nachádzajúce na vybranom úložnom zariadení. @@ -826,7 +813,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - Typ <strong>tabuľky oddielov</strong> na vybratom úložnom zariadení.<br><br>Jediným spôsobom ako zmeniť tabuľku oddielov je vymazanie a znovu vytvorenie tabuľky oddielov od začiatku, čím sa zničia všetky údaje úložnom zariadení.<br>Inštalátor ponechá aktuálnu tabuľku oddielov, pokiaľ sa výlučne nerozhodnete inak.<br>Ak nie ste si istý, na moderných systémoch sa preferuje typ tabuľky oddielov GPT. + Typ <strong>tabuľky oddielov</strong> na vybranom úložnom zariadení.<br><br>Jediným spôsobom ako zmeniť tabuľku oddielov je vymazanie a znovu vytvorenie tabuľky oddielov od začiatku, čím sa zničia všetky údaje úložnom zariadení.<br>Inštalátor ponechá aktuálnu tabuľku oddielov, pokiaľ sa výlučne nerozhodnete inak.<br>Ak nie ste si istý, na moderných systémoch sa preferuje typ tabuľky oddielov GPT. @@ -841,7 +828,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - Inštalátor <strong>nemôže rozpoznať tabuľku oddielov</strong> na vybratom úložnom zariadení.<br><br>Zariadenie buď neobsahuje žiadnu tabuľku oddielov, alebo je tabuľka oddielov poškodená, alebo je neznámeho typu.<br>Inštalátor môže vytvoriť novú tabuľku oddielov buď automaticky alebo prostredníctvom stránky s ručným rozdelením oddielov. + Inštalátor <strong>nemôže rozpoznať tabuľku oddielov</strong> na vybranom úložnom zariadení.<br><br>Zariadenie buď neobsahuje žiadnu tabuľku oddielov, alebo je tabuľka oddielov poškodená, alebo je neznámeho typu.<br>Inštalátor môže vytvoriť novú tabuľku oddielov buď automaticky alebo prostredníctvom stránky s ručným rozdelením oddielov. @@ -1301,78 +1288,33 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Umiestnenie - - MoveFileSystemJob - - - Move file system of partition %1. - Presun systému súborov oddielu %1. - - - - Could not open file system on partition %1 for moving. - Nepodarilo sa otvoriť systém súborov na oddieli %1 pre presun. - - - - Could not create target for moving file system on partition %1. - Nepodarilo sa vytvoriť cieľ pre presun systému súborov na oddieli %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Presun oddielu %1 zlyhal. Zmeny boli odvolané. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Presun oddielu %1 zlyhal. Odvolanie zmien zlyhalo. - - - - Updating boot sector after the moving of partition %1 failed. - Zlyhala aktualizácia zavádzacieho sektoru po presune oddielu %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Veľkosti logických sektorov v zdroji a cieli kopírovania nie sú rovnaké. Toto nie je momentálne podporované. - - - - Source and target for copying do not overlap: Rollback is not required. - Zdroj a cieľ kopírovania sa neprekrývajú. Odvolanie nie je potrebné. - - - - - Could not open device %1 to rollback copying. - Nepodarilo sa otvoriť zariadenie %1 na odvolanie kopírovania. - - NetInstallPage - + Name Názov - + Description Popis - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Sieťová inštalácia. (Zakázaná: Nie je možné získať zoznamy balíkov. Skontrolujte vaše sieťové pripojenie.) + + + Network Installation. (Disabled: Received invalid groups data) + Sieťová inštalácia. (Zakázaná: Boli prijaté neplatné údaje o skupinách) + NetInstallViewStep - + Package selection Výber balíkov @@ -1686,7 +1628,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.<br/><br/>S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory sú uchovávané na nezašifrovanom oddieli.<br/>Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.<br/>Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybratím voľby <strong>Zašifrovať</strong> v okne vytvárania oddielu. + Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.<br/><br/>S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory sú uchovávané na nezašifrovanom oddieli.<br/>Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.<br/>Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybraním voľby <strong>Zašifrovať</strong> v okne vytvárania oddielu. @@ -1738,12 +1680,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - Vyberte, kde sa má nainštalovať distribúcia %1.<br/><font color="red">Upozornenie: </font>týmto sa odstránia všetky súbory na vybratom oddieli. + Vyberte, kam sa má nainštalovať distribúcia %1.<br/><font color="red">Upozornenie: </font>týmto sa odstránia všetky súbory na vybranom oddieli. The selected item does not appear to be a valid partition. - Zdá sa, že vybratá položka nie je platným oddielom. + Zdá sa, že vybraná položka nie je platným oddielom. @@ -1806,107 +1748,83 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. RequirementsChecker - + Gathering system information... Zbierajú sa informácie o počítači... - + has at least %1 GB available drive space obsahuje aspoň %1 GB voľného miesta na disku - + There is not enough drive space. At least %1 GB is required. Nie je dostatok miesta na disku. Vyžaduje sa aspoň %1 GB. - + has at least %1 GB working memory obsahuje aspoň %1 GB voľnej operačnej pamäte - + The system does not have enough working memory. At least %1 GB is required. Počítač neobsahuje dostatok operačnej pamäte. Vyžaduje sa aspoň %1 GB. - + is plugged in to a power source je pripojený k zdroju napájania - + The system is not plugged in to a power source. Počítač nie je pripojený k zdroju napájania. - + is connected to the Internet je pripojený k internetu - + The system is not connected to the Internet. Počítač nie je pripojený k internetu. - + The installer is not running with administrator rights. Inštalátor nie je spustený s právami správcu. - + The screen is too small to display the installer. Obrazovka je príliš malá na to, aby bolo možné zobraziť inštalátor. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Zmena veľkosti súborového systému na oddieli %1. - - - - Parted failed to resize filesystem. - Program Parted zlyhal pri zmene veľkosti systému súborov. - - - - Failed to resize filesystem. - Zlyhala zmena veľkosti systému súborov. - - ResizePartitionJob - + Resize partition %1. Zmena veľkosti oddielu %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. Zmena veľkosti <strong>%2MB</strong> oddielu <strong>%1</strong> na <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Mení sa veľkosť %2MB oddielu %1 na %3MB. - - + The installer failed to resize partition %1 on disk '%2'. Inštalátor zlyhal pri zmene veľkosti oddielu %1 na disku „%2“. - - - Could not open device '%1'. - Nepodarilo sa otvoriť zariadenie „%1“. - ScanningDialog @@ -2079,19 +1997,6 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Nepodarilo sa nájsť oddiel „%1“. - - SetPartGeometryJob - - - Update geometry of partition %1. - Aktualizovanie geometrie oddielu %1. - - - - Failed to change the geometry of the partition. - Zlyhala zmena geometrie oddielu. - - SetPasswordJob @@ -2145,7 +2050,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. Cannot access selected timezone path. - Nedá sa získať prístup k vybratej ceste časovej zóny. + Nedá sa získať prístup k vybranej ceste časovej zóny. @@ -2236,7 +2141,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené. UsersViewStep - + Users Používatelia diff --git a/lang/calamares_sl.ts b/lang/calamares_sl.ts index e99aaa233..3dbca1d05 100644 --- a/lang/calamares_sl.ts +++ b/lang/calamares_sl.ts @@ -50,7 +50,7 @@ Form - + Oblika @@ -70,7 +70,7 @@ Type: - + Vrsta: @@ -99,7 +99,7 @@ Install - + Namesti @@ -346,19 +346,6 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - - CheckFileSystemJob - - - Checking file system on partition %1. - Preverjanje datotečnega sistema na razdelku %1. - - - - The file system check on partition %1 failed. - Preverjanje datotečnega sistema na razdelku %1 je spodletelo. - - CheckerWidget @@ -379,7 +366,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. For best results, please ensure that this computer: - + Za najboljše rezultate se prepričajte, da vaš računalnik izpolnjuje naslednje zahteve: @@ -392,12 +379,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika After: - + Potem: @@ -578,7 +565,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Flags: - + Zastavice: @@ -923,7 +910,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Si&ze: - + Ve&likost @@ -938,7 +925,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Flags: - + Zastavice: @@ -951,7 +938,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika @@ -1017,7 +1004,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika @@ -1040,7 +1027,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Finish - + Končano @@ -1175,7 +1162,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika @@ -1301,78 +1288,33 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Položaj - - MoveFileSystemJob - - - Move file system of partition %1. - Premakni datotečni sistem razdelka %1. - - - - Could not open file system on partition %1 for moving. - Ni mogoče odpreti datotečnega sistema na razdelku %1 za premikanje. - - - - Could not create target for moving file system on partition %1. - Ni mogoče ustvariti cilja za premikanje datotečnega sistema na razdelku %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Premikanje razdelka %1 je spodletelo, povrnjeno je bilo prejšnje stanje. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Premikanje razdelka %1 je spodletelo. Povrnitev prejšnjega stanja je spodletela. - - - - Updating boot sector after the moving of partition %1 failed. - Posodabljanje zagonskega sektorja, potem ko je spodletelo premikanje razdelka %1. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Velikosti logičnih sektorjev v viru in cilju za kopiranje niso enake. To trenutno ni podprto. - - - - Source and target for copying do not overlap: Rollback is not required. - Vir in cilj za kopiranje se ne prekrivata: razveljavitev ni potrebna. - - - - - Could not open device %1 to rollback copying. - Ni mogoče odpreti naprave %1 za razveljavitev kopiranja. - - NetInstallPage - + Name - + Ime - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. New partition - + Nov razdelek @@ -1656,7 +1598,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. After: - + Potem: @@ -1733,7 +1675,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika @@ -1806,107 +1748,83 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. RequirementsChecker - + Gathering system information... - + Zbiranje informacij o sistemu ... - + has at least %1 GB available drive space - + ima vsaj %1 GB razpoložljivega prostora na disku - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + ima vsaj %1 GB delovnega pomnilnika - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + je priklopljen na vir napajanja - + The system is not plugged in to a power source. - + is connected to the Internet - + je povezan s spletom - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2066,7 +1984,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Could not open device '%1'. - + Ni mogoče odpreti naprave '%1'. @@ -2079,19 +1997,6 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2186,7 +2091,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Summary - + Povzetek @@ -2236,7 +2141,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. UsersViewStep - + Users @@ -2246,7 +2151,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Form - + Oblika @@ -2304,7 +2209,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene. Welcome - + Dobrodošli \ No newline at end of file diff --git a/lang/calamares_sq.ts b/lang/calamares_sq.ts new file mode 100644 index 000000000..95cd4e1f5 --- /dev/null +++ b/lang/calamares_sq.ts @@ -0,0 +1,2215 @@ + + + BootInfoWidget + + + The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode. + <strong>Mjedisi i nisjes</strong> i këtij sistemi.<br><br>Sisteme x86 të vjetër mbulojnë vetëm <strong>BIOS</strong>.<br>Sistemet moderne zakonisht përdorin <strong>EFI</strong>-n, por mund të shfaqen edhe si BIOS, nëse nisen nën mënyrën përputhshmëri. + + + + This system was started with an <strong>EFI</strong> boot environment.<br><br>To configure startup from an EFI environment, this installer must deploy a boot loader application, like <strong>GRUB</strong> or <strong>systemd-boot</strong> on an <strong>EFI System Partition</strong>. This is automatic, unless you choose manual partitioning, in which case you must choose it or create it on your own. + Ky sistem qe nisur me një mjedis nisjesh <strong>EFI</strong>.<br><br>Që të formësojë nisjen nga një mjedis EFI, ky instalues duhet të vërë në punë një aplikacion ngarkuesi nisësi, të tillë si <strong>GRUB</strong> ose <strong>systemd-boot</strong> në një <strong>Ndare EFI Sistemi</strong>. Kjo bëhet vetvetiu, hiq rastin kur zgjidhni pjesëzim dorazi, rast në të cilin duhet ta zgjidhni apo krijoni ju vetë. + + + + This system was started with a <strong>BIOS</strong> boot environment.<br><br>To configure startup from a BIOS environment, this installer must install a boot loader, like <strong>GRUB</strong>, either at the beginning of a partition or on the <strong>Master Boot Record</strong> near the beginning of the partition table (preferred). This is automatic, unless you choose manual partitioning, in which case you must set it up on your own. + Ky sistem qe nisur me një mjedis nisjesh <strong>BIOS</strong>.<br><br>Që të formësojë nisjen nga një mjedis BIOS, ky instalues duhet të instalojë një ngarkues nisjesh, të tillë si <strong>GRUB</strong>, ose në krye të n jë ndarjeje, ose te <strong>Master Boot Record</strong> pranë fillimit të tabelës së ndarjeve (e parapëlqyer). Kjo bëhet vetvetiu, veç në zgjedhshi ndarje dorazi, rast në të cilin duhet ta rregulloni ju vetë. + + + + BootLoaderModel + + + Master Boot Record of %1 + Master Boot Record për %1 + + + + Boot Partition + Ndarje Nisjesh + + + + System Partition + Ndarje Sistemi + + + + Do not install a boot loader + Mos instalo ngarkues nisjesh + + + + %1 (%2) + %1 (%2) + + + + Calamares::DebugWindow + + + Form + Formular + + + + GlobalStorage + GlobalStorage + + + + JobQueue + JobQueue + + + + Modules + Module + + + + Type: + Lloj: + + + + + none + asnjë + + + + Interface: + Ndërfaqe: + + + + Tools + Mjete + + + + Debug information + Të dhëna diagnostikimi + + + + Calamares::ExecutionViewStep + + + Install + Instaloje + + + + Calamares::JobThread + + + Done + U bë + + + + Calamares::ProcessJob + + + Run command %1 %2 + Xhiro urdhrin %1 %2 + + + + Running command %1 %2 + Po xhirohet urdhri %1 %2 + + + + External command crashed + Urdhri i jashtëm u vithis + + + + Command %1 crashed. +Output: +%2 + Urdhri %1 u vithis. +Mesazh: +%2 + + + + External command failed to start + Urdhri i jashtëm s’arriti të niset + + + + Command %1 failed to start. + Urdhri %1 s’arriti të niset. + + + + Internal error when starting command + Gabim i brendshëm teksa nisej urdhri + + + + Bad parameters for process job call. + Parametra të gabuar për thirrje akti procesi. + + + + External command failed to finish + Urdhri i jashtëm s’arriti të përfundohej + + + + Command %1 failed to finish in %2s. +Output: +%3 + Urdhri %1 s’arriti të përfundohej te %2s. +Mesazh: +%3 + + + + External command finished with errors + Urdhri i jashtëm u plotësua me gabime + + + + Command %1 finished with exit code %2. +Output: +%3 + Urdhri %1 përfundoi me kod daljeje %2. +Mesazhi:n +%3 + + + + Calamares::PythonJob + + + Running %1 operation. + Po xhirohet %1 veprim. + + + + Bad working directory path + Shteg i gabuar drejtorie pune + + + + Working directory %1 for python job %2 is not readable. + Drejtoria e punës %1 për aktin python %2 s’është e lexueshme. + + + + Bad main script file + Kartelë kryesore programthi e dëmtuar + + + + Main script file %1 for python job %2 is not readable. + Kartela kryesore e programthit file %1 për aktin python %2 s’është e lexueshme. + + + + Boost.Python error in job "%1". + Gabim Boost.Python tek akti \"%1\". + + + + Calamares::ViewManager + + + &Back + &Mbrapsht + + + + &Next + &Pasuesi + + + + + &Cancel + &Anuloje + + + + + Cancel installation without changing the system. + Anuloje instalimin pa ndryshuar sistemin. + + + + Cancel installation? + Të anulohet instalimi? + + + + Do you really want to cancel the current install process? +The installer will quit and all changes will be lost. + Doni vërtet të anulohet procesi i tanishëm i instalimit? +Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej. + + + + &Yes + &Po + + + + &No + &Jo + + + + &Close + &Mbylle + + + + Continue with setup? + Të vazhdohet me rregullimin? + + + + The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong> + Instaluesi %1 është një hap larg nga bërja e ndryshimeve në diskun tuaj, që të mund të instalojë %2.<br/><strong>S’do të jeni në gjendje t’i zhbëni këto ndryshime.</strong> + + + + &Install now + &Instaloje tani + + + + Go &back + Kthehu &mbrapsht + + + + &Done + &U bë + + + + The installation is complete. Close the installer. + Instalimi u plotësua. Mbylle instaluesin. + + + + Error + Gabim + + + + Installation Failed + Instalimi Dështoi + + + + CalamaresPython::Helper + + + Unknown exception type + Lloj i panjohur përjashtimi + + + + unparseable Python error + Gabim kodi Python të papërtypshëm dot + + + + unparseable Python traceback + <i>Traceback</i> Python i papërtypshëm + + + + Unfetchable Python error. + Gabim Python mosprurjeje kodi. + + + + CalamaresWindow + + + %1 Installer + Instalues %1 + + + + Show debug information + Shfaq të dhëna diagnostikimi + + + + CheckerWidget + + + This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> + Ky kompjuter nuk i plotëson kërkesat minimum për instalimin e %1.<br/>Instalimi s’mund të vazhdojë. <a href=\"#details\">Hollësi…</a> + + + + This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. + Ky kompjuter s’i plotëson disa nga domosdoshmëritë e rekomanduara për instalimin e %1.<br/>Instalimi mund të vazhdojë, por disa veçori mund të përfundojnë të çaktivizuara. + + + + This program will ask you some questions and set up %2 on your computer. + Ky program do t’ju bëjë disa pyetje dhe të do të rregullojë %2 në kompjuterin tuaj. + + + + For best results, please ensure that this computer: + Për përfundime më të mirë, ju lutemi, garantoni që ky kompjuter: + + + + System requirements + Sistem i domosdoshëm + + + + ChoicePage + + + Form + Formular + + + + After: + Pas: + + + + <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. + <strong>Ndarje dorazi</strong><br/>Ndarjet mund t’i krijoni dhe ripërmasoni ju vetë. + + + + Boot loader location: + Vendndodhje ngarkuesi nisjesh: + + + + %1 will be shrunk to %2MB and a new %3MB partition will be created for %4. + %1 do të zvogëlohet në %2MB dhe për %4 do të krijohet një ndarje e re %3MB. + + + + Select storage de&vice: + Përzgjidhni &pajisje depozitimi: + + + + + + + Current: + E tanishmja: + + + + Reuse %1 as home partition for %2. + Ripërdore %1 si ndarjen shtëpi për %2. + + + + <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> + <strong>Përzgjidhni një ndarje që të zvogëlohet, mandej tërhiqni shtyllën e poshtme që ta ripërmasoni</strong> + + + + <strong>Select a partition to install on</strong> + <strong>Përzgjidhni një ndarje ku të instalohet</strong> + + + + An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. + Në këtë sistem s’mund të gjendet gjëkundi një ndarje EFI sistemi. Ju lutemi, kthehuni mbrapsht dhe përdorni pjesëzimin dorazi që të rregulloni %1. + + + + The EFI system partition at %1 will be used for starting %2. + Për nisjen e %2 do të përdoret ndarja EFI e sistemit te %1. + + + + EFI system partition: + Ndarje Sistemi EFI: + + + + This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + Kjo pajisje depozitimi përmban %1 në të. Ç’do të donit të bënito?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. + + + + + + + <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. + <strong>Fshije diskun</strong><br/>Kështu do të <font color=\"red\">fshihen</font> krejt të dhënat të pranishme tani në pajisjen e përzgjedhur. + + + + This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + Kjo pajisje depozitimi përmban %1 në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. + + + + + + + <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. + <strong>Instaloje në krah të tij</strong><br/>Instaluesi do të zvogëlojë një ndarje për të bërë vend për %1. + + + + + + + <strong>Replace a partition</strong><br/>Replaces a partition with %1. + <strong>Zëvendëso një ndarje</strong><br/>Zëvendëson një ndarje me %1. + + + + This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + Kjo pajisje depozitimi ka tashmë një sistem operativ në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. + + + + This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. + Kjo pajisje depozitimi ka disa sisteme operativë në të. Ç’do të donit të bënit?<br/>Do të jeni në gjendje të rishqyrtoni dhe ripohoni zgjedhjet tuaja, para se te pajisja e depozitimit të bëhet çfarëdo ndryshimi. + + + + ClearMountsJob + + + Clear mounts for partitioning operations on %1 + Hiqi montimet për veprime pjesëzimi te %1 + + + + Clearing mounts for partitioning operations on %1. + Po hiqen montimet për veprime pjesëzimi te %1. + + + + Cleared all mounts for %1 + U hoqën krejt montimet për %1 + + + + ClearTempMountsJob + + + Clear all temporary mounts. + Hiqi krejt montimet e përkohshme. + + + + Clearing all temporary mounts. + Po hiqenn krejt montimet e përkohshme. + + + + Cannot get list of temporary mounts. + S’merret dot lista e montimeve të përkohshme. + + + + Cleared all temporary mounts. + U hoqën krejt montimet e përkohshme. + + + + CreatePartitionDialog + + + Create a Partition + Krijoni një Ndarje + + + + MiB + MiB + + + + Partition &Type: + &Lloj Ndarjeje: + + + + &Primary + &Parësore + + + + E&xtended + E&xtended + + + + Fi&le System: + &Sistem Kartelash: + + + + Flags: + Flamurka: + + + + &Mount Point: + Pikë &Montimi: + + + + Si&ze: + &Madhësi: + + + + En&crypt + &Fshehtëzoje + + + + Logical + Logjik + + + + Primary + Parësor + + + + GPT + GPT + + + + Mountpoint already in use. Please select another one. + Pikë montimi tashmë e përdorur. Ju lutemi, përzgjidhni një tjetër. + + + + CreatePartitionJob + + + Create new %2MB partition on %4 (%3) with file system %1. + Krijo ndarje të re %2MB te %4 (%3) me sistem kartelash %1. + + + + Create new <strong>%2MB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. + Krijo ndarje të re <strong>%2MB</strong> te <strong>%4</strong> (%3) me sistem kartelash <strong>%1</strong>. + + + + Creating new %1 partition on %2. + Po krijohet ndarje e re %1 te %2. + + + + The installer failed to create partition on disk '%1'. + Instaluesi s’arriti të krijojë ndarje në diskun '%1'. + + + + Could not open device '%1'. + S’u hap dot pajisja '%1'. + + + + Could not open partition table. + S’u hap dot tabela e ndarjeve. + + + + The installer failed to create file system on partition %1. + Instaluesi s’arriti të krijojë sistem kartelash në ndarjen %1. + + + + The installer failed to update partition table on disk '%1'. + Instaluesi s’arriti të përditësojë tabelë ndarjesh në diskun '%1'. + + + + CreatePartitionTableDialog + + + Create Partition Table + Krijo Tabelë Ndarjesh + + + + Creating a new partition table will delete all existing data on the disk. + Krijimi i një tabele të re ndarjesh do të fshijë krejt të dhënat ekzistuese në disk. + + + + What kind of partition table do you want to create? + Ç’lloj tabele ndarjesh doni të krijoni? + + + + Master Boot Record (MBR) + Master Boot Record (MBR) + + + + GUID Partition Table (GPT) + Tabelë Ndarjesh GUID (GPT) + + + + CreatePartitionTableJob + + + Create new %1 partition table on %2. + Krijo tabelë të re ndarjesh %1 te %2. + + + + Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). + Krijo tabelë të re ndarjesh %1 te %2. + + + + Creating new %1 partition table on %2. + Po krijohet tabelë e re ndarjesh %1 te %2. + + + + The installer failed to create a partition table on %1. + Instaluesi s’arriti të krijojë tabelë ndarjesh në diskun %1. + + + + Could not open device %1. + S’u hap dot pajisja %1. + + + + CreateUserJob + + + Create user %1 + Krijo përdoruesin %1 + + + + Create user <strong>%1</strong>. + Krijo përdoruesin <strong>%1</strong>. + + + + Creating user %1. + Po krijohet përdoruesi %1. + + + + Sudoers dir is not writable. + Drejtoria sudoers s’është e shkrueshme. + + + + Cannot create sudoers file for writing. + S’krijohet dot kartelë sudoers për shkrim. + + + + Cannot chmod sudoers file. + S’mund të kryhet chmod mbi kartelën sudoers. + + + + Cannot open groups file for reading. + S’hapet dot kartelë grupesh për lexim. + + + + Cannot create user %1. + S’krijohet dot përdoruesi %1. + + + + useradd terminated with error code %1. + useradd përfundoi me kod gabimi %1. + + + + Cannot add user %1 to groups: %2. + S’shton dot përdoruesin %1 te grupe: %2. + + + + usermod terminated with error code %1. + usermod përfundoi me kod gabimi %1. + + + + Cannot set home directory ownership for user %1. + S’caktohet dot pronësia e drejtorisë shtëpi për përdoruesin %1. + + + + chown terminated with error code %1. + chown përfundoi me kod gabimi %1. + + + + DeletePartitionJob + + + Delete partition %1. + Fshije ndarjen %1. + + + + Delete partition <strong>%1</strong>. + Fshije ndarjen <strong>%1</strong>. + + + + Deleting partition %1. + Po fshihet ndarja %1. + + + + The installer failed to delete partition %1. + Instaluesi dështoi në fshirjen e ndarjes %1. + + + + Partition (%1) and device (%2) do not match. + Ndarja (%1) dhe pajisja (%2) nuk puqen. + + + + Could not open device %1. + S’u hap dot pajisja %1. + + + + Could not open partition table. + S’u hap dot tabela e ndarjeve. + + + + DeviceInfoWidget + + + The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. + Lloji i <strong>tabelës së ndarjeve</strong> në pajisjen e përzgjedhur të depozitimeve.<br><br>Mënyra e vetme për ndryshim të tabelës së ndarjeve është të fshihet dhe rikrijohet nga e para tabela e ndarjeve, çka shkatërron krejt të dhënat në pajisjen e depozitimit.<br>Ky instalues do të ruajë tabelën e tanishme të ndarjeve, veç në zgjedhshi shprehimisht ndryshe.<br>Nëse s’jeni i sigurt, në sisteme moderne parapëlqehet GPT. + + + + This device has a <strong>%1</strong> partition table. + Kjo pajisje ka një tabelë ndarjesh <strong>%1</strong>. + + + + This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. + Kjo është një pajisje <strong>loop</strong>.<br><br>Është një pseudo-pajisje pa tabelë ndarjesh, që e bën një kartelë të përdorshme si një pajisje blloqesh. Kjo lloj skeme zakonisht përmban një sistem të vetëm kartelash. + + + + This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. + Ky instalues <strong>s’pikas dot tabelë ndarjesh</strong> te pajisja e depozitimit e përzgjedhur.<br><br>Ose pajisja s’ka tabelë ndarjesh, ose tabela e ndarjeve është e dëmtuar ose e një lloji të panjohur.<br>Ky instalues mund të krijojë për ju një tabelë të re ndarjesh, ose vetvetiu, ose përmes faqes së pjesëzimit dorazi. + + + + <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. + <br><br>Ky është lloji i parapëlqyer tabele ndarjesh për sisteme modernë që nisen nga një mjedis nisjesh <strong>EFI</strong>. + + + + <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. + <br><br>Ky lloj tabele ndarjesh është i këshillueshëm vetëm në sisteme të vjetër të cilët nisen nga një mjedis nisjesh <strong>BIOS</strong>. Në shumicën e rasteve të tjera këshillohet GPT.<br><br><strong>Kujdes:</strong> Tabela e ndarjeve MBR është një standard i vjetruar, i erës MS-DOS.<br>Mund të krijohen vetëm 4 ndarje <em>parësore</em>, dhe nga këto 4, një mund të jetë ndarje <em>extended</em>, e cila nga ana e vet mund të përmbajë mjaft ndarje <em>logjike</em>. + + + + DeviceModel + + + %1 - %2 (%3) + %1 - %2 (%3) + + + + DracutLuksCfgJob + + + Write LUKS configuration for Dracut to %1 + Shkruaj formësim LUKS për Dracut te %1 + + + + Skip writing LUKS configuration for Dracut: "/" partition is not encrypted + Anashkalo shkrim formësiim LUKS për Dracut: ndarja \"/\" s’është e fshehtëzuar + + + + Failed to open %1 + S’arriti të hapë %1 + + + + DummyCppJob + + + Dummy C++ Job + Akt C++ Dummy + + + + EditExistingPartitionDialog + + + Edit Existing Partition + Përpuno Ndarje Ekzistuese + + + + Content: + Lëndë: + + + + &Keep + &Mbaje + + + + Format + Formatoje + + + + Warning: Formatting the partition will erase all existing data. + Kujdes: Formatimi i ndarjes do të fshijë krejt të dhënat ekzistuese. + + + + &Mount Point: + Pikë &Montimi: + + + + Si&ze: + &Madhësi: + + + + MiB + MiB + + + + Fi&le System: + &Sistem Kartelash: + + + + Flags: + Flamurka: + + + + Mountpoint already in use. Please select another one. + Pikë montimi tashmë e përdorur. Ju lutemi, përzgjidhni një tjetër. + + + + EncryptWidget + + + Form + Formular + + + + En&crypt system + &Fshehtëzoje sistemin + + + + Passphrase + Frazëkalim + + + + Confirm passphrase + Ripohoni frazëkalimin + + + + Please enter the same passphrase in both boxes. + Ju lutemi, jepni të njëjtin frazëkalim në të dy kutizat. + + + + FillGlobalStorageJob + + + Set partition information + Caktoni të dhëna ndarjeje + + + + Install %1 on <strong>new</strong> %2 system partition. + Instaloje %1 në ndarje sistemi <strong>të re</strong> %2. + + + + Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>. + Rregullo ndarje të <strong>re</strong> %2 me pikë montimi <strong>%1</strong>. + + + + Install %2 on %3 system partition <strong>%1</strong>. + Instaloje %2 te ndarja e sistemit %3 <strong>%1</strong>. + + + + Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>. + Rregullo ndarje %3 <strong>%1</strong> me pikë montimi <strong>%2</strong>. + + + + Install boot loader on <strong>%1</strong>. + Instalo ngarkues nisjesh në <strong>%1</strong>. + + + + Setting up mount points. + Po rregullohen pika montimesh. + + + + FinishedPage + + + Form + Formular + + + + &Restart now + &Rinise tani + + + + <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. + <h1>Kaq qe.</h1><br/>%1 është instaluar në kompjuterin tuaj.<br/>Tani mundeni ta rinisni me sistemin tuaj të ri, ose të vazhdoni përdorimin e mjedisit %2 Live. + + + + <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. + <h1>Instalimi Dështoi</h1><br/>%1 s’u instalua në kompjuterin tuaj.<br/>Mesazhi i gabimit qe: %2. + + + + FinishedViewStep + + + Finish + Përfundoje + + + + Installation Complete + Instalimi u Plotësua + + + + The installation of %1 is complete. + Instalimi i %1 u plotësua. + + + + FormatPartitionJob + + + Format partition %1 (file system: %2, size: %3 MB) on %4. + Formatoje ndarjen %1 (sistem kartelash: %2, madhësi: %3 MB) në %4. + + + + Format <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. + Formato ndarje <strong>%3MB</strong> <strong>%1</strong> me sistem kartelash <strong>%2</strong>. + + + + Formatting partition %1 with file system %2. + Po formatohet ndarja %1 me sistem kartelash %2. + + + + The installer failed to format partition %1 on disk '%2'. + Instaluesi s’arriti të formatojë ndarjen %1 në diskun '%2'. + + + + Could not open device '%1'. + S’u hap dot pajisja '%1'. + + + + Could not open partition table. + S’u hap dot tabela e ndarjeve. + + + + The installer failed to create file system on partition %1. + Instaluesi s’arriti të krijojë sistem kartelash në ndarjen %1. + + + + The installer failed to update partition table on disk '%1'. + Instaluesi s’arriti të përditësojë tabelë ndarjesh në diskun '%1'. + + + + InteractiveTerminalPage + + + + + Konsole not installed + Konsol e painstaluar + + + + + + Please install the kde konsole and try again! + Ju lutemi, instaloni konsolën KDE dhe riprovoni! + + + + Executing script: &nbsp;<code>%1</code> + Po përmbushet programthi: &nbsp;<code>%1</code> + + + + InteractiveTerminalViewStep + + + Script + Programth + + + + KeyboardPage + + + Set keyboard model to %1.<br/> + Si model tastiere cakto %1.<br/> + + + + Set keyboard layout to %1/%2. + Si model tastiere cakto %1%2. + + + + KeyboardViewStep + + + Keyboard + Tastierë + + + + LCLocaleDialog + + + System locale setting + Rregullim i vendores së sistemit + + + + The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. + Rregullimi i vendores së sistemit ka të bëjë me gjuhën dhe shkronjat për disa elementë të ndërfaqes së përdoruesit për rresht urdhrash.<br/>Vlera e tanishme është <strong>%1</strong>. + + + + &Cancel + &Anuloje + + + + &OK + &OK + + + + LicensePage + + + Form + Formular + + + + I accept the terms and conditions above. + I pranoj termat dhe kushtet më sipër. + + + + <h1>License Agreement</h1>This setup procedure will install proprietary software that is subject to licensing terms. + <h1>Marrëveshje Licence</h1>Kjo procedurë rregullimi do të instalojë software pronësor që është subjekt kushtesh licencimi. + + + + Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, the setup procedure cannot continue. + Ju lutemi, shqyrtoni Marrëveshje Licencimi Për Përdorues të Thjeshtë (EULAs) më sipër.<br/>Nëse nuk pajtohemi me kushtet, procedura e rregullimit s’mund të shkojë më tej. + + + + <h1>License Agreement</h1>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. + <h1>Marrëveshje Licence</h1>Që të furnizojë veçori shtesë dhe të përmirësojë punën e përdoruesit, kjo procedurë rregullimi mundet të instalojë software pronësor që është subjekt kushtesh licencimi. + + + + Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. + Ju lutemi, shqyrtoni Marrëveshje Licencimi Për Përdorues të Thjeshtë (EULAs) më sipër.<br/>Nëse nuk pajtohemi me kushtet, nuk do të instalohet software pronësor, dhe në vend të tij do të përdoren alternativa nga burimi i hapët. + + + + <strong>%1 driver</strong><br/>by %2 + %1 is an untranslatable product name, example: Creative Audigy driver + <strong>përudhës %1</strong><br/>nga %2 + + + + <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> + %1 is usually a vendor name, example: Nvidia graphics driver + <strong>Përudhës grafik %1</strong><br/><font color=\"Grey\">nga %2</font> + + + + <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> + <strong>Shtojcë shfletuesi %1</strong><br/><font color=\"Grey\">nga %2</font> + + + + <strong>%1 codec</strong><br/><font color="Grey">by %2</font> + <strong>Kodek %1</strong><br/><font color=\"Grey\">nga %2</font> + + + + <strong>%1 package</strong><br/><font color="Grey">by %2</font> + <strong>Paketë %1</strong><br/><font color=\"Grey\">nga %2</font> + + + + <strong>%1</strong><br/><font color="Grey">by %2</font> + <strong>%1</strong><br/><font color=\"Grey\">nga %2</font> + + + + <a href="%1">view license agreement</a> + <a href="%1">shihni marrëveshje licence</a> + + + + LicenseViewStep + + + License + Licencë + + + + LocalePage + + + The system language will be set to %1. + Si gjuhë sistemi do të caktohet %1. + + + + The numbers and dates locale will be set to %1. + Si vendore për numra dhe data do të vihet %1. + + + + Region: + Rajon: + + + + Zone: + Zonë: + + + + + &Change... + &Ndryshojeni… + + + + Set timezone to %1/%2.<br/> + Si zonë kohore cakto %1/%2.<br/> + + + + %1 (%2) + Language (Country) + %1 (%2) + + + + LocaleViewStep + + + Loading location data... + Po ngarkohen të dhëna vendndodhjeje… + + + + Location + Vendndodhje + + + + NetInstallPage + + + Name + Emër + + + + Description + Përshkrim + + + + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + Instalim Nga Rrjeti. (U çaktivizua: S’arrihet të sillen lista paketash, kontrolloni lidhjen tuaj në rrjet) + + + + Network Installation. (Disabled: Received invalid groups data) + Instalim Nga Rrjeti. (U çaktivizua: U morën të dhëna të pavlefshme grupesh) + + + + NetInstallViewStep + + + Package selection + Përzgjedhje paketash + + + + Page_Keyboard + + + Form + Formular + + + + Keyboard Model: + Model Tastiere: + + + + Type here to test your keyboard + Që të provoni tastierën tuaj, shtypni këtu + + + + Page_UserSetup + + + Form + Formular + + + + What is your name? + Cili është emri juaj? + + + + What name do you want to use to log in? + Ç’emër doni të përdorni për t’u futur? + + + + + + font-weight: normal + font-weight: normal + + + + <small>If more than one person will use this computer, you can set up multiple accounts after installation.</small> + <small>Nëse këtë kompjuter do ta përdorë më shumë se një person, mund të rregulloni disa llogari, pas instalimit.</small> + + + + Choose a password to keep your account safe. + Zgjidhni një fjalëkalim për ta mbajtur llogarinë tuaj të parrezikuar. + + + + <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> + <small>Jepeni të njëjtin fjalëkalim dy herë, që të kontrollohet për gabime shkrimi. Një fjalëkalim i mirë do të përmbante një përzierje shkronjash, numrash dhe shenjash pikësimi, do të duhej të ishte të paktën tetë shenja i gjatë, dhe do të duhej të ndryshohej periodikisht.</small> + + + + What is the name of this computer? + Cili është emri i këtij kompjuteri? + + + + <small>This name will be used if you make the computer visible to others on a network.</small> + <small>Ky emër do të përdoret nëse e bëni kompjuterin të dukshëm për të tjerët në një rrjet.</small> + + + + Log in automatically without asking for the password. + Kryej hyrje vetvetiu, pa kërkuar fjalëkalimin. + + + + Use the same password for the administrator account. + Përdor të njëjtin fjalëkalim për llogarinë e përgjegjësit. + + + + Choose a password for the administrator account. + Zgjidhni një fjalëkalim për llogarinë e përgjegjësit. + + + + <small>Enter the same password twice, so that it can be checked for typing errors.</small> + <small>Jepeni të njëjtin fjalëkalim dy herë, që të mund të kontrollohet për gabime shkrimi.</small> + + + + PartitionLabelsView + + + Root + Rrënja + + + + Home + Shtëpia + + + + Boot + Boot + + + + EFI system + Sistem EFI + + + + Swap + Swap + + + + New partition for %1 + Ndarje e re për %1 + + + + New partition + Ndarje e re + + + + %1 %2 + %1 %2 + + + + PartitionModel + + + + Free Space + Hapësirë e Lirë + + + + + New partition + Ndarje e re + + + + Name + Emër + + + + File System + Sistem Kartelash + + + + Mount Point + Pikë Montimi + + + + Size + Madhësi + + + + PartitionPage + + + Form + Formular + + + + Storage de&vice: + &Pajisje depozitimi: + + + + &Revert All Changes + &Prapëso Krejt Ndryshimet + + + + New Partition &Table + &Tabelë e Re Ndarjesh + + + + &Create + &Krijoje + + + + &Edit + &Përpunoje + + + + &Delete + &Fshije + + + + Install boot &loader on: + Instalo &ngarkues nisjesh: + + + + Are you sure you want to create a new partition table on %1? + Jeni i sigurt se doni të krijoni një tabelë të re ndarjesh në %1? + + + + PartitionViewStep + + + Gathering system information... + Po grumbullohen të dhëna mbi sistemin… + + + + Partitions + Ndarje + + + + Install %1 <strong>alongside</strong> another operating system. + Instalojeni %1 <strong>në krah</strong> të një tjetër sistemi operativ. + + + + <strong>Erase</strong> disk and install %1. + <strong>Fshije</strong> diskun dhe instalo %1. + + + + <strong>Replace</strong> a partition with %1. + <strong>Zëvendësojeni</strong> një ndarje me %1. + + + + <strong>Manual</strong> partitioning. + Pjesëzim <strong>dorazi</strong>. + + + + Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3). + Instaloje %1 <strong>në krah</strong> të një tjetri sistemi operativ në diskun <strong>%2</strong> (%3). + + + + <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1. + <strong>Fshije</strong> diskun <strong>%2</strong> (%3) dhe instalo %1. + + + + <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1. + <strong>Zëvendëso</strong> një ndarje te disku <strong>%2</strong> (%3) me %1. + + + + <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2). + Pjesëzim <strong>dorazi</strong> në diskun <strong>%1</strong> (%2). + + + + Disk <strong>%1</strong> (%2) + Disku <strong>%1</strong> (%2) + + + + Current: + E tanishmja: + + + + After: + Më Pas: + + + + No EFI system partition configured + S’ka të formësuar ndarje sistemi EFI + + + + An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start. + Që të niset %1, është e domosdoshme një ndarje sistemi EFI.<br/><br/>Që të formësoni një ndarje sistemi EFI, kthehuni mbrapsht dhe përzgjidhni ose krijoni një sistem kartelash FAT32 me flamurkën <strong>esp</strong> të aktivizuar dhe me pikë montimi <strong>%2</strong>.<br/><br/>Mund të vazhdoni pa rregulluar një ndarje sistemi EFI, por mundet që sistemi të mos arrijë dot të niset. + + + + EFI system partition flag not set + S’është vënë flamurkë EFI ndarjeje sistemi + + + + An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start. + Që të niset %1, është e domosdoshme një ndarje sistemi EFI.<br/><br/>Është formësuar një ndarje me pikë montimi <strong>%2</strong>, por pa i vënë flamurkën <strong>esp</strong>.<br/>Që t’ia vini, kthehuni mbrapsht dhe përpunoni ndarjen.<br/><br/>Mund të vazhdoni pa i vënë flamurkën, por mundet që sistemi të mos arrijë dot të niset. + + + + Boot partition not encrypted + Ndarje nisjesh e pafshehtëzuar + + + + A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. + Tok me ndarjen e fshehtëzuar <em>root</em> qe rregulluar edhe një ndarje <em>boot</em> veçmas, por ndarja <em>boot</em> s’është e fshehtëzuar.<br/><br/>Ka preokupime mbi sigurinë e këtij lloj rregullimi, ngaqë kartela të rëndësishme sistemi mbahen në një ndarje të pafshehtëzuar.<br/>Mund të vazhdoni nëse doni, por shkyçja e sistemit të kartelave do të ndodhë më vonë, gjatë nisjes së sistemit.<br/>Që të fshehtëzoni ndarjen <em>boot</em>, kthehuni mbrapsht dhe rikrijojeni, duke përzgjedhur te skena e krijimit të ndarjes <strong>Fshehtëzoje</strong>. + + + + QObject + + + Default Keyboard Model + Model Parazgjedhje Për Tastierën + + + + + Default + Parazgjedhje + + + + unknown + e panjohur + + + + extended + extended + + + + unformatted + e paformatuar + + + + swap + swap + + + + Unpartitioned space or unknown partition table + Hapësirë e papjesëzuar ose tabelë e panjohur ndarjesh + + + + ReplaceWidget + + + Form + Formular + + + + Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. + Përzgjidhni ku të instalohet %1.<br/><font color=\"red\">Kujdes: </font>kjo do të sjellë fshirjen e krejt kartelave në ndarjen e përzgjedhur. + + + + The selected item does not appear to be a valid partition. + Objekti i përzgjedhur s’duket se është ndarje e vlefshme. + + + + %1 cannot be installed on empty space. Please select an existing partition. + %1 s’mund të instalohet në hapësirë të zbrazët. Ju lutemi, përzgjidhni një ndarje ekzistuese. + + + + %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. + %1 s’mund të instalohet në një ndarje të llojit extended. Ju lutemi, përzgjidhni një ndarje parësore ose logjike ekzistuese. + + + + %1 cannot be installed on this partition. + %1 s’mund të instalohet në këtë ndarje. + + + + Data partition (%1) + Ndarje të dhënash (%1) + + + + Unknown system partition (%1) + Ndarje sistemi e panjohur (%1) + + + + %1 system partition (%2) + Ndarje sistemi %1 (%2) + + + + <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. + <strong>%4</strong><br/><br/>Ndarja %1 është shumë e vogël për %2. Ju lutemi, përzgjidhni një ndarje me kapacitet të paktën %3 GiB. + + + + <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. + <strong>%2</strong><br/><br/>Në këtë sistem s’gjendet dot ndonjë ndarje sistemi EFI. Ju lutemi, që të rregulloni %1, kthehuni mbrapsht dhe përdorni procesin e pjesëzimit dorazi. + + + + + + <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. + <strong>%3</strong><br/><br/>%1 do të instalohet në %2.<br/><font color=\"red\">Kujdes: </font>krejt të dhënat në ndarjen %2 do të humbin. + + + + The EFI system partition at %1 will be used for starting %2. + Për nisjen e %2 do të përdoret ndarja EFI e sistemit te %1. + + + + EFI system partition: + Ndarje Sistemi EFI: + + + + RequirementsChecker + + + Gathering system information... + Po grumbullohen të dhëna mbi sistemin… + + + + has at least %1 GB available drive space + ka të paktën %1 GB hapësirë të përdorshme + + + + There is not enough drive space. At least %1 GB is required. + S’ka hapësirë të mjaftueshme. Lypset të paktën %1 GB. + + + + has at least %1 GB working memory + ka të paktën %1 GB kujtesë të përdorshme + + + + The system does not have enough working memory. At least %1 GB is required. + Sistemi s’ka kujtesë të mjaftueshme për të punuar. Lypsen të paktën %1 GB. + + + + is plugged in to a power source + është në prizë + + + + The system is not plugged in to a power source. + Sistemi s'është i lidhur me ndonjë burim rryme. + + + + is connected to the Internet + është lidhur në Internet + + + + The system is not connected to the Internet. + Sistemi s’është i lidhur në Internet. + + + + The installer is not running with administrator rights. + Instaluesi s’po xhirohet me të drejta përgjegjësi. + + + + The screen is too small to display the installer. + Ekrani është shumë i vogël për shfaqjen e instaluesit. + + + + ResizePartitionJob + + + Resize partition %1. + Ripërmaso ndarjen %1. + + + + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. + Ripërmasoje ndarjen <strong>%2MB</strong> <strong>%1</strong> në <strong>%3MB</strong>. + + + + Resizing %2MB partition %1 to %3MB. + Po ripërmasohet ndarja %2MB %1 në %3MB. + + + + The installer failed to resize partition %1 on disk '%2'. + Instaluesi s’arriti të ripërmasojë ndarjen %1 në diskun '%2'. + + + + ScanningDialog + + + Scanning storage devices... + Po kontrollohen pajisje depozitimi… + + + + Partitioning + Pjesëzim + + + + SetHostNameJob + + + Set hostname %1 + Cakto strehëemër %1 + + + + Set hostname <strong>%1</strong>. + Cakto strehëemër <strong>%1</strong>. + + + + Setting hostname %1. + Po caktohet strehëemri %1. + + + + + Internal Error + Gabim i Brendshëm + + + + + Cannot write hostname to target system + S’shkruhet dot strehëemër te sistemi i synuar + + + + SetKeyboardLayoutJob + + + Set keyboard model to %1, layout to %2-%3 + Si model tastiere cakto %1, si skemë %2-%3 + + + + Failed to write keyboard configuration for the virtual console. + S’u arrit të shkruhej formësim tastiere për konsolën virtuale. + + + + + + Failed to write to %1 + Dështoi në shkrimin te %1 + + + + Failed to write keyboard configuration for X11. + S’u arrit të shkruhej formësim tastiere për X11. + + + + Failed to write keyboard configuration to existing /etc/default directory. + S’u arrit të shkruhej formësim tastiere në drejtori /etc/default ekzistuese. + + + + SetPartFlagsJob + + + Set flags on partition %1. + Caktoni flamurka në ndarjen %1. + + + + Set flags on %1MB %2 partition. + Caktoni flamurka në ndarjen %1MB %2.` + + + + Set flags on new partition. + Caktoni flamurka në ndarje të re. + + + + Clear flags on partition <strong>%1</strong>. + Hiqi flamurkat te ndarja <strong>%1</strong>. + + + + Clear flags on %1MB <strong>%2</strong> partition. + Hiqi flamurkat te ndarja %1MB <strong>%2</strong>. + + + + Clear flags on new partition. + Hiqi flamurkat te ndarja e re. + + + + Flag partition <strong>%1</strong> as <strong>%2</strong>. + I vini shenjë ndarjes <strong>%1</strong> si <strong>%2</strong>. + + + + Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>. + I vini shenjë ndarjes %1MB <strong>%2</strong> si <strong>%3</strong>. + + + + Flag new partition as <strong>%1</strong>. + I vini shenjë ndarjes së re si <strong>%1</strong>. + + + + Clearing flags on partition <strong>%1</strong>. + Po hiqen shenjat në ndarjen <strong>%1</strong>. + + + + Clearing flags on %1MB <strong>%2</strong> partition. + Po hiqen shenjat në ndarjen %1MB <strong>%2</strong>. + + + + Clearing flags on new partition. + Po hiqen shenjat në ndarjen e re. + + + + Setting flags <strong>%2</strong> on partition <strong>%1</strong>. + Po vihen flamurkat <strong>%2</strong> në ndarjen <strong>%1</strong>. + + + + Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition. + Po vihen flamurkat <strong>%3</strong> në ndarjen %1MB <strong>%2</strong>. + + + + Setting flags <strong>%1</strong> on new partition. + Po vihen flamurkat <strong>%1</strong> në ndarjen e re. + + + + The installer failed to set flags on partition %1. + Instaluesi s’arriti të vërë flamurka në ndarjen %1. + + + + Could not open device '%1'. + S’u hap dot pajisja '%1'. + + + + Could not open partition table on device '%1'. + S’u hap dot tabela e ndarjeve te pajisja '%1'. + + + + Could not find partition '%1'. + S’u gjet dot ndarjeve '%1'. + + + + SetPasswordJob + + + Set password for user %1 + Caktoni fjalëkalim për përdoruesin %1 + + + + Setting password for user %1. + Po caktohet fjalëkalim për përdoruesin %1. + + + + Bad destination system path. + Shteg i gabuar destinacioni sistemi. + + + + rootMountPoint is %1 + rootMountPoint është %1 + + + + Cannot disable root account. + S’mund të çaktivizohet llogaria rrënjë. + + + + passwd terminated with error code %1. + passwd përfundoi me kod gabimi %1. + + + + Cannot set password for user %1. + S’caktohet dot fjalëkalim për përdoruesin %1. + + + + usermod terminated with error code %1. + usermod përfundoi me kod gabimi %1. + + + + SetTimezoneJob + + + Set timezone to %1/%2 + Si zonë kohore cakto %1/%2 + + + + Cannot access selected timezone path. + S’përdor dot shtegun e zonës kohore të përzgjedhur. + + + + Bad path: %1 + Shteg i gabuar: %1 + + + + Cannot set timezone. + S’caktohet dot zonë kohore. + + + + Link creation failed, target: %1; link name: %2 + Krijimi i lidhjes dështoi, objektiv: %1; emër lidhjeje: %2 + + + + Cannot set timezone, + S’caktohet dot zonë kohore, + + + + Cannot open /etc/timezone for writing + S’hapet dot /etc/timezone për shkrim + + + + SummaryPage + + + This is an overview of what will happen once you start the install procedure. + Kjo është një përmbledhje e asaj që do të ndodhë sapo të nisni procedurën e instalimit. + + + + SummaryViewStep + + + Summary + Përmbledhje + + + + UsersPage + + + Your username is too long. + Emri juaj i përdoruesit është shumë i gjatë. + + + + Your username contains invalid characters. Only lowercase letters and numbers are allowed. + Emri juaj i përdoruesit përmban shenja të pavlefshme. Lejohen vetëm shkronja të vogla dhe shifra. + + + + Your hostname is too short. + Strehëemri juaj është shumë i shkurtër. + + + + Your hostname is too long. + Strehëemri juaj është shumë i gjatë. + + + + Your hostname contains invalid characters. Only letters, numbers and dashes are allowed. + Strehëemri juaj përmban shenja të pavlefshme. Lejohen vetëm shkronja të vogla dhe shifra. + + + + + Your passwords do not match! + Fjalëkalimet tuaj s’përputhen! + + + + Password is too short + Fjalëkalimi është shumë i shkurtër + + + + Password is too long + Fjalëkalimi është shumë i gjatë + + + + UsersViewStep + + + Users + Përdorues + + + + WelcomePage + + + Form + Formular + + + + &Language: + &Gjuhë: + + + + &Release notes + Shënime &versioni + + + + &Known issues + &Probleme të njohura + + + + &Support + &Asistencë + + + + &About + &Mbi + + + + <h1>Welcome to the %1 installer.</h1> + <h1>Mirë se vini te instaluesi i %1.</h1> + + + + <h1>Welcome to the Calamares installer for %1.</h1> + <h1>Mirë se vini te instaluesi Calamares për %1.</h1> + + + + About %1 installer + Rreth instaluesit %1 + + + + <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Copyright 2017 Adriaan de Groot &lt;groot@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + <h1>%1</h1><br/><strong>%2<br/>për %3</strong><br/><br/>Të drejta kopjimi 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Të drejta kopjimi Adriaan de Groot &lt;groot@kde.org&gt;<br/>Falënderime për: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg dhe <a href="https://www.transifex.com/calamares/calamares/">ekipin e përkthimit të Calamares-it</a>.<br/><br/>Zhvillimi i <a href="http://calamares.io/">Calamares</a> sponsorizohet nga <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software. + + + + %1 support + &Asistencë + + + + WelcomeViewStep + + + Welcome + Mirë se vini + + + \ No newline at end of file diff --git a/lang/calamares_sr.ts b/lang/calamares_sr.ts index cef3918f3..6997bee82 100644 --- a/lang/calamares_sr.ts +++ b/lang/calamares_sr.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - Провера фајл система на партицији %1. - - - - The file system check on partition %1 failed. - Провера фајл система на партицији %1 није успела. - - CheckerWidget @@ -573,7 +560,7 @@ The installer will quit and all changes will be lost. Fi&le System: - + Фајл &систем: @@ -813,12 +800,12 @@ The installer will quit and all changes will be lost. Could not open device %1. - + Није могуће отворити уређај %1. Could not open partition table. - + Није могуће отворити табелу партиција @@ -951,7 +938,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1017,7 +1004,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1078,22 +1065,22 @@ The installer will quit and all changes will be lost. Could not open device '%1'. - + Није могуће отворити уређај '%1'. Could not open partition table. - + Није могуће отворити табелу партиција The installer failed to create file system on partition %1. - + Инсталација није успела да направи фајл систем на партицији %1. The installer failed to update partition table on disk '%1'. - + Инсталација није успела да ажурира табелу партиција на диску '%1'. @@ -1162,7 +1149,7 @@ The installer will quit and all changes will be lost. &Cancel - + &Откажи @@ -1175,7 +1162,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1285,7 +1272,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. Локација - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name Назив - + Description Опис - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Избор пакета @@ -1382,7 +1324,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1525,12 +1467,12 @@ The installer will quit and all changes will be lost. Name - + Назив File System - + Фајл систем @@ -1548,7 +1490,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1733,7 +1675,7 @@ The installer will quit and all changes will be lost. Form - + Форма @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2066,7 +1984,7 @@ The installer will quit and all changes will be lost. Could not open device '%1'. - + Није могуће отворити уређај '%1'. @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users Корисници diff --git a/lang/calamares_sr@latin.ts b/lang/calamares_sr@latin.ts index 285bf6e52..f5e0f6b68 100644 --- a/lang/calamares_sr@latin.ts +++ b/lang/calamares_sr@latin.ts @@ -70,7 +70,7 @@ Type: - + Vrsta: @@ -99,7 +99,7 @@ Install - + Instaliraj @@ -346,19 +346,6 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - - CheckFileSystemJob - - - Checking file system on partition %1. - Provjeravam fajl sistem na particiji %1. - - - - The file system check on partition %1 failed. - Provjera fajl sistema na particiji %1 nije uspjela. - - CheckerWidget @@ -379,7 +366,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. For best results, please ensure that this computer: - + Za najbolje rezultate, uvjetite se da li ovaj računar: @@ -397,7 +384,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. After: - + Poslije: @@ -923,7 +910,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Si&ze: - + Veli&čina @@ -1040,7 +1027,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Finish - + Završi @@ -1083,17 +1070,17 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Could not open partition table. - + Nemoguće otvoriti tabelu particija. The installer failed to create file system on partition %1. - + Instaler ne može napraviti fajl sistem na particiji %1. The installer failed to update partition table on disk '%1'. - + Instaler ne može promjeniti tabelu particija na disku '%1'. @@ -1162,7 +1149,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. &Cancel - + &Prekini @@ -1301,78 +1288,33 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Lokacija - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - Premještanje particije %1 nije uspjelo, promjene su poništene. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Naziv - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. New partition - + Nova particija @@ -1530,7 +1472,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. File System - + Fajl sistem @@ -1656,7 +1598,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. After: - + Poslije: @@ -1806,107 +1748,83 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + ima najmanje %1GB slobodnog prostora na disku - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + ima bar %1GB radne memorije - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + je priključen na izvor struje - + The system is not plugged in to a power source. - + is connected to the Internet - + ima vezu sa internetom - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. Promjeni veličinu particije %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2066,7 +1984,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Could not open device '%1'. - + Nemoguće otvoriti uređaj '%1'. @@ -2079,19 +1997,6 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2236,7 +2141,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. UsersViewStep - + Users Korisnici @@ -2304,7 +2209,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene. Welcome - + Dobrodošli \ No newline at end of file diff --git a/lang/calamares_sv.ts b/lang/calamares_sv.ts index c5536cb35..cc59caff7 100644 --- a/lang/calamares_sv.ts +++ b/lang/calamares_sv.ts @@ -346,19 +346,6 @@ Alla ändringar kommer att gå förlorade. Visa avlusningsinformation - - CheckFileSystemJob - - - Checking file system on partition %1. - Kontrollerar filsystem på partition %1. - - - - The file system check on partition %1 failed. - Filsystemkontrollen på partition %1 misslyckades. - - CheckerWidget @@ -938,12 +925,12 @@ Alla ändringar kommer att gå förlorade. Flags: - + Flaggor: Mountpoint already in use. Please select another one. - + Monteringspunkt används redan. Välj en annan. @@ -951,7 +938,7 @@ Alla ändringar kommer att gå förlorade. Form - + Form @@ -1301,78 +1288,33 @@ Alla ändringar kommer att gå förlorade. Plats - - MoveFileSystemJob - - - Move file system of partition %1. - Flytta filsystemet för partition %1. - - - - Could not open file system on partition %1 for moving. - Kunde inte öppna filsystemet på partition %1 för flyttning. - - - - Could not create target for moving file system on partition %1. - Kunde inte skapa mål för flyttning av filsystemet på partition %1. - - - - Moving of partition %1 failed, changes have been rolled back. - Flytten av partition %1 misslyckades, ändringar har återställts. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - Flytten av partition %1 misslyckades. Återställning av ändringar misslyckades. - - - - Updating boot sector after the moving of partition %1 failed. - Uppdaterar bootsektor efter att flytten av partition %1 misslyckades. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - De logiska sektorstorlekarna i källan och målet för kopiering är inte den samma. Det finns just nu inget stöd för detta. - - - - Source and target for copying do not overlap: Rollback is not required. - Källa och mål för kopiering överlappar inte: Ingen återställning krävs. - - - - - Could not open device %1 to rollback copying. - Kunde inte öppna enhet %1 för återställning av kopiering. - - NetInstallPage - + Name Namn - + Description Beskrivning - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Nätverksinstallation. (Inaktiverad: Kan inte hämta paketlistor, kontrollera nätverksanslutningen) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection Paketval @@ -1806,107 +1748,83 @@ Alla ändringar kommer att gå förlorade. RequirementsChecker - + Gathering system information... Samlar systeminformation... - + has at least %1 GB available drive space har minst %1 GB tillgängligt utrymme på hårddisken - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory har minst %1 GB arbetsminne - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source är ansluten till en strömkälla - + The system is not plugged in to a power source. Systemet är inte anslutet till någon strömkälla. - + is connected to the Internet är ansluten till internet - + The system is not connected to the Internet. Systemet är inte anslutet till internet. - + The installer is not running with administrator rights. Installationsprogammet körs inte med administratörsrättigheter. - + The screen is too small to display the installer. Skärmen är för liten för att visa installationshanteraren. - - ResizeFileSystemJob - - - Resize file system on partition %1. - Ändra storlek på partition %1. - - - - Parted failed to resize filesystem. - Parted misslyckades med att ändra storleken. - - - - Failed to resize filesystem. - Misslyckades med att ändra storleken. - - ResizePartitionJob - + Resize partition %1. Ändra storlek på partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. Ändrar storlek på %2 MB-partitionen %1 till %3 MB. - - + The installer failed to resize partition %1 on disk '%2'. Installationsprogrammet misslyckades med att ändra storleken på partition %1 på disk '%2'. - - - Could not open device '%1'. - Kunde inte öppna enhet '%1'. - ScanningDialog @@ -2079,19 +1997,6 @@ Alla ändringar kommer att gå förlorade. - - SetPartGeometryJob - - - Update geometry of partition %1. - Uppdatera geometrin för partitionen %1. - - - - Failed to change the geometry of the partition. - Misslyckades med att ändra partitionens geometri. - - SetPasswordJob @@ -2236,7 +2141,7 @@ Alla ändringar kommer att gå förlorade. UsersViewStep - + Users Användare diff --git a/lang/calamares_th.ts b/lang/calamares_th.ts index e5016873e..d34fb8575 100644 --- a/lang/calamares_th.ts +++ b/lang/calamares_th.ts @@ -70,7 +70,7 @@ Type: - + ประเภท: @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. แสดงข้อมูลการดีบั๊ก - - CheckFileSystemJob - - - Checking file system on partition %1. - กำลังตรวจสอบระบบไฟล์บนพาร์ทิชัน %1. - - - - The file system check on partition %1 failed. - การตรวจสอบระบบไฟล์บนพาร์ทิชัน %1 ล้มเหลว - - CheckerWidget @@ -392,12 +379,12 @@ The installer will quit and all changes will be lost. Form - + ฟอร์ม After: - + หลัง: @@ -445,17 +432,17 @@ The installer will quit and all changes will be lost. An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + ไม่พบพาร์ทิชันสำหรับระบบ EFI อยู่ที่ไหนเลยในระบบนี้ กรุณากลับไปเลือกใช้การแบ่งพาร์ทิชันด้วยตนเอง เพื่อติดตั้ง %1 The EFI system partition at %1 will be used for starting %2. - + พาร์ทิชันสำหรับระบบ EFI ที่ %1 จะถูกใช้เพื่อเริ่มต้น %2 EFI system partition: - + พาร์ทิชันสำหรับระบบ EFI: @@ -578,7 +565,7 @@ The installer will quit and all changes will be lost. Flags: - + Flags: @@ -770,7 +757,7 @@ The installer will quit and all changes will be lost. usermod terminated with error code %1. - + usermod จบด้วยโค้ดข้อผิดพลาด %1 @@ -923,7 +910,7 @@ The installer will quit and all changes will be lost. Si&ze: - + &Z ขนาด: @@ -938,7 +925,7 @@ The installer will quit and all changes will be lost. Flags: - + Flags: @@ -951,7 +938,7 @@ The installer will quit and all changes will be lost. Form - + ฟอร์ม @@ -1040,7 +1027,7 @@ The installer will quit and all changes will be lost. Finish - + สิ้นสุด @@ -1162,7 +1149,7 @@ The installer will quit and all changes will be lost. &Cancel - + &C ยกเลิก @@ -1285,7 +1272,7 @@ The installer will quit and all changes will be lost. %1 (%2) Language (Country) - + %1 (%2) @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. ตำแหน่ง - - MoveFileSystemJob - - - Move file system of partition %1. - เคลื่อนย้ายระบบไฟล์ของพาร์ทิชัน %1 - - - - Could not open file system on partition %1 for moving. - ไม่สามารถเปิดระบบไฟล์บนพาร์ทิชัน %1 เพื่อการเคลื่อนย้าย - - - - Could not create target for moving file system on partition %1. - ไม่สามารถสร้างเป้าหมายเพื่อเคลื่อนย้ายระบบไฟล์บนพาร์ทิชัน %1 - - - - Moving of partition %1 failed, changes have been rolled back. - การเคลื่อนย้ายพาร์ทิชัน %1 ล้มเหลว การเปลี่ยนแปลงถูกย้อนกลับเป็นค่าก่อนหน้า - - - - Moving of partition %1 failed. Roll back of the changes have failed. - การเคลื่อนย้ายพาร์ทิชัน %1 ล้มเหลว กระบวนการย้อนกลับการเปลี่ยนแปลงล้มเหลว - - - - Updating boot sector after the moving of partition %1 failed. - กำลังอัพเดท boot sector หลังจากที่การเคลื่อนย้ายพาร์ทิชัน %1 ล้มเหลว - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - ในขณะนี้ไม่สนับสนุนการคัดลอกที่ขนาด logical sector ในต้นทางและเป้าหมายไม่เหมือนกัน - - - - Source and target for copying do not overlap: Rollback is not required. - ต้นทางและเป้าหมายสำหรับการคัดลอกไม่ซ้อนทับกัน ไม่จำเป็นต้องใช้การย้อนกลับการคัดลอก - - - - - Could not open device %1 to rollback copying. - ไม่สามารถเปิดอุปกรณ์ %1 เพื่อย้อนกลับการคัดลอก - - NetInstallPage - + Name - + ชื่อ - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1500,7 +1442,7 @@ The installer will quit and all changes will be lost. New partition - + พาร์ทิชันใหม่ @@ -1656,7 +1598,7 @@ The installer will quit and all changes will be lost. After: - + หลัง: @@ -1733,47 +1675,47 @@ The installer will quit and all changes will be lost. Form - + ฟอร์ม Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + เลือกที่ที่จะติดตั้ง %1<br/><font color="red">คำเตือน: </font>ตัวเลือกนี้จะลบไฟล์ทั้งหมดบนพาร์ทิชันที่เลือก The selected item does not appear to be a valid partition. - + ไอเทมที่เลือกไม่ใช่พาร์ทิชันที่ถูกต้อง %1 cannot be installed on empty space. Please select an existing partition. - + ไม่สามารถติดตั้ง %1 บนพื้นที่ว่าง กรุณาเลือกพาร์ทิชันที่มี %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + ไม่สามารถติดตั้ง %1 บนพาร์ทิชัน extended กรุณาเลือกพาร์ทิชันหลักหรือพาร์ทิชันโลจิคัลที่มีอยู่ %1 cannot be installed on this partition. - + ไม่สามารถติดตั้ง %1 บนพาร์ทิชันนี้ Data partition (%1) - + พาร์ทิชันข้อมูล (%1) Unknown system partition (%1) - + พาร์ทิชันระบบที่ไม่รู้จัก (%1) %1 system partition (%2) - + %1 พาร์ทิชันระบบ (%2) @@ -1795,118 +1737,94 @@ The installer will quit and all changes will be lost. The EFI system partition at %1 will be used for starting %2. - + พาร์ทิชันสำหรับระบบ EFI ที่ %1 จะถูกใช้เพื่อเริ่มต้น %2 EFI system partition: - + พาร์ทิชันสำหรับระบบ EFI: RequirementsChecker - + Gathering system information... - + กำลังรวบรวมข้อมูลของระบบ... - + has at least %1 GB available drive space - + มีพื้นที่บนไดรฟ์เหลืออย่างน้อย %1 GB - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + มีพื้นที่หน่วยความจำอย่างน้อย %1 GB - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + เชื่อมต่อปลั๊กเข้ากับแหล่งจ่ายไฟ - + The system is not plugged in to a power source. - + is connected to the Internet - + เชื่อมต่อกับอินเตอร์เน็ต - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - เปลี่ยนขนาดระบบไฟล์บนพาร์ทิชัน %1 - - - - Parted failed to resize filesystem. - Parted ไม่สามารถเปลี่ยนขนาดระบบไฟล์ได้ - - - - Failed to resize filesystem. - ไม่สามารถเปลี่ยนขนาดระบบไฟล์ได้ - - ResizePartitionJob - + Resize partition %1. เปลี่ยนขนาดพาร์ทิชัน %1 - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. ตัวติดตั้งไม่สามารถเปลี่ยนขนาดพาร์ทิชัน %1 บนดิสก์ '%2' - - - Could not open device '%1'. - ไม่สามารถเปิดอุปกรณ์ '%1' - ScanningDialog @@ -2066,7 +1984,7 @@ The installer will quit and all changes will be lost. Could not open device '%1'. - + ไม่สามารถเปิดอุปกรณ์ '%1' @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - อัพเดทรูปทรงเรขาคณิตของพาร์ทิชัน %1 - - - - Failed to change the geometry of the partition. - ไม่สามารถเปลี่ยนรูปทรงเรขาคณิตของพาร์ทิชัน - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users ผู้ใช้ @@ -2271,7 +2176,7 @@ The installer will quit and all changes will be lost. &About - + &A เกี่ยวกับ @@ -2286,7 +2191,7 @@ The installer will quit and all changes will be lost. About %1 installer - + เกี่ยวกับตัวติดตั้ง %1 @@ -2304,7 +2209,7 @@ The installer will quit and all changes will be lost. Welcome - + ยินดีต้อนรับ \ No newline at end of file diff --git a/lang/calamares_tr_TR.ts b/lang/calamares_tr_TR.ts index a378d0b6e..2a44099ad 100644 --- a/lang/calamares_tr_TR.ts +++ b/lang/calamares_tr_TR.ts @@ -346,19 +346,6 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek. Hata ayıklama bilgisini göster - - CheckFileSystemJob - - - Checking file system on partition %1. - Bölüm üzerindeki dosya sistemi kontrol ediliyor %1. - - - - The file system check on partition %1 failed. - Bölüm üzerinde dosya sistemi kontrolü başarısız oldu %1. - - CheckerWidget @@ -1304,78 +1291,33 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.Sistem Yereli - - MoveFileSystemJob - - - Move file system of partition %1. - %1 Bölümüne dosya sistemini taşı. - - - - Could not open file system on partition %1 for moving. - %1 üzerindeki bölümden taşımak için dosya sistemi açılamadı. - - - - Could not create target for moving file system on partition %1. - %1 bölümüne dosya sistemini taşımak için hedef oluşturulamadı. - - - - Moving of partition %1 failed, changes have been rolled back. - %1 bölümüne taşırken hata oluştu, değişiklikler geri alındı. - - - - Moving of partition %1 failed. Roll back of the changes have failed. - %1 bölümüne taşırken hata oluştu, değişiklikler geri alınırken işlem başarısız oldu. - - - - Updating boot sector after the moving of partition %1 failed. - boot sektör güncellendikten sonra %1 bölüme taşınamadı. - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - Kaynak ve hedefin mantıksal sektör boyutu kopyalama için aynı değil. Bu şu anda desteklenmiyor. - - - - Source and target for copying do not overlap: Rollback is not required. - Kopyalamak için kaynak ve hedef eşleşmedi: Değişiklikler geri alınamadı. - - - - - Could not open device %1 to rollback copying. - %1 kopyalanıp geri alınırken aygıt açılamadı. - - NetInstallPage - + Name İsim - + Description Açıklama - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) Ağ Üzerinden Kurulum. (Devre Dışı: Paket listeleri alınamıyor, ağ bağlantısını kontrol ediniz) + + + Network Installation. (Disabled: Received invalid groups data) + Ağ Kurulum. (Devre dışı: Geçersiz grup verileri alındı) + NetInstallViewStep - + Package selection Paket seçimi @@ -1810,108 +1752,84 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir. RequirementsChecker - + Gathering system information... Sistem bilgileri toplanıyor... - + has at least %1 GB available drive space En az %1 GB disk alanı olduğundan... - + There is not enough drive space. At least %1 GB is required. Yeterli disk alanı mevcut değil. En az %1 GB disk alanı gereklidir. - + has at least %1 GB working memory En az %1 GB bellek bulunduğundan... - + The system does not have enough working memory. At least %1 GB is required. Yeterli ram bellek gereksinimi karşılanamıyor. En az %1 GB ram bellek gereklidir. - + is plugged in to a power source Bir güç kaynağına takılı olduğundan... - + The system is not plugged in to a power source. Sistem güç kaynağına bağlı değil. - + is connected to the Internet İnternete bağlı olduğundan... - + The system is not connected to the Internet. Sistem internete bağlı değil. - + The installer is not running with administrator rights. Sistem yükleyici yönetici haklarına sahip olmadan çalışmıyor. - + The screen is too small to display the installer. Ekran, sistem yükleyiciyi görüntülemek için çok küçük. - - ResizeFileSystemJob - - - Resize file system on partition %1. - %1 bölümünde dosya sistemini yeniden boyutlandır. - - - - Parted failed to resize filesystem. - Parted dosya sistemini yeniden boyutlandıramadı. - - - - Failed to resize filesystem. - Dosya sistemi boyutlandırılamadı. - - ResizePartitionJob - + Resize partition %1. %1 bölümünü yeniden boyutlandır. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. <strong>%2MB</strong> <strong>%1</strong> disk bölümünü <strong>%3MB</strong> olarak yeniden boyutlandır. - + Resizing %2MB partition %1 to %3MB. %1 disk bölümü %2 boyutundan %3 boyutuna ayarlanıyor. - - + The installer failed to resize partition %1 on disk '%2'. Yükleyici %1 bölümünü '%2' diski üzerinde yeniden boyutlandırılamadı. - - - Could not open device '%1'. - '%1' aygıtı açılamadı. - ScanningDialog @@ -2084,19 +2002,6 @@ Sistem güç kaynağına bağlı değil. '%1' bölümü bulunamadı. - - SetPartGeometryJob - - - Update geometry of partition %1. - %1 bölümün güncelleme grafiği. - - - - Failed to change the geometry of the partition. - Bölüm değişiklikleri grafiklendirilemedi. - - SetPasswordJob @@ -2241,7 +2146,7 @@ Sistem güç kaynağına bağlı değil. UsersViewStep - + Users Kullanıcı Tercihleri diff --git a/lang/calamares_uk.ts b/lang/calamares_uk.ts index 47d83f316..63d95f7f9 100644 --- a/lang/calamares_uk.ts +++ b/lang/calamares_uk.ts @@ -338,7 +338,7 @@ The installer will quit and all changes will be lost. %1 Installer - %1 Установник + Установник %1 @@ -346,45 +346,32 @@ The installer will quit and all changes will be lost. Показати відлагоджувальну інформацію - - CheckFileSystemJob - - - Checking file system on partition %1. - Перевірка файлової системи на розділі %1. - - - - The file system check on partition %1 failed. - Перевірка файлової системи на розділі %1 завершилася невдачею. - - CheckerWidget This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a> - + Цей комп'ютер не задовільняє мінімальним вимогам для встановлення %1.<br/>Встановлення неможливо продовжити. <a href="#details">Докладніше...</a> This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled. - + Цей комп'ютер не задовільняє рекомендованим вимогам для встановлення %1.<br/>Встановлення можна продовжити, але деякі особливості можуть бути вимкненими. This program will ask you some questions and set up %2 on your computer. - + Ця програма поставить кілька питань та встановить %2 на ваш комп'ютер. For best results, please ensure that this computer: - + Щоб отримати найкращий результат, будь-ласка переконайтеся, що цей комп'ютер: System requirements - + Системні вимоги @@ -392,32 +379,32 @@ The installer will quit and all changes will be lost. Form - + Форма After: - + Після: <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. - + <strong>Розподілення вручну</strong><br/>Ви можете створити або змінити розмір розділів власноруч. Boot loader location: - + Місцезнаходження завантажувача: %1 will be shrunk to %2MB and a new %3MB partition will be created for %4. - + Розділ %1 буде зменьшено до %2Мб та створено новий розділ розміром %3MB для %4. Select storage de&vice: - + Обрати &пристрій зберігання: @@ -425,42 +412,42 @@ The installer will quit and all changes will be lost. Current: - + Зараз: Reuse %1 as home partition for %2. - + Використати %1 як домашній розділ (home) для %2. <strong>Select a partition to shrink, then drag the bottom bar to resize</strong> - + <strong>Оберіть розділ для зменьшення, потім тягніть повзунок, щоб змінити розмір</strong> <strong>Select a partition to install on</strong> - + <strong>Оберіть розділ, на який встановити</strong> An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + В цій системі не знайдено жодного системного розділу EFI. Щоб встановити %1, будь ласка, поверніться та оберіть розподілення вручну. The EFI system partition at %1 will be used for starting %2. - + Системний розділ EFI %1 буде використано для встановлення %2. EFI system partition: - + Системний розділ EFI: This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + Цей пристрій зберігання, схоже, не має жодної операційної системи. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. @@ -468,12 +455,12 @@ The installer will quit and all changes will be lost. <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device. - + <strong>Очистити диск</strong><br/>Це <font color="red">знищить</font> всі данні, присутні на обраному пристрої зберігання. This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + На цьому пристрої зберігання є %1. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. @@ -481,7 +468,7 @@ The installer will quit and all changes will be lost. <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1. - + <strong>Встановити поруч</strong><br/>Установник зменьшить розмір розділу, щоб вивільнити простір для %1. @@ -489,17 +476,17 @@ The installer will quit and all changes will be lost. <strong>Replace a partition</strong><br/>Replaces a partition with %1. - + <strong>Замінити розділ</strong><br/>Замінити розділу на %1. This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + На цьому пристрої зберігання вже є операційна система. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device. - + На цьому пристрої зберігання вже є декілька операційних систем. Що ви бажаєте зробити?<br/>У вас буде можливість переглянути та підтвердити все, що ви обрали перед тим, як будуть зроблені будь-які зміни на пристрої зберігання. @@ -507,17 +494,17 @@ The installer will quit and all changes will be lost. Clear mounts for partitioning operations on %1 - + Очистити точки підключення для операцій над розділами на %1 Clearing mounts for partitioning operations on %1. - + Очищення точок підключення для операцій над розділами на %1. Cleared all mounts for %1 - + Очищено всі точки підключення для %1 @@ -525,22 +512,22 @@ The installer will quit and all changes will be lost. Clear all temporary mounts. - + Очистити всі тимчасові точки підключення. Clearing all temporary mounts. - + Очищення всіх тимчасових точок підключення. Cannot get list of temporary mounts. - + Неможливо отримати список тимчасових точок підключення. Cleared all temporary mounts. - + Очищено всі тимчасові точки підключення. @@ -548,72 +535,72 @@ The installer will quit and all changes will be lost. Create a Partition - + Створити розділ MiB - + МіБ Partition &Type: - + &Тип розділу: &Primary - + &Основний E&xtended - + &Розширений Fi&le System: - + &Файлова система: Flags: - + Прапорці: &Mount Point: - + Точка &підключення: Si&ze: - + Ро&змір: En&crypt - + За&шифрувати Logical - + Логічний Primary - + Основний GPT - + GPT Mountpoint already in use. Please select another one. - + Точка підключення наразі використовується. Оберіть, будь ласка, іншу. @@ -621,42 +608,42 @@ The installer will quit and all changes will be lost. Create new %2MB partition on %4 (%3) with file system %1. - + Створити новий розділ розміром %2Мб на %4 (%3) з файловою системою %1. Create new <strong>%2MB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>. - + Створити новий розділ розміром <strong>%2Мб</strong> на <strong>%4</strong> (%3) з файловою системою <strong>%1</strong>. Creating new %1 partition on %2. - + Створення нового розділу %1 на %2. The installer failed to create partition on disk '%1'. - + Установник зазнав невдачі під час створення розділу на диску '%1'. Could not open device '%1'. - + Неможливо відкрити пристрій '%1'. Could not open partition table. - + Неможливо відкрити таблицю розділів. The installer failed to create file system on partition %1. - + Установник зазнав невдачі під час створення файлової системи на розділі %1. The installer failed to update partition table on disk '%1'. - + Установник зазнав невдачі під час оновлення таблиці розділів на диску '%1'. @@ -664,27 +651,27 @@ The installer will quit and all changes will be lost. Create Partition Table - + Створити таблицю розділів Creating a new partition table will delete all existing data on the disk. - + Створення нової таблиці розділів знищить всі данні, присутні на диску. What kind of partition table do you want to create? - + Таблицю розділів якого типу ви бажаєте створити? Master Boot Record (MBR) - + Головний завантажувальний запис (MBR) GUID Partition Table (GPT) - + Таблиця розділів GUID (GPT) @@ -692,27 +679,27 @@ The installer will quit and all changes will be lost. Create new %1 partition table on %2. - + Створити нову таблицю розділів %1 на %2. Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3). - + Створити нову таблицю розділів <strong>%1</strong> на <strong>%2</strong> (%3). Creating new %1 partition table on %2. - + Створення нової таблиці розділів %1 на %2. The installer failed to create a partition table on %1. - + Установник зазнав невдачі під час створення таблиці розділів на %1. Could not open device %1. - + Неможливо відкрити пристрій %1. @@ -720,67 +707,67 @@ The installer will quit and all changes will be lost. Create user %1 - + Створити користувача %1 Create user <strong>%1</strong>. - + Створити користувача <strong>%1</strong>. Creating user %1. - + Створення користувача %1. Sudoers dir is not writable. - + Неможливо запиcати у директорію sudoers. Cannot create sudoers file for writing. - + Неможливо створити файл sudoers для запису. Cannot chmod sudoers file. - + Неможливо встановити права на файл sudoers. Cannot open groups file for reading. - + Неможливо відкрити файл груп для читання. Cannot create user %1. - + Неможливо створити користувача %1. useradd terminated with error code %1. - + useradd завершилася з кодом помилки %1. Cannot add user %1 to groups: %2. - + Неможливо додати користувача %1 до груп: %2. usermod terminated with error code %1. - + usermod завершилася з кодом помилки %1. Cannot set home directory ownership for user %1. - + Неможливо встановити права власності на домашню теку для користувача %1. chown terminated with error code %1. - + chown завершилася з кодом помилки %1. @@ -788,37 +775,37 @@ The installer will quit and all changes will be lost. Delete partition %1. - + Видалити розділ %1. Delete partition <strong>%1</strong>. - + Видалити розділ <strong>%1</strong>. Deleting partition %1. - + Видалення розділу %1. The installer failed to delete partition %1. - + Установник зазнав невдачі під час видалення розділу %1. Partition (%1) and device (%2) do not match. - + Розділ (%1) та пристрій (%2) не співпадають. Could not open device %1. - + Неможливо відкрити пристрій %1. Could not open partition table. - + Неможливо відкрити таблицю розділів. @@ -826,32 +813,32 @@ The installer will quit and all changes will be lost. The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred. - + Тип <strong>таблиці розділів</strong> на обраному пристрої зберігання.<br><br>Єдиний спосіб змінити таблицю розділів - це очистити і створити таблицю розділів з нуля, що знищить всі дані на пристрої зберігання.<br>Установник залишить поточну таблицю розділів, якщо ви явно не оберете інше.<br>Якщо не впевнені, на більш сучасних системах надайте перевагу GPT. This device has a <strong>%1</strong> partition table. - + На цьому пристрої таблиця розділів <strong>%1</strong>. This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem. - + Це <strong>loop-пристрій</strong>.Це псевдо-пристрій, що не має таблиці розділів та дозволяє доступ до файлу як до блокового пристрою. Цей спосіб налаштування зазвичай містить одну єдину файлову систему. This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page. - + Установник <strong>не може визначити таблицю розділів</strong> на обраному пристрої зберігання.<br><br>Пристрій або на має таблиці розділів, або таблицю розділів пошкоджено чи вона невідомого типу.<br>Установник може створити нову таблицю розділів для вас, автоматично або за допомогою сторінки розподілення вручну. <br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment. - + <br><br>Це рекомендований тип таблиці розділів для сучасних систем, які запускаються за допомогою завантажувального середовища <strong>EFI</strong>. <br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions. - + <br><br>Цей тип таблиці розділів рекомендований лише для старих систем, які запускаються за допомогою завантажувального середовища <strong>BIOS</strong>. GPT рекомендовано у більшості інших випадків.<br><br><strong>Попередження:</strong> таблиця розділів MBR - це застарілий стандарт часів MS-DOS. Можливо створити <br>Лише 4 <em>основних</em> розділів, один зі яких може бути <em>розширеним</em>, який в свою чергу може містити багато <em>логічних</em> розділів. @@ -859,7 +846,7 @@ The installer will quit and all changes will be lost. %1 - %2 (%3) - + %1 - %2 (%3) @@ -867,17 +854,17 @@ The installer will quit and all changes will be lost. Write LUKS configuration for Dracut to %1 - + Записати налаштування LUKS для Dracut до %1 Skip writing LUKS configuration for Dracut: "/" partition is not encrypted - + Пропустити запис налаштування LUKS для Dracut: розділ "/" не зашифрований Failed to open %1 - + Не вдалося відкрити %1 @@ -885,7 +872,7 @@ The installer will quit and all changes will be lost. Dummy C++ Job - + Завдання-макет C++ @@ -893,57 +880,57 @@ The installer will quit and all changes will be lost. Edit Existing Partition - + Редагування розділу Content: - + Вміст: &Keep - + За&лишити Format - + Форматувати Warning: Formatting the partition will erase all existing data. - + Попередження: Форматування розділу знищить всі присутні на ньому дані. &Mount Point: - + Точка &підключення: Si&ze: - + Ро&змір: MiB - + МіБ Fi&le System: - + &Файлова система: Flags: - + Прапорці: Mountpoint already in use. Please select another one. - + Точка підключення наразі використовується. Оберіть, будь ласка, іншу. @@ -951,27 +938,27 @@ The installer will quit and all changes will be lost. Form - + Форма En&crypt system - + За&шифрувати систему Passphrase - + Ключова фраза Confirm passphrase - + Підтвердження ключової фрази Please enter the same passphrase in both boxes. - + Будь ласка, введіть однакову ключову фразу у обидва текстові вікна. @@ -979,37 +966,37 @@ The installer will quit and all changes will be lost. Set partition information - + Ввести інформацію про розділ Install %1 on <strong>new</strong> %2 system partition. - + Встановити %1 на <strong>новий</strong> системний розділ %2. Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>. - + Налаштувати <strong>новий</strong> розділ %2 з точкою підключення <strong>%1</strong>. Install %2 on %3 system partition <strong>%1</strong>. - + Встановити %2 на системний розділ %3 <strong>%1</strong>. Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>. - + Налаштувати розділ %3 <strong>%1</strong> з точкою підключення <strong>%2</strong>. Install boot loader on <strong>%1</strong>. - + Встановити завантажувач на <strong>%1</strong>. Setting up mount points. - + Налаштування точок підключення. @@ -1017,22 +1004,22 @@ The installer will quit and all changes will be lost. Form - + Форма &Restart now - + &Перезавантажити зараз <h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment. - + <h1>Все зроблено.</h1><br/>%1 встановлено на ваш комп'ютер.<br/>Ви можете перезавантажитися до вашої нової системи або продовжити використання Live-середовища %2. <h1>Installation Failed</h1><br/>%1 has not been installed on your computer.<br/>The error message was: %2. - + <h1>Встановлення зазнало невдачі</h1><br/>%1 не було встановлено на Ваш комп'ютер.<br/>Повідомлення про помилку: %2. @@ -1040,17 +1027,17 @@ The installer will quit and all changes will be lost. Finish - + Завершити Installation Complete - + Встановлення завершено The installation of %1 is complete. - + Встановлення %1 завершено. @@ -1058,42 +1045,42 @@ The installer will quit and all changes will be lost. Format partition %1 (file system: %2, size: %3 MB) on %4. - + Форматувати розділ %1 (файлова система: %2, розмір: %3 Мб) на %4. Format <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>. - + Форматувати розділ <strong>%1</strong> розміром <strong>%3Мб</strong> з файловою системою <strong>%2</strong>. Formatting partition %1 with file system %2. - + Форматування розділу %1 з файловою системою %2. The installer failed to format partition %1 on disk '%2'. - + Установник зазнав невдачі під час форматування розділу %1 на диску '%2'. Could not open device '%1'. - + Неможливо відкрити пристрій '%1'. Could not open partition table. - + Неможливо відкрити таблицю розділів. The installer failed to create file system on partition %1. - + Установник зазнав невдачі під час створення файлової системи на розділі %1. The installer failed to update partition table on disk '%1'. - + Установник зазнав невдачі під час оновлення таблиці розділів на диску '%1'. @@ -1103,19 +1090,19 @@ The installer will quit and all changes will be lost. Konsole not installed - + Konsole не встановлено Please install the kde konsole and try again! - + Будь-ласка встановіть KDE Konsole та спробуйте знов! Executing script: &nbsp;<code>%1</code> - + Виконується скрипт: &nbsp;<code>%1</code> @@ -1123,7 +1110,7 @@ The installer will quit and all changes will be lost. Script - + Скрипт @@ -1131,12 +1118,12 @@ The installer will quit and all changes will be lost. Set keyboard model to %1.<br/> - + Встановити модель клавіатури як %1.<br/> Set keyboard layout to %1/%2. - + Встановити розкладку клавіатури як %1/%2. @@ -1144,7 +1131,7 @@ The installer will quit and all changes will be lost. Keyboard - + Клавіатура @@ -1152,22 +1139,22 @@ The installer will quit and all changes will be lost. System locale setting - + Налаштування системної локалі The system locale setting affects the language and character set for some command line user interface elements.<br/>The current setting is <strong>%1</strong>. - + Налаштування системної локалі впливає на мову та набір символів для деяких елементів інтерфейсу командного рядку.<br/>Наразі встановлено <strong>%1</strong>. &Cancel - + &Скасувати &OK - + &OK @@ -1175,69 +1162,69 @@ The installer will quit and all changes will be lost. Form - + Форма I accept the terms and conditions above. - + Я приймаю положення та умови, що наведені вище. <h1>License Agreement</h1>This setup procedure will install proprietary software that is subject to licensing terms. - + <h1>Ліцензійна угода</h1>Процедура встановить пропрієтарне програмне забезпечення, яке підлягає умовам ліцензування. Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, the setup procedure cannot continue. - + Будь-ласка, перегляньте Ліцензійні Угоди Кінцевого Користувача (EULAs), що наведені вище.<br/>Якщо ви не згодні з умовами, процедуру встановлення не можна продовжити. <h1>License Agreement</h1>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience. - + <h1>Ліцензійна угода</h1>Для надання додаткових можливостей та з метою покращення користувацького досвіду, процедура може встановити пропрієтарне програмне забезпечення, яке підлягає умовам ліцензування. Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead. - + Будь-ласка, перегляньте Ліцензійні Угоди Кінцевого Користувача (EULAs), що наведені вище.<br/>Якщо ви не згодні з умовами, пропрієтарне програмне забезпечення не буде встановлено, та замість нього буде використано альтернативи з відкритим сирцевим кодом. <strong>%1 driver</strong><br/>by %2 %1 is an untranslatable product name, example: Creative Audigy driver - + <strong>Драйвер %1</strong><br/>від %2 <strong>%1 graphics driver</strong><br/><font color="Grey">by %2</font> %1 is usually a vendor name, example: Nvidia graphics driver - + <strong>Графічний драйвер %1</strong><br/><font color="Grey">від %2</font> <strong>%1 browser plugin</strong><br/><font color="Grey">by %2</font> - + <strong>Плагін для переглядача тенет %1</strong><br/><font color="Grey">від %2</font> <strong>%1 codec</strong><br/><font color="Grey">by %2</font> - + <strong>Кодек %1</strong><br/><font color="Grey">від %2</font> <strong>%1 package</strong><br/><font color="Grey">by %2</font> - + <strong>Пакет %1</strong><br/><font color="Grey">від %2</font> <strong>%1</strong><br/><font color="Grey">by %2</font> - + <strong>%1</strong><br/><font color="Grey">від %2</font> <a href="%1">view license agreement</a> - + <a href="%1">переглянути ліцензійну угоду</a> @@ -1245,7 +1232,7 @@ The installer will quit and all changes will be lost. License - + Ліцензія @@ -1253,39 +1240,39 @@ The installer will quit and all changes will be lost. The system language will be set to %1. - + Мову %1 буде встановлено як системну. The numbers and dates locale will be set to %1. - + %1 буде встановлено як локаль чисел та дат. Region: - + Регіон: Zone: - + Зона: &Change... - + &Змінити... Set timezone to %1/%2.<br/> - + Встановити зону %1/%2.<br/> %1 (%2) Language (Country) - + %1 (%2) @@ -1293,88 +1280,43 @@ The installer will quit and all changes will be lost. Loading location data... - + Завантаження данних про місцезнаходження... Location - - - - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - + Місцезнаходження NetInstallPage - + Name - + Ім'я - + Description - + Опис - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) - + Встановлення через мережу. (Вимкнено: Неможливо отримати список пакетів, перевірте ваше підключення до мережі) + + + + Network Installation. (Disabled: Received invalid groups data) + Встановлення через мережу. (Вимкнено: Отримано неправильні дані про групи) NetInstallViewStep - + Package selection - + Вибір пакетів @@ -1382,17 +1324,17 @@ The installer will quit and all changes will be lost. Form - + Форма Keyboard Model: - + Модель клавіатури: Type here to test your keyboard - + Напишіть тут, щоб перевірити клавіатуру @@ -1400,69 +1342,69 @@ The installer will quit and all changes will be lost. Form - + Форма What is your name? - + Ваше ім'я? What name do you want to use to log in? - + Яке ім'я ви бажаєте використовувати для входу? font-weight: normal - + font-weight: normal <small>If more than one person will use this computer, you can set up multiple accounts after installation.</small> - + <small>Якщо цей комп'ютер будуть використовувати більше однієї особи, ви можете налаштувати декілька облікових рахунків після встановлення.</small> Choose a password to keep your account safe. - + Оберіть пароль, щоб тримати ваш обліковий рахунок у безпеці. <small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small> - + <small>Введіть один й той самий пароль двічі, для перевірки щодо помилок введення. Надійному паролю слід містити суміш літер, чисел та розділових знаків, бути довжиною хоча б вісім символів та регулярно змінюватись.</small> What is the name of this computer? - + Ім'я цього комп'ютера? <small>This name will be used if you make the computer visible to others on a network.</small> - + <small>Це ім'я буде використовуватись, якщо ви зробите комп'ютер видимим іншим у мережі.</small> Log in automatically without asking for the password. - + Входити автоматично без паролю. Use the same password for the administrator account. - + Використовувати той самий пароль і для облікового рахунку адміністратора. Choose a password for the administrator account. - + Оберіть пароль для облікового рахунку адміністратора. <small>Enter the same password twice, so that it can be checked for typing errors.</small> - + <small>Введіть один й той самий пароль двічі, для перевірки щодо помилок введення.</small> @@ -1470,42 +1412,42 @@ The installer will quit and all changes will be lost. Root - + Корінь Home - + Домівка Boot - + Завантажувальний розділ EFI system - + EFI-система Swap - + Область підкачки New partition for %1 - + Новий розділ для %1 New partition - + Новий розділ %1 %2 - + %1 %2 @@ -1514,33 +1456,33 @@ The installer will quit and all changes will be lost. Free Space - + Вільний простір New partition - + Новий розділ Name - + Ім'я File System - + Файлова система Mount Point - + Точка підключення Size - + Розмір @@ -1548,47 +1490,47 @@ The installer will quit and all changes will be lost. Form - + Форма Storage de&vice: - + &Пристрій зберігання: &Revert All Changes - + Скинути всі &зміни New Partition &Table - + Нова &таблиця розділів &Create - + &Створити &Edit - + &Редагувати &Delete - + &Видалити Install boot &loader on: - + Встановити за&вантажувач на: Are you sure you want to create a new partition table on %1? - + Ви впевнені, що бажаєте створити нову таблицю розділів на %1? @@ -1596,97 +1538,97 @@ The installer will quit and all changes will be lost. Gathering system information... - + Збір інформації про систему... Partitions - + Розділи Install %1 <strong>alongside</strong> another operating system. - + Встановити %1 <strong>поруч</strong> з іншою операційною системою. <strong>Erase</strong> disk and install %1. - + <strong>Очистити</strong> диск та встановити %1. <strong>Replace</strong> a partition with %1. - + <strong>Замінити</strong> розділ на %1. <strong>Manual</strong> partitioning. - + Розподілення диску <strong>власноруч</strong>. Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3). - + Встановити %1 <strong>поруч</strong> з іншою операційною системою на диск <strong>%2</strong> (%3). <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1. - + <strong>Очистити</strong> диск <strong>%2</strong> (%3) та встановити %1. <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1. - + <strong>Замінити</strong> розділ на диску <strong>%2</strong> (%3) на %1. <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2). - + Розподілення диску <strong>%1</strong> (%2) <strong>власноруч</strong>. Disk <strong>%1</strong> (%2) - + Диск <strong>%1</strong> (%2) Current: - + Зараз: After: - + Після: No EFI system partition configured - + Не налаштовано жодного системного розділу EFI An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start. - + Щоб запустити %1, потрібен системний розділ EFI.<br/><br/>Щоб налаштувати системний розділ EFI, поверніться та оберіть або створіть файлову систему FAT32 з увімкненною опцією <strong>esp</strong> та точкою підключення <strong>%2</strong>.<br/><br/>Ви можете продовжити не налаштовуючи системний розділ EFI, але ваша система може не запускатись. EFI system partition flag not set - + Опцію системного розділу EFI не встановлено An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start. - + Для запуску %1 потрібен системний розділ EFI.<br/><br/>Розділ налаштовано з точкою підключення <strong>%2</strong>, але опція <strong>esp</strong> не встановлено.<br/>Щоб встановити опцію, поверніться та відредагуйте розділ.<br/><br/>Ви можете продовжити не налаштовуючи цю опцію, але ваша система може не запускатись. Boot partition not encrypted - + Завантажувальний розділ незашифрований A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window. - + Було налаштовано окремий завантажувальний розділ поряд із зашифрованим кореневим розділом, але завантажувальний розділ незашифрований.<br/><br/>Існують проблеми з безпекою такого типу, оскільки важливі системні файли зберігаються на незашифрованому розділі.<br/>Ви можете продовжувати, якщо бажаєте, але розблокування файлової системи відбудеться пізніше під час запуску системи.<br/>Щоб зашифрувати завантажувальний розділ, поверніться і створіть його знов, обравши <strong>Зашифрувати</strong> у вікні створення розділів. @@ -1694,38 +1636,38 @@ The installer will quit and all changes will be lost. Default Keyboard Model - + Модель клавіатури за замовченням Default - + За замовченням unknown - + невідома extended - + розширена unformatted - + неформатовано swap - + область підкачки Unpartitioned space or unknown partition table - + Нерозподілений простір або невідома таблиця розділів @@ -1733,179 +1675,155 @@ The installer will quit and all changes will be lost. Form - + Форма Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition. - + Оберіть, куди встановити %1.<br/><font color="red">Увага: </font>це знищить всі файли на обраному розділі. The selected item does not appear to be a valid partition. - + Вибраний елемент не є дійсним розділом. %1 cannot be installed on empty space. Please select an existing partition. - + %1 не можна встановити на порожній простір. Будь ласка, оберіть дійсний розділ. %1 cannot be installed on an extended partition. Please select an existing primary or logical partition. - + %1 не можна встановити на розширений розділ. Будь ласка, оберіть дійсний первинний фбо логічний розділ. %1 cannot be installed on this partition. - + %1 не можна встановити на цей розділ. Data partition (%1) - + Розділ з даними (%1) Unknown system partition (%1) - + Невідомий системний розділ (%1) %1 system partition (%2) - + Системний розділ %1 (%2) <strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB. - + <strong>%4</strong><br/><br/>Розділ %1 замалий для %2. Будь ласка оберіть розділ розміром хоча б %3 Гб. <strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1. - + <strong>%2</strong><br/><br/>Системний розділ EFI у цій системі не знайдено. Для встановлення %1, будь ласка, поверніться назад і скористайтеся розподіленням вручну. <strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost. - + <strong>%3</strong><br/><br/>%1 буде встановлено на %2.<br/><font color="red">Увага: </font>всі дані на розділі %2 буде загублено. The EFI system partition at %1 will be used for starting %2. - + Системний розділ EFI на %1 буде використано для запуску %2. EFI system partition: - + Системний розділ EFI: RequirementsChecker - + Gathering system information... - + Збираємо інформацію про систему... - + has at least %1 GB available drive space - + має хоча б %1 Гб доступного простору - + There is not enough drive space. At least %1 GB is required. - + Недостатньо простору на диску. Потрібно хоча б %1 Гб. - + has at least %1 GB working memory - + має хоча б %1 Гб операційної пам'яті - + The system does not have enough working memory. At least %1 GB is required. - + Система не має достатньо операційної пам'яті. Потрібно хоча б %1 Гб. - + is plugged in to a power source - + підключена до джерела живлення - + The system is not plugged in to a power source. - + Система не підключена до джерела живлення. - + is connected to the Internet - + з'єднано з мережею Інтернет - + The system is not connected to the Internet. - + Система не з'єднана з мережею Інтернет. - + The installer is not running with administrator rights. - + Установник запущено без прав адміністратора. - + The screen is too small to display the installer. - - - - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - + Екран замалий для відображення установника. ResizePartitionJob - + Resize partition %1. - + Змінити розмір розділу %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Змінити розділ <strong>%1</strong> розміром <strong>%2MB</strong> до розміру <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - + Змінюємо розділ %1 розміром %2MB до розміру %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - - - Could not open device '%1'. - + Установник зазнав невдачі під час зміни розміру розділу %1 на диску '%2'. @@ -1913,12 +1831,12 @@ The installer will quit and all changes will be lost. Scanning storage devices... - + Скануємо пристрої зберігання... Partitioning - + Розподілюємо на розділи @@ -1926,29 +1844,29 @@ The installer will quit and all changes will be lost. Set hostname %1 - + Встановити ім'я машини %1 Set hostname <strong>%1</strong>. - + Встановити ім'я машини <strong>%1</strong>. Setting hostname %1. - + Встановлення імені машини %1. Internal Error - + Внутрішня помилка Cannot write hostname to target system - + Не можу записати ім'я машини до системи @@ -1956,29 +1874,29 @@ The installer will quit and all changes will be lost. Set keyboard model to %1, layout to %2-%3 - + Встановити модель клавіатури %1, розкладку %2-%3 Failed to write keyboard configuration for the virtual console. - + Невдача під час запису кофігурації клавіатури для віртуальної консолі. Failed to write to %1 - + Невдача під час запису до %1 Failed to write keyboard configuration for X11. - + Невдача під час запису конфігурації клавіатури для X11. Failed to write keyboard configuration to existing /etc/default directory. - + Невдача під час запису кофігурації клавіатури до наявної директорії /etc/default. @@ -1986,110 +1904,97 @@ The installer will quit and all changes will be lost. Set flags on partition %1. - + Встановити прапорці на розділі %1. Set flags on %1MB %2 partition. - + Встановити прапорці на розділі %2 розміром %1 Мб. Set flags on new partition. - + Встановити прапорці на новому розділі. Clear flags on partition <strong>%1</strong>. - + Очистити прапорці на розділі <strong>%1</strong>. Clear flags on %1MB <strong>%2</strong> partition. - + Очистити прапорці на розділі <strong>%2</strong> розміром %1 Мб. Clear flags on new partition. - + Очистити прапорці на новому розділі. Flag partition <strong>%1</strong> as <strong>%2</strong>. - + Встановити прапорці <strong>%2</strong> для розділу <strong>%1</strong>. Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>. - + Встановити прапорці <strong>%3</strong> для розділу <strong>%2</strong> розміром %1 Мб. Flag new partition as <strong>%1</strong>. - + Встановити прапорці <strong>%1</strong> для нового розділу. Clearing flags on partition <strong>%1</strong>. - + Очищуємо прапорці для розділу <strong>%1</strong>. Clearing flags on %1MB <strong>%2</strong> partition. - + Очищуємо прапорці для розділу <strong>%2</strong> розміром %1 Мб. Clearing flags on new partition. - + Очищуємо прапорці для нового розділу. Setting flags <strong>%2</strong> on partition <strong>%1</strong>. - + Встановлюємо прапорці <strong>%2</strong> для розділу <strong>%1</strong>. Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition. - + Встановлюємо прапорці <strong>%3</strong> для розділу <strong>%2</strong> розміром %1 Мб. Setting flags <strong>%1</strong> on new partition. - + Встановлюємо прапорці <strong>%1</strong> для нового розділу. The installer failed to set flags on partition %1. - + Установник зазнав невдачі під час встановлення прапорців для розділу %1. Could not open device '%1'. - + Не можу відкрити пристрій '%1'. Could not open partition table on device '%1'. - + Не можу відкрити таблицю розділів на пристрої '%1'. Could not find partition '%1'. - - - - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - + Не можу знайти розділ '%1'. @@ -2097,42 +2002,42 @@ The installer will quit and all changes will be lost. Set password for user %1 - + Встановити пароль для користувача %1 Setting password for user %1. - + Встановлення паролю для користувача %1. Bad destination system path. - + Поганий шлях призначення системи. rootMountPoint is %1 - + Коренева точка підключення %1 Cannot disable root account. - + Не можу відключити обліковий запис root. passwd terminated with error code %1. - + passwd завершив роботу з кодом помилки %1. Cannot set password for user %1. - + Не можу встановити пароль для користувача %1. usermod terminated with error code %1. - + usermod завершилася з кодом помилки %1. @@ -2140,37 +2045,37 @@ The installer will quit and all changes will be lost. Set timezone to %1/%2 - + Встановити часову зону %1.%2 Cannot access selected timezone path. - + Не можу дістатися до шляху обраної часової зони. Bad path: %1 - + Поганий шлях: %1 Cannot set timezone. - + Не можу встановити часову зону. Link creation failed, target: %1; link name: %2 - + Невдача під час створення посилання, ціль: %1, назва посилання: %2 Cannot set timezone, - + Не можу встановити часову зону, Cannot open /etc/timezone for writing - + Не можу відкрити /etc/timezone для запису @@ -2178,7 +2083,7 @@ The installer will quit and all changes will be lost. This is an overview of what will happen once you start the install procedure. - + Це огляд того, що трапиться коли ви почнете процедуру встановлення. @@ -2186,7 +2091,7 @@ The installer will quit and all changes will be lost. Summary - + Огляд @@ -2194,49 +2099,49 @@ The installer will quit and all changes will be lost. Your username is too long. - + Ваше ім'я задовге. Your username contains invalid characters. Only lowercase letters and numbers are allowed. - + Ваше ім'я містить неприпустимі символи. Дозволені тільки малі літери та цифри. Your hostname is too short. - + Ім'я машини занадто коротке. Your hostname is too long. - + Ім'я машини задовге. Your hostname contains invalid characters. Only letters, numbers and dashes are allowed. - + Ім'я машини містить неприпустимі символи. Дозволені тільки літери, цифри та дефіс. Your passwords do not match! - + Паролі не збігаються! Password is too short - + Пароль занадто короткий Password is too long - + Пароль задовгий UsersViewStep - + Users Користувачі @@ -2246,47 +2151,47 @@ The installer will quit and all changes will be lost. Form - + Форма &Language: - + &Мова: &Release notes - + При&мітки до випуску &Known issues - + &Відомі проблеми &Support - + Під&тримка &About - + &Про <h1>Welcome to the %1 installer.</h1> - + <h1>Ласкаво просимо до установника %1.</h1> <h1>Welcome to the Calamares installer for %1.</h1> - + <h1>Ласкаво просимо до установника для %1 Calamares.</h1> About %1 installer - + Про втановлювач %1 @@ -2296,7 +2201,7 @@ The installer will quit and all changes will be lost. %1 support - + Підтримка %1 @@ -2304,7 +2209,7 @@ The installer will quit and all changes will be lost. Welcome - + Вітаємо \ No newline at end of file diff --git a/lang/calamares_ur.ts b/lang/calamares_ur.ts index 088aedd3d..1a5cdca52 100644 --- a/lang/calamares_ur.ts +++ b/lang/calamares_ur.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_uz.ts b/lang/calamares_uz.ts index 3bade2638..feb247138 100644 --- a/lang/calamares_uz.ts +++ b/lang/calamares_uz.ts @@ -339,19 +339,6 @@ The installer will quit and all changes will be lost. - - CheckFileSystemJob - - - Checking file system on partition %1. - - - - - The file system check on partition %1 failed. - - - CheckerWidget @@ -1294,78 +1281,33 @@ The installer will quit and all changes will be lost. - - MoveFileSystemJob - - - Move file system of partition %1. - - - - - Could not open file system on partition %1 for moving. - - - - - Could not create target for moving file system on partition %1. - - - - - Moving of partition %1 failed, changes have been rolled back. - - - - - Moving of partition %1 failed. Roll back of the changes have failed. - - - - - Updating boot sector after the moving of partition %1 failed. - - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - - - - - Source and target for copying do not overlap: Rollback is not required. - - - - - - Could not open device %1 to rollback copying. - - - NetInstallPage - + Name - + Description - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection @@ -1799,107 +1741,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... - + has at least %1 GB available drive space - + There is not enough drive space. At least %1 GB is required. - + has at least %1 GB working memory - + The system does not have enough working memory. At least %1 GB is required. - + is plugged in to a power source - + The system is not plugged in to a power source. - + is connected to the Internet - + The system is not connected to the Internet. - + The installer is not running with administrator rights. - + The screen is too small to display the installer. - - ResizeFileSystemJob - - - Resize file system on partition %1. - - - - - Parted failed to resize filesystem. - - - - - Failed to resize filesystem. - - - ResizePartitionJob - + Resize partition %1. - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. - + Resizing %2MB partition %1 to %3MB. - - + The installer failed to resize partition %1 on disk '%2'. - - - Could not open device '%1'. - - ScanningDialog @@ -2072,19 +1990,6 @@ The installer will quit and all changes will be lost. - - SetPartGeometryJob - - - Update geometry of partition %1. - - - - - Failed to change the geometry of the partition. - - - SetPasswordJob @@ -2229,7 +2134,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users diff --git a/lang/calamares_zh_CN.ts b/lang/calamares_zh_CN.ts index d2c55a151..96cd351fc 100644 --- a/lang/calamares_zh_CN.ts +++ b/lang/calamares_zh_CN.ts @@ -347,19 +347,6 @@ The installer will quit and all changes will be lost. 显示调试信息 - - CheckFileSystemJob - - - Checking file system on partition %1. - 正在检查分区 %1 的文件系统。 - - - - The file system check on partition %1 failed. - 检查分区 %1 上的文件系统失败。 - - CheckerWidget @@ -1164,7 +1151,7 @@ The installer will quit and all changes will be lost. &Cancel - + 取消(&C) @@ -1303,78 +1290,33 @@ The installer will quit and all changes will be lost. 位置 - - MoveFileSystemJob - - - Move file system of partition %1. - 移动分区 %1 的文件系统。 - - - - Could not open file system on partition %1 for moving. - 无法打开分区 %1 的文件系统来进行移动。 - - - - Could not create target for moving file system on partition %1. - 无法创建目标来移动分区 %1 的文件系统。 - - - - Moving of partition %1 failed, changes have been rolled back. - 移动分区 %1 失败,修改已经回滚。 - - - - Moving of partition %1 failed. Roll back of the changes have failed. - 移动分区 %1 失败。回滚修改失败。 - - - - Updating boot sector after the moving of partition %1 failed. - 移动分区 %1 后更新启动扇区失败。 - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - 源的逻辑扇区大小与目标不同。目前并不支持。 - - - - Source and target for copying do not overlap: Rollback is not required. - 要复制的源和目标没有交集:不需要回滚。 - - - - - Could not open device %1 to rollback copying. - 无法打开设备 %1 来回滚复制。 - - NetInstallPage - + Name 名称 - + Description 描述 - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) 网络安装。(已禁用:无法获取软件包列表,请检查网络连接) + + + Network Installation. (Disabled: Received invalid groups data) + + NetInstallViewStep - + Package selection 软件包选择 @@ -1808,107 +1750,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... 正在收集系统信息 ... - + has at least %1 GB available drive space 至少 %1 GB 可用磁盘空间 - + There is not enough drive space. At least %1 GB is required. 没有足够的磁盘空间。至少需要 %1 GB。 - + has at least %1 GB working memory 至少 %1 GB 可用内存 - + The system does not have enough working memory. At least %1 GB is required. 系统没有足够的内存。至少需要 %1 GB。 - + is plugged in to a power source 已连接到电源 - + The system is not plugged in to a power source. 系统未连接到电源。 - + is connected to the Internet 已连接到互联网 - + The system is not connected to the Internet. 系统未连接到互联网。 - + The installer is not running with administrator rights. 安装器未以管理员权限运行 - + The screen is too small to display the installer. 屏幕不能完整显示安装器。 - - ResizeFileSystemJob - - - Resize file system on partition %1. - 调整分区 %1 的文件系统大小。 - - - - Parted failed to resize filesystem. - Parted 调整文件系统大小失败。 - - - - Failed to resize filesystem. - 调整文件系统大小失败。 - - ResizePartitionJob - + Resize partition %1. 调整分区 %1 大小。 - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. 正将 <strong>%2MB</strong> 的分区<strong>%1</strong>为 <strong>%3MB</strong>。 - + Resizing %2MB partition %1 to %3MB. 正将 %2MB 的分区%1为 %3MB。 - - + The installer failed to resize partition %1 on disk '%2'. 安装程序调整磁盘“%2”上的分区 %1 大小失败。 - - - Could not open device '%1'. - 无法打开设备“%1”。 - ScanningDialog @@ -2081,19 +1999,6 @@ The installer will quit and all changes will be lost. 无法找到分区 '%1'。 - - SetPartGeometryJob - - - Update geometry of partition %1. - 更新分区 %1 布局。 - - - - Failed to change the geometry of the partition. - 更改分区布局失败。 - - SetPasswordJob @@ -2238,7 +2143,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users 用户 diff --git a/lang/calamares_zh_TW.ts b/lang/calamares_zh_TW.ts index 2f2d6fb85..5b234a0d1 100644 --- a/lang/calamares_zh_TW.ts +++ b/lang/calamares_zh_TW.ts @@ -346,19 +346,6 @@ The installer will quit and all changes will be lost. 顯示除錯資訊 - - CheckFileSystemJob - - - Checking file system on partition %1. - 正在檢查分割區 %1 上的檔案系統。 - - - - The file system check on partition %1 failed. - 在分割區 %1 上的檔案系統檢查失敗。 - - CheckerWidget @@ -1301,78 +1288,33 @@ The installer will quit and all changes will be lost. 位置 - - MoveFileSystemJob - - - Move file system of partition %1. - 移動分割區 %1 的檔案系統。 - - - - Could not open file system on partition %1 for moving. - 無法開啟在分割區 %1 上的檔案系統來進行移動。 - - - - Could not create target for moving file system on partition %1. - 無法建立目標以移動分割區 %1 上的檔案系統。 - - - - Moving of partition %1 failed, changes have been rolled back. - 移動分割區 %1 失敗,所作的修改已回復原狀。 - - - - Moving of partition %1 failed. Roll back of the changes have failed. - 移動分割區 %1 失敗。恢復所作的修改失敗。 - - - - Updating boot sector after the moving of partition %1 failed. - 在移動分割區 %1 失敗後,正在更新開機磁區。 - - - - The logical sector sizes in the source and target for copying are not the same. This is currently unsupported. - 要複製的來源與目標的邏輯磁區大小不相同。目前尚不支援。 - - - - Source and target for copying do not overlap: Rollback is not required. - 要複製的來源和目標並無交集:不需要恢復所作的修改。 - - - - - Could not open device %1 to rollback copying. - 無法開啟裝置 %1 以恢復所作的複製。 - - NetInstallPage - + Name 名稱 - + Description 描述 - - + Network Installation. (Disabled: Unable to fetch package lists, check your network connection) 網路安裝。(已停用:無法擷取軟體包清單,請檢查您的網路連線) + + + Network Installation. (Disabled: Received invalid groups data) + 網路安裝。(已停用:收到無效的群組資料) + NetInstallViewStep - + Package selection 軟體包選擇 @@ -1806,107 +1748,83 @@ The installer will quit and all changes will be lost. RequirementsChecker - + Gathering system information... 收集系統資訊中... - + has at least %1 GB available drive space 有至少 %1 GB 的可用磁碟空間 - + There is not enough drive space. At least %1 GB is required. 沒有足夠的磁碟空間。至少需要 %1 GB。 - + has at least %1 GB working memory 有至少 %1 GB 的可用記憶體 - + The system does not have enough working memory. At least %1 GB is required. 系統沒有足夠的記憶體。至少需要 %1 GB。 - + is plugged in to a power source 已插入外接電源 - + The system is not plugged in to a power source. 系統未插入外接電源。 - + is connected to the Internet 已連上網際網路 - + The system is not connected to the Internet. 系統未連上網際網路 - + The installer is not running with administrator rights. 安裝程式並未以管理員權限執行。 - + The screen is too small to display the installer. 螢幕太小了,沒辦法顯示安裝程式。 - - ResizeFileSystemJob - - - Resize file system on partition %1. - 調整分割區 %1 上的檔案系統大小。 - - - - Parted failed to resize filesystem. - Parted 調整檔案系統大小失敗。 - - - - Failed to resize filesystem. - 調整檔案系統大小失敗。 - - ResizePartitionJob - + Resize partition %1. 調整分割區 %1 大小。 - + Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>. 重新調整 <strong>%2MB</strong> 的分割區 <strong>%1</strong> 到 <strong>%3MB</strong>。 - + Resizing %2MB partition %1 to %3MB. 調整 %2MB 分割區 %1 至 %3MB。 - - + The installer failed to resize partition %1 on disk '%2'. 安裝程式調整在磁碟 '%2' 上的分割區 %1 的大小失敗。 - - - Could not open device '%1'. - 無法開啟裝置 '%1'。 - ScanningDialog @@ -2079,19 +1997,6 @@ The installer will quit and all changes will be lost. 找不到分割區「%1」。 - - SetPartGeometryJob - - - Update geometry of partition %1. - 更新分割區 %1 佈局。 - - - - Failed to change the geometry of the partition. - 更改分割區佈局失敗。 - - SetPasswordJob @@ -2236,7 +2141,7 @@ The installer will quit and all changes will be lost. UsersViewStep - + Users 使用者 diff --git a/lang/python.pot b/lang/python.pot index ab087c10c..23df18b18 100644 --- a/lang/python.pot +++ b/lang/python.pot @@ -2,53 +2,53 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-28 06:46-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: src/modules/packages/main.py:59 #, python-format msgid "Processing packages (%(count)d / %(total)d)" -msgstr "Processing packages (%(count)d / %(total)d)" +msgstr "" #: src/modules/packages/main.py:61 #, python-format msgid "Installing one package." msgid_plural "Installing %(num)d packages." -msgstr[0] "Installing one package." -msgstr[1] "Installing %(num)d packages." +msgstr[0] "" +msgstr[1] "" #: src/modules/packages/main.py:64 #, python-format msgid "Removing one package." msgid_plural "Removing %(num)d packages." -msgstr[0] "Removing one package." -msgstr[1] "Removing %(num)d packages." +msgstr[0] "" +msgstr[1] "" #: src/modules/packages/main.py:68 msgid "Install packages." -msgstr "Install packages." +msgstr "" #: src/modules/dummypython/main.py:44 msgid "Dummy python job." -msgstr "Dummy python job." +msgstr "" #: src/modules/dummypython/main.py:97 msgid "Dummy python step {}" -msgstr "Dummy python step {}" +msgstr "" #: src/modules/machineid/main.py:35 msgid "Generate machine-id." -msgstr "Generate machine-id." +msgstr "" diff --git a/lang/python/ar/LC_MESSAGES/python.mo b/lang/python/ar/LC_MESSAGES/python.mo index a210f1c16..9c7ebc66d 100644 Binary files a/lang/python/ar/LC_MESSAGES/python.mo and b/lang/python/ar/LC_MESSAGES/python.mo differ diff --git a/lang/python/ar/LC_MESSAGES/python.po b/lang/python/ar/LC_MESSAGES/python.po index 3e820726d..c4a5f929c 100644 --- a/lang/python/ar/LC_MESSAGES/python.po +++ b/lang/python/ar/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/ast/LC_MESSAGES/python.mo b/lang/python/ast/LC_MESSAGES/python.mo index c2b258009..5c46dc1a8 100644 Binary files a/lang/python/ast/LC_MESSAGES/python.mo and b/lang/python/ast/LC_MESSAGES/python.mo differ diff --git a/lang/python/ast/LC_MESSAGES/python.po b/lang/python/ast/LC_MESSAGES/python.po index 1a8532a3d..daa365d98 100644 --- a/lang/python/ast/LC_MESSAGES/python.po +++ b/lang/python/ast/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: enolp , 2017\n" "Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" diff --git a/lang/python/bg/LC_MESSAGES/python.mo b/lang/python/bg/LC_MESSAGES/python.mo index 8d5be917e..3b8cf67be 100644 Binary files a/lang/python/bg/LC_MESSAGES/python.mo and b/lang/python/bg/LC_MESSAGES/python.mo differ diff --git a/lang/python/bg/LC_MESSAGES/python.po b/lang/python/bg/LC_MESSAGES/python.po index b75ae7b71..cc05910c5 100644 --- a/lang/python/bg/LC_MESSAGES/python.po +++ b/lang/python/bg/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/ca/LC_MESSAGES/python.mo b/lang/python/ca/LC_MESSAGES/python.mo index bcaab5bed..092d0794e 100644 Binary files a/lang/python/ca/LC_MESSAGES/python.mo and b/lang/python/ca/LC_MESSAGES/python.mo differ diff --git a/lang/python/ca/LC_MESSAGES/python.po b/lang/python/ca/LC_MESSAGES/python.po index edb774bff..d55662daf 100644 --- a/lang/python/ca/LC_MESSAGES/python.po +++ b/lang/python/ca/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Davidmp , 2017\n" "Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" diff --git a/lang/python/cs_CZ/LC_MESSAGES/python.mo b/lang/python/cs_CZ/LC_MESSAGES/python.mo index b75f254a1..60284acdc 100644 Binary files a/lang/python/cs_CZ/LC_MESSAGES/python.mo and b/lang/python/cs_CZ/LC_MESSAGES/python.mo differ diff --git a/lang/python/cs_CZ/LC_MESSAGES/python.po b/lang/python/cs_CZ/LC_MESSAGES/python.po index 861ba30d5..deb18c3a5 100644 --- a/lang/python/cs_CZ/LC_MESSAGES/python.po +++ b/lang/python/cs_CZ/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Pavel Borecki , 2017\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" diff --git a/lang/python/da/LC_MESSAGES/python.mo b/lang/python/da/LC_MESSAGES/python.mo index 8682dd349..63560cee4 100644 Binary files a/lang/python/da/LC_MESSAGES/python.mo and b/lang/python/da/LC_MESSAGES/python.mo differ diff --git a/lang/python/da/LC_MESSAGES/python.po b/lang/python/da/LC_MESSAGES/python.po index 4c14df766..235619c3f 100644 --- a/lang/python/da/LC_MESSAGES/python.po +++ b/lang/python/da/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Dan Johansen (Strit) , 2017\n" "Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" diff --git a/lang/python/de/LC_MESSAGES/python.mo b/lang/python/de/LC_MESSAGES/python.mo index d48add8fa..14241330c 100644 Binary files a/lang/python/de/LC_MESSAGES/python.mo and b/lang/python/de/LC_MESSAGES/python.mo differ diff --git a/lang/python/de/LC_MESSAGES/python.po b/lang/python/de/LC_MESSAGES/python.po index c8762b835..b073fbdd6 100644 --- a/lang/python/de/LC_MESSAGES/python.po +++ b/lang/python/de/LC_MESSAGES/python.po @@ -8,8 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Christian Spaan , 2017\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: src/modules/packages/main.py:59 #, python-format msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" +msgstr "Verarbeite Pakete (%(count)d / %(total)d)" #: src/modules/packages/main.py:61 #, python-format @@ -38,16 +39,16 @@ msgstr[1] "" #: src/modules/packages/main.py:68 msgid "Install packages." -msgstr "" +msgstr "Pakete installieren " #: src/modules/dummypython/main.py:44 msgid "Dummy python job." -msgstr "" +msgstr "Dummy Python-Job" #: src/modules/dummypython/main.py:97 msgid "Dummy python step {}" -msgstr "" +msgstr "Dummy Python-Schritt {}" #: src/modules/machineid/main.py:35 msgid "Generate machine-id." -msgstr "" +msgstr "Generiere Computer-ID" diff --git a/lang/python/el/LC_MESSAGES/python.mo b/lang/python/el/LC_MESSAGES/python.mo index d355a8f1f..992427a16 100644 Binary files a/lang/python/el/LC_MESSAGES/python.mo and b/lang/python/el/LC_MESSAGES/python.mo differ diff --git a/lang/python/el/LC_MESSAGES/python.po b/lang/python/el/LC_MESSAGES/python.po index 67ccf6132..461d910a8 100644 --- a/lang/python/el/LC_MESSAGES/python.po +++ b/lang/python/el/LC_MESSAGES/python.po @@ -8,8 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Efstathios Iosifidis , 2017\n" "Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +39,7 @@ msgstr[1] "" #: src/modules/packages/main.py:68 msgid "Install packages." -msgstr "" +msgstr "εγκατάσταση πακέτων." #: src/modules/dummypython/main.py:44 msgid "Dummy python job." diff --git a/lang/python/en_GB/LC_MESSAGES/python.mo b/lang/python/en_GB/LC_MESSAGES/python.mo index 7445c7f72..f16bd5863 100644 Binary files a/lang/python/en_GB/LC_MESSAGES/python.mo and b/lang/python/en_GB/LC_MESSAGES/python.mo differ diff --git a/lang/python/en_GB/LC_MESSAGES/python.po b/lang/python/en_GB/LC_MESSAGES/python.po index 31fc499a2..2a1336037 100644 --- a/lang/python/en_GB/LC_MESSAGES/python.po +++ b/lang/python/en_GB/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/es/LC_MESSAGES/python.mo b/lang/python/es/LC_MESSAGES/python.mo index 4ad13b361..0e68e8738 100644 Binary files a/lang/python/es/LC_MESSAGES/python.mo and b/lang/python/es/LC_MESSAGES/python.mo differ diff --git a/lang/python/es/LC_MESSAGES/python.po b/lang/python/es/LC_MESSAGES/python.po index 4d0948c9e..59d5c53e2 100644 --- a/lang/python/es/LC_MESSAGES/python.po +++ b/lang/python/es/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: strel , 2017\n" "Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n" diff --git a/lang/python/es_ES/LC_MESSAGES/python.mo b/lang/python/es_ES/LC_MESSAGES/python.mo index 543d7aad9..b305b77c1 100644 Binary files a/lang/python/es_ES/LC_MESSAGES/python.mo and b/lang/python/es_ES/LC_MESSAGES/python.mo differ diff --git a/lang/python/es_ES/LC_MESSAGES/python.po b/lang/python/es_ES/LC_MESSAGES/python.po index 323793575..c85ddbed7 100644 --- a/lang/python/es_ES/LC_MESSAGES/python.po +++ b/lang/python/es_ES/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/calamares/teams/20061/es_ES/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/es_MX/LC_MESSAGES/python.mo b/lang/python/es_MX/LC_MESSAGES/python.mo index 1f97de7d0..49c9c23d4 100644 Binary files a/lang/python/es_MX/LC_MESSAGES/python.mo and b/lang/python/es_MX/LC_MESSAGES/python.mo differ diff --git a/lang/python/es_MX/LC_MESSAGES/python.po b/lang/python/es_MX/LC_MESSAGES/python.po index b147c6a8b..62f9dc28e 100644 --- a/lang/python/es_MX/LC_MESSAGES/python.po +++ b/lang/python/es_MX/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/es_PR/LC_MESSAGES/python.mo b/lang/python/es_PR/LC_MESSAGES/python.mo index 01cc46075..4e31ffc3d 100644 Binary files a/lang/python/es_PR/LC_MESSAGES/python.mo and b/lang/python/es_PR/LC_MESSAGES/python.mo differ diff --git a/lang/python/es_PR/LC_MESSAGES/python.po b/lang/python/es_PR/LC_MESSAGES/python.po index 9771ceefb..cfaa787dd 100644 --- a/lang/python/es_PR/LC_MESSAGES/python.po +++ b/lang/python/es_PR/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/et/LC_MESSAGES/python.mo b/lang/python/et/LC_MESSAGES/python.mo index 5d0e96740..72c0b8718 100644 Binary files a/lang/python/et/LC_MESSAGES/python.mo and b/lang/python/et/LC_MESSAGES/python.mo differ diff --git a/lang/python/et/LC_MESSAGES/python.po b/lang/python/et/LC_MESSAGES/python.po index b4c86492f..72be28cb9 100644 --- a/lang/python/et/LC_MESSAGES/python.po +++ b/lang/python/et/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/eu/LC_MESSAGES/python.mo b/lang/python/eu/LC_MESSAGES/python.mo index e456a002d..8f7b66120 100644 Binary files a/lang/python/eu/LC_MESSAGES/python.mo and b/lang/python/eu/LC_MESSAGES/python.mo differ diff --git a/lang/python/eu/LC_MESSAGES/python.po b/lang/python/eu/LC_MESSAGES/python.po index 6bf9b9e60..d4c16a4ce 100644 --- a/lang/python/eu/LC_MESSAGES/python.po +++ b/lang/python/eu/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/fa/LC_MESSAGES/python.mo b/lang/python/fa/LC_MESSAGES/python.mo index 8c836abe4..1548fe236 100644 Binary files a/lang/python/fa/LC_MESSAGES/python.mo and b/lang/python/fa/LC_MESSAGES/python.mo differ diff --git a/lang/python/fa/LC_MESSAGES/python.po b/lang/python/fa/LC_MESSAGES/python.po index a4bf68d91..8f33110b1 100644 --- a/lang/python/fa/LC_MESSAGES/python.po +++ b/lang/python/fa/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/fi_FI/LC_MESSAGES/python.mo b/lang/python/fi_FI/LC_MESSAGES/python.mo index ec1072ef8..dc9db6d9c 100644 Binary files a/lang/python/fi_FI/LC_MESSAGES/python.mo and b/lang/python/fi_FI/LC_MESSAGES/python.mo differ diff --git a/lang/python/fi_FI/LC_MESSAGES/python.po b/lang/python/fi_FI/LC_MESSAGES/python.po index f0b2608ec..209978e42 100644 --- a/lang/python/fi_FI/LC_MESSAGES/python.po +++ b/lang/python/fi_FI/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/fr/LC_MESSAGES/python.mo b/lang/python/fr/LC_MESSAGES/python.mo index ae65ce405..d445899e4 100644 Binary files a/lang/python/fr/LC_MESSAGES/python.mo and b/lang/python/fr/LC_MESSAGES/python.mo differ diff --git a/lang/python/fr/LC_MESSAGES/python.po b/lang/python/fr/LC_MESSAGES/python.po index 7b6b33900..29cca8747 100644 --- a/lang/python/fr/LC_MESSAGES/python.po +++ b/lang/python/fr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Paul Combal , 2017\n" "Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n" diff --git a/lang/python/fr_CH/LC_MESSAGES/python.mo b/lang/python/fr_CH/LC_MESSAGES/python.mo index e697861dc..2376cf71a 100644 Binary files a/lang/python/fr_CH/LC_MESSAGES/python.mo and b/lang/python/fr_CH/LC_MESSAGES/python.mo differ diff --git a/lang/python/fr_CH/LC_MESSAGES/python.po b/lang/python/fr_CH/LC_MESSAGES/python.po index 3e5b8bb25..729789c28 100644 --- a/lang/python/fr_CH/LC_MESSAGES/python.po +++ b/lang/python/fr_CH/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/gl/LC_MESSAGES/python.mo b/lang/python/gl/LC_MESSAGES/python.mo index 88f6efecb..756d2c6fd 100644 Binary files a/lang/python/gl/LC_MESSAGES/python.mo and b/lang/python/gl/LC_MESSAGES/python.mo differ diff --git a/lang/python/gl/LC_MESSAGES/python.po b/lang/python/gl/LC_MESSAGES/python.po index 812efbfad..4b4a68e4f 100644 --- a/lang/python/gl/LC_MESSAGES/python.po +++ b/lang/python/gl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/gu/LC_MESSAGES/python.mo b/lang/python/gu/LC_MESSAGES/python.mo index 75cb76d87..222bb40c4 100644 Binary files a/lang/python/gu/LC_MESSAGES/python.mo and b/lang/python/gu/LC_MESSAGES/python.mo differ diff --git a/lang/python/gu/LC_MESSAGES/python.po b/lang/python/gu/LC_MESSAGES/python.po index a6e3c2509..6b8b36b22 100644 --- a/lang/python/gu/LC_MESSAGES/python.po +++ b/lang/python/gu/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/he/LC_MESSAGES/python.mo b/lang/python/he/LC_MESSAGES/python.mo index 2bfb5e747..7de028de2 100644 Binary files a/lang/python/he/LC_MESSAGES/python.mo and b/lang/python/he/LC_MESSAGES/python.mo differ diff --git a/lang/python/he/LC_MESSAGES/python.po b/lang/python/he/LC_MESSAGES/python.po index 5ed49d240..c34a6884c 100644 --- a/lang/python/he/LC_MESSAGES/python.po +++ b/lang/python/he/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Eli Shleifer , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/calamares/teams/20061/he/)\n" diff --git a/lang/python/hi/LC_MESSAGES/python.mo b/lang/python/hi/LC_MESSAGES/python.mo index f0f1bef75..836d811f8 100644 Binary files a/lang/python/hi/LC_MESSAGES/python.mo and b/lang/python/hi/LC_MESSAGES/python.mo differ diff --git a/lang/python/hi/LC_MESSAGES/python.po b/lang/python/hi/LC_MESSAGES/python.po index 29ca4b74e..8c9f0c160 100644 --- a/lang/python/hi/LC_MESSAGES/python.po +++ b/lang/python/hi/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/hr/LC_MESSAGES/python.mo b/lang/python/hr/LC_MESSAGES/python.mo index 2738c54f3..7d5c05002 100644 Binary files a/lang/python/hr/LC_MESSAGES/python.mo and b/lang/python/hr/LC_MESSAGES/python.mo differ diff --git a/lang/python/hr/LC_MESSAGES/python.po b/lang/python/hr/LC_MESSAGES/python.po index f43bf26c7..e94b500af 100644 --- a/lang/python/hr/LC_MESSAGES/python.po +++ b/lang/python/hr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Lovro Kudelić , 2017\n" "Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n" diff --git a/lang/python/hu/LC_MESSAGES/python.mo b/lang/python/hu/LC_MESSAGES/python.mo index 07705ecfd..bbeb37e9e 100644 Binary files a/lang/python/hu/LC_MESSAGES/python.mo and b/lang/python/hu/LC_MESSAGES/python.mo differ diff --git a/lang/python/hu/LC_MESSAGES/python.po b/lang/python/hu/LC_MESSAGES/python.po index 0b3267dbe..50826d908 100644 --- a/lang/python/hu/LC_MESSAGES/python.po +++ b/lang/python/hu/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: miku84 , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n" diff --git a/lang/python/id/LC_MESSAGES/python.mo b/lang/python/id/LC_MESSAGES/python.mo index 8cdd6144a..1ee3bf77d 100644 Binary files a/lang/python/id/LC_MESSAGES/python.mo and b/lang/python/id/LC_MESSAGES/python.mo differ diff --git a/lang/python/id/LC_MESSAGES/python.po b/lang/python/id/LC_MESSAGES/python.po index 1af247d6b..998aecccb 100644 --- a/lang/python/id/LC_MESSAGES/python.po +++ b/lang/python/id/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Wantoyo , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n" diff --git a/lang/python/is/LC_MESSAGES/python.mo b/lang/python/is/LC_MESSAGES/python.mo index f5a85e0d8..e4924cd0f 100644 Binary files a/lang/python/is/LC_MESSAGES/python.mo and b/lang/python/is/LC_MESSAGES/python.mo differ diff --git a/lang/python/is/LC_MESSAGES/python.po b/lang/python/is/LC_MESSAGES/python.po index 518fb08ec..86bcb008f 100644 --- a/lang/python/is/LC_MESSAGES/python.po +++ b/lang/python/is/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Kristján Magnússon , 2017\n" "Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n" diff --git a/lang/python/it_IT/LC_MESSAGES/python.mo b/lang/python/it_IT/LC_MESSAGES/python.mo index af1266019..6f58a2742 100644 Binary files a/lang/python/it_IT/LC_MESSAGES/python.mo and b/lang/python/it_IT/LC_MESSAGES/python.mo differ diff --git a/lang/python/it_IT/LC_MESSAGES/python.po b/lang/python/it_IT/LC_MESSAGES/python.po index 09837946f..b756343fa 100644 --- a/lang/python/it_IT/LC_MESSAGES/python.po +++ b/lang/python/it_IT/LC_MESSAGES/python.po @@ -8,8 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Pietro Francesco Fontana , 2017\n" "Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,34 +21,34 @@ msgstr "" #: src/modules/packages/main.py:59 #, python-format msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" +msgstr "Elaborando i pacchetti (%(count)d / %(total)d)" #: src/modules/packages/main.py:61 #, python-format msgid "Installing one package." msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Installando un pacchetto." +msgstr[1] "Installando %(num)d pacchetti." #: src/modules/packages/main.py:64 #, python-format msgid "Removing one package." msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Rimuovendo un pacchetto." +msgstr[1] "Rimuovendo %(num)d pacchetti." #: src/modules/packages/main.py:68 msgid "Install packages." -msgstr "" +msgstr "Installa pacchetti." #: src/modules/dummypython/main.py:44 msgid "Dummy python job." -msgstr "" +msgstr "Dummy python job." #: src/modules/dummypython/main.py:97 msgid "Dummy python step {}" -msgstr "" +msgstr "Dummy python step {}" #: src/modules/machineid/main.py:35 msgid "Generate machine-id." -msgstr "" +msgstr "Genera machine-id." diff --git a/lang/python/ja/LC_MESSAGES/python.mo b/lang/python/ja/LC_MESSAGES/python.mo index eff30ac53..bbb312e84 100644 Binary files a/lang/python/ja/LC_MESSAGES/python.mo and b/lang/python/ja/LC_MESSAGES/python.mo differ diff --git a/lang/python/ja/LC_MESSAGES/python.po b/lang/python/ja/LC_MESSAGES/python.po index 5c19aee9b..bfd4c966a 100644 --- a/lang/python/ja/LC_MESSAGES/python.po +++ b/lang/python/ja/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Takefumi Nagata , 2017\n" "Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n" diff --git a/lang/python/kk/LC_MESSAGES/python.mo b/lang/python/kk/LC_MESSAGES/python.mo index ebdbcf058..db303b084 100644 Binary files a/lang/python/kk/LC_MESSAGES/python.mo and b/lang/python/kk/LC_MESSAGES/python.mo differ diff --git a/lang/python/kk/LC_MESSAGES/python.po b/lang/python/kk/LC_MESSAGES/python.po index 64d276a40..73af7b7a0 100644 --- a/lang/python/kk/LC_MESSAGES/python.po +++ b/lang/python/kk/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/kn/LC_MESSAGES/python.mo b/lang/python/kn/LC_MESSAGES/python.mo new file mode 100644 index 000000000..bb4455c58 Binary files /dev/null and b/lang/python/kn/LC_MESSAGES/python.mo differ diff --git a/lang/python/kn/LC_MESSAGES/python.po b/lang/python/kn/LC_MESSAGES/python.po new file mode 100644 index 000000000..ba767fd52 --- /dev/null +++ b/lang/python/kn/LC_MESSAGES/python.po @@ -0,0 +1,51 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Kannada (https://www.transifex.com/calamares/teams/20061/kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/packages/main.py:59 +#, python-format +msgid "Processing packages (%(count)d / %(total)d)" +msgstr "" + +#: src/modules/packages/main.py:61 +#, python-format +msgid "Installing one package." +msgid_plural "Installing %(num)d packages." +msgstr[0] "" + +#: src/modules/packages/main.py:64 +#, python-format +msgid "Removing one package." +msgid_plural "Removing %(num)d packages." +msgstr[0] "" + +#: src/modules/packages/main.py:68 +msgid "Install packages." +msgstr "" + +#: src/modules/dummypython/main.py:44 +msgid "Dummy python job." +msgstr "" + +#: src/modules/dummypython/main.py:97 +msgid "Dummy python step {}" +msgstr "" + +#: src/modules/machineid/main.py:35 +msgid "Generate machine-id." +msgstr "" diff --git a/lang/python/lo/LC_MESSAGES/python.mo b/lang/python/lo/LC_MESSAGES/python.mo index e194144fd..aa49ce09f 100644 Binary files a/lang/python/lo/LC_MESSAGES/python.mo and b/lang/python/lo/LC_MESSAGES/python.mo differ diff --git a/lang/python/lo/LC_MESSAGES/python.po b/lang/python/lo/LC_MESSAGES/python.po index 80e24d373..778022e5a 100644 --- a/lang/python/lo/LC_MESSAGES/python.po +++ b/lang/python/lo/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/lt/LC_MESSAGES/python.mo b/lang/python/lt/LC_MESSAGES/python.mo index 36495e285..eaf420d1d 100644 Binary files a/lang/python/lt/LC_MESSAGES/python.mo and b/lang/python/lt/LC_MESSAGES/python.mo differ diff --git a/lang/python/lt/LC_MESSAGES/python.po b/lang/python/lt/LC_MESSAGES/python.po index 32484c61d..5036945ef 100644 --- a/lang/python/lt/LC_MESSAGES/python.po +++ b/lang/python/lt/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Moo , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n" diff --git a/lang/python/mr/LC_MESSAGES/python.mo b/lang/python/mr/LC_MESSAGES/python.mo index 9cf893292..064459649 100644 Binary files a/lang/python/mr/LC_MESSAGES/python.mo and b/lang/python/mr/LC_MESSAGES/python.mo differ diff --git a/lang/python/mr/LC_MESSAGES/python.po b/lang/python/mr/LC_MESSAGES/python.po index 2d2c5c504..af0a34a0a 100644 --- a/lang/python/mr/LC_MESSAGES/python.po +++ b/lang/python/mr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/nb/LC_MESSAGES/python.mo b/lang/python/nb/LC_MESSAGES/python.mo index 2c163b19d..e06c41b4f 100644 Binary files a/lang/python/nb/LC_MESSAGES/python.mo and b/lang/python/nb/LC_MESSAGES/python.mo differ diff --git a/lang/python/nb/LC_MESSAGES/python.po b/lang/python/nb/LC_MESSAGES/python.po index 94ed28e31..ad14870b2 100644 --- a/lang/python/nb/LC_MESSAGES/python.po +++ b/lang/python/nb/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Tyler Moss , 2017\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n" diff --git a/lang/python/nl/LC_MESSAGES/python.mo b/lang/python/nl/LC_MESSAGES/python.mo index cbd7d3589..3f91f7195 100644 Binary files a/lang/python/nl/LC_MESSAGES/python.mo and b/lang/python/nl/LC_MESSAGES/python.mo differ diff --git a/lang/python/nl/LC_MESSAGES/python.po b/lang/python/nl/LC_MESSAGES/python.po index 4b0f302ff..ee06780be 100644 --- a/lang/python/nl/LC_MESSAGES/python.po +++ b/lang/python/nl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Adriaan de Groot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n" diff --git a/lang/python/pl/LC_MESSAGES/python.mo b/lang/python/pl/LC_MESSAGES/python.mo index c6bf73dbd..68d999277 100644 Binary files a/lang/python/pl/LC_MESSAGES/python.mo and b/lang/python/pl/LC_MESSAGES/python.mo differ diff --git a/lang/python/pl/LC_MESSAGES/python.po b/lang/python/pl/LC_MESSAGES/python.po index 6b73fa538..9652c674b 100644 --- a/lang/python/pl/LC_MESSAGES/python.po +++ b/lang/python/pl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: m4sk1n , 2017\n" "Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" @@ -30,7 +30,7 @@ msgid_plural "Installing %(num)d packages." msgstr[0] "Instalowanie jednego pakietu." msgstr[1] "Instalowanie %(num)d pakietów." msgstr[2] "Instalowanie %(num)d pakietów." -msgstr[3] "Instalowanie pakietów (%(num)d)." +msgstr[3] "Instalowanie%(num)d pakietów." #: src/modules/packages/main.py:64 #, python-format @@ -39,7 +39,7 @@ msgid_plural "Removing %(num)d packages." msgstr[0] "Usuwanie jednego pakietu." msgstr[1] "Usuwanie %(num)d pakietów." msgstr[2] "Usuwanie %(num)d pakietów." -msgstr[3] "Usuwanie pakietów (%(num)d)." +msgstr[3] "Usuwanie %(num)d pakietów." #: src/modules/packages/main.py:68 msgid "Install packages." @@ -47,11 +47,11 @@ msgstr "Zainstaluj pakiety." #: src/modules/dummypython/main.py:44 msgid "Dummy python job." -msgstr "Zadanie Dummy Python" +msgstr "Zadanie fikcyjne Python." #: src/modules/dummypython/main.py:97 msgid "Dummy python step {}" -msgstr "Krok dummy python {}" +msgstr "Krok fikcyjny Python {}" #: src/modules/machineid/main.py:35 msgid "Generate machine-id." diff --git a/lang/python/pl_PL/LC_MESSAGES/python.mo b/lang/python/pl_PL/LC_MESSAGES/python.mo index 84b5b0892..2561bb63e 100644 Binary files a/lang/python/pl_PL/LC_MESSAGES/python.mo and b/lang/python/pl_PL/LC_MESSAGES/python.mo differ diff --git a/lang/python/pl_PL/LC_MESSAGES/python.po b/lang/python/pl_PL/LC_MESSAGES/python.po index ce92c3bcc..95ee21588 100644 --- a/lang/python/pl_PL/LC_MESSAGES/python.po +++ b/lang/python/pl_PL/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Polish (Poland) (https://www.transifex.com/calamares/teams/20061/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/pt_BR/LC_MESSAGES/python.mo b/lang/python/pt_BR/LC_MESSAGES/python.mo index 4b29dee23..d523872ed 100644 Binary files a/lang/python/pt_BR/LC_MESSAGES/python.mo and b/lang/python/pt_BR/LC_MESSAGES/python.mo differ diff --git a/lang/python/pt_BR/LC_MESSAGES/python.po b/lang/python/pt_BR/LC_MESSAGES/python.po index 4da7b8d73..ec66bfb27 100644 --- a/lang/python/pt_BR/LC_MESSAGES/python.po +++ b/lang/python/pt_BR/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: André Marcelo Alvarenga , 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n" diff --git a/lang/python/pt_PT/LC_MESSAGES/python.mo b/lang/python/pt_PT/LC_MESSAGES/python.mo index a98f6633f..f9a8df0f3 100644 Binary files a/lang/python/pt_PT/LC_MESSAGES/python.mo and b/lang/python/pt_PT/LC_MESSAGES/python.mo differ diff --git a/lang/python/pt_PT/LC_MESSAGES/python.po b/lang/python/pt_PT/LC_MESSAGES/python.po index 9dd4e808f..056043e06 100644 --- a/lang/python/pt_PT/LC_MESSAGES/python.po +++ b/lang/python/pt_PT/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Ricardo Simões , 2017\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n" diff --git a/lang/python/ro/LC_MESSAGES/python.mo b/lang/python/ro/LC_MESSAGES/python.mo index 061cd3762..c219a7e59 100644 Binary files a/lang/python/ro/LC_MESSAGES/python.mo and b/lang/python/ro/LC_MESSAGES/python.mo differ diff --git a/lang/python/ro/LC_MESSAGES/python.po b/lang/python/ro/LC_MESSAGES/python.po index 448acf2d7..51cee8bdb 100644 --- a/lang/python/ro/LC_MESSAGES/python.po +++ b/lang/python/ro/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/ru/LC_MESSAGES/python.mo b/lang/python/ru/LC_MESSAGES/python.mo index a5c9b7970..6503a2f4c 100644 Binary files a/lang/python/ru/LC_MESSAGES/python.mo and b/lang/python/ru/LC_MESSAGES/python.mo differ diff --git a/lang/python/ru/LC_MESSAGES/python.po b/lang/python/ru/LC_MESSAGES/python.po index 9d3b69687..0d2d623f7 100644 --- a/lang/python/ru/LC_MESSAGES/python.po +++ b/lang/python/ru/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/sk/LC_MESSAGES/python.mo b/lang/python/sk/LC_MESSAGES/python.mo index 55d5f3428..c9e8e6912 100644 Binary files a/lang/python/sk/LC_MESSAGES/python.mo and b/lang/python/sk/LC_MESSAGES/python.mo differ diff --git a/lang/python/sk/LC_MESSAGES/python.po b/lang/python/sk/LC_MESSAGES/python.po index 98207a84a..86b9c17ab 100644 --- a/lang/python/sk/LC_MESSAGES/python.po +++ b/lang/python/sk/LC_MESSAGES/python.po @@ -8,8 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Dušan Kazik , 2017\n" "Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,31 +21,31 @@ msgstr "" #: src/modules/packages/main.py:59 #, python-format msgid "Processing packages (%(count)d / %(total)d)" -msgstr "" +msgstr "Spracovávajú sa balíky (%(count)d / %(total)d)" #: src/modules/packages/main.py:61 #, python-format msgid "Installing one package." msgid_plural "Installing %(num)d packages." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Inštaluje sa jeden balík." +msgstr[1] "Inštalujú sa %(num)d balíky." +msgstr[2] "Inštaluje sa %(num)d balíkov." #: src/modules/packages/main.py:64 #, python-format msgid "Removing one package." msgid_plural "Removing %(num)d packages." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Odstraňuje sa jeden balík." +msgstr[1] "Odstraňujú sa %(num)d balíky." +msgstr[2] "Odstraňuje sa %(num)d balíkov." #: src/modules/packages/main.py:68 msgid "Install packages." -msgstr "" +msgstr "Inštalácia balíkov." #: src/modules/dummypython/main.py:44 msgid "Dummy python job." -msgstr "" +msgstr "Fiktívna úloha jazyka python." #: src/modules/dummypython/main.py:97 msgid "Dummy python step {}" diff --git a/lang/python/sl/LC_MESSAGES/python.mo b/lang/python/sl/LC_MESSAGES/python.mo index b931f4a70..4963999f6 100644 Binary files a/lang/python/sl/LC_MESSAGES/python.mo and b/lang/python/sl/LC_MESSAGES/python.mo differ diff --git a/lang/python/sl/LC_MESSAGES/python.po b/lang/python/sl/LC_MESSAGES/python.po index 2139a2a51..da7a7eb55 100644 --- a/lang/python/sl/LC_MESSAGES/python.po +++ b/lang/python/sl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/sq/LC_MESSAGES/python.mo b/lang/python/sq/LC_MESSAGES/python.mo new file mode 100644 index 000000000..b9026f8b3 Binary files /dev/null and b/lang/python/sq/LC_MESSAGES/python.mo differ diff --git a/lang/python/sq/LC_MESSAGES/python.po b/lang/python/sq/LC_MESSAGES/python.po new file mode 100644 index 000000000..2f2cb140a --- /dev/null +++ b/lang/python/sq/LC_MESSAGES/python.po @@ -0,0 +1,54 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Besnik , 2017\n" +"Language-Team: Albanian (https://www.transifex.com/calamares/teams/20061/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/packages/main.py:59 +#, python-format +msgid "Processing packages (%(count)d / %(total)d)" +msgstr "Po përpunohen paketat (%(count)d / %(total)d)" + +#: src/modules/packages/main.py:61 +#, python-format +msgid "Installing one package." +msgid_plural "Installing %(num)d packages." +msgstr[0] "Po instalohet një paketë." +msgstr[1] "Po instalohen %(num)d paketa." + +#: src/modules/packages/main.py:64 +#, python-format +msgid "Removing one package." +msgid_plural "Removing %(num)d packages." +msgstr[0] "Po hiqet një paketë." +msgstr[1] "Po hiqen %(num)d paketa." + +#: src/modules/packages/main.py:68 +msgid "Install packages." +msgstr "Instalo paketa." + +#: src/modules/dummypython/main.py:44 +msgid "Dummy python job." +msgstr "Akt python dummy." + +#: src/modules/dummypython/main.py:97 +msgid "Dummy python step {}" +msgstr "Hap python {} dummy" + +#: src/modules/machineid/main.py:35 +msgid "Generate machine-id." +msgstr "Prodho machine-id." diff --git a/lang/python/sr/LC_MESSAGES/python.mo b/lang/python/sr/LC_MESSAGES/python.mo index f0695b667..442234ae5 100644 Binary files a/lang/python/sr/LC_MESSAGES/python.mo and b/lang/python/sr/LC_MESSAGES/python.mo differ diff --git a/lang/python/sr/LC_MESSAGES/python.po b/lang/python/sr/LC_MESSAGES/python.po index f3114a430..57c316342 100644 --- a/lang/python/sr/LC_MESSAGES/python.po +++ b/lang/python/sr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/sr@latin/LC_MESSAGES/python.mo b/lang/python/sr@latin/LC_MESSAGES/python.mo index 83e860525..bd44894e5 100644 Binary files a/lang/python/sr@latin/LC_MESSAGES/python.mo and b/lang/python/sr@latin/LC_MESSAGES/python.mo differ diff --git a/lang/python/sr@latin/LC_MESSAGES/python.po b/lang/python/sr@latin/LC_MESSAGES/python.po index 194609317..02679fdfa 100644 --- a/lang/python/sr@latin/LC_MESSAGES/python.po +++ b/lang/python/sr@latin/LC_MESSAGES/python.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr%40latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/lang/python/sv/LC_MESSAGES/python.mo b/lang/python/sv/LC_MESSAGES/python.mo index bfaede27c..92a48352a 100644 Binary files a/lang/python/sv/LC_MESSAGES/python.mo and b/lang/python/sv/LC_MESSAGES/python.mo differ diff --git a/lang/python/sv/LC_MESSAGES/python.po b/lang/python/sv/LC_MESSAGES/python.po index be85139c3..6d445ebab 100644 --- a/lang/python/sv/LC_MESSAGES/python.po +++ b/lang/python/sv/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/th/LC_MESSAGES/python.mo b/lang/python/th/LC_MESSAGES/python.mo index abe28d90d..5516c50d9 100644 Binary files a/lang/python/th/LC_MESSAGES/python.mo and b/lang/python/th/LC_MESSAGES/python.mo differ diff --git a/lang/python/th/LC_MESSAGES/python.po b/lang/python/th/LC_MESSAGES/python.po index 4e4c96487..dd6d28e9c 100644 --- a/lang/python/th/LC_MESSAGES/python.po +++ b/lang/python/th/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/tr_TR/LC_MESSAGES/python.mo b/lang/python/tr_TR/LC_MESSAGES/python.mo index cee6f7a1f..42dc9f1aa 100644 Binary files a/lang/python/tr_TR/LC_MESSAGES/python.mo and b/lang/python/tr_TR/LC_MESSAGES/python.mo differ diff --git a/lang/python/tr_TR/LC_MESSAGES/python.po b/lang/python/tr_TR/LC_MESSAGES/python.po index ed81c130d..430eea0b8 100644 --- a/lang/python/tr_TR/LC_MESSAGES/python.po +++ b/lang/python/tr_TR/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Demiray Muhterem , 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n" diff --git a/lang/python/uk/LC_MESSAGES/python.mo b/lang/python/uk/LC_MESSAGES/python.mo index d6db8da09..639a1f7db 100644 Binary files a/lang/python/uk/LC_MESSAGES/python.mo and b/lang/python/uk/LC_MESSAGES/python.mo differ diff --git a/lang/python/uk/LC_MESSAGES/python.po b/lang/python/uk/LC_MESSAGES/python.po index b1f11d848..77f668d05 100644 --- a/lang/python/uk/LC_MESSAGES/python.po +++ b/lang/python/uk/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/ur/LC_MESSAGES/python.mo b/lang/python/ur/LC_MESSAGES/python.mo index 80590b126..01c42a2c4 100644 Binary files a/lang/python/ur/LC_MESSAGES/python.mo and b/lang/python/ur/LC_MESSAGES/python.mo differ diff --git a/lang/python/ur/LC_MESSAGES/python.po b/lang/python/ur/LC_MESSAGES/python.po index 91b9f0350..7a6fcf70e 100644 --- a/lang/python/ur/LC_MESSAGES/python.po +++ b/lang/python/ur/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/uz/LC_MESSAGES/python.mo b/lang/python/uz/LC_MESSAGES/python.mo index 06f1e4972..c84057d05 100644 Binary files a/lang/python/uz/LC_MESSAGES/python.mo and b/lang/python/uz/LC_MESSAGES/python.mo differ diff --git a/lang/python/uz/LC_MESSAGES/python.po b/lang/python/uz/LC_MESSAGES/python.po index 09600574d..cb4d813fb 100644 --- a/lang/python/uz/LC_MESSAGES/python.po +++ b/lang/python/uz/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n" "MIME-Version: 1.0\n" diff --git a/lang/python/zh_CN/LC_MESSAGES/python.mo b/lang/python/zh_CN/LC_MESSAGES/python.mo index ba474e42b..1c96d9224 100644 Binary files a/lang/python/zh_CN/LC_MESSAGES/python.mo and b/lang/python/zh_CN/LC_MESSAGES/python.mo differ diff --git a/lang/python/zh_CN/LC_MESSAGES/python.po b/lang/python/zh_CN/LC_MESSAGES/python.po index fb7564c0f..29f4ad9f1 100644 --- a/lang/python/zh_CN/LC_MESSAGES/python.po +++ b/lang/python/zh_CN/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Mingcong Bai , 2017\n" "Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n" diff --git a/lang/python/zh_TW/LC_MESSAGES/python.mo b/lang/python/zh_TW/LC_MESSAGES/python.mo index 3c6b2e9ce..80165ebd2 100644 Binary files a/lang/python/zh_TW/LC_MESSAGES/python.mo and b/lang/python/zh_TW/LC_MESSAGES/python.mo differ diff --git a/lang/python/zh_TW/LC_MESSAGES/python.po b/lang/python/zh_TW/LC_MESSAGES/python.po index 8b5bae6ee..19111eebb 100644 --- a/lang/python/zh_TW/LC_MESSAGES/python.po +++ b/lang/python/zh_TW/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:35-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Jeff Huang , 2017\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n" diff --git a/src/branding/default/branding.desc b/src/branding/default/branding.desc index c3542a9ec..fcc307242 100644 --- a/src/branding/default/branding.desc +++ b/src/branding/default/branding.desc @@ -27,10 +27,10 @@ strings: versionedName: Generic GNU/Linux 2017.8 LTS "Soapy Sousaphone" shortVersionedName: Generic 2017.8 bootloaderEntryName: Generic - productUrl: http://calamares.io/ - supportUrl: http://calamares.io/bugs/ - knownIssuesUrl: http://calamares.io/about/ - releaseNotesUrl: http://calamares.io/about/ + productUrl: https://calamares.io/ + supportUrl: https://github.com/calamares/calamares/issues + knownIssuesUrl: https://calamares.io/about/ + releaseNotesUrl: https://calamares.io/about/ # Should the welcome image (productWelcome, below) be scaled # up beyond its natural size? If false, the image does not grow diff --git a/src/calamares/CalamaresApplication.cpp b/src/calamares/CalamaresApplication.cpp index 6389a2806..caba96f5d 100644 --- a/src/calamares/CalamaresApplication.cpp +++ b/src/calamares/CalamaresApplication.cpp @@ -356,7 +356,7 @@ CalamaresApplication::initViewSteps() { cDebug() << "STARTUP: loadModules for all modules done"; m_mainwindow->show(); - ProgressTreeModel* m = new ProgressTreeModel( this ); + ProgressTreeModel* m = new ProgressTreeModel( nullptr ); ProgressTreeView::instance()->setModel( m ); cDebug() << "STARTUP: Window now visible and ProgressTreeView populated"; } diff --git a/src/calamares/progresstree/ProgressTreeModel.cpp b/src/calamares/progresstree/ProgressTreeModel.cpp index 50a1b6e50..0b0c47c72 100644 --- a/src/calamares/progresstree/ProgressTreeModel.cpp +++ b/src/calamares/progresstree/ProgressTreeModel.cpp @@ -24,6 +24,7 @@ ProgressTreeModel::ProgressTreeModel( QObject* parent ) : QAbstractItemModel( parent ) + , m_rootItem( nullptr ) { setupModelData(); } @@ -39,7 +40,7 @@ Qt::ItemFlags ProgressTreeModel::flags( const QModelIndex& index ) const { if ( !index.isValid() ) - return 0; + return Qt::ItemFlags(); return Qt::ItemIsEnabled; } @@ -134,6 +135,8 @@ ProgressTreeModel::columnCount( const QModelIndex& parent ) const void ProgressTreeModel::setupModelData() { + delete m_rootItem; + m_rootItem = new ProgressTreeRoot(); const Calamares::ViewManager* vm = Calamares::ViewManager::instance(); diff --git a/src/calamares/progresstree/ProgressTreeView.cpp b/src/calamares/progresstree/ProgressTreeView.cpp index 7fc44d146..6dd33b951 100644 --- a/src/calamares/progresstree/ProgressTreeView.cpp +++ b/src/calamares/progresstree/ProgressTreeView.cpp @@ -62,7 +62,6 @@ ProgressTreeView::ProgressTreeView( QWidget* parent ) ProgressTreeView::~ProgressTreeView() { - } diff --git a/src/libcalamares/PythonHelper.cpp b/src/libcalamares/PythonHelper.cpp index 14a63f4d3..a207fe8cd 100644 --- a/src/libcalamares/PythonHelper.cpp +++ b/src/libcalamares/PythonHelper.cpp @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -183,6 +184,16 @@ variantHashFromPyDict( const boost::python::dict& pyDict ) Helper* Helper::s_instance = nullptr; +static inline void add_if_lib_exists( const QDir& dir, const char* name, QStringList& list ) +{ + if ( ! ( dir.exists() && dir.isReadable() ) ) + return; + + QFileInfo fi( dir.absoluteFilePath( name ) ); + if ( fi.exists() && fi.isReadable() ) + list.append( fi.dir().absolutePath() ); +} + Helper::Helper( QObject* parent ) : QObject( parent ) { @@ -196,20 +207,11 @@ Helper::Helper( QObject* parent ) m_mainNamespace = m_mainModule.attr( "__dict__" ); // If we're running from the build dir - QFileInfo fi( QDir::current().absoluteFilePath( "libcalamares.so" ) ); - if ( fi.exists() && fi.isReadable() ) - m_pythonPaths.append( fi.dir().absolutePath() ); + add_if_lib_exists( QDir::current(), "libcalamares.so", m_pythonPaths ); QDir calaPythonPath( CalamaresUtils::systemLibDir().absolutePath() + QDir::separator() + "calamares" ); - if ( calaPythonPath.exists() && - calaPythonPath.isReadable() ) - { - QFileInfo fi( calaPythonPath.absoluteFilePath( "libcalamares.so" ) ); - if ( fi.exists() && fi.isReadable() ) - m_pythonPaths.append( fi.dir().absolutePath() ); - } - + add_if_lib_exists( calaPythonPath, "libcalamares.so", m_pythonPaths ); bp::object sys = bp::import( "sys" ); @@ -247,8 +249,11 @@ Helper::createCleanNamespace() QString Helper::handleLastError() { - PyObject* type = nullptr, *val = nullptr, *tb = nullptr; - PyErr_Fetch( &type, &val, &tb ); + PyObject* type = nullptr, *val = nullptr, *traceback_p = nullptr; + PyErr_Fetch( &type, &val, &traceback_p ); + + Logger::CDebug debug; + debug.noquote() << "Python Error:\n"; QString typeMsg; if ( type != nullptr ) @@ -257,10 +262,11 @@ Helper::handleLastError() bp::str pystr( h_type ); bp::extract< std::string > extracted( pystr ); if ( extracted.check() ) - typeMsg = QString::fromStdString( extracted() ).toHtmlEscaped(); + typeMsg = QString::fromStdString( extracted() ).trimmed(); - if ( typeMsg.trimmed().isEmpty() ) + if ( typeMsg.isEmpty() ) typeMsg = tr( "Unknown exception type" ); + debug << typeMsg << '\n'; } QString valMsg; @@ -270,26 +276,51 @@ Helper::handleLastError() bp::str pystr( h_val ); bp::extract< std::string > extracted( pystr ); if ( extracted.check() ) - valMsg = QString::fromStdString( extracted() ).toHtmlEscaped(); + valMsg = QString::fromStdString( extracted() ).trimmed(); - if ( valMsg.trimmed().isEmpty() ) + if ( valMsg.isEmpty() ) valMsg = tr( "unparseable Python error" ); + + // Special-case: CalledProcessError has an attribute "output" with the command output, + // add that to the printed message. + if ( typeMsg.contains( "CalledProcessError" ) ) + { + bp::object exceptionObject( h_val ); + auto a = exceptionObject.attr( "output" ); + bp::str outputString( a ); + bp::extract< std::string > extractedOutput( outputString ); + + QString output; + if ( extractedOutput.check() ) + { + output = QString::fromStdString( extractedOutput() ).trimmed(); + } + if ( !output.isEmpty() ) + { + // Replace the Type of the error by the warning string, + // and use the output of the command (e.g. its stderr) as value. + typeMsg = valMsg; + valMsg = output; + } + } + debug << valMsg << '\n'; } QString tbMsg; - if ( tb != nullptr ) + if ( traceback_p != nullptr ) { - bp::handle<> h_tb( tb ); - bp::object tb( bp::import( "traceback" ) ); - bp::object format_tb( tb.attr( "format_tb" ) ); + bp::handle<> h_tb( traceback_p ); + bp::object traceback_module( bp::import( "traceback" ) ); + bp::object format_tb( traceback_module.attr( "format_tb" ) ); bp::object tb_list( format_tb( h_tb ) ); bp::object pystr( bp::str( "\n" ).join( tb_list ) ); bp::extract< std::string > extracted( pystr ); if ( extracted.check() ) - tbMsg = QString::fromStdString( extracted() ).toHtmlEscaped(); + tbMsg = QString::fromStdString( extracted() ).trimmed(); - if ( tbMsg.trimmed().isEmpty() ) + if ( tbMsg.isEmpty() ) tbMsg = tr( "unparseable Python traceback" ); + debug << tbMsg << '\n'; } if ( typeMsg.isEmpty() && valMsg.isEmpty() && tbMsg.isEmpty() ) @@ -297,18 +328,15 @@ Helper::handleLastError() QStringList msgList; - if ( !typeMsg.isEmpty() ) - msgList.append( QString( "%1" ).arg( typeMsg ) ); - + msgList.append( QString( "%1" ).arg( typeMsg.toHtmlEscaped() ) ); if ( !valMsg.isEmpty() ) - msgList.append( valMsg ); + msgList.append( valMsg.toHtmlEscaped() ); if ( !tbMsg.isEmpty() ) { - msgList.append( "Traceback:" ); - msgList.append( QString( "
%1
" ).arg( tbMsg ) ); - cDebug() << "tbMsg" << tbMsg; + msgList.append( QStringLiteral( "
Traceback:" ) ); + msgList.append( QString( "
%1
" ).arg( tbMsg.toHtmlEscaped() ) ); } // Return a string made of the msgList items, wrapped in
tags diff --git a/src/libcalamares/PythonJobApi.cpp b/src/libcalamares/PythonJobApi.cpp index 595f53a76..40d178cf9 100644 --- a/src/libcalamares/PythonJobApi.cpp +++ b/src/libcalamares/PythonJobApi.cpp @@ -36,6 +36,24 @@ namespace bp = boost::python; +static int +_handle_check_target_env_call_error( const CalamaresUtils::ProcessResult& ec, const QString& cmd ) +{ + if ( !ec.first ) + return ec.first; + + QString raise = QString( "import subprocess\n" + "e = subprocess.CalledProcessError(%1,\"%2\")\n" ) + .arg( ec.first ) + .arg( cmd ); + if ( !ec.second.isEmpty() ) + raise.append( QStringLiteral("e.output = \"\"\"%1\"\"\"\n").arg( ec.second ) ); + raise.append("raise e"); + bp::exec( raise.toStdString().c_str() ); + bp::throw_error_already_set(); + return ec.first; +} + namespace CalamaresPython { @@ -53,16 +71,38 @@ mount( const std::string& device_path, } +static inline QStringList +_bp_list_to_qstringlist( const bp::list& args ) +{ + QStringList list; + for ( int i = 0; i < bp::len( args ); ++i ) + { + list.append( QString::fromStdString( + bp::extract< std::string >( args[ i ] ) ) ); + } + return list; +} + +static inline CalamaresUtils::ProcessResult +_target_env_command( + const QStringList& args, + const std::string& stdin, + int timeout ) +{ + return CalamaresUtils::System::instance()-> + targetEnvCommand( args, + QString(), + QString::fromStdString( stdin ), + timeout ); +} + int target_env_call( const std::string& command, const std::string& stdin, int timeout ) { - return CalamaresUtils::System::instance()-> - targetEnvCall( QString::fromStdString( command ), - QString(), - QString::fromStdString( stdin ), - timeout ); + return _target_env_command( + QStringList{ QString::fromStdString( command ) }, stdin, timeout ).first; } @@ -71,18 +111,8 @@ target_env_call( const bp::list& args, const std::string& stdin, int timeout ) { - QStringList list; - for ( int i = 0; i < bp::len( args ); ++i ) - { - list.append( QString::fromStdString( - bp::extract< std::string >( args[ i ] ) ) ); - } - - return CalamaresUtils::System::instance()-> - targetEnvCall( list, - QString(), - QString::fromStdString( stdin ), - timeout ); + return _target_env_command( + _bp_list_to_qstringlist( args ), stdin, timeout ).first; } @@ -91,7 +121,8 @@ check_target_env_call( const std::string& command, const std::string& stdin, int timeout ) { - int ec = target_env_call( command, stdin, timeout ); + auto ec = _target_env_command( + QStringList{ QString::fromStdString( command ) }, stdin, timeout ); return _handle_check_target_env_call_error( ec, QString::fromStdString( command ) ); } @@ -101,17 +132,11 @@ check_target_env_call( const bp::list& args, const std::string& stdin, int timeout ) { - int ec = target_env_call( args, stdin, timeout ); - if ( !ec ) - return ec; - - QStringList failedCmdList; - for ( int i = 0; i < bp::len( args ); ++i ) - { - failedCmdList.append( QString::fromStdString( - bp::extract< std::string >( args[ i ] ) ) ); - } + auto ec = _target_env_command( _bp_list_to_qstringlist( args ), stdin, timeout ); + if ( !ec.first ) + return ec.first; + QStringList failedCmdList = _bp_list_to_qstringlist( args ); return _handle_check_target_env_call_error( ec, failedCmdList.join( ' ' ) ); } @@ -121,15 +146,10 @@ check_target_env_output( const std::string& command, const std::string& stdin, int timeout ) { - QString output; - int ec = CalamaresUtils::System::instance()-> - targetEnvOutput( QString::fromStdString( command ), - output, - QString(), - QString::fromStdString( stdin ), - timeout ); + auto ec = _target_env_command( + QStringList{ QString::fromStdString( command ) }, stdin, timeout ); _handle_check_target_env_call_error( ec, QString::fromStdString( command ) ); - return output.toStdString(); + return ec.second.toStdString(); } @@ -138,41 +158,13 @@ check_target_env_output( const bp::list& args, const std::string& stdin, int timeout ) { - QString output; - QStringList list; - for ( int i = 0; i < bp::len( args ); ++i ) - { - list.append( QString::fromStdString( - bp::extract< std::string >( args[ i ] ) ) ); - } - - int ec = CalamaresUtils::System::instance()-> - targetEnvOutput( list, - output, - QString(), - QString::fromStdString( stdin ), - timeout ); + QStringList list = _bp_list_to_qstringlist( args ); + auto ec = _target_env_command( + list, stdin, timeout ); _handle_check_target_env_call_error( ec, list.join( ' ' ) ); - return output.toStdString(); + return ec.second.toStdString(); } - -int -_handle_check_target_env_call_error( int ec, const QString& cmd ) -{ - if ( !ec ) - return ec; - - QString raise = QString( "import subprocess\n" - "raise subprocess.CalledProcessError(%1,\"%2\")" ) - .arg( ec ) - .arg( cmd ); - bp::exec( raise.toStdString().c_str() ); - bp::throw_error_already_set(); - return ec; -} - - void debug( const std::string& s ) { diff --git a/src/libcalamares/PythonJobApi.h b/src/libcalamares/PythonJobApi.h index 3d31c474e..c88101d28 100644 --- a/src/libcalamares/PythonJobApi.h +++ b/src/libcalamares/PythonJobApi.h @@ -67,8 +67,6 @@ boost::python::list gettext_languages(); void debug( const std::string& s ); -inline int _handle_check_target_env_call_error( int ec, const QString& cmd ); - class PythonJobInterface { public: diff --git a/src/libcalamares/utils/CalamaresUtils.cpp b/src/libcalamares/utils/CalamaresUtils.cpp index ae3a14497..75f6eecf3 100644 --- a/src/libcalamares/utils/CalamaresUtils.cpp +++ b/src/libcalamares/utils/CalamaresUtils.cpp @@ -340,6 +340,18 @@ getBool( const QVariantMap& map, const QString& key, bool d ) return result; } +QString +getString(const QVariantMap& map, const QString& key) +{ + if ( map.contains( key ) ) + { + auto v = map.value( key ); + if ( v.type() == QVariant::String ) + return v.toString(); + } + return QString(); +} + QVariantMap getSubMap( const QVariantMap& map, const QString& key, bool& success ) { diff --git a/src/libcalamares/utils/CalamaresUtils.h b/src/libcalamares/utils/CalamaresUtils.h index 651c6746a..1211aac54 100644 --- a/src/libcalamares/utils/CalamaresUtils.h +++ b/src/libcalamares/utils/CalamaresUtils.h @@ -104,6 +104,11 @@ namespace CalamaresUtils */ DLLEXPORT bool getBool( const QVariantMap& map, const QString& key, bool d ); + /** + * Get a string value from a mapping; returns empty QString if no value. + */ + DLLEXPORT QString getString( const QVariantMap& map, const QString& key ); + /** * Returns a sub-map (i.e. a nested map) from the given mapping with the * given key. @p success is set to true if the @p key exists diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index 656a57c10..ca981459c 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.cpp +++ b/src/libcalamares/utils/CalamaresUtilsSystem.cpp @@ -92,42 +92,14 @@ System::mount( const QString& devicePath, return QProcess::execute( program, args ); } -int -System::targetEnvCall( const QStringList& args, - const QString& workingPath, - const QString& stdInput, - int timeoutSec ) +ProcessResult +System::targetEnvCommand( + const QStringList& args, + const QString& workingPath, + const QString& stdInput, + int timeoutSec ) { - QString discard; - return targetEnvOutput( args, - discard, - workingPath, - stdInput, - timeoutSec ); -} - - -int -System::targetEnvCall( const QString& command, - const QString& workingPath, - const QString& stdInput, - int timeoutSec ) -{ - return targetEnvCall( QStringList{ command }, - workingPath, - stdInput, - timeoutSec ); -} - - -int -System::targetEnvOutput( const QStringList& args, - QString& output, - const QString& workingPath, - const QString& stdInput, - int timeoutSec ) -{ - output.clear(); + QString output; if ( !Calamares::JobQueue::instance() ) return -3; @@ -209,30 +181,15 @@ System::targetEnvOutput( const QStringList& args, cLog() << "Finished. Exit code:" << r; if ( r != 0 ) { - cLog() << "Target cmd" << args; - cLog() << "Target out" << output; + cLog() << "Target cmd:" << args; + cLog().noquote() << "Target output:\n" << output; } - return r; -} - - -int -System::targetEnvOutput( const QString& command, - QString& output, - const QString& workingPath, - const QString& stdInput, - int timeoutSec ) -{ - return targetEnvOutput( QStringList{ command }, - output, - workingPath, - stdInput, - timeoutSec ); + return ProcessResult(r, output); } QPair -System::getTotalMemoryB() +System::getTotalMemoryB() const { #ifdef Q_OS_LINUX struct sysinfo i; @@ -257,4 +214,33 @@ System::getTotalMemoryB() } +QString +System::getCpuDescription() const +{ + QString model; + +#ifdef Q_OS_LINUX + QFile file("/proc/cpuinfo"); + if ( file.open(QIODevice::ReadOnly | QIODevice::Text) ) + while ( !file.atEnd() ) + { + QByteArray line = file.readLine(); + if ( line.startsWith( "model name" ) && (line.indexOf( ':' ) > 0) ) + { + model = QString::fromLatin1( line.right(line.length() - line.indexOf( ':' ) ) ); + break; + } + } +#elif defined( Q_OS_FREEBSD ) + // This would use sysctl "hw.model", which has a string value +#endif + return model.simplified(); } + +quint64 +System::getTotalDiskB() const +{ + return 0; +} + +} // namespace diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.h b/src/libcalamares/utils/CalamaresUtilsSystem.h index 1ccdfb516..be2da28ae 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.h +++ b/src/libcalamares/utils/CalamaresUtilsSystem.h @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,10 +22,18 @@ #include "DllMacro.h" #include +#include #include namespace CalamaresUtils { +class ProcessResult : public QPair< int, QString > +{ +public: + /** @brief Implicit one-argument constructor has no output, only a return code */ + ProcessResult( int r ) : QPair< int, QString >( r, QString() ) {} + ProcessResult( int r, QString s ) : QPair< int, QString >( r, s ) {} +} ; /** * @brief The System class is a singleton with utility functions that perform @@ -61,42 +70,75 @@ public: const QString& filesystemName = QString(), const QString& options = QString() ); + /** * Runs the specified command in the chroot of the target system. - * @param args the call with arguments, as a string list. + * @param args the command with arguments, as a string list. * @param workingPath the current working directory for the QProcess * call (optional). * @param stdInput the input string to send to the running process as * standard input (optional). * @param timeoutSec the timeout after which the process will be * killed (optional, default is 0 i.e. no timeout). - * @returns the program's exit code, or: + * + * @returns the program's exit code and its output (if any). Special + * exit codes (which will never have any output) are: * -1 = QProcess crash * -2 = QProcess cannot start * -3 = bad arguments * -4 = QProcess timeout */ - DLLEXPORT int targetEnvCall( const QStringList& args, + DLLEXPORT ProcessResult targetEnvCommand( + const QStringList &args, + const QString& workingPath = QString(), + const QString& stdInput = QString(), + int timeoutSec = 0 ); + + /** @brief Convenience wrapper for targetEnvCommand() which returns only the exit code */ + inline int targetEnvCall( const QStringList& args, const QString& workingPath = QString(), const QString& stdInput = QString(), - int timeoutSec = 0 ); + int timeoutSec = 0 ) + { + return targetEnvCommand( args, workingPath, stdInput, timeoutSec ).first; + } - DLLEXPORT int targetEnvCall( const QString& command, + /** @brief Convenience wrapper for targetEnvCommand() which returns only the exit code */ + inline int targetEnvCall( const QString& command, const QString& workingPath = QString(), const QString& stdInput = QString(), - int timeoutSec = 0 ); + int timeoutSec = 0 ) + { + return targetEnvCall( QStringList{ command }, workingPath, stdInput, timeoutSec ); + } - DLLEXPORT int targetEnvOutput( const QStringList& args, + /** @brief Convenience wrapper for targetEnvCommand() which returns only the exit code + * + * Places the called program's output in the @p output string. + */ + int targetEnvOutput( const QStringList& args, QString& output, const QString& workingPath = QString(), const QString& stdInput = QString(), - int timeoutSec = 0 ); + int timeoutSec = 0 ) + { + auto r = targetEnvCommand( args, workingPath, stdInput, timeoutSec ); + output = r.second; + return r.first; + } - DLLEXPORT int targetEnvOutput( const QString& command, + /** @brief Convenience wrapper for targetEnvCommand() which returns only the exit code + * + * Places the called program's output in the @p output string. + */ + inline int targetEnvOutput( const QString& command, QString& output, const QString& workingPath = QString(), const QString& stdInput = QString(), - int timeoutSec = 0 ); + int timeoutSec = 0 ) + { + return targetEnvOutput( QStringList{ command }, output, workingPath, stdInput, timeoutSec ); + } /** * @brief getTotalMemoryB returns the total main memory, in bytes. @@ -112,7 +154,21 @@ public: * * @return size, guesstimate-factor */ - DLLEXPORT QPair getTotalMemoryB(); + DLLEXPORT QPair getTotalMemoryB() const; + + /** + * @brief getCpuDescription returns a string describing the CPU. + * + * Returns the value of the "model name" line in /proc/cpuinfo. + */ + DLLEXPORT QString getCpuDescription() const; + + /** + * @brief getTotalDiskB returns the total disk attached, in bytes. + * + * If nothing can be found, returns a 0. + */ + DLLEXPORT quint64 getTotalDiskB() const; private: static System* s_instance; diff --git a/src/libcalamaresui/libcalamaresui.qrc b/src/libcalamaresui/libcalamaresui.qrc index 7fdcc8cd1..79ae4e45f 100644 --- a/src/libcalamaresui/libcalamaresui.qrc +++ b/src/libcalamaresui/libcalamaresui.qrc @@ -16,5 +16,8 @@ ../../data/images/boot-environment.svg ../../data/images/partition-table.svg ../../data/images/squid.svg + ../../data/images/state-ok.svg + ../../data/images/state-warning.svg + ../../data/images/state-error.svg diff --git a/src/libcalamaresui/utils/CalamaresUtilsGui.cpp b/src/libcalamaresui/utils/CalamaresUtilsGui.cpp index 3b04897ae..38d7d12e0 100644 --- a/src/libcalamaresui/utils/CalamaresUtilsGui.cpp +++ b/src/libcalamaresui/utils/CalamaresUtilsGui.cpp @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -107,6 +108,18 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size ) case Squid: pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/squid.svg", size ); break; + + case StatusOk: + pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/state-ok.svg", size ); + break; + + case StatusWarning: + pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/state-warning.svg", size ); + break; + + case StatusError: + pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/state-error.svg", size ); + break; } if ( pixmap.isNull() ) diff --git a/src/libcalamaresui/utils/CalamaresUtilsGui.h b/src/libcalamaresui/utils/CalamaresUtilsGui.h index e675d0672..b64133455 100644 --- a/src/libcalamaresui/utils/CalamaresUtilsGui.h +++ b/src/libcalamaresui/utils/CalamaresUtilsGui.h @@ -55,7 +55,10 @@ enum ImageType : int PartitionReplaceOs, PartitionTable, BootEnvironment, - Squid + Squid, + StatusOk, // Icons for the requirements checker + StatusWarning, + StatusError }; /** diff --git a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo index 28d4bf048..1a75f33f9 100644 Binary files a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo and b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po index c361beac9..3b9d4e2b1 100644 --- a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po +++ b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-04 08:16-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Christian Spaan , 2017\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" @@ -28,7 +28,7 @@ msgstr "Ein neues QLabel." #: src/modules/dummypythonqt/main.py:97 msgid "Dummy PythonQt ViewStep" -msgstr "" +msgstr "Dummy PythonQt ViewStep" #: src/modules/dummypythonqt/main.py:183 msgid "The Dummy PythonQt Job" diff --git a/src/modules/dummypythonqt/lang/dummypythonqt.pot b/src/modules/dummypythonqt/lang/dummypythonqt.pot index ebc914037..aabe14ac3 100644 --- a/src/modules/dummypythonqt/lang/dummypythonqt.pot +++ b/src/modules/dummypythonqt/lang/dummypythonqt.pot @@ -2,41 +2,41 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 10:34-0400\n" +"POT-Creation-Date: 2017-11-28 06:46-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" #: src/modules/dummypythonqt/main.py:84 msgid "Click me!" -msgstr "Click me!" +msgstr "" #: src/modules/dummypythonqt/main.py:94 msgid "A new QLabel." -msgstr "A new QLabel." +msgstr "" #: src/modules/dummypythonqt/main.py:97 msgid "Dummy PythonQt ViewStep" -msgstr "Dummy PythonQt ViewStep" +msgstr "" #: src/modules/dummypythonqt/main.py:183 msgid "The Dummy PythonQt Job" -msgstr "The Dummy PythonQt Job" +msgstr "" #: src/modules/dummypythonqt/main.py:186 msgid "This is the Dummy PythonQt Job. The dummy job says: {}" -msgstr "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" #: src/modules/dummypythonqt/main.py:190 msgid "A status message for Dummy PythonQt Job." -msgstr "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo index 73b11b8a0..4440c352d 100644 Binary files a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo and b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po index 58908a127..c8c84b986 100644 --- a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po +++ b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-04 08:16-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Saverio , 2016\n" +"Last-Translator: Marco Z. , 2017\n" "Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7 +28,7 @@ msgstr "Una nuova QLabel." #: src/modules/dummypythonqt/main.py:97 msgid "Dummy PythonQt ViewStep" -msgstr "" +msgstr "Dummy PythonQt ViewStep" #: src/modules/dummypythonqt/main.py:183 msgid "The Dummy PythonQt Job" diff --git a/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 000000000..bb4455c58 Binary files /dev/null and b/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 000000000..4d6658aa7 --- /dev/null +++ b/src/modules/dummypythonqt/lang/kn/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,42 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Kannada (https://www.transifex.com/calamares/teams/20061/kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:84 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:94 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:97 +msgid "Dummy PythonQt ViewStep" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:186 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:190 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo index 63f2677da..86fbdf716 100644 Binary files a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo and b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po index 0f67ae374..9f5212718 100644 --- a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po +++ b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-04 08:16-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: m4sk1n , 2016\n" +"Last-Translator: Piotr Strębski , 2017\n" "Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,16 +28,16 @@ msgstr "Nowy QLabel." #: src/modules/dummypythonqt/main.py:97 msgid "Dummy PythonQt ViewStep" -msgstr "Dummy PythonQt ViewStep" +msgstr "Podgląd kroków fikcyjnego PythonQt" #: src/modules/dummypythonqt/main.py:183 msgid "The Dummy PythonQt Job" -msgstr "Zadanie Dummy PythonQt" +msgstr "Zadanie fikcyjne PythonQt" #: src/modules/dummypythonqt/main.py:186 msgid "This is the Dummy PythonQt Job. The dummy job says: {}" -msgstr "To jest zadanie Dummy PythonQt mówiące: {}" +msgstr "To jest zadanie fikcyjne PythonQt mówiące: {}" #: src/modules/dummypythonqt/main.py:190 msgid "A status message for Dummy PythonQt Job." -msgstr "Wiadomość o stanie zadania Dummy PythonQt." +msgstr "Wiadomość o stanie zadania fikcyjnego PythonQt." diff --git a/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 000000000..a74176a2e Binary files /dev/null and b/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 000000000..e0e505d2f --- /dev/null +++ b/src/modules/dummypythonqt/lang/sq/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,43 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Besnik , 2017\n" +"Language-Team: Albanian (https://www.transifex.com/calamares/teams/20061/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:84 +msgid "Click me!" +msgstr "Klikomëni!" + +#: src/modules/dummypythonqt/main.py:94 +msgid "A new QLabel." +msgstr "Një QLabel e re." + +#: src/modules/dummypythonqt/main.py:97 +msgid "Dummy PythonQt ViewStep" +msgstr "Dummy PythonQt ViewStep" + +#: src/modules/dummypythonqt/main.py:183 +msgid "The Dummy PythonQt Job" +msgstr "Akti PythonQt Dummy" + +#: src/modules/dummypythonqt/main.py:186 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Ky është Akti PythonQt Dummy. Akti dummy thotë: {}" + +#: src/modules/dummypythonqt/main.py:190 +msgid "A status message for Dummy PythonQt Job." +msgstr "Një mesazh gjendjeje nga Akti PythonQt Dummy." diff --git a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo index ec7faf311..bd44894e5 100644 Binary files a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo and b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo differ diff --git a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po index dd00e7fbf..77dc44d2e 100644 --- a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po +++ b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-04 08:16-0400\n" +"POT-Creation-Date: 2017-11-06 06:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr%40latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/src/modules/interactiveterminal/InteractiveTerminalPage.cpp b/src/modules/interactiveterminal/InteractiveTerminalPage.cpp index 739f02695..ab839ad23 100644 --- a/src/modules/interactiveterminal/InteractiveTerminalPage.cpp +++ b/src/modules/interactiveterminal/InteractiveTerminalPage.cpp @@ -46,6 +46,14 @@ InteractiveTerminalPage::InteractiveTerminalPage( QWidget* parent ) m_layout->addWidget( m_headerLabel ); } +void +InteractiveTerminalPage::errorKonsoleNotInstalled() +{ + QMessageBox::critical( this, + tr( "Konsole not installed"), + tr( "Please install KDE Konsole and try again!" ), + QMessageBox::Ok ); +} void InteractiveTerminalPage::onActivate() @@ -60,15 +68,7 @@ InteractiveTerminalPage::onActivate() { // And all of this hoping the Konsole application is installed. If not, // tough cookies. - // Maybe linking against a library seemed too simple and elegant so - // someone decided to have a terminal widget depend on over 9000 other - // KDElibs things that have nothing to do with a terminal widget, and - // have the loading happen at runtime so it's more likely to fail at - // an inconvenient time. - QMessageBox::critical( this, - tr( "Konsole not installed"), - tr( "Please install the kde konsole and try again!" ), - QMessageBox::Ok); + errorKonsoleNotInstalled(); return ; } @@ -80,10 +80,7 @@ InteractiveTerminalPage::onActivate() if ( !p ) { // One more opportunity for the loading operation to fail. - QMessageBox::critical( this, - tr( "Konsole not installed"), - tr( "Please install the kde konsole and try again!" ), - QMessageBox::Ok); + errorKonsoleNotInstalled(); return; } @@ -92,10 +89,7 @@ InteractiveTerminalPage::onActivate() if ( !t ) { // This is why we can't have nice things. - QMessageBox::critical( this, - tr( "Konsole not installed"), - tr( "Please install the kde konsole and try again!" ), - QMessageBox::Ok); + errorKonsoleNotInstalled(); return; } diff --git a/src/modules/interactiveterminal/InteractiveTerminalPage.h b/src/modules/interactiveterminal/InteractiveTerminalPage.h index 82a852277..a08ccf685 100644 --- a/src/modules/interactiveterminal/InteractiveTerminalPage.h +++ b/src/modules/interactiveterminal/InteractiveTerminalPage.h @@ -39,6 +39,8 @@ private: QWidget* m_termHostWidget; QString m_command; QLabel* m_headerLabel; + + void errorKonsoleNotInstalled(); }; #endif // INTERACTIVETERMINALPAGE_H diff --git a/src/modules/netinstall/PackageModel.cpp b/src/modules/netinstall/PackageModel.cpp index 9fe8305a7..b97793f6d 100644 --- a/src/modules/netinstall/PackageModel.cpp +++ b/src/modules/netinstall/PackageModel.cpp @@ -163,7 +163,8 @@ PackageModel::getPackages() const { QList items = getItemPackages( m_rootItem ); for ( auto package : m_hiddenItems ) - items.append( getItemPackages( package ) ); + if ( package->hiddenSelected() ) + items.append( getItemPackages( package ) ); QList packages; for ( auto item : items ) { diff --git a/src/modules/netinstall/PackageTreeItem.cpp b/src/modules/netinstall/PackageTreeItem.cpp index 77ca07a9c..6ccd53382 100644 --- a/src/modules/netinstall/PackageTreeItem.cpp +++ b/src/modules/netinstall/PackageTreeItem.cpp @@ -19,6 +19,8 @@ #include "PackageTreeItem.h" +#include "utils/Logger.h" + PackageTreeItem::PackageTreeItem( const ItemData& data, PackageTreeItem* parent ) : m_parentItem( parent ) , m_data( data ) @@ -36,7 +38,15 @@ PackageTreeItem::PackageTreeItem( const QString packageName, PackageTreeItem* pa PackageTreeItem::PackageTreeItem( PackageTreeItem* parent ) : m_parentItem( parent ) -{ } +{ +} + +PackageTreeItem::PackageTreeItem::PackageTreeItem() : + PackageTreeItem( QString(), nullptr ) +{ + m_data.selected = Qt::Checked; + m_data.name = QLatin1Literal( "" ); +} PackageTreeItem::~PackageTreeItem() { @@ -101,6 +111,13 @@ PackageTreeItem::parentItem() return m_parentItem; } +const PackageTreeItem* +PackageTreeItem::parentItem() const +{ + return m_parentItem; +} + + QString PackageTreeItem::prettyName() const { @@ -143,6 +160,26 @@ PackageTreeItem::setHidden( bool isHidden ) m_data.isHidden = isHidden; } +bool +PackageTreeItem::hiddenSelected() const +{ + Q_ASSERT( m_data.isHidden ); + if (! m_data.selected ) + return false; + + const PackageTreeItem* currentItem = parentItem(); + while ( currentItem != nullptr ) + { + if ( !currentItem->isHidden() ) + return currentItem->isSelected() != Qt::Unchecked; + currentItem = currentItem->parentItem(); + } + + /* Has no non-hiddent parents */ + return m_data.selected; +} + + bool PackageTreeItem::isCritical() const { @@ -164,34 +201,47 @@ PackageTreeItem::isSelected() const void PackageTreeItem::setSelected( Qt::CheckState isSelected ) { + if ( parentItem() == nullptr ) + // This is the root, it is always checked so don't change state + return; + m_data.selected = isSelected; setChildrenSelected( isSelected ); + + // Look for suitable parent item which may change checked-state + // when one of its children changes. PackageTreeItem* currentItem = parentItem(); - while ( currentItem != nullptr ) + while ( ( currentItem != nullptr ) && ( currentItem->childCount() == 0 ) ) { - int childrenSelected = 0; - bool isChildPartiallySelected = false; - for ( int i = 0; i < currentItem->childCount(); i++ ) - { - if ( currentItem->child( i )->isSelected() == Qt::Checked ) - childrenSelected++; - if ( currentItem->child( i )->isSelected() == Qt::PartiallyChecked ) - isChildPartiallySelected = true; - } - if ( !childrenSelected && !isChildPartiallySelected ) - currentItem->m_data.selected = Qt::Unchecked; - else if ( childrenSelected == currentItem->childCount() ) - currentItem->m_data.selected = Qt::Checked; - else - currentItem->m_data.selected = Qt::PartiallyChecked; currentItem = currentItem->parentItem(); } + if ( currentItem == nullptr ) + // Reached the root .. don't bother + return; + + // Figure out checked-state based on the children + int childrenSelected = 0; + int childrenPartiallySelected = 0; + for ( int i = 0; i < currentItem->childCount(); i++ ) + { + if ( currentItem->child( i )->isSelected() == Qt::Checked ) + childrenSelected++; + if ( currentItem->child( i )->isSelected() == Qt::PartiallyChecked ) + childrenPartiallySelected++; + } + if ( !childrenSelected && !childrenPartiallySelected) + currentItem->setSelected( Qt::Unchecked ); + else if ( childrenSelected == currentItem->childCount() ) + currentItem->setSelected( Qt::Checked ); + else + currentItem->setSelected( Qt::PartiallyChecked ); } void PackageTreeItem::setChildrenSelected( Qt::CheckState isSelected ) { if ( isSelected != Qt::PartiallyChecked ) + // Children are never root; don't need to use setSelected on them. for ( auto child : m_childItems ) { child->m_data.selected = isSelected; diff --git a/src/modules/netinstall/PackageTreeItem.h b/src/modules/netinstall/PackageTreeItem.h index e9bbcf59c..5b3520cb4 100644 --- a/src/modules/netinstall/PackageTreeItem.h +++ b/src/modules/netinstall/PackageTreeItem.h @@ -40,7 +40,8 @@ public: }; explicit PackageTreeItem( const ItemData& data, PackageTreeItem* parent = nullptr ); explicit PackageTreeItem( const QString packageName, PackageTreeItem* parent = nullptr ); - explicit PackageTreeItem( PackageTreeItem* parent = nullptr ); + explicit PackageTreeItem( PackageTreeItem* parent ); + explicit PackageTreeItem(); // The root of the tree; always selected, named ~PackageTreeItem() override; void appendChild( PackageTreeItem* child ); @@ -49,16 +50,30 @@ public: int columnCount() const; QVariant data( int column ) const override; int row() const; + PackageTreeItem* parentItem(); + const PackageTreeItem* parentItem() const; + QString prettyName() const; QString description() const; QString preScript() const; QString packageName() const; QString postScript() const; + bool isHidden() const; void setHidden( bool isHidden ); + /** + * @brief Is this hidden item, considered "selected"? + * + * This asserts when called on a non-hidden item. + * A hidden item has its own selected state, but really + * falls under the selectedness of the parent item. + */ + bool hiddenSelected() const; + bool isCritical() const; void setCritical( bool isCritical ); + Qt::CheckState isSelected() const; void setSelected( Qt::CheckState isSelected ); void setChildrenSelected( Qt::CheckState isSelected ); diff --git a/src/modules/tracking/CMakeLists.txt b/src/modules/tracking/CMakeLists.txt new file mode 100644 index 000000000..24e020af4 --- /dev/null +++ b/src/modules/tracking/CMakeLists.txt @@ -0,0 +1,16 @@ +calamares_add_plugin( tracking + TYPE viewmodule + EXPORT_MACRO PLUGINDLLEXPORT_PRO + SOURCES + TrackingJobs.cpp + TrackingPage.cpp + TrackingViewStep.cpp + UI + page_trackingstep.ui + RESOURCES + page_trackingstep.qrc + LINK_PRIVATE_LIBRARIES + calamaresui + SHARED_LIB +) + diff --git a/src/modules/tracking/TrackingJobs.cpp b/src/modules/tracking/TrackingJobs.cpp new file mode 100644 index 000000000..dc6584980 --- /dev/null +++ b/src/modules/tracking/TrackingJobs.cpp @@ -0,0 +1,138 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#include "TrackingJobs.h" + +#include "utils/CalamaresUtilsSystem.h" +#include "utils/Logger.h" + +#include +#include +#include +#include +#include + +TrackingInstallJob::TrackingInstallJob( const QString& url ) + : m_url( url ) + , m_networkManager( nullptr ) +{ +} + +TrackingInstallJob::~TrackingInstallJob() +{ + delete m_networkManager; +} + +QString TrackingInstallJob::prettyName() const +{ + return tr( "Installation feedback" ); +} + +QString TrackingInstallJob::prettyDescription() const +{ + return prettyName(); +} + +QString TrackingInstallJob::prettyStatusMessage() const +{ + return tr( "Sending installation feedback." ); +} + +Calamares::JobResult TrackingInstallJob::exec() +{ + m_networkManager = new QNetworkAccessManager(); + + QNetworkRequest request; + request.setUrl( QUrl( m_url ) ); + // Follows all redirects except unsafe ones (https to http). + request.setAttribute( QNetworkRequest::FollowRedirectsAttribute, true ); + // Not everybody likes the default User Agent used by this class (looking at you, + // sourceforge.net), so let's set a more descriptive one. + request.setRawHeader( "User-Agent", "Mozilla/5.0 (compatible; Calamares)" ); + + QTimer timeout; + timeout.setSingleShot(true); + + QEventLoop loop; + + connect( m_networkManager, &QNetworkAccessManager::finished, + this, &TrackingInstallJob::dataIsHere ); + connect( m_networkManager, &QNetworkAccessManager::finished, + &loop, &QEventLoop::quit ); + connect( &timeout, &QTimer::timeout, + &loop, &QEventLoop::quit ); + + m_networkManager->get( request ); // The semaphore is released when data is received + timeout.start( 5000 /* ms */ ); + + loop.exec(); + + if ( !timeout.isActive() ) + { + cDebug() << "WARNING: install-tracking request timed out."; + return Calamares::JobResult::error( tr( "Internal error in install-tracking." ), + tr( "HTTP request timed out." ) ); + } + timeout.stop(); + + return Calamares::JobResult::ok(); +} + +void TrackingInstallJob::dataIsHere( QNetworkReply* reply ) +{ + cDebug() << "Installation feedback request OK"; + reply->deleteLater(); +} + +QString TrackingMachineNeonJob::prettyName() const +{ + return tr( "Machine feedback" ); +} + +QString TrackingMachineNeonJob::prettyDescription() const +{ + return prettyName(); +} + +QString TrackingMachineNeonJob::prettyStatusMessage() const +{ + return tr( "Configuring machine feedback." ); +} + +Calamares::JobResult TrackingMachineNeonJob::exec() +{ + int r = CalamaresUtils::System::instance()->targetEnvCall( + "/bin/sh", + QString(), // Working dir + QString( +R"x(MACHINE_ID=`cat /etc/machine-id` +sed -i "s,URI =.*,URI = http://releases.neon.kde.org/meta-release/${MACHINE_ID}," /etc/update-manager/meta-release +sed -i "s,URI_LTS =.*,URI_LTS = http://releases.neon.kde.org/meta-release-lts/${MACHINE_ID}," /etc/update-manager/meta-release +true +)x"), + 1); + + if ( r == 0 ) + return Calamares::JobResult::ok(); + else if ( r > 0 ) + return Calamares::JobResult::error( tr( "Error in machine feedback configuration." ), + tr( "Could not configure machine feedback correctly, script error %1." ).arg( r ) ); + else + return Calamares::JobResult::error( tr( "Error in machine feedback configuration." ), + tr( "Could not configure machine feedback correctly, Calamares error %1." ).arg( r ) ); +} diff --git a/src/modules/tracking/TrackingJobs.h b/src/modules/tracking/TrackingJobs.h new file mode 100644 index 000000000..60c8a0f77 --- /dev/null +++ b/src/modules/tracking/TrackingJobs.h @@ -0,0 +1,60 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#ifndef TRACKINGJOBS +#define TRACKINGJOBS + +#include "Job.h" + +class QNetworkAccessManager; +class QNetworkReply; +class QSemaphore; + +class TrackingInstallJob : public Calamares::Job +{ + Q_OBJECT +public: + TrackingInstallJob( const QString& url ); + ~TrackingInstallJob(); + + QString prettyName() const override; + QString prettyDescription() const override; + QString prettyStatusMessage() const override; + Calamares::JobResult exec() override; + +public slots: + void dataIsHere( QNetworkReply* ); + +private: + const QString m_url; + + QNetworkAccessManager* m_networkManager; +}; + +class TrackingMachineNeonJob : public Calamares::Job +{ + Q_OBJECT +public: + QString prettyName() const override; + QString prettyDescription() const override; + QString prettyStatusMessage() const override; + Calamares::JobResult exec() override; +}; + + +#endif diff --git a/src/modules/tracking/TrackingPage.cpp b/src/modules/tracking/TrackingPage.cpp new file mode 100644 index 000000000..3f3d7c718 --- /dev/null +++ b/src/modules/tracking/TrackingPage.cpp @@ -0,0 +1,166 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#include "TrackingPage.h" + +#include "ui_page_trackingstep.h" + +#include "Branding.h" +#include "JobQueue.h" +#include "GlobalStorage.h" +#include "utils/Logger.h" +#include "utils/CalamaresUtilsGui.h" +#include "utils/Retranslator.h" +#include "ViewManager.h" + +#include +#include +#include + +TrackingPage::TrackingPage(QWidget *parent) + : QWidget( parent ) + , ui( new Ui::TrackingPage ) +{ + using StringEntry = Calamares::Branding::StringEntry; + + ui->setupUi( this ); + CALAMARES_RETRANSLATE( + ui->retranslateUi( this ); + ui->generalExplanation->setText( tr( "Install tracking helps %1 to see how many users they have, what hardware they install %1 to and (with the last two options below), get continuous information about preferred applications. To see what will be sent, please click the help icon next to each area." ).arg( *StringEntry::ShortProductName ) ); + ui->installExplanation->setText( tr( "By selecting this you will send information about your installation and hardware. This information will only be sent once after the installation finishes." ) ); + ui->machineExplanation->setText( tr( "By selecting this you will periodically send information about your installation, hardware and applications, to %1." ).arg( *StringEntry::ShortProductName ) ); + ui->userExplanation->setText( tr( "By selecting this you will regularly send information about your installation, hardware, applications and usage patterns, to %1." ).arg( *StringEntry::ShortProductName ) ); + ) + + QButtonGroup *group = new QButtonGroup( this ); + group->setExclusive( true ); + group->addButton( ui->noneRadio ); + group->addButton( ui->installRadio ); + group->addButton( ui->machineRadio ); + group->addButton( ui->userRadio ); + ui->noneRadio->setChecked( true ); +} + +void TrackingPage::enableTrackingOption(TrackingType t, bool enabled) +{ + QWidget* group = nullptr; + + switch ( t ) + { + case TrackingType::InstallTracking: + group = ui->installGroup; + break; + case TrackingType::MachineTracking: + group = ui->machineGroup; + break; + case TrackingType::UserTracking: + group = ui->userGroup; + break; + } + + if ( group != nullptr ) + { + if ( enabled ) + group->show(); + else + group->hide(); + } + else + cDebug() << "WARNING: unknown tracking option" << int(t); +} + +bool TrackingPage::getTrackingOption(TrackingType t) +{ + bool enabled = false; + + // A tracking type is enabled if it is checked, or + // any higher level is checked. + switch ( t ) + { + case TrackingType::InstallTracking: + enabled |= ui->installRadio->isChecked(); + // FALLTHRU + case TrackingType::MachineTracking: + enabled |= ui->machineRadio->isChecked(); + // FALLTHRU + case TrackingType::UserTracking: + enabled |= ui->userRadio->isChecked(); + } + return enabled; +} + +void TrackingPage::setTrackingPolicy(TrackingType t, QString url) +{ + QToolButton *button = nullptr; + switch( t ) + { + case TrackingType::InstallTracking: + button = ui->installPolicyButton; + break; + case TrackingType::MachineTracking: + button = ui->machinePolicyButton; + break; + case TrackingType::UserTracking: + button = ui->userPolicyButton; + break; + } + + if ( button != nullptr ) + if ( url.isEmpty() ) + button->hide(); + else + { + connect( button, &QToolButton::clicked, [url]{ QDesktopServices::openUrl( url ); } ); + cDebug() << "Tracking policy" << int(t) << "set to" << url; + } + else + cDebug() << "WARNING: unknown tracking option" << int(t); +} + +void TrackingPage::setGeneralPolicy( QString url ) +{ + if ( url.isEmpty() ) + ui->generalPolicyLabel->hide(); + else + { + ui->generalPolicyLabel->show(); + ui->generalPolicyLabel->setTextInteractionFlags(Qt::TextBrowserInteraction); + ui->generalPolicyLabel->show(); + connect( ui->generalPolicyLabel, &QLabel::linkActivated, [url]{ QDesktopServices::openUrl( url ); } ); + } +} + +void TrackingPage::setTrackingLevel(const QString& l) +{ + QString level = l.toLower(); + QRadioButton* button = nullptr; + + if (level.isEmpty() || level == "none") + button = ui->noneRadio; + else if (level == "install") + button = ui->installRadio; + else if (level == "machine") + button = ui->machineRadio; + else if (level == "user") + button = ui->userRadio; + + if ( button != nullptr ) + button->setChecked( true ); + else + cDebug() << "WARNING: unknown default tracking level" << l; +} diff --git a/src/modules/tracking/TrackingPage.h b/src/modules/tracking/TrackingPage.h new file mode 100644 index 000000000..281102897 --- /dev/null +++ b/src/modules/tracking/TrackingPage.h @@ -0,0 +1,64 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#ifndef TRACKINGPAGE_H +#define TRACKINGPAGE_H + +#include "TrackingType.h" + +#include +#include + +namespace Ui +{ +class TrackingPage; +} + +class TrackingPage : public QWidget +{ + Q_OBJECT +public: + explicit TrackingPage( QWidget* parent = nullptr ); + + /** + * Enables or disables the tracking-option block for the given + * tracking option @p t, and sets the initial state of the + * checkbox to the @p user default. + * + * Call this in ascending order of tracking type. + */ + void enableTrackingOption( TrackingType t, bool enabled ); + /** + * Returns whether tracking type @p is selected by the user + * (i.e. is the radio button for that level, or for a higher + * tracking level, enabled). + */ + bool getTrackingOption( TrackingType t ); + + /* URL for given level @p t */ + void setTrackingPolicy( TrackingType t, QString url ); + /* URL for the global link */ + void setGeneralPolicy( QString url ); + /* Select one of the four levels by name */ + void setTrackingLevel( const QString& level ); + +private: + Ui::TrackingPage* ui; +}; + +#endif //TRACKINGPAGE_H diff --git a/src/modules/tracking/TrackingType.h b/src/modules/tracking/TrackingType.h new file mode 100644 index 000000000..01997d4d5 --- /dev/null +++ b/src/modules/tracking/TrackingType.h @@ -0,0 +1,29 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#ifndef TRACKINGTYPE_H +#define TRACKINGTYPE_H + +enum class TrackingType +{ + InstallTracking, + MachineTracking, + UserTracking +} ; + +#endif //TRACKINGTYPE_H diff --git a/src/modules/tracking/TrackingViewStep.cpp b/src/modules/tracking/TrackingViewStep.cpp new file mode 100644 index 000000000..3d3fe4c0d --- /dev/null +++ b/src/modules/tracking/TrackingViewStep.cpp @@ -0,0 +1,195 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#include "JobQueue.h" +#include "GlobalStorage.h" +#include "utils/Logger.h" +#include "utils/CalamaresUtils.h" +#include "utils/CalamaresUtilsSystem.h" + +#include "TrackingJobs.h" +#include "TrackingPage.h" +#include "TrackingViewStep.h" + +#include +#include + +CALAMARES_PLUGIN_FACTORY_DEFINITION( TrackingViewStepFactory, registerPlugin(); ) + +/** @brief Is @p s a valid machine-tracking style. */ +static bool isValidStyle( const QString& s ) +{ + static QStringList knownStyles { "neon" }; + return knownStyles.contains( s ); +} + +TrackingViewStep::TrackingViewStep( QObject* parent ) + : Calamares::ViewStep( parent ) + , m_widget( new TrackingPage ) +{ + emit nextStatusChanged( false ); +} + + +TrackingViewStep::~TrackingViewStep() +{ + if ( m_widget && m_widget->parent() == nullptr ) + m_widget->deleteLater(); +} + + +QString +TrackingViewStep::prettyName() const +{ + return tr( "Feedback" ); +} + + +QWidget* +TrackingViewStep::widget() +{ + return m_widget; +} + + +void +TrackingViewStep::next() +{ + emit done(); +} + + +void +TrackingViewStep::back() +{} + + +bool +TrackingViewStep::isNextEnabled() const +{ + return true; +} + + +bool +TrackingViewStep::isBackEnabled() const +{ + return true; +} + + +bool +TrackingViewStep::isAtBeginning() const +{ + return true; +} + + +bool +TrackingViewStep::isAtEnd() const +{ + return true; +} + + +void TrackingViewStep::onLeave() +{ + m_installTracking.userEnabled = m_widget->getTrackingOption( TrackingType::InstallTracking ); + m_machineTracking.userEnabled = m_widget->getTrackingOption( TrackingType::MachineTracking ); + m_userTracking.userEnabled = m_widget->getTrackingOption( TrackingType::UserTracking ); + cDebug() << "Install tracking:" << m_installTracking.enabled(); + cDebug() << "Machine tracking:" << m_machineTracking.enabled(); + cDebug() << " User tracking:" << m_userTracking.enabled(); +} + + +Calamares::JobList +TrackingViewStep::jobs() const +{ + Calamares::JobList l; + + cDebug() << "Creating tracking jobs .."; + if ( m_installTracking.enabled() && !m_installTrackingUrl.isEmpty() ) + { + QString installUrl = m_installTrackingUrl; + const auto s = CalamaresUtils::System::instance(); + + QString memory, disk; + memory.setNum( s->getTotalMemoryB().first ); + disk.setNum( s->getTotalDiskB() ); + + installUrl + .replace( "$CPU", s->getCpuDescription() ) + .replace( "$MEMORY", memory ) + .replace( "$DISK", disk ); + + cDebug() << " .. install-tracking URL" << installUrl; + + l.append( Calamares::job_ptr( new TrackingInstallJob( installUrl ) ) ); + } + + if ( m_machineTracking.enabled() && !m_machineTrackingStyle.isEmpty() ) + { + Q_ASSERT( isValidStyle( m_machineTrackingStyle ) ); + if ( m_machineTrackingStyle == "neon" ) + l.append( Calamares::job_ptr( new TrackingMachineNeonJob() ) ); + } + return l; +} + + +QVariantMap TrackingViewStep::setTrackingOption(const QVariantMap& configurationMap, const QString& key, TrackingType t) +{ + bool settingEnabled = false; + + bool success = false; + auto config = CalamaresUtils::getSubMap( configurationMap, key, success ); + + if ( success ) + { + settingEnabled = CalamaresUtils::getBool( config, "enabled", false ); + } + + TrackingEnabled& trackingConfiguration = tracking( t ); + trackingConfiguration.settingEnabled = settingEnabled; + trackingConfiguration.userEnabled = false; + + m_widget->enableTrackingOption(t, settingEnabled); + m_widget->setTrackingPolicy(t, CalamaresUtils::getString( config, "policy" ) ); + + return config; +} + +void +TrackingViewStep::setConfigurationMap( const QVariantMap& configurationMap ) +{ + QVariantMap config; + + config = setTrackingOption( configurationMap, "install", TrackingType::InstallTracking ); + m_installTrackingUrl = CalamaresUtils::getString( config, "url" ); + + config = setTrackingOption( configurationMap, "machine", TrackingType::MachineTracking ); + auto s = CalamaresUtils::getString( config, "style" ); + if ( isValidStyle( s ) ) + m_machineTrackingStyle = s; + + setTrackingOption( configurationMap, "user", TrackingType::UserTracking ); + + m_widget->setGeneralPolicy( CalamaresUtils::getString( configurationMap, "policy" ) ); + m_widget->setTrackingLevel( CalamaresUtils::getString( configurationMap, "default" ) ); +} diff --git a/src/modules/tracking/TrackingViewStep.h b/src/modules/tracking/TrackingViewStep.h new file mode 100644 index 000000000..5f2f58af1 --- /dev/null +++ b/src/modules/tracking/TrackingViewStep.h @@ -0,0 +1,95 @@ +/* === This file is part of Calamares - === + * + * Copyright 2017, Adriaan de Groot + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see . + */ + +#ifndef TRACKINGVIEWSTEP_H +#define TRACKINGVIEWSTEP_H + +#include "TrackingType.h" + +#include +#include +#include + +#include +#include +#include + +class TrackingPage; + +class PLUGINDLLEXPORT TrackingViewStep : public Calamares::ViewStep +{ + Q_OBJECT + +public: + explicit TrackingViewStep( QObject* parent = nullptr ); + virtual ~TrackingViewStep() override; + + QString prettyName() const override; + + QWidget* widget() override; + + void next() override; + void back() override; + + bool isNextEnabled() const override; + bool isBackEnabled() const override; + + bool isAtBeginning() const override; + bool isAtEnd() const override; + + void onLeave() override; + + Calamares::JobList jobs() const override; + + void setConfigurationMap( const QVariantMap& configurationMap ) override; + +private: + QVariantMap setTrackingOption( const QVariantMap& configurationMap, const QString& key, TrackingType t ); + + TrackingPage* m_widget; + QString m_installTrackingUrl; + QString m_machineTrackingStyle; + + struct TrackingEnabled + { + bool settingEnabled; // Enabled in config file + bool userEnabled; // User checked "yes" + + TrackingEnabled() + : settingEnabled( false ) + , userEnabled( false ) + {} + + bool enabled() const { return settingEnabled && userEnabled; } + }; + TrackingEnabled m_installTracking, m_machineTracking, m_userTracking; + + inline TrackingEnabled& tracking( TrackingType t ) + { + if (t == TrackingType::UserTracking) + return m_userTracking; + else if (t == TrackingType::MachineTracking) + return m_machineTracking; + else + return m_installTracking; + } +}; + +CALAMARES_PLUGIN_FACTORY_DECLARATION( TrackingViewStepFactory ) + +#endif // TRACKINGVIEWSTEP_H diff --git a/src/modules/tracking/level-install.svg b/src/modules/tracking/level-install.svg new file mode 100644 index 000000000..ffa62ce65 --- /dev/null +++ b/src/modules/tracking/level-install.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + ! + + + + + diff --git a/src/modules/tracking/level-machine.svg b/src/modules/tracking/level-machine.svg new file mode 100644 index 000000000..f9df4d56e --- /dev/null +++ b/src/modules/tracking/level-machine.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/modules/tracking/level-none.svg b/src/modules/tracking/level-none.svg new file mode 100644 index 000000000..9cf85ff41 --- /dev/null +++ b/src/modules/tracking/level-none.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/modules/tracking/level-user.svg b/src/modules/tracking/level-user.svg new file mode 100644 index 000000000..5d9f03ae8 --- /dev/null +++ b/src/modules/tracking/level-user.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/modules/tracking/page_trackingstep.qrc b/src/modules/tracking/page_trackingstep.qrc new file mode 100644 index 000000000..e0147a8a5 --- /dev/null +++ b/src/modules/tracking/page_trackingstep.qrc @@ -0,0 +1,9 @@ + + + level-none.svg + level-install.svg + level-machine.svg + level-user.svg + ../../../data/images/information.svgz + + diff --git a/src/modules/tracking/page_trackingstep.ui b/src/modules/tracking/page_trackingstep.ui new file mode 100644 index 000000000..60dd9cacb --- /dev/null +++ b/src/modules/tracking/page_trackingstep.ui @@ -0,0 +1,303 @@ + + + TrackingPage + + + + 0 + 0 + 799 + 400 + + + + Form + + + + + + margin-bottom: 1ex; +margin-left: 2em; + + + Placeholder + + + true + + + + + + + + + + + + + + + + + + 64 + 64 + + + + + 64 + 64 + + + + + + + :/tracking/level-none.svg + + + + + + + + 0 + 0 + + + + <html><head/><body><p>By selecting this, you will send <span style=" font-weight:600;">no information at all</span> about your installation.</p></body></html> + + + true + + + + + + + + + + + + + + + + + + + + + 64 + 64 + + + + + 64 + 64 + + + + + + + :/tracking/level-install.svg + + + + + + + + 0 + 0 + + + + TextLabel + + + true + + + + + + + ... + + + + :/tracking/data/images/information.svgz:/tracking/data/images/information.svgz + + + + + + + + + + + + + + + + + + + + + 64 + 64 + + + + + 64 + 64 + + + + + + + :/tracking/level-machine.svg + + + + + + + + 0 + 0 + + + + TextLabel + + + true + + + + + + + ... + + + + :/tracking/data/images/information.svgz:/tracking/data/images/information.svgz + + + + + + + + + + + + + + + + + + + + + 64 + 64 + + + + + 64 + 64 + + + + + + + :/tracking/level-user.svg + + + + + + + + 0 + 0 + + + + TextLabel + + + true + + + + + + + ... + + + + :/tracking/data/images/information.svgz:/tracking/data/images/information.svgz + + + + + + + + + + <html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html> + + + Qt::RichText + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + false + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + diff --git a/src/modules/tracking/tracking.conf b/src/modules/tracking/tracking.conf new file mode 100644 index 000000000..84c3f553f --- /dev/null +++ b/src/modules/tracking/tracking.conf @@ -0,0 +1,88 @@ +# Settings for various kinds of tracking that Distributions can +# enable. Distributions looking at tracking should be aware of +# the privacy (and hence communications) impact of that tracking, +# and are advised to consult the Mozilla and KDE policies on +# privacy and user tracking. +# +# There are three areas of tracking (-configuration) supported +# by Calamares It is up to individual Distributions to create +# suitable backends / configuration scripts for each. The +# different areas are: +# +# install: This is "phone home" functionality at the end of the +# install process. When enabled, it contacts the given +# URL. The URL can contain the special token $MACHINE, +# which is replaced by the machine-id of the installed +# system (if available, blank otherwise). +# +# machine: This enables machine-level tracking on a (semi-) +# continuous basis. It is meant to keep track of installed +# systems and their continued use / updating. +# +# user: This area enables user-level tracking, along the lines +# of the KDE User Telemetry Policy. It enables specific +# collection of data at a user- and application-level, +# possibly including actions done in an application. +# For the KDE environment, this enables user tracking +# with the appropriate framework, and the KDE User Telemetry +# policy applies. +# +# Each area has a key *enabled*. If the area is enabled, it is shown to +# the user. This defaults to off, which means no tracking would be +# configured or enabled by Calamares. +# +# Each area has a key *policy*, which is a Url to be opened when +# the user clicks on the corresponding Help button for an explanation +# of the details of that particular kind of tracking. If no policy +# is set, the help button is hidden. The example policy links +# go to Calamares' generic user manual. +# +# Each area may have other configuration keys, depending on the +# area and how it needs to be configured. +# +# Globally, there are two other keys: +# +# policy: (optional) url about tracking settings for this distro. +# default: (optional) level to enable by default +# +--- +# This is the global policy; it is displayed as a link on the page. +# If blank or commented out, no link is displayed on the tracking +# page. It is recommended to either provide policy URLs for each +# area, *or* one general link, and not to mix them. +policy: "https://github.com/calamares/calamares/wiki/Users-Guide#installation-tracking" + +# This is the default level to enable for tracking. If commented out, +# empty, or otherwise invalid, "none" is used, so no tracking by default. +default: user + +# The install area has one specific configuration key: +# url: this URL (remember to include the protocol, and prefer https) +# is fetched (with a GET request, and the data discarded) at +# the end of the installation process. The following tokens +# are replaced in the url (possibly by blank strings, or by 0). +# - $CPU (cpu make and model) +# - $MEMORY (amount of main memory available) +# - $DISK (total amount of disk attached) +# Typically these are used as GET parameters, as in the example. +# +# Note that phone-home only works if the system has an internet +# connection; it is a good idea to require internet in the welcome +# module then. +install: + enabled: false + policy: "https://github.com/calamares/calamares/wiki/Users-Guide#installation-tracking" + # url: "https://example.com/install.php?c=$CPU&m=$MEMORY" + +# The machine area has one specific configuration key: +# style: This string specifies what kind of tracking configuration +# needs to be done. There is currently only one valid +# style, "neon", which edits two files in the installed +# system to enable system-tracking. +machine: + enabled: false + style: neon + +# The user area is not yet implemented, and has no specific configuration. +user: + enabled: false diff --git a/src/modules/welcome/checker/CheckItemWidget.cpp b/src/modules/welcome/checker/CheckItemWidget.cpp index 5c0d8ec95..c0fa80a25 100644 --- a/src/modules/welcome/checker/CheckItemWidget.cpp +++ b/src/modules/welcome/checker/CheckItemWidget.cpp @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +24,15 @@ #include +static inline void setCondition( QLabel* label, CalamaresUtils::ImageType t ) +{ + label->setPixmap( CalamaresUtils::defaultPixmap( t, + CalamaresUtils::Original, + QSize( label->height(), label->height() ) ) ); +} + CheckItemWidget::CheckItemWidget( bool checked, + bool required, QWidget* parent ) : QWidget( parent ) { @@ -38,15 +47,13 @@ CheckItemWidget::CheckItemWidget( bool checked, m_textLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); if ( checked ) - m_iconLabel->setPixmap( CalamaresUtils::defaultPixmap( CalamaresUtils::Yes, - CalamaresUtils::Original, - QSize( m_iconLabel->height(), - m_iconLabel->height() ) ) ); + // Condition is satisfied + setCondition( m_iconLabel, CalamaresUtils::StatusOk ); else - m_iconLabel->setPixmap( CalamaresUtils::defaultPixmap( CalamaresUtils::No, - CalamaresUtils::Original, - QSize( m_iconLabel->height(), - m_iconLabel->height() ) ) ); + if ( required ) + setCondition( m_iconLabel, CalamaresUtils::StatusError ); + else + setCondition( m_iconLabel, CalamaresUtils::StatusWarning ); } diff --git a/src/modules/welcome/checker/CheckItemWidget.h b/src/modules/welcome/checker/CheckItemWidget.h index dea24712a..31164a190 100644 --- a/src/modules/welcome/checker/CheckItemWidget.h +++ b/src/modules/welcome/checker/CheckItemWidget.h @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +26,7 @@ class CheckItemWidget : public QWidget { Q_OBJECT public: - explicit CheckItemWidget( bool checked, + explicit CheckItemWidget( bool checked, bool required, QWidget* parent = nullptr ); void setText( const QString& text ); diff --git a/src/modules/welcome/checker/CheckerWidget.cpp b/src/modules/welcome/checker/CheckerWidget.cpp index 500ab6f85..2476847b6 100644 --- a/src/modules/welcome/checker/CheckerWidget.cpp +++ b/src/modules/welcome/checker/CheckerWidget.cpp @@ -62,7 +62,7 @@ CheckerWidget::init( const QList< PrepareEntry >& checkEntries ) { if ( !entry.checked ) { - CheckItemWidget* ciw = new CheckItemWidget( entry.checked ); + CheckItemWidget* ciw = new CheckItemWidget( entry.checked, entry.required ); CALAMARES_RETRANSLATE( ciw->setText( entry.negatedText() ); ) m_entriesLayout->addWidget( ciw ); ciw->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); @@ -182,7 +182,7 @@ CheckerWidget::showDetailsDialog( const QList< PrepareEntry >& checkEntries ) if ( entry.enumerationText().isEmpty() ) continue; - CheckItemWidget* ciw = new CheckItemWidget( entry.checked ); + CheckItemWidget* ciw = new CheckItemWidget( entry.checked, entry.required ); CALAMARES_RETRANSLATE( ciw->setText( entry.enumerationText() ); ) entriesLayout->addWidget( ciw ); ciw->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); diff --git a/src/modules/welcome/checker/RequirementsChecker.cpp b/src/modules/welcome/checker/RequirementsChecker.cpp index 654434513..741802fb5 100644 --- a/src/modules/welcome/checker/RequirementsChecker.cpp +++ b/src/modules/welcome/checker/RequirementsChecker.cpp @@ -79,7 +79,7 @@ RequirementsChecker::RequirementsChecker( QObject* parent ) bool hasPower = false; bool hasInternet = false; bool isRoot = false; - bool enoughScreen = (availableSize.width() >= CalamaresUtils::windowPreferredWidth) && (availableSize.height() >= CalamaresUtils::windowPreferredHeight); + bool enoughScreen = (availableSize.width() >= CalamaresUtils::windowMinimumWidth) && (availableSize.height() >= CalamaresUtils::windowMinimumHeight); qint64 requiredStorageB = CalamaresUtils::GiBtoBytes(m_requiredStorageGB); cDebug() << "Need at least storage bytes:" << requiredStorageB; diff --git a/src/modules/welcome/checker/RequirementsChecker.h b/src/modules/welcome/checker/RequirementsChecker.h index 1e52d9fc5..23ee39f74 100644 --- a/src/modules/welcome/checker/RequirementsChecker.h +++ b/src/modules/welcome/checker/RequirementsChecker.h @@ -1,6 +1,7 @@ /* === This file is part of Calamares - === * * Copyright 2014-2017, Teo Mrnjavac + * Copyright 2017, Adriaan de Groot * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,6 +28,15 @@ class CheckerWidget; class QWidget; +/** + * An indication of a requirement, which is checked in preparation + * for system installation. An entry has a name and some explanation, + * as well as three meaningful states: + * - checked = true, the requirement is met (green) + * - checked = false, the requirement is not met + * - required = false, warn about it (yellow), no failure + * - required = true, prohibit installation (red) + */ struct PrepareEntry { QString name;