Merge remote-tracking branch 'upstream/calamares' into calamares

master
omame 2 years ago
commit 762d37ebb5
Signed by untrusted user: omame
GPG Key ID: B8B8157B11168D28
  1. 2
      .clang-format
  2. 35
      .clang-format.base
  3. 32
      .github/workflows/issues.yml
  4. 44
      .github/workflows/nightly-debian.yml
  5. 56
      .github/workflows/nightly-neon.yml
  6. 45
      .github/workflows/nightly-opensuse.yml
  7. 55
      .github/workflows/push.yml
  8. 8
      CHANGES
  9. 4
      CONTRIBUTING.md
  10. 16
      README.md
  11. 15
      calamares.desktop.in
  12. 67
      ci/calamaresstyle
  13. 28
      lang/calamares_ar.ts
  14. 28
      lang/calamares_as.ts
  15. 28
      lang/calamares_ast.ts
  16. 28
      lang/calamares_az.ts
  17. 28
      lang/calamares_az_AZ.ts
  18. 28
      lang/calamares_be.ts
  19. 28
      lang/calamares_bg.ts
  20. 28
      lang/calamares_bn.ts
  21. 28
      lang/calamares_ca.ts
  22. 28
      lang/calamares_ca@valencia.ts
  23. 28
      lang/calamares_cs_CZ.ts
  24. 28
      lang/calamares_da.ts
  25. 28
      lang/calamares_de.ts
  26. 28
      lang/calamares_el.ts
  27. 28
      lang/calamares_en.ts
  28. 30
      lang/calamares_en_GB.ts
  29. 28
      lang/calamares_eo.ts
  30. 36
      lang/calamares_es.ts
  31. 30
      lang/calamares_es_MX.ts
  32. 4257
      lang/calamares_es_PE.ts
  33. 28
      lang/calamares_es_PR.ts
  34. 28
      lang/calamares_et.ts
  35. 28
      lang/calamares_eu.ts
  36. 28
      lang/calamares_fa.ts
  37. 28
      lang/calamares_fi_FI.ts
  38. 403
      lang/calamares_fr.ts
  39. 28
      lang/calamares_fr_CH.ts
  40. 28
      lang/calamares_fur.ts
  41. 28
      lang/calamares_gl.ts
  42. 28
      lang/calamares_gu.ts
  43. 64
      lang/calamares_he.ts
  44. 28
      lang/calamares_hi.ts
  45. 28
      lang/calamares_hr.ts
  46. 28
      lang/calamares_hu.ts
  47. 28
      lang/calamares_id.ts
  48. 28
      lang/calamares_ie.ts
  49. 28
      lang/calamares_is.ts
  50. 28
      lang/calamares_it_IT.ts
  51. 30
      lang/calamares_ja.ts
  52. 28
      lang/calamares_kk.ts
  53. 28
      lang/calamares_kn.ts
  54. 28
      lang/calamares_ko.ts
  55. 28
      lang/calamares_lo.ts
  56. 28
      lang/calamares_lt.ts
  57. 28
      lang/calamares_lv.ts
  58. 28
      lang/calamares_mk.ts
  59. 28
      lang/calamares_ml.ts
  60. 28
      lang/calamares_mr.ts
  61. 28
      lang/calamares_nb.ts
  62. 28
      lang/calamares_ne_NP.ts
  63. 190
      lang/calamares_nl.ts
  64. 51
      lang/calamares_pl.ts
  65. 28
      lang/calamares_pt_BR.ts
  66. 28
      lang/calamares_pt_PT.ts
  67. 28
      lang/calamares_ro.ts
  68. 28
      lang/calamares_ru.ts
  69. 4279
      lang/calamares_ru_RU.ts
  70. 38
      lang/calamares_sk.ts
  71. 28
      lang/calamares_sl.ts
  72. 28
      lang/calamares_sq.ts
  73. 28
      lang/calamares_sr.ts
  74. 28
      lang/calamares_sr@latin.ts
  75. 30
      lang/calamares_sv.ts
  76. 28
      lang/calamares_te.ts
  77. 28
      lang/calamares_tg.ts
  78. 28
      lang/calamares_th.ts
  79. 28
      lang/calamares_tr_TR.ts
  80. 28
      lang/calamares_uk.ts
  81. 28
      lang/calamares_ur.ts
  82. 28
      lang/calamares_uz.ts
  83. 28
      lang/calamares_vi.ts
  84. 46
      lang/calamares_zh_CN.ts
  85. 28
      lang/calamares_zh_TW.ts
  86. 4
      lang/python/az/LC_MESSAGES/python.po
  87. 4
      lang/python/az_AZ/LC_MESSAGES/python.po
  88. 99
      lang/python/es_MX/LC_MESSAGES/python.po
  89. 347
      lang/python/es_PE/LC_MESSAGES/python.po
  90. 21
      lang/python/fr/LC_MESSAGES/python.po
  91. 2
      lang/python/he/LC_MESSAGES/python.po
  92. 9
      lang/python/it_IT/LC_MESSAGES/python.po
  93. 4
      lang/python/ko/LC_MESSAGES/python.po
  94. 46
      lang/python/pl/LC_MESSAGES/python.po
  95. 4
      lang/python/pt_BR/LC_MESSAGES/python.po
  96. 351
      lang/python/ru_RU/LC_MESSAGES/python.po
  97. BIN
      src/branding/default/banner.png
  98. 2
      src/branding/default/banner.png.license
  99. 238
      src/branding/default/branding.desc
  100. 17
      src/branding/default/lang/calamares-default_ar.ts
  101. Some files were not shown because too many files have changed in this diff Show More

