diff --git a/CHANGES b/CHANGES
index 58602f256..a541d7380 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,14 @@ website will have to do for older versions.
# 3.2.24 (unreleased) #
This release contains contributions from (alphabetically by first name):
+ - Bill Auger
- Gaël PORTAY
+ - Luna Jernberg
## Core ##
- There is now a bash-completions script for Calamares; turn on
the (CMake-time) option INSTALL_COMPLETION to get it. (Thanks Gaël)
+ - The *productWallpaper* setting is documented and works. (Thanks Bill)
## Modules ##
- No module changes yet
diff --git a/ci/txreduce.py b/ci/txreduce.py
new file mode 100644
index 000000000..6e8ae3f35
--- /dev/null
+++ b/ci/txreduce.py
@@ -0,0 +1,44 @@
+#! /usr/bin/env python3
+#
+# Reduce a translation file -- generally, a Timezone translation -- by
+# dropping untranslated strings. An untranslated string is one that
+# has an empty translation **and** is marked unfinished.
+#
+# This is mostly useful to cut down the size of the source file:
+# far and away most of the zones are not translated, and it's just a
+# handful of places that get special treatment.
+
+from xml.dom.minidom import parse
+import sys
+
+valid = True
+dom = parse(sys.argv[1])
+for n in dom.getElementsByTagName("translation"):
+ attrs = n.attributes.keys()
+
+ drop = True
+ if "type" not in attrs:
+ drop = False
+ elif "type" in attrs and n.attributes["type"].value != "unfinished":
+ # In the samples I've seen, only "unfinished" is a valid type;
+ # once something has been translated, the attribute vanishes (see
+ # the if branch, above).
+ print("WARNING ''{!s}'' unknown type".format(n.attributes["type"].value))
+ drop = False
+ valid = False
+ else:
+ t = n.firstChild
+ if t is None:
+ # Unfinished and empty
+ drop = True
+ else:
+ drop = bool(t.data)
+ if drop:
+ message = n.parentNode
+ message.parentNode.removeChild(message)
+ message.unlink()
+
+if valid:
+ for line in dom.toxml().split("\n"):
+ if line.strip():
+ print(line)
diff --git a/lang/calamares_ast.ts b/lang/calamares_ast.ts
index a569739c8..4599dfe8d 100644
--- a/lang/calamares_ast.ts
+++ b/lang/calamares_ast.ts
@@ -1829,27 +1829,27 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ Comunicación
-
+ Desendolcu
-
+ Oficina
-
+ Multimedia
-
+ Internet
@@ -1864,7 +1864,7 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ Utilidaes
@@ -3718,7 +3718,7 @@ Salida:
-
+ Escueyi'l modelu que prefieras o usa'l predetermináu según el hardware deteutáu
@@ -3740,12 +3740,12 @@ Salida:
-
+ Modelos
-
+ Variantes
diff --git a/lang/calamares_da.ts b/lang/calamares_da.ts
index c7a5c3ec5..de33252ab 100644
--- a/lang/calamares_da.ts
+++ b/lang/calamares_da.ts
@@ -3666,7 +3666,7 @@ Output:
-
+ <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Ophavsret 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Ophavsret 2017-2020 Adriaan de Groot <groot@kde.org><br/>Tak til <a href="https://calamares.io/team/">Calamares-teamet</a> og <a href="https://www.transifex.com/calamares/calamares/">Calamares-oversætterteamet</a>.<br/><br/>Udviklingen af <a href="https://calamares.io/">Calamares</a> sponsoreres af <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts
index cbcebc42e..baadd8e29 100644
--- a/lang/calamares_en.ts
+++ b/lang/calamares_en.ts
@@ -252,171 +252,171 @@
Calamares::ViewManager
-
+ Setup Failed
-
+ Installation Failed
-
+ Would you like to paste the install log to the web?
-
+ Error
-
-
+
+ &Yes
-
-
+
+ &No
-
+ &Close
-
+ Install Log Paste URL
-
+ The upload was unsuccessful. No web-paste was done.
-
+ Calamares Initialization Failed
-
+ %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
+ <br/>The following modules could not be loaded:
-
+ Continue with setup?
-
+ Continue with installation?
-
+ The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
+ 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>
-
+ &Set up now
-
+ &Install now
-
+ Go &back
-
+ &Set up
-
+ &Install
-
+ Setup is complete. Close the setup program.
-
+ The installation is complete. Close the installer.
-
+ Cancel setup without changing the system.
-
+ Cancel installation without changing the system.
-
+ &Next
-
+ &Back
-
+ &Done
-
+ &Cancel
-
+ Cancel setup?
-
+ Cancel installation?
-
+ Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.
-
+ Do you really want to cancel the current install process?
@@ -479,12 +479,12 @@ The installer will quit and all changes will be lost.&Cancel
-
+ %1 Setup Program
-
+ %1 Installer
@@ -770,22 +770,22 @@ The installer will quit and all changes will be lost.
This program will ask you some questions and set up %2 on your computer.
-
+ <h1>Welcome to the Calamares setup program for %1.</h1>
-
+ <h1>Welcome to %1 setup.</h1>
-
+ <h1>Welcome to the Calamares installer for %1.</h1>
-
+ <h1>Welcome to the %1 installer.</h1>
@@ -1668,33 +1668,33 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Region:
-
+ Zone:
-
-
+
+ &Change...
-
+ The system language will be set to %1.
-
+ The numbers and dates locale will be set to %1.
-
+ Set timezone to %1/%2.<br/>
@@ -1710,7 +1710,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Location
@@ -2549,52 +2549,52 @@ The installer will quit and all changes will be lost.
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.
-
-
-
+ Option to use GPT on BIOS
-
+ A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>bios_grub</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
+ 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.
-
+ has at least one disk device available.
-
+ There are no partitions to install on.
@@ -3578,93 +3578,93 @@ Output:
Form
-
-
+
+ Select application and system language
-
+ &About
-
+ Open donations website
-
+ &Donate
-
+ Open help and support website
-
+ &Support
-
+ Open issues and bug-tracking website
-
+ &Known issues
-
+ Open release notes website
-
+ &Release notes
-
+ <h1>Welcome to the Calamares setup program for %1.</h1>
-
+ <h1>Welcome to %1 setup.</h1>
-
+ <h1>Welcome to the Calamares installer for %1.</h1>
-
+ <h1>Welcome to the %1 installer.</h1>
-
+ %1 support
-
+ About %1 setup
-
+ About %1 installer
-
+ <h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Thanks to <a href="https://calamares.io/team/">the Calamares team</a> and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
@@ -3776,34 +3776,68 @@ Output:
- welcomeq
+ release_notes
-
-
- <h3>Welcome to the %1 <quote>%2</quote> installer</h3>
+
+
+
-
+
+
+ Back
+
+
+
+ welcomeq
+
+
+
+
+
+
+ About
-
+ Support
-
+ Known issues
-
+ Release notes
-
+ Donate
diff --git a/lang/calamares_eo.ts b/lang/calamares_eo.ts
index 5173f5527..44da4cac1 100644
--- a/lang/calamares_eo.ts
+++ b/lang/calamares_eo.ts
@@ -811,7 +811,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
+ MiB
@@ -3542,7 +3542,7 @@ Output:
-
+ MiB
diff --git a/lang/calamares_fi_FI.ts b/lang/calamares_fi_FI.ts
index a0fc7fee7..9f167f2a0 100644
--- a/lang/calamares_fi_FI.ts
+++ b/lang/calamares_fi_FI.ts
@@ -3668,7 +3668,7 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.
-
+ <h1>%1</h1><br/><strong>%2<br/>- %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Kiitokset <a href="https://calamares.io/team/">Calamares-tiimille</a> ja <a href="https://www.transifex.com/calamares/calamares/">Calamares kääntäjille</a>.<br/><br/><a href="https://calamares.io/">Calamaresin</a> kehitystä sponsoroi <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
diff --git a/lang/calamares_fr.ts b/lang/calamares_fr.ts
index a4381a1a6..ab3adefcc 100644
--- a/lang/calamares_fr.ts
+++ b/lang/calamares_fr.ts
@@ -412,14 +412,14 @@
- Voulez-vous réellement abandonner le processus de configuration ?
+ Voulez-vous vraiment abandonner le processus de configuration ?
Le programme de configuration se fermera et les changements seront perdus.
- Voulez-vous réellement abandonner le processus d'installation ?
+ Voulez-vous vraiment abandonner le processus d'installation ?
L'installateur se fermera et les changements seront perdus.
@@ -782,7 +782,7 @@ L'installateur se fermera et les changements seront perdus.
- Bien dans l'installateur Calamares pour %1.
+ Bienvenue dans l'installateur Calamares pour %1.
@@ -3769,7 +3769,7 @@ Sortie
-
+ <h3>Bienvenue dans l'installateur de %1 <quote>%2</quote></h3>
diff --git a/lang/calamares_it_IT.ts b/lang/calamares_it_IT.ts
index 6fd290255..8a74bb2a1 100644
--- a/lang/calamares_it_IT.ts
+++ b/lang/calamares_it_IT.ts
@@ -3665,7 +3665,7 @@ Output:
-
+ <h1>%1</h1><br/><strong>%2<br/>per %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><br/>Copyright 2017-2020 Adriaan de Groot <groot@kde.org><br/>Grazie al <a href="https://calamares.io/team/">Team di Calamares </a> ed al <a href="https://www.transifex.com/calamares/calamares/">team dei traduttori di Calamares</a>.<br/><br/>Lo sviluppo di <a href="https://calamares.io/">Calamares</a> è sponsorizzato da <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.
diff --git a/lang/calamares_pt_PT.ts b/lang/calamares_pt_PT.ts
index 98d5151ec..7bfb1da19 100644
--- a/lang/calamares_pt_PT.ts
+++ b/lang/calamares_pt_PT.ts
@@ -525,7 +525,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ <strong>Particionamento manual</strong><br/> Pode criar ou redimensionar partições. Ter uma tabela de partições GPT e <strong>uma partição de arranque "/boot" de fat32 512Mb é um requisito obrigatório para as instalações UEFI</strong>, ou utilizar uma existente sem formatação ou então criar uma.
@@ -540,7 +540,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ %1 será encolhida para %2MiB e uma nova %3MiB partição será criada para %4.
@@ -727,7 +727,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ Instalação de rede. (Desativada: Configuração incorreta)
@@ -737,17 +737,17 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ Instalação de rede. (Desativada: erro interno)
- Instalaçao de Rede. (Desativada: Incapaz de buscar listas de pacotes, verifique a sua ligação de rede)
+ Instalação de rede. (Desativada: Incapaz de buscar listas de pacotes, verifique a sua ligação de rede)
-
+ Este computador não satisfaz os requisitos mínimos para configurar %1.<br/>A configuração não pode continuar. <a href="#details">Detalhes...</a>
@@ -757,7 +757,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ Este computador não satisfaz alguns dos requisitos recomendados para configurar %1.<br/>A configuração pode continuar, mas algumas funcionalidades podem ser desativadas.
@@ -1358,22 +1358,22 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ tem pelo menos %1 GiB de espaço livre em disco
-
+ Não existe espaço livre suficiente em disco. É necessário pelo menos %1 GiB.
-
+ tem pelo menos %1 GiB de memória disponível
-
+ O sistema não tem memória disponível suficiente. É necessário pelo menos %1 GiB.
@@ -1398,7 +1398,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ está a executar o instalador como um administrador (root)
@@ -1408,7 +1408,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
- O instalador não está a correr com permissões de administrador.
+ O instalador não está a ser executado com permissões de administrador.
@@ -1820,7 +1820,7 @@ O instalador será encerrado e todas as alterações serão perdidas.
-
+ Ambiente de trabalho
@@ -3047,7 +3047,7 @@ Saída de Dados:
-
+ Este computador não satisfaz os requisitos mínimos para configurar %1.<br/>A configuração não pode continuar. <a href="#details">Detalhes...</a>
@@ -3057,7 +3057,7 @@ Saída de Dados:
-
+ Este computador não satisfaz alguns dos requisitos recomendados para configurar %1.<br/>A configuração pode continuar, mas algumas funcionalidades podem ser desativadas.
diff --git a/lang/calamares_ru.ts b/lang/calamares_ru.ts
index 25accf4ef..ba1eb5176 100644
--- a/lang/calamares_ru.ts
+++ b/lang/calamares_ru.ts
@@ -106,7 +106,7 @@
-
+ Дерево виджетов
@@ -119,7 +119,7 @@
-
+ Настроить
@@ -132,12 +132,12 @@
- Задание не успешно (%1)
+ Не удалось выполнить задание (%1)
-
+ Работа программы была прекращена пользователем.
@@ -153,7 +153,7 @@
-
+ Пример задания (%1)
@@ -161,12 +161,12 @@
-
+ Запустить комманду'%1'в целевой системе.
-
+ Запустить команду '%1'.
@@ -212,7 +212,7 @@
-
+ Загрузка...
@@ -222,7 +222,7 @@
-
+ Загрузка не удалась.
@@ -230,21 +230,21 @@
-
-
-
-
-
+
+ Ожидание %n модуля.
+ Ожидание %n модулей.
+ Ожидание %n модулей.
+ Ожидание %n модуля(модулей).
-
-
-
-
-
+
+ (% секунда)
+ (% секунд)
+ (% секунд)
+ (% секунд)
@@ -300,7 +300,7 @@
-
+ Загрузка не удалась. Веб-вставка не была завершена.
@@ -340,7 +340,7 @@
-
+ &Настроить сейчас
@@ -355,7 +355,7 @@
-
+ &Настроить
@@ -370,7 +370,7 @@
- Установка завершена. Закройте установщик.
+ Установка завершена. Закройте установщик.
@@ -455,7 +455,8 @@ The installer will quit and all changes will be lost.
-
+ Установочный журнал размещён на:
+n%1
@@ -478,7 +479,7 @@ The installer will quit and all changes will be lost.
- О&тмена
+ &Отмена
@@ -527,7 +528,7 @@ The installer will quit and all changes will be lost.
-
+ <strong>Ручная разметка</strong><br/>Вы можете создавать или изменять размеры разделов самостоятельно. Наличие таблицы разделов GPT и <strong>fat32 512Mb /boot раздела является обязательным для систем с UEFI</strong>, либо используйте существующий без форматирования, либо создайте его.
@@ -626,17 +627,17 @@ The installer will quit and all changes will be lost.
-
+ Swap (без Гибернации)
-
+ Swap (с Гибернацией)
-
+ Файл подкачки
@@ -729,7 +730,7 @@ The installer will quit and all changes will be lost.
-
+ Сетевая установка. (Отключено: неверная конфигурация)
@@ -739,7 +740,7 @@ The installer will quit and all changes will be lost.
-
+ Сетевая установка. (Отключено: внутренняя ошибка)
@@ -797,7 +798,7 @@ The installer will quit and all changes will be lost.
-
+ Работа с контекстными процессами
@@ -815,7 +816,7 @@ The installer will quit and all changes will be lost.
- МиБ
+ МиБ
@@ -855,7 +856,7 @@ The installer will quit and all changes will be lost.
- Ши&фровать
+ &Шифровать
@@ -883,12 +884,12 @@ The installer will quit and all changes will be lost.
- Создать новый раздел %2 MB на %4 (%3) с файловой системой %1.
+ Создать новый раздел %2 MiB на %4 (%3) с файловой системой %1.
- Создать новый раздел <strong>%2 MB</strong> на <strong>%4</strong> (%3) с файловой системой <strong>%1</strong>.
+ Создать новый раздел <strong>%2 MiB</strong> на <strong>%4</strong> (%3) с файловой системой <strong>%1</strong>.
@@ -1003,17 +1004,17 @@ The installer will quit and all changes will be lost.
- Создать новую группу томов на диске %1
+ Создать новую группу томов на диске %1.
- Создать новую группу томов на диске %1
+ Создать новую группу томов на диске %1.
- Cоздание новой группы томов на диске %1
+ Создание новой группы томов на диске %1.
@@ -1027,17 +1028,17 @@ The installer will quit and all changes will be lost.
-
+ Отключить группу томов на диске %1.
-
+ Отключить группу томов на диске <strong>%1</strong>.
-
+ Программа установки не смогла деактивировать группу томов на диске %1.
@@ -1177,7 +1178,7 @@ The installer will quit and all changes will be lost.
- МиБ
+ МиБ
@@ -1337,7 +1338,7 @@ The installer will quit and all changes will be lost.
- Форматировать раздел %1 (файловая система: %2, размер: %3 МБ) на %4.
+ Форматировать раздел %1 (файловая система: %2, размер: %3 МиБ) на %4.
@@ -1400,7 +1401,7 @@ The installer will quit and all changes will be lost.
-
+ запуск установщика с правами администратора (root)
@@ -1415,7 +1416,7 @@ The installer will quit and all changes will be lost.
-
+ экран достаточно большой, чтобы показать установщик полностью
@@ -1425,7 +1426,7 @@ The installer will quit and all changes will be lost.
- Слишком маленький экран для окна установщика.
+ Экран слишком маленький, чтобы отобразить окно установщика.
@@ -1548,7 +1549,7 @@ The installer will quit and all changes will be lost.
- О&тмена
+ &Отмена
@@ -1576,27 +1577,27 @@ The installer will quit and all changes will be lost.
-
+ Пожалуйста, ознакомьтесь с лицензионным соглашением (EULA).
-
+ В ходе этой процедуры установки будет установлено проприетарное программное обеспечение, на которое распространяются условия лицензирования.
-
+ если вы не согласны с условиями, процедура установки не может быть продолжена.
-
+ Эта процедура установки может установить проприетарное программное обеспечение, на которое распространяются условия лицензирования, чтобы предоставить дополнительные функции и улучшить взаимодействие с пользователем.
-
+ Если вы не согласны с условиями, проприетарное программное обеспечение не будет установлено, и вместо него будут использованы альтернативы с открытым исходным кодом.
@@ -1735,7 +1736,7 @@ The installer will quit and all changes will be lost.
-
+ Ошибка шифрования корневой файловой системы
@@ -1750,7 +1751,7 @@ The installer will quit and all changes will be lost.
-
+ Не удалось настроить файл ключа LUKS на разделе %1.
@@ -1763,7 +1764,7 @@ The installer will quit and all changes will be lost.
-
+ Ошибка конфигурации
@@ -1782,22 +1783,22 @@ The installer will quit and all changes will be lost.
-
+ Офисное программное обеспечение
-
+ Офисный пакет
-
+ Браузерное программное обеспечение
-
+ Браузерный пакет
@@ -1812,7 +1813,7 @@ The installer will quit and all changes will be lost.
-
+ Сервисы
@@ -1822,7 +1823,7 @@ The installer will quit and all changes will be lost.
-
+ Рабочий стол
@@ -1832,42 +1833,42 @@ The installer will quit and all changes will be lost.
-
+ Общение
-
+ Разработка
-
+ Офис
-
+ Мультимедиа
-
+ Интернет
-
+ Темы
-
+ Игры
-
+ Утилиты
@@ -1875,7 +1876,7 @@ The installer will quit and all changes will be lost.
-
+ Заметки
@@ -1888,7 +1889,7 @@ The installer will quit and all changes will be lost.
-
+ <html><head/><body><p>Введите идентификатор партии здесь. Это будет сохранено в целевой системе.</p></body></html>
@@ -2079,7 +2080,7 @@ The installer will quit and all changes will be lost.
-
+ Сбой генерации пароля - слишком низкая энтропия для настроек
@@ -2167,27 +2168,27 @@ The installer will quit and all changes will be lost.
-
+ Имя продукта
-
+ Текстовая метка
-
+ Длинное описание продукта
-
+ Выбор пакета
-
+ Пожалуйста, выберите продукт из списка. Выбранный продукт будет установлен.
@@ -2195,7 +2196,7 @@ The installer will quit and all changes will be lost.
-
+ Пакеты
@@ -2297,12 +2298,12 @@ The installer will quit and all changes will be lost.
-
+ Когда этот флажок установлен, выполняется проверка надежности пароля, и вы не сможете использовать слабый пароль.
-
+ Требовать надежный пароль.
@@ -2430,7 +2431,7 @@ The installer will quit and all changes will be lost.
- Со&здать
+ &Создать
@@ -2455,7 +2456,7 @@ The installer will quit and all changes will be lost.
-
+ Отключить группу томов
@@ -2573,12 +2574,12 @@ The installer will quit and all changes will be lost.
-
+ Возможность для использования GPT в BIOS
-
+ Таблица разделов GPT - наилучший вариант для всех систем. Этот установщик позволяет использовать таблицу разделов GPT для систем с BIOS. <br/> <br/> Чтобы установить таблицу разделов как GPT (если это еще не сделано) вернитесь назад и создайте таблицу разделов GPT, затем создайте 8 МБ Не форматированный раздел с включенным флагом <strong> bios-grub</strong> </ strong>. <br/> <br/> Не форматированный раздел в 8 МБ необходим для запуска %1 на системе с BIOS и таблицей разделов GPT.
@@ -2598,7 +2599,7 @@ The installer will quit and all changes will be lost.
-
+ Нет разделов для установки.
@@ -2625,7 +2626,7 @@ The installer will quit and all changes will be lost.
-
+ Пожалуйста, выберите внешний вид рабочего стола KDE Plasma. Вы также можете пропустить этот шаг и настроить внешний вид после настройки системы. Нажав на внешний вид, вы получите живой предварительный просмотр этого стиля.
@@ -2656,7 +2657,7 @@ The installer will quit and all changes will be lost.
-
+ Не все настроенные файлы могут быть сохранены.
@@ -2720,7 +2721,7 @@ Output:
- Внешняя команда завершилась с ошибками
+ Внешняя команда завершилась с ошибками.
@@ -2792,12 +2793,12 @@ Output:
-
+ Нет продукта
-
+ Описание не предоставлено.
@@ -2815,7 +2816,7 @@ Output:
-
+ Удалить live пользователя из целевой системы
@@ -2824,12 +2825,12 @@ Output:
- Удалить группу томов на диске %1
+ Удалить группу томов на диске %1.
- Удалить группу томов на диске %1
+ Удалить группу томов на диске <strong>%1</strong>.
@@ -2927,17 +2928,17 @@ Output:
-
+ Задание на изменения размера файловой системы имеет недопустимую конфигурацию и не будет запущено.
-
+ KPMCore недоступен
-
+ Calamares не может запустить KPMCore для задания изменения размера файловой системы.
@@ -3160,7 +3161,7 @@ Output:
- Установить флаги нового раздела.
+ Установите флаги на новый раздел.
@@ -3314,7 +3315,7 @@ Output:
-
+ Работа с контекстными процессами
@@ -3362,7 +3363,7 @@ Output:
-
+ Внутренняя ошибка в install-tracking.
@@ -3470,7 +3471,7 @@ Output:
-
+ Ваше имя пользователя должно начинаться со строчной буквы или подчеркивания.
@@ -3544,12 +3545,12 @@ Output:
-
+ Физический размер:
- МиБ
+ МиБ
@@ -3583,7 +3584,7 @@ Output:
-
+ Выберите язык приложения и системы
@@ -3603,7 +3604,7 @@ Output:
-
+ Открыть сайт справки и поддержки
@@ -3613,7 +3614,7 @@ Output:
-
+ Открыть сайт со списком известных проблем и отслеживанием ошибок
@@ -3623,7 +3624,7 @@ Output:
-
+ Открыть сайт с заметками о выпуске
@@ -3708,7 +3709,7 @@ Output:
-
+ Назад
@@ -3716,17 +3717,17 @@ Output:
-
+ Модель клавиатуры
-
+ Выберите предпочитаемую модель клавиатуры или используйте модель по умолчанию на основе обнаруженного оборудования
-
+ Обновить
@@ -3738,22 +3739,22 @@ Output:
-
+ Раскладка клавиатуры
-
+ Модели
-
+ Варианты
-
+ Проверьте свою клавиатуру
@@ -3762,7 +3763,8 @@ Output:
-
+ <h3>%1</h3>
+ <p>Это пример заметок о выпуске..</p>
@@ -3770,27 +3772,27 @@ Output:
-
+ <h3>Добро пожаловать в %1 <quote>%2</quote> установщик</h3>
-
+ О Программе
-
+ Поддержка
-
+ Известные проблемы
-
+ Примечания к выпуску
diff --git a/lang/calamares_tr_TR.ts b/lang/calamares_tr_TR.ts
index 42738f7a8..cf17486b5 100644
--- a/lang/calamares_tr_TR.ts
+++ b/lang/calamares_tr_TR.ts
@@ -2580,7 +2580,7 @@ Sistem güç kaynağına bağlı değil.
- GPT bölümleme tablosu tüm sistemler için en iyi seçenektir. Bu yükleyici BIOS sistemleri için de böyle bir kurulumu destekler. <br/><br/>BIOS'ta bir GPT bölümleme tablosu yapılandırmak için (daha önce yapılmadıysa) geri gidin ve bölümleme tablosunu GPT'ye ayarlayın, ardından <strong>bios_grub</strong> bayrağı etkinken 8 MB biçimlendirilmemiş bir bölüm oluşturun.<br/> <br/>GPT'li bir BIOS sisteminde% 1'i başlatmak için biçimlendirilmemiş 8 MB'lik bir bölüm gereklidir.
+ GPT disk bölümleme tablosu tüm sistemler için en iyi seçenektir. Bu yükleyici klasik BIOS sistemler için de böyle bir kurulumu destekler. <br/><br/>Klasik BIOS sistemlerde diskinizi GPT tipinde yapılandırmak için (daha önce yapılmadıysa) geri gidin ve disk yapısını GPT olarak ayarlayın ve ardından <strong>bios_grub</strong> bayrağı ile etiketlenmiş 8 MB biçimlendirilmemiş bir bölüm oluşturun.<br/> <br/>GPT disk yapısı ile kurulan klasik BIOS sistemi %1 başlatmak için biçimlendirilmemiş 8 MB bir disk bölümü gereklidir.
diff --git a/lang/python.pot b/lang/python.pot
index b1a007d6f..7d98195be 100644
--- a/lang/python.pot
+++ b/lang/python.pot
@@ -2,353 +2,335 @@
# 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: 2020-04-15 13:39+0200\n"
+"POT-Creation-Date: 2020-04-30 23:13+0200\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/grubcfg/main.py:37
-msgid "Configure GRUB."
-msgstr "Configure GRUB."
+#: src/modules/packages/main.py:59 src/modules/packages/main.py:68
+#: src/modules/packages/main.py:78
+msgid "Install packages."
+msgstr ""
-#: src/modules/mount/main.py:38
-msgid "Mounting partitions."
-msgstr "Mounting partitions."
+#: src/modules/packages/main.py:66
+#, python-format
+msgid "Processing packages (%(count)d / %(total)d)"
+msgstr ""
-#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:205
-#: src/modules/initcpiocfg/main.py:209
-#: src/modules/luksopenswaphookcfg/main.py:95
-#: src/modules/luksopenswaphookcfg/main.py:99 src/modules/rawfs/main.py:171
-#: src/modules/initramfscfg/main.py:94 src/modules/initramfscfg/main.py:98
-#: src/modules/openrcdmcryptcfg/main.py:78
-#: src/modules/openrcdmcryptcfg/main.py:82 src/modules/fstab/main.py:332
-#: src/modules/fstab/main.py:338 src/modules/localecfg/main.py:144
-#: src/modules/networkcfg/main.py:48
+#: src/modules/packages/main.py:71
+#, python-format
+msgid "Installing one package."
+msgid_plural "Installing %(num)d packages."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/modules/packages/main.py:74
+#, python-format
+msgid "Removing one package."
+msgid_plural "Removing %(num)d packages."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/modules/networkcfg/main.py:37
+msgid "Saving network configuration."
+msgstr ""
+
+#: src/modules/networkcfg/main.py:48 src/modules/initcpiocfg/main.py:205
+#: src/modules/initcpiocfg/main.py:209 src/modules/openrcdmcryptcfg/main.py:78
+#: src/modules/openrcdmcryptcfg/main.py:82 src/modules/localecfg/main.py:144
+#: src/modules/mount/main.py:145 src/modules/luksopenswaphookcfg/main.py:95
+#: src/modules/luksopenswaphookcfg/main.py:99 src/modules/fstab/main.py:332
+#: src/modules/fstab/main.py:338 src/modules/initramfscfg/main.py:94
+#: src/modules/initramfscfg/main.py:98 src/modules/rawfs/main.py:171
msgid "Configuration Error"
-msgstr "Configuration Error"
-
-#: src/modules/mount/main.py:146 src/modules/initcpiocfg/main.py:206
-#: src/modules/luksopenswaphookcfg/main.py:96 src/modules/rawfs/main.py:172
-#: src/modules/initramfscfg/main.py:95 src/modules/openrcdmcryptcfg/main.py:79
-#: src/modules/fstab/main.py:333
-msgid "No partitions are defined for
{!s}
to use."
-msgstr "No partitions are defined for
{!s}
to use."
-
-#: src/modules/services-systemd/main.py:35
-msgid "Configure systemd services"
-msgstr "Configure systemd services"
-
-#: src/modules/services-systemd/main.py:68
-#: src/modules/services-openrc/main.py:102
-msgid "Cannot modify service"
-msgstr "Cannot modify service"
-
-#: src/modules/services-systemd/main.py:69
-msgid ""
-"systemctl {arg!s} call in chroot returned error code {num!s}."
msgstr ""
-"systemctl {arg!s} call in chroot returned error code {num!s}."
-#: src/modules/services-systemd/main.py:72
-#: src/modules/services-systemd/main.py:76
-msgid "Cannot enable systemd service {name!s}."
-msgstr "Cannot enable systemd service {name!s}."
-
-#: src/modules/services-systemd/main.py:74
-msgid "Cannot enable systemd target {name!s}."
-msgstr "Cannot enable systemd target {name!s}."
-
-#: src/modules/services-systemd/main.py:78
-msgid "Cannot disable systemd target {name!s}."
-msgstr "Cannot disable systemd target {name!s}."
-
-#: src/modules/services-systemd/main.py:80
-msgid "Cannot mask systemd unit {name!s}."
-msgstr "Cannot mask systemd unit {name!s}."
-
-#: src/modules/services-systemd/main.py:82
-msgid ""
-"Unknown systemd commands {command!s} and "
-"{suffix!s} for unit {name!s}."
+#: src/modules/networkcfg/main.py:49 src/modules/initcpiocfg/main.py:210
+#: src/modules/openrcdmcryptcfg/main.py:83 src/modules/localecfg/main.py:145
+#: src/modules/luksopenswaphookcfg/main.py:100 src/modules/fstab/main.py:339
+#: src/modules/initramfscfg/main.py:99
+msgid "No root mount point is given for
{!s}
to use."
msgstr ""
-"Unknown systemd commands {command!s} and "
-"{suffix!s} for unit {name!s}."
#: src/modules/umount/main.py:40
msgid "Unmount file systems."
-msgstr "Unmount file systems."
+msgstr ""
+
+#: src/modules/initcpiocfg/main.py:37
+msgid "Configuring mkinitcpio."
+msgstr ""
+
+#: src/modules/initcpiocfg/main.py:206 src/modules/openrcdmcryptcfg/main.py:79
+#: src/modules/mount/main.py:146 src/modules/luksopenswaphookcfg/main.py:96
+#: src/modules/fstab/main.py:333 src/modules/initramfscfg/main.py:95
+#: src/modules/rawfs/main.py:172
+msgid "No partitions are defined for
{!s}
to use."
+msgstr ""
+
+#: src/modules/openrcdmcryptcfg/main.py:34
+msgid "Configuring OpenRC dmcrypt service."
+msgstr ""
#: src/modules/unpackfs/main.py:44
msgid "Filling up filesystems."
-msgstr "Filling up filesystems."
+msgstr ""
#: src/modules/unpackfs/main.py:257
msgid "rsync failed with error code {}."
-msgstr "rsync failed with error code {}."
+msgstr ""
#: src/modules/unpackfs/main.py:302
msgid "Unpacking image {}/{}, file {}/{}"
-msgstr "Unpacking image {}/{}, file {}/{}"
+msgstr ""
#: src/modules/unpackfs/main.py:317
msgid "Starting to unpack {}"
-msgstr "Starting to unpack {}"
+msgstr ""
#: src/modules/unpackfs/main.py:326 src/modules/unpackfs/main.py:432
msgid "Failed to unpack image \"{}\""
-msgstr "Failed to unpack image \"{}\""
+msgstr ""
#: src/modules/unpackfs/main.py:399
msgid "No mount point for root partition"
-msgstr "No mount point for root partition"
+msgstr ""
#: src/modules/unpackfs/main.py:400
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
-msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
+msgstr ""
#: src/modules/unpackfs/main.py:405
msgid "Bad mount point for root partition"
-msgstr "Bad mount point for root partition"
+msgstr ""
#: src/modules/unpackfs/main.py:406
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
-msgstr "rootMountPoint is \"{}\", which does not exist, doing nothing"
+msgstr ""
#: src/modules/unpackfs/main.py:422 src/modules/unpackfs/main.py:426
#: src/modules/unpackfs/main.py:446
msgid "Bad unsquash configuration"
-msgstr "Bad unsquash configuration"
+msgstr ""
#: src/modules/unpackfs/main.py:423
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
-msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel"
+msgstr ""
#: src/modules/unpackfs/main.py:427
msgid "The source filesystem \"{}\" does not exist"
-msgstr "The source filesystem \"{}\" does not exist"
+msgstr ""
#: src/modules/unpackfs/main.py:433
msgid ""
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
"installed"
msgstr ""
-"Failed to find unsquashfs, make sure you have the squashfs-tools package "
-"installed"
#: src/modules/unpackfs/main.py:447
msgid "The destination \"{}\" in the target system is not a directory"
-msgstr "The destination \"{}\" in the target system is not a directory"
-
-#: src/modules/displaymanager/main.py:515
-msgid "Cannot write KDM configuration file"
-msgstr "Cannot write KDM configuration file"
-
-#: src/modules/displaymanager/main.py:516
-msgid "KDM config file {!s} does not exist"
-msgstr "KDM config file {!s} does not exist"
-
-#: src/modules/displaymanager/main.py:577
-msgid "Cannot write LXDM configuration file"
-msgstr "Cannot write LXDM configuration file"
-
-#: src/modules/displaymanager/main.py:578
-msgid "LXDM config file {!s} does not exist"
-msgstr "LXDM config file {!s} does not exist"
-
-#: src/modules/displaymanager/main.py:661
-msgid "Cannot write LightDM configuration file"
-msgstr "Cannot write LightDM configuration file"
-
-#: src/modules/displaymanager/main.py:662
-msgid "LightDM config file {!s} does not exist"
-msgstr "LightDM config file {!s} does not exist"
-
-#: src/modules/displaymanager/main.py:736
-msgid "Cannot configure LightDM"
-msgstr "Cannot configure LightDM"
-
-#: src/modules/displaymanager/main.py:737
-msgid "No LightDM greeter installed."
-msgstr "No LightDM greeter installed."
-
-#: src/modules/displaymanager/main.py:768
-msgid "Cannot write SLIM configuration file"
-msgstr "Cannot write SLIM configuration file"
-
-#: src/modules/displaymanager/main.py:769
-msgid "SLIM config file {!s} does not exist"
-msgstr "SLIM config file {!s} does not exist"
-
-#: src/modules/displaymanager/main.py:895
-msgid "No display managers selected for the displaymanager module."
-msgstr "No display managers selected for the displaymanager module."
-
-#: src/modules/displaymanager/main.py:896
-msgid ""
-"The displaymanagers list is empty or undefined in bothglobalstorage and "
-"displaymanager.conf."
msgstr ""
-"The displaymanagers list is empty or undefined in bothglobalstorage and "
-"displaymanager.conf."
-#: src/modules/displaymanager/main.py:978
-msgid "Display manager configuration was incomplete"
-msgstr "Display manager configuration was incomplete"
+#: src/modules/services-systemd/main.py:35
+msgid "Configure systemd services"
+msgstr ""
-#: src/modules/initcpiocfg/main.py:37
-msgid "Configuring mkinitcpio."
-msgstr "Configuring mkinitcpio."
+#: src/modules/services-systemd/main.py:68
+#: src/modules/services-openrc/main.py:102
+msgid "Cannot modify service"
+msgstr ""
-#: src/modules/initcpiocfg/main.py:210
-#: src/modules/luksopenswaphookcfg/main.py:100
-#: src/modules/initramfscfg/main.py:99 src/modules/openrcdmcryptcfg/main.py:83
-#: src/modules/fstab/main.py:339 src/modules/localecfg/main.py:145
-#: src/modules/networkcfg/main.py:49
-msgid "No root mount point is given for
{!s}
to use."
-msgstr "No root mount point is given for
{!s}
to use."
+#: src/modules/services-systemd/main.py:69
+msgid ""
+"systemctl {arg!s} call in chroot returned error code {num!s}."
+msgstr ""
+
+#: src/modules/services-systemd/main.py:72
+#: src/modules/services-systemd/main.py:76
+msgid "Cannot enable systemd service {name!s}."
+msgstr ""
+
+#: src/modules/services-systemd/main.py:74
+msgid "Cannot enable systemd target {name!s}."
+msgstr ""
+
+#: src/modules/services-systemd/main.py:78
+msgid "Cannot disable systemd target {name!s}."
+msgstr ""
+
+#: src/modules/services-systemd/main.py:80
+msgid "Cannot mask systemd unit {name!s}."
+msgstr ""
+
+#: src/modules/services-systemd/main.py:82
+msgid ""
+"Unknown systemd commands {command!s} and {suffix!s}"
+"code> for unit {name!s}."
+msgstr ""
+
+#: src/modules/dummypython/main.py:44
+msgid "Dummy python job."
+msgstr ""
+
+#: src/modules/dummypython/main.py:46 src/modules/dummypython/main.py:102
+#: src/modules/dummypython/main.py:103
+msgid "Dummy python step {}"
+msgstr ""
+
+#: src/modules/bootloader/main.py:51
+msgid "Install bootloader."
+msgstr ""
+
+#: src/modules/localecfg/main.py:39
+msgid "Configuring locales."
+msgstr ""
+
+#: src/modules/mount/main.py:38
+msgid "Mounting partitions."
+msgstr ""
+
+#: src/modules/plymouthcfg/main.py:36
+msgid "Configure Plymouth theme"
+msgstr ""
#: src/modules/luksopenswaphookcfg/main.py:35
msgid "Configuring encrypted swap."
-msgstr "Configuring encrypted swap."
+msgstr ""
-#: src/modules/rawfs/main.py:35
-msgid "Installing data."
-msgstr "Installing data."
+#: src/modules/fstab/main.py:38
+msgid "Writing fstab."
+msgstr ""
#: src/modules/services-openrc/main.py:38
msgid "Configure OpenRC services"
-msgstr "Configure OpenRC services"
+msgstr ""
#: src/modules/services-openrc/main.py:66
msgid "Cannot add service {name!s} to run-level {level!s}."
-msgstr "Cannot add service {name!s} to run-level {level!s}."
+msgstr ""
#: src/modules/services-openrc/main.py:68
msgid "Cannot remove service {name!s} from run-level {level!s}."
-msgstr "Cannot remove service {name!s} from run-level {level!s}."
+msgstr ""
#: src/modules/services-openrc/main.py:70
msgid ""
"Unknown service-action {arg!s} for service {name!s} in run-"
"level {level!s}."
msgstr ""
-"Unknown service-action {arg!s} for service {name!s} in run-"
-"level {level!s}."
#: src/modules/services-openrc/main.py:103
msgid ""
"rc-update {arg!s} call in chroot returned error code {num!s}."
msgstr ""
-"rc-update {arg!s} call in chroot returned error code {num!s}."
#: src/modules/services-openrc/main.py:110
msgid "Target runlevel does not exist"
-msgstr "Target runlevel does not exist"
+msgstr ""
#: src/modules/services-openrc/main.py:111
msgid ""
"The path for runlevel {level!s} is {path!s}, which does not "
"exist."
msgstr ""
-"The path for runlevel {level!s} is {path!s}, which does not "
-"exist."
#: src/modules/services-openrc/main.py:119
msgid "Target service does not exist"
-msgstr "Target service does not exist"
+msgstr ""
#: src/modules/services-openrc/main.py:120
msgid ""
-"The path for service {name!s} is {path!s}, which does not "
-"exist."
+"The path for service {name!s} is {path!s}, which does not exist."
msgstr ""
-"The path for service {name!s} is {path!s}, which does not "
-"exist."
-
-#: src/modules/plymouthcfg/main.py:36
-msgid "Configure Plymouth theme"
-msgstr "Configure Plymouth theme"
-
-#: src/modules/packages/main.py:59 src/modules/packages/main.py:68
-#: src/modules/packages/main.py:78
-msgid "Install packages."
-msgstr "Install packages."
-
-#: src/modules/packages/main.py:66
-#, python-format
-msgid "Processing packages (%(count)d / %(total)d)"
-msgstr "Processing packages (%(count)d / %(total)d)"
-
-#: src/modules/packages/main.py:71
-#, python-format
-msgid "Installing one package."
-msgid_plural "Installing %(num)d packages."
-msgstr[0] "Installing one package."
-msgstr[1] "Installing %(num)d packages."
-
-#: src/modules/packages/main.py:74
-#, python-format
-msgid "Removing one package."
-msgid_plural "Removing %(num)d packages."
-msgstr[0] "Removing one package."
-msgstr[1] "Removing %(num)d packages."
-
-#: src/modules/bootloader/main.py:51
-msgid "Install bootloader."
-msgstr "Install bootloader."
-
-#: src/modules/hwclock/main.py:35
-msgid "Setting hardware clock."
-msgstr "Setting hardware clock."
#: src/modules/dracut/main.py:36
msgid "Creating initramfs with dracut."
-msgstr "Creating initramfs with dracut."
+msgstr ""
#: src/modules/dracut/main.py:58
msgid "Failed to run dracut on the target"
-msgstr "Failed to run dracut on the target"
+msgstr ""
#: src/modules/dracut/main.py:59
msgid "The exit code was {}"
-msgstr "The exit code was {}"
+msgstr ""
+
+#: src/modules/grubcfg/main.py:37
+msgid "Configure GRUB."
+msgstr ""
+
+#: src/modules/displaymanager/main.py:515
+msgid "Cannot write KDM configuration file"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:516
+msgid "KDM config file {!s} does not exist"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:577
+msgid "Cannot write LXDM configuration file"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:578
+msgid "LXDM config file {!s} does not exist"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:661
+msgid "Cannot write LightDM configuration file"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:662
+msgid "LightDM config file {!s} does not exist"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:736
+msgid "Cannot configure LightDM"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:737
+msgid "No LightDM greeter installed."
+msgstr ""
+
+#: src/modules/displaymanager/main.py:768
+msgid "Cannot write SLIM configuration file"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:769
+msgid "SLIM config file {!s} does not exist"
+msgstr ""
+
+#: src/modules/displaymanager/main.py:895
+msgid "No display managers selected for the displaymanager module."
+msgstr ""
+
+#: src/modules/displaymanager/main.py:896
+msgid ""
+"The displaymanagers list is empty or undefined in bothglobalstorage and "
+"displaymanager.conf."
+msgstr ""
+
+#: src/modules/displaymanager/main.py:978
+msgid "Display manager configuration was incomplete"
+msgstr ""
#: src/modules/initramfscfg/main.py:41
msgid "Configuring initramfs."
-msgstr "Configuring initramfs."
+msgstr ""
-#: src/modules/openrcdmcryptcfg/main.py:34
-msgid "Configuring OpenRC dmcrypt service."
-msgstr "Configuring OpenRC dmcrypt service."
+#: src/modules/hwclock/main.py:35
+msgid "Setting hardware clock."
+msgstr ""
-#: src/modules/fstab/main.py:38
-msgid "Writing fstab."
-msgstr "Writing fstab."
-
-#: src/modules/dummypython/main.py:44
-msgid "Dummy python job."
-msgstr "Dummy python job."
-
-#: src/modules/dummypython/main.py:46 src/modules/dummypython/main.py:102
-#: src/modules/dummypython/main.py:103
-msgid "Dummy python step {}"
-msgstr "Dummy python step {}"
-
-#: src/modules/localecfg/main.py:39
-msgid "Configuring locales."
-msgstr "Configuring locales."
-
-#: src/modules/networkcfg/main.py:37
-msgid "Saving network configuration."
-msgstr "Saving network configuration."
+#: src/modules/rawfs/main.py:35
+msgid "Installing data."
+msgstr ""
diff --git a/lang/python/ru/LC_MESSAGES/python.mo b/lang/python/ru/LC_MESSAGES/python.mo
index d492218d4..c26778b42 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 91ef063c7..aa9c01a96 100644
--- a/lang/python/ru/LC_MESSAGES/python.po
+++ b/lang/python/ru/LC_MESSAGES/python.po
@@ -5,6 +5,7 @@
#
# Translators:
# Aleksey Kabanov , 2018
+# ZIzA, 2020
#
#, fuzzy
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-15 13:39+0200\n"
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
-"Last-Translator: Aleksey Kabanov , 2018\n"
+"Last-Translator: ZIzA, 2020\n"
"Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +24,11 @@ msgstr ""
#: src/modules/grubcfg/main.py:37
msgid "Configure GRUB."
-msgstr ""
+msgstr "Настройте GRUB."
#: src/modules/mount/main.py:38
msgid "Mounting partitions."
-msgstr ""
+msgstr "Монтирование разделов."
#: src/modules/mount/main.py:145 src/modules/initcpiocfg/main.py:205
#: src/modules/initcpiocfg/main.py:209
@@ -39,28 +40,29 @@ msgstr ""
#: src/modules/fstab/main.py:338 src/modules/localecfg/main.py:144
#: src/modules/networkcfg/main.py:48
msgid "Configuration Error"
-msgstr ""
+msgstr "Ошибка конфигурации"
#: src/modules/mount/main.py:146 src/modules/initcpiocfg/main.py:206
#: src/modules/luksopenswaphookcfg/main.py:96 src/modules/rawfs/main.py:172
#: src/modules/initramfscfg/main.py:95 src/modules/openrcdmcryptcfg/main.py:79
#: src/modules/fstab/main.py:333
msgid "No partitions are defined for
{!s}
to use."
-msgstr ""
+msgstr "Не определены разделы для использования