@ -8,6 +8,7 @@ AlignEscapedNewlines: DontAlign
AllowAllParametersOfDeclarationOnNextLine: "false"
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: "false"
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: "false"
AlwaysBreakAfterReturnType: TopLevelDefinitions
AlwaysBreakTemplateDeclarations: Yes
@ -28,7 +29,6 @@ ReflowComments: "false"
SortIncludes: "true"
SpaceAfterCStyleCast: "false"
SpacesBeforeTrailingComments: "2"
# SpaceInEmptyBlock: "true"
SpacesInAngles: "true"
SpacesInParentheses: "true"
SpacesInSquareBrackets: "true"

@ -0,0 +1,35 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
---
BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
AlignEscapedNewlines: DontAlign
AllowAllParametersOfDeclarationOnNextLine: "false"
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: "false"
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: "false"
AlwaysBreakAfterReturnType: TopLevelDefinitions
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: "false"
BinPackParameters: "false"
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: "true"
BreakConstructorInitializers: BeforeComma
ColumnLimit: 120
Cpp11BracedListStyle: "false"
FixNamespaceComments: "true"
IncludeBlocks: Preserve
IndentWidth: "4"
MaxEmptyLinesToKeep: "2"
NamespaceIndentation: None
PointerAlignment: Left
ReflowComments: "false"
SortIncludes: "true"
SpaceAfterCStyleCast: "false"
SpacesBeforeTrailingComments: "2"
SpacesInAngles: "true"
SpacesInParentheses: "true"
SpacesInSquareBrackets: "true"
Standard: Cpp11

@ -0,0 +1,32 @@
name: issues
on:
issues:
types: [opened, reopened, closed]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: "notify: new"
if: github.event.issue.state == 'open'
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "OPENED ${{ github.event.issue.html_url }} by ${{ github.actor }} ${{ github.event.issue.title }}"
- name: "notify: closed"
if: github.event.issue.state != 'open'
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "CLOSED ${{ github.event.issue.html_url }} by ${{ github.actor }} ${{ github.event.issue.title }}"
- name: "remove in-progress label"
if: github.event.issue.state != 'open'
run: |
curl -X DELETE \
-H 'Accept: application/vnd.github.v3+json' \
-H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels/hacking%3A%20in-progress"

@ -0,0 +1,44 @@
name: nightly-debian-10
on:
schedule:
- cron: "12 23 * * *"
workflow_dispatch:
env:
BUILDDIR: /build
SRCDIR: ${{ github.workspace }}
CMAKE_ARGS: |
-DWEBVIEW_FORCE_WEBKIT=1
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DWITH_PYTHONQT=OFF"
-DCMAKE_BUILD_TYPE=Debug
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://debian:10
options: --tmpfs /build:rw --user 0:0
steps:
- name: "prepare env"
uses: calamares/actions/prepare-debian@v3
- name: "prepare source"
uses: actions/checkout@v2
- name: "build"
id: build
uses: calamares/actions/generic-build@v3
- name: "notify: ok"
if: ${{ success() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
- name: "notify: fail"
if: ${{ failure() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"

@ -0,0 +1,56 @@
name: nightly-neon
on:
schedule:
- cron: "52 23 * * *"
workflow_dispatch:
env:
BUILDDIR: /build
SRCDIR: ${{ github.workspace }}
CMAKE_ARGS: |
-DWEBVIEW_FORCE_WEBKIT=1
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DWITH_PYTHONQT=OFF"
-DCMAKE_BUILD_TYPE=Debug
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://kdeneon/plasma:user
options: --tmpfs /build:rw --user 0:0
steps:
- name: "prepare env"
uses: calamares/actions/prepare-neon@v3
- name: "prepare source"
uses: actions/checkout@v2
- name: "build"
id: build
uses: calamares/actions/generic-build@v3
- name: "Calamares: archive"
working-directory: ${{ env.BUILDDIR }}
run: |
make install DESTDIR=${{ env.BUILDDIR }}/stage
tar czf calamares.tar.gz stage
- name: "Calamares: upload"
uses: actions/upload-artifact@v2
with:
name: calamares-tarball
path: ${{ env.BUILDDIR }}/calamares.tar.gz
if-no-files-found: error
retention-days: 3
- name: "notify: ok"
if: ${{ success() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
- name: "notify: fail"
if: ${{ failure() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"

@ -0,0 +1,45 @@
name: nightly-opensuse
on:
schedule:
- cron: "32 23 * * *"
workflow_dispatch:
env:
BUILDDIR: /build
SRCDIR: ${{ github.workspace }}
CMAKE_ARGS: |
-DWEBVIEW_FORCE_WEBKIT=1
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DWITH_PYTHONQT=OFF"
-DCMAKE_BUILD_TYPE=Debug
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://opensuse/leap
options: --tmpfs /build:rw --user 0:0
steps:
- name: "prepare env"
uses: calamares/actions/prepare-opensuse@v3
- name: "prepare source"
uses: actions/checkout@v2
- name: "build"
id: build
uses: calamares/actions/generic-build@v3
- name: "notify: ok"
if: ${{ success() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: |
OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
- name: "notify: fail"
if: ${{ failure() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"

@ -0,0 +1,55 @@
name: ci-push
on:
push:
branches:
- calamares
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
env:
BUILDDIR: /build
SRCDIR: ${{ github.workspace }}
CMAKE_ARGS: |
-DWEBVIEW_FORCE_WEBKIT=1
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DWITH_PYTHONQT=OFF"
-DCMAKE_BUILD_TYPE=Debug
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://kdeneon/plasma:user
options: --tmpfs /build:rw --user 0:0
steps:
- name: "prepare env"
uses: calamares/actions/prepare-neon@v3
- name: "prepare source"
uses: actions/checkout@v2
- name: "build"
id: build
uses: calamares/actions/generic-build@v3
- name: "notify: ok"
if: ${{ success() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: |
OK ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
.. ${{ steps.build.outputs.git-summary }}
- name: "notify: fail"
if: ${{ failure() && github.repository == 'calamares/calamares' }}
uses: calamares/actions/matrix-notify@v3
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: |
FAIL ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
.. ${{ steps.build.outputs.git-summary }}
.. ${{ github.event.compare }}

@ -11,11 +11,16 @@ website will have to do for older versions.
This release contains contributions from (alphabetically by first name):
- Anubhav Choudhary (SoK success!)
- Emmanuel Arias (new contributor! welcome!)
- Erik Dubois
- Jerrod Frost (new contributor! welcome!)
- Joe Kamprad
- Lisa Vitolo (blast from the past!)
In project news, chat (instant-messaging) communications has largely
moved to Matrix and Libera.Chat. CI notifications -- issues and build
results -- are sent to Matrix only.
## Core ##
- The CMake modules for consumption by external modules (e.g. the
calamares-extensions repository, but also any other modules built
@ -123,6 +128,7 @@ This release contains contributions from (alphabetically by first name):
`sh -c "pkexec calamares"`; distributions may still need to adjust.
## Modules ##
<<<<<<< HEAD
<<<<<<< HEAD
- The *mount* module has gained a configurable setup for btrfs volumes.
If your distro has a default-to-btrfs setup, it can skip the hard-
@ -150,6 +156,8 @@ This release contains contributions from (alphabetically by first name):
## Modules ##
=======
>>>>>>> upstream/calamares
=======
>>>>>>> upstream/calamares
- A new QML-based *finishedq* module has been added. (Thanks Anke)
- The *packages* module no longer supports *urpmi*; no Calamares-

@ -34,8 +34,10 @@ Regular Calamares development chit-chat happens on old-school IRC
in Europe, but feel free to idle. **DO NOT** ask-and-leave. Keep
that chat window open because it can easily take a few hours for
someone to notice a message.
The Matrix room is relatively new.
[![Visit our IRC channel](https://kiwiirc.com/buttons/webchat.freenode.net/calamares.png)](https://webchat.freenode.net/?channel=#calamares?nick=guest)
* [![Join us on Matrix](https://img.shields.io/badge/Matrix-%23calamares:kde.org-blue)](https://webchat.kde.org/#/room/%23calamares:kde.org)
* [![Chat on IRC](https://img.shields.io/badge/IRC-Libera.Chat%20%23calamares-green)](https://kiwiirc.com/client/irc.libera.chat/#calamares)
## General Guidelines

@ -5,15 +5,14 @@
# Calamares: Distribution-Independent Installer Framework
---------
[![Current issue](https://img.shields.io/badge/issue-in_progress-FE9B48)](https://github.com/calamares/calamares/labels/hacking%3A%20in-progress)
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://github.com/calamares/calamares/releases)
[![GitHub Build Status](https://img.shields.io/github/workflow/status/calamares/calamares/ci?label=GH%20build)](https://github.com/calamares/calamares/actions?query=workflow%3Aci)
[![Travis Build Status](https://travis-ci.org/calamares/calamares.svg?branch=calamares)](https://travis-ci.org/calamares/calamares)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5389/badge.svg)](https://scan.coverity.com/projects/5389)
[![GitHub license](https://img.shields.io/github/license/calamares/calamares.svg)](https://github.com/calamares/calamares/blob/calamares/LICENSE)
| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://www.transifex.com/projects/p/calamares/) | [Contribute](CONTRIBUTING.md) | [Freenode (IRC): #calamares](https://webchat.freenode.net/?channel=#calamares?nick=guest) | [Wiki](https://github.com/calamares/calamares/wiki) |
|:--:|:--:|:--:|:--:|:--:|
| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://www.transifex.com/projects/p/calamares/) | [Contribute](CONTRIBUTING.md) | [IRC: Libera.Chat #calamares](https://kiwiirc.com/client/irc.libera.chat/#calamares) | [Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [Wiki](https://github.com/calamares/calamares/wiki) |
|:--:|:--:|:--:|:--:|:--:|:--:|
> Calamares is a distribution-independent system installer, with an advanced partitioning
@ -29,7 +28,7 @@ a "ready to use" application: distributions apply a huge amount of customisation
and configuration to Calamares, and the target audience for this repository
is those distributions, and the people who make those Linux distro's.
Calamares has some [generic user documentation](https://github.com/calamares/calamares/wiki/Use-Guide)
Calamares has some [generic user documentation](https://calamares.io/docs/users-guide/)
for end-users, but most of what we have is for distro developers.
## Getting Calamares
@ -47,7 +46,7 @@ The dependencies are explained in [CONTRIBUTING.md](CONTRIBUTING.md).
Calamares welcomes PRs. New issues are welcome, too.
There are both the Calamares **core** repository (this one),
and an *extensions** repository ([Calamares extensions](https://github.com/calamares/calamares-extensions)).
and an **extensions** repository ([Calamares extensions](https://github.com/calamares/calamares-extensions)).
Contributions to code, modules, documentation, the wiki and the website are all welcome.
There is more information in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
@ -59,6 +58,7 @@ problems or a new feature to discuss.
Regular Calamares development chit-chat happens on old-school IRC
(no registration required). Responsiveness is best during the day
in Europe, but feel free to idle.
in Europe, but feel free to idle. The Matrix room is relatively new.
[![Visit our IRC channel](https://kiwiirc.com/buttons/webchat.freenode.net/calamares.png)](https://webchat.freenode.net/?channel=#calamares?nick=guest|)
* [![Join us on Matrix](https://img.shields.io/badge/Matrix-%23calamares:kde.org-blue)](https://webchat.kde.org/#/room/%23calamares:kde.org)
* [![Chat on IRC](https://img.shields.io/badge/IRC-Libera.Chat%20%23calamares-green)](https://kiwiirc.com/client/irc.libera.chat/#calamares)

@ -0,0 +1,15 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Install System
GenericName=System Installer
Keywords=calamares;system;installer;
TryExec=calamares
Exec=sh -c "pkexec calamares"
Comment=Calamares — System Installer
Icon=calamares
Terminal=false
StartupNotify=true
Categories=Qt;System;
X-AppStream-Ignore=true

@ -5,12 +5,7 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# Calls astyle with settings matching Calamares coding style
# Requires astyle >= 2.04 and clang-format-7 -8 or -9
#
# Clang-format-10 is **not** supported, since it changes a default
# that re-introduces a space into empty function bodies; this
# can be turned off with a style setting, but that breaks
# older format versions which don't recognize the setting.
# Requires astyle >= 2.04 and clang-format-8 or later
#
# You can pass in directory names, in which case the files
# in that directory (NOT below it) are processed.
@ -20,9 +15,16 @@ LC_ALL=C
LC_NUMERIC=C
export LANG LC_ALL LC_NUMERIC
BASEDIR=$(dirname $0)
TOPDIR=$( cd $BASEDIR/.. && pwd -P )
test -d "$BASEDIR" || { echo "! Could not determine base for $0" ; exit 1 ; }
test -d "$TOPDIR" || { echo "! Cound not determine top-level source dir" ; exit 1 ; }
test -f "$TOPDIR/.clang-format.base" || { echo "! No .clang-format support files in $TOPDIR" ; exit 1 ; }
AS=$( which astyle )
CF_VERSIONS="clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format90 clang-format-9.0.1 clang-format"
# Allow specifying CF_VERSIONS outside already
CF_VERSIONS="$CF_VERSIONS clang-format-8 clang-format80 clang-format90 clang-format-9.0.1 clang-format"
for _cf in $CF_VERSIONS
do
# Not an error if this particular clang-format isn't found
@ -35,19 +37,39 @@ test -n "$CF" || { echo "! No clang-format ($CF_VERSIONS) found in PATH"; exit 1
test -x "$AS" || { echo "! $AS is not executable."; exit 1 ; }
test -x "$CF" || { echo "! $CF is not executable."; exit 1 ; }
unmangle_clang_format=""
### CLANG-FORMAT-WRANGLING
#
# Version 7 and earlier doesn't understand all the options we would like
# Version 8 is ok
# Version 9 is ok
# Later versions change some defaults so need extra wrangling.
# .. there are extra files that are appended to the settings, per
# .. clang-format version.
format_version=`"$CF" --version | tr -dc '[^.0-9]' | cut -d . -f 1`
if expr "$format_version" '<' 8 > /dev/null ; then
echo "! Clang-format version 8+ required"
exit 1
fi
if expr "$format_version" '<' 10 > /dev/null ; then
:
else
unmangle_clang_format=$( dirname $0 )/../.clang-format
echo "SpaceInEmptyBlock: false" >> "$unmangle_clang_format"
fi
case "$format_version" in
[0-7] )
echo "! Clang-format version 8+ required"
exit 1
;;
[89] )
:
;;
* )
echo "! Clang-format version '$format_version' unsupported."
exit 1
;;
esac
_fmt="$TOPDIR/.clang-format"
cp "$_fmt.base" "$_fmt"
for f in "$extra_settings" ; do
test -f "$_fmt.$f" && cat "$_fmt.$f" >> "$_fmt"
done
### FILE PROCESSING
#
#
set -e
any_dirs=no
@ -59,7 +81,7 @@ done
style_some()
{
if test -n "$*" ; then
$AS --options=$(dirname $0)/astylerc --quiet "$@"
$AS --options=$BASEDIR/astylerc --quiet "$@"
$CF -i -style=file "$@"
fi
}
@ -77,6 +99,7 @@ else
style_some "$@"
fi
if test -n "$unmangle_clang_format" ; then
sed -i.bak '/^SpaceInEmptyBlock/d' "$unmangle_clang_format"
fi
### CLANG-FORMAT-WRANGLING
#
# Restore the original .clang-format
cp "$_fmt.base" "$_fmt"

@ -399,74 +399,74 @@ Link copied to clipboard</source>
<translation>&amp;إرجع</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>&amp;ثبت</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation>اكتمل الإعداد. أغلق برنامج الإعداد.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>اكتمل التثبيت , اغلق المثبِت</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>الغاء الـ تثبيت من دون احداث تغيير في النظام</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>&amp;التالي</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;رجوع</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>&amp;إلغاء</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation>إلغاء الإعداد؟</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation>إلغاء التثبيت؟</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>هل تريد حقًا إلغاء عملية الإعداد الحالية؟
سيتم إنهاء برنامج الإعداد وسيتم فقد جميع التغييرات.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>أتريد إلغاء عمليّة التّثبيت الحاليّة؟

@ -391,74 +391,74 @@ Link copied to clipboard</source>
<translation>ি (&amp;b)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation> (&amp;S)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation> (&amp;I)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation> ' </translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation> ' </translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation>ি ি ি </translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>ি ি ি </translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation> (&amp;N)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation> (&amp;B)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation> ' (&amp;D)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>ি (&amp;C)</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation> ি ি?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation> ি ি?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation> ি ি ি ি ি ি?
' ি </translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation> ি ি ি ি ি ি?

@ -391,74 +391,74 @@ Link copied to clipboard</source>
<translation>Dir p'&amp;atrás</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation>&amp;Configurar</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>&amp;Instalar</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation>Completóse la configuración. Zarra'l programa de configuración.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>Completóse la instalación. Zarra l'instalador.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation>Encaboxa la configuración ensin camudar el sistema.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>Encaboxa la instalación ensin camudar el sistema.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>&amp;Siguiente</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;Atrás</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation>&amp;Fecho</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>&amp;Encaboxar</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation>¿Encaboxar la configuración?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation>¿Encaboxar la instalación?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>¿De xuru que quies encaboxar el procesu actual de configuración?
El programa de configuración va colar y van perdese tolos cambeos.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>¿De xuru que quies encaboxar el procesu actual d'instalación?

@ -395,74 +395,74 @@ Keçid mübadilə yaddaşına kopyalandı</translation>
<translation>&amp;Geriyə</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation>A&amp;yarlamaq</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>Qu&amp;raşdırmaq</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation>Quraşdırma başa çatdı. Quraşdırma proqramını bağlayın.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>Quraşdırma başa çatdı. Quraşdırıcını bağlayın.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation>Sistemi dəyişdirmədən quraşdırmanı ləğv etmək.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>Sistemə dəyişiklik etmədən quraşdırmadan imtina etmək.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>İ&amp;rəli</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;Geriyə</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation>&amp;Hazır</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>İm&amp;tina etmək</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation>Quraşdırılmadan imtina edilsin?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation>Yüklənmədən imtina edilsin?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>Siz doğrudanmı hazırkı quraşdırmadan imtina etmək istəyirsiniz?
Bu proqramdan çıxılacaq bütün dəyişikliklər itiriləcəkdir.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>Siz doğrudanmı hazırkı yüklənmədən imtina etmək istəyirsiniz?

@ -395,74 +395,74 @@ Keçid mübadilə yaddaşına kopyalandı</translation>
<translation>&amp;Geriyə</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation>A&amp;yarlamaq</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>Qu&amp;raşdırmaq</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation>Quraşdırma başa çatdı. Quraşdırma proqramını bağlayın.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>Quraşdırma başa çatdı. Quraşdırıcını bağlayın.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation>Sistemi dəyişdirmədən quraşdırmanı ləğv etmək.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>Sistemə dəyişiklik etmədən quraşdırmadan imtina etmək.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>İ&amp;rəli</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;Geriyə</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation>&amp;Hazır</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>İm&amp;tina etmək</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation>Quraşdırılmadan imtina edilsin?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation>Yüklənmədən imtina edilsin?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>Siz doğrudanmı hazırkı quraşdırmadan imtina etmək istəyirsiniz?
Bu proqramdan çıxılacaq bütün dəyişikliklər itiriləcəkdir.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>Siz doğrudanmı hazırkı yüklənmədən imtina etmək istəyirsiniz?

@ -395,73 +395,73 @@ Link copied to clipboard</source>
<translation>&amp;Назад</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation>&amp;Усталяваць</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>&amp;Усталяваць</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation>Усталёўка завершаная. Закрыйце праграму ўсталёўкі.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>Усталёўка завершаная. Закрыйце праграму.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation>Скасаваць усталёўку без змены сістэмы.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>Скасаваць усталёўку без змены сістэмы.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>&amp;Далей</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;Назад</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation>&amp;Завершана</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>&amp;Скасаваць</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation>Скасаваць усталёўку?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</source>
<translation>Скасаваць усталёўку?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="531"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="512"/>
<source>Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.</source>
<translation>Сапраўды хочаце скасаваць працэс усталёўкі? Праграма спыніць працу, а ўсе змены страцяцца.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="533"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="514"/>
<source>Do you really want to cancel the current install process?
The installer will quit and all changes will be lost.</source>
<translation>Сапраўды хочаце скасаваць працэс усталёўкі? Праграма спыніць працу, а ўсе змены страцяцца.</translation>

@ -391,73 +391,73 @@ Link copied to clipboard</source>
<translation>В&amp;ръщане</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Set up</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="411"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="392"/>
<source>&amp;Install</source>
<translation>&amp;Инсталирай</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="394"/>
<source>Setup is complete. Close the setup program.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="414"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="395"/>
<source>The installation is complete. Close the installer.</source>
<translation>Инсталацията е завършена. Затворете инсталаторa.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="416"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="397"/>
<source>Cancel setup without changing the system.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="417"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="398"/>
<source>Cancel installation without changing the system.</source>
<translation>Отказ от инсталацията без промяна на системата.</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="427"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="408"/>
<source>&amp;Next</source>
<translation>&amp;Напред</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="432"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="413"/>
<source>&amp;Back</source>
<translation>&amp;Назад</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="419"/>
<source>&amp;Done</source>
<translation>&amp;Готово</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="457"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="438"/>
<source>&amp;Cancel</source>
<translation>&amp;Отказ</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel setup?</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="530"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="511"/>
<source>Cancel installation?</sourc