[merge] with upstream
This commit is contained in:
commit
16dc879080
48
.github/workflows/nightly-debian.yml
vendored
48
.github/workflows/nightly-debian.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: nightly-debian-10
|
name: nightly-debian-11
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -9,9 +9,7 @@ env:
|
|||||||
BUILDDIR: /build
|
BUILDDIR: /build
|
||||||
SRCDIR: ${{ github.workspace }}
|
SRCDIR: ${{ github.workspace }}
|
||||||
CMAKE_ARGS: |
|
CMAKE_ARGS: |
|
||||||
-DWEBVIEW_FORCE_WEBKIT=1
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
||||||
-DWITH_PYTHONQT=OFF"
|
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -22,7 +20,49 @@ jobs:
|
|||||||
options: --tmpfs /build:rw --user 0:0
|
options: --tmpfs /build:rw --user 0:0
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare env"
|
- name: "prepare env"
|
||||||
uses: calamares/actions/prepare-debian@v4
|
shell: bash
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
# Make sure we can send notices later
|
||||||
|
apt-get -y install git-core jq curl
|
||||||
|
apt-get -y install \
|
||||||
|
build-essential \
|
||||||
|
cmake \
|
||||||
|
extra-cmake-modules \
|
||||||
|
gettext \
|
||||||
|
libatasmart-dev \
|
||||||
|
libappstreamqt-dev \
|
||||||
|
libboost-python-dev \
|
||||||
|
libicu-dev \
|
||||||
|
libparted-dev \
|
||||||
|
libpolkit-qt5-1-dev \
|
||||||
|
libqt5svg5-dev \
|
||||||
|
libqt5webkit5-dev \
|
||||||
|
libyaml-cpp-dev \
|
||||||
|
os-prober \
|
||||||
|
pkg-config \
|
||||||
|
python3-dev \
|
||||||
|
qtbase5-dev \
|
||||||
|
qtdeclarative5-dev \
|
||||||
|
qttools5-dev \
|
||||||
|
qttools5-dev-tools
|
||||||
|
# Same name as on KDE neon, different version
|
||||||
|
apt-get -y install libkpmcore-dev
|
||||||
|
# Additional dependencies (KF5, +)
|
||||||
|
apt-get -y install \
|
||||||
|
libkf5config-dev \
|
||||||
|
libkf5coreaddons-dev \
|
||||||
|
libkf5i18n-dev \
|
||||||
|
libkf5iconthemes-dev \
|
||||||
|
libkf5parts-dev \
|
||||||
|
libkf5service-dev \
|
||||||
|
libkf5solid-dev \
|
||||||
|
libkf5crash-dev \
|
||||||
|
libkf5package-dev \
|
||||||
|
libkf5plasma-dev \
|
||||||
|
libpwquality-dev \
|
||||||
|
libqt5webenginewidgets5 \
|
||||||
|
qtwebengine5-dev
|
||||||
- name: "prepare source"
|
- name: "prepare source"
|
||||||
uses: calamares/actions/generic-checkout@v4
|
uses: calamares/actions/generic-checkout@v4
|
||||||
- name: "build"
|
- name: "build"
|
||||||
|
2
.github/workflows/nightly-neon.yml
vendored
2
.github/workflows/nightly-neon.yml
vendored
@ -9,9 +9,7 @@ env:
|
|||||||
BUILDDIR: /build
|
BUILDDIR: /build
|
||||||
SRCDIR: ${{ github.workspace }}
|
SRCDIR: ${{ github.workspace }}
|
||||||
CMAKE_ARGS: |
|
CMAKE_ARGS: |
|
||||||
-DWEBVIEW_FORCE_WEBKIT=1
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
||||||
-DWITH_PYTHONQT=OFF"
|
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
47
.github/workflows/nightly-opensuse.yml
vendored
47
.github/workflows/nightly-opensuse.yml
vendored
@ -9,9 +9,7 @@ env:
|
|||||||
BUILDDIR: /build
|
BUILDDIR: /build
|
||||||
SRCDIR: ${{ github.workspace }}
|
SRCDIR: ${{ github.workspace }}
|
||||||
CMAKE_ARGS: |
|
CMAKE_ARGS: |
|
||||||
-DWEBVIEW_FORCE_WEBKIT=1
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
||||||
-DWITH_PYTHONQT=OFF"
|
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -22,7 +20,50 @@ jobs:
|
|||||||
options: --tmpfs /build:rw --user 0:0
|
options: --tmpfs /build:rw --user 0:0
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare env"
|
- name: "prepare env"
|
||||||
uses: calamares/actions/prepare-opensuse@v4
|
shell: bash
|
||||||
|
run: |
|
||||||
|
zypper --non-interactive up
|
||||||
|
zypper --non-interactive in git-core jq curl
|
||||||
|
# From deploycala.py
|
||||||
|
zypper --non-interactive in \
|
||||||
|
"autoconf" \
|
||||||
|
"automake" \
|
||||||
|
"bison" \
|
||||||
|
"flex" \
|
||||||
|
"git" \
|
||||||
|
"libtool" \
|
||||||
|
"m4" \
|
||||||
|
"make" \
|
||||||
|
"cmake" \
|
||||||
|
"extra-cmake-modules" \
|
||||||
|
"gcc-c++"
|
||||||
|
zypper --non-interactive in \
|
||||||
|
"libqt5-qtbase-devel" \
|
||||||
|
"libqt5-linguist-devel" \
|
||||||
|
"libqt5-qtsvg-devel" \
|
||||||
|
"libqt5-qtdeclarative-devel" \
|
||||||
|
"libqt5-qtwebengine-devel" \
|
||||||
|
"yaml-cpp-devel" \
|
||||||
|
"libpolkit-qt5-1-devel" \
|
||||||
|
"libpwquality-devel" \
|
||||||
|
"parted-devel" \
|
||||||
|
"python-devel" \
|
||||||
|
"libboost_headers-devel" \
|
||||||
|
"libboost_python3-devel"
|
||||||
|
zypper --non-interactive in \
|
||||||
|
"kdbusaddons-devel" \
|
||||||
|
"kservice-devel" \
|
||||||
|
"kpackage-devel" \
|
||||||
|
"kparts-devel" \
|
||||||
|
"kcrash-devel" \
|
||||||
|
"kpmcore-devel" \
|
||||||
|
"plasma5-workspace-devel" \
|
||||||
|
"plasma-framework-devel" \
|
||||||
|
# Additional dependencies
|
||||||
|
zypper --non-interactive in \
|
||||||
|
libicu-devel \
|
||||||
|
libAppStreamQt-devel \
|
||||||
|
libatasmart-devel
|
||||||
- name: "prepare source"
|
- name: "prepare source"
|
||||||
uses: calamares/actions/generic-checkout@v4
|
uses: calamares/actions/generic-checkout@v4
|
||||||
- name: "build"
|
- name: "build"
|
||||||
|
27
.github/workflows/pullrequest.yml
vendored
Normal file
27
.github/workflows/pullrequest.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: pullrequest
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, closed]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
notify:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: "notify: new"
|
||||||
|
if: github.event.action == 'opened'
|
||||||
|
uses: calamares/actions/matrix-notify@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.MATRIX_TOKEN }}
|
||||||
|
room: ${{ secrets.MATRIX_ROOM }}
|
||||||
|
message: |
|
||||||
|
PR OPENED ${{ github.event.pull_request.html_url }} by ${{ github.actor }}
|
||||||
|
.. ${{ github.event.pull_request.title }}"
|
||||||
|
- name: "notify: closed"
|
||||||
|
if: github.event.action == 'closed'
|
||||||
|
uses: calamares/actions/matrix-notify@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.MATRIX_TOKEN }}
|
||||||
|
room: ${{ secrets.MATRIX_ROOM }}
|
||||||
|
message: |
|
||||||
|
PR CLOSED ${{ github.event.pull_request.html_url }} by ${{ github.actor }}
|
@ -15,6 +15,10 @@ Files: man/calamares.8
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Copyright: 2017 Jonathan Carter <jcarter@linux.com>
|
Copyright: 2017 Jonathan Carter <jcarter@linux.com>
|
||||||
|
|
||||||
|
Files: 3rdparty/kdsingleapplication/*
|
||||||
|
License: MIT
|
||||||
|
Copyright: Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@ kdab.com
|
||||||
|
|
||||||
### BUILD ARTIFACTS / NOT SOURCE
|
### BUILD ARTIFACTS / NOT SOURCE
|
||||||
#
|
#
|
||||||
# QRC Files are basically build artifacts
|
# QRC Files are basically build artifacts
|
||||||
|
26
3rdparty/kdsingleapplication/CMakeLists.txt
vendored
Normal file
26
3rdparty/kdsingleapplication/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
set(KDSINGLEAPPLICATION_STATIC ON)
|
||||||
|
|
||||||
|
set(KDSINGLEAPPLICATION_SRCS kdsingleapplication.cpp kdsingleapplication_localsocket.cpp)
|
||||||
|
|
||||||
|
set(KDSINGLEAPPLICATION_INSTALLABLE_INCLUDES kdsingleapplication.h kdsingleapplication_lib.h)
|
||||||
|
|
||||||
|
set(KDSINGLEAPPLICATION_NON_INSTALLABLE_INCLUDES kdsingleapplication_localsocket_p.h)
|
||||||
|
|
||||||
|
if(KDSINGLEAPPLICATION_STATIC)
|
||||||
|
add_library(kdsingleapplication STATIC ${KDSINGLEAPPLICATION_INSTALLABLE_INCLUDES} ${KDSINGLEAPPLICATION_SRCS})
|
||||||
|
target_compile_definitions(kdsingleapplication PUBLIC KDSINGLEAPPLICATION_STATIC_BUILD)
|
||||||
|
else()
|
||||||
|
add_library(kdsingleapplication SHARED ${KDSINGLEAPPLICATION_INSTALLABLE_INCLUDES} ${KDSINGLEAPPLICATION_SRCS})
|
||||||
|
target_compile_definitions(kdsingleapplication PRIVATE KDSINGLEAPPLICATION_SHARED_BUILD)
|
||||||
|
endif()
|
||||||
|
set_target_properties( kdsingleapplication PROPERTIES AUTOMOC TRUE )
|
||||||
|
|
||||||
|
set(KDSINGLEAPPLICATION_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR}/kdsingleapplication)
|
||||||
|
|
||||||
|
target_include_directories(
|
||||||
|
kdsingleapplication
|
||||||
|
PUBLIC $<INSTALL_INTERFACE:${KDSINGLEAPPLICATION_INCLUDEDIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
|
||||||
|
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(kdsingleapplication Qt5::Core Qt5::Network)
|
7
3rdparty/kdsingleapplication/KDSingleApplicationConfig.cmake.in
vendored
Normal file
7
3rdparty/kdsingleapplication/KDSingleApplicationConfig.cmake.in
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
include(CMakeFindDependencyMacro)
|
||||||
|
|
||||||
|
find_dependency(Qt5Widgets REQUIRED)
|
||||||
|
find_dependency(Qt5Network REQUIRED)
|
||||||
|
|
||||||
|
# Add the targets file
|
||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/KDSingleApplicationTargets.cmake")
|
22
3rdparty/kdsingleapplication/LICENSE.MIT.txt
vendored
Normal file
22
3rdparty/kdsingleapplication/LICENSE.MIT.txt
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
123
3rdparty/kdsingleapplication/kdsingleapplication.cpp
vendored
Normal file
123
3rdparty/kdsingleapplication/kdsingleapplication.cpp
vendored
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
/*
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "kdsingleapplication.h"
|
||||||
|
|
||||||
|
#include <QtCore/QCoreApplication>
|
||||||
|
#include <QtCore/QFileInfo>
|
||||||
|
|
||||||
|
// TODO: make this pluggable.
|
||||||
|
#include "kdsingleapplication_localsocket_p.h"
|
||||||
|
|
||||||
|
// Avoiding dragging in Qt private APIs for now, so this does not inherit
|
||||||
|
// from QObjectPrivate.
|
||||||
|
class KDSingleApplicationPrivate
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit KDSingleApplicationPrivate(const QString &name, KDSingleApplication *q);
|
||||||
|
|
||||||
|
void initialize();
|
||||||
|
|
||||||
|
QString name() const
|
||||||
|
{
|
||||||
|
return m_name;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool isPrimaryInstance() const
|
||||||
|
{
|
||||||
|
return m_impl.isPrimaryInstance();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool sendMessage(const QByteArray &message, int timeout)
|
||||||
|
{
|
||||||
|
return m_impl.sendMessage(message, timeout);
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
Q_DECLARE_PUBLIC(KDSingleApplication)
|
||||||
|
|
||||||
|
KDSingleApplication *q_ptr;
|
||||||
|
QString m_name;
|
||||||
|
|
||||||
|
KDSingleApplicationLocalSocket m_impl;
|
||||||
|
};
|
||||||
|
|
||||||
|
KDSingleApplicationPrivate::KDSingleApplicationPrivate(const QString &name, KDSingleApplication *q)
|
||||||
|
: q_ptr(q)
|
||||||
|
, m_name(name)
|
||||||
|
, m_impl(name)
|
||||||
|
{
|
||||||
|
if (Q_UNLIKELY(name.isEmpty()))
|
||||||
|
qFatal("KDSingleApplication requires a non-empty application name");
|
||||||
|
|
||||||
|
if (isPrimaryInstance()) {
|
||||||
|
QObject::connect(&m_impl, &KDSingleApplicationLocalSocket::messageReceived,
|
||||||
|
q, &KDSingleApplication::messageReceived);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static QString extractExecutableName(const QString &applicationFilePath)
|
||||||
|
{
|
||||||
|
return QFileInfo(applicationFilePath).fileName();
|
||||||
|
}
|
||||||
|
|
||||||
|
KDSingleApplication::KDSingleApplication(QObject *parent)
|
||||||
|
: KDSingleApplication(extractExecutableName(QCoreApplication::applicationFilePath()), parent)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
KDSingleApplication::KDSingleApplication(const QString &name, QObject *parent)
|
||||||
|
: QObject(parent)
|
||||||
|
, d_ptr(new KDSingleApplicationPrivate(name, this))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
QString KDSingleApplication::name() const
|
||||||
|
{
|
||||||
|
Q_D(const KDSingleApplication);
|
||||||
|
return d->name();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool KDSingleApplication::isPrimaryInstance() const
|
||||||
|
{
|
||||||
|
Q_D(const KDSingleApplication);
|
||||||
|
return d->isPrimaryInstance();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool KDSingleApplication::sendMessage(const QByteArray &message)
|
||||||
|
{
|
||||||
|
return sendMessageWithTimeout(message, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool KDSingleApplication::sendMessageWithTimeout(const QByteArray &message, int timeout)
|
||||||
|
{
|
||||||
|
Q_ASSERT(!isPrimaryInstance());
|
||||||
|
|
||||||
|
Q_D(KDSingleApplication);
|
||||||
|
return d->sendMessage(message, timeout);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
KDSingleApplication::~KDSingleApplication() = default;
|
||||||
|
|
62
3rdparty/kdsingleapplication/kdsingleapplication.h
vendored
Normal file
62
3rdparty/kdsingleapplication/kdsingleapplication.h
vendored
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
/*
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
*/
|
||||||
|
#ifndef KDSINGLEAPPLICATION_H
|
||||||
|
#define KDSINGLEAPPLICATION_H
|
||||||
|
|
||||||
|
#include <QtCore/QObject>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
#include "kdsingleapplication_lib.h"
|
||||||
|
|
||||||
|
class KDSingleApplicationPrivate;
|
||||||
|
|
||||||
|
class KDSINGLEAPPLICATION_EXPORT KDSingleApplication : public QObject
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
Q_PROPERTY(QString name READ name CONSTANT)
|
||||||
|
Q_PROPERTY(bool isPrimaryInstance READ isPrimaryInstance CONSTANT)
|
||||||
|
|
||||||
|
public:
|
||||||
|
explicit KDSingleApplication(QObject *parent = nullptr);
|
||||||
|
explicit KDSingleApplication(const QString &name, QObject *parent = nullptr);
|
||||||
|
~KDSingleApplication();
|
||||||
|
|
||||||
|
QString name() const;
|
||||||
|
bool isPrimaryInstance() const;
|
||||||
|
|
||||||
|
public Q_SLOTS:
|
||||||
|
// avoid default arguments and overloads, as they don't mix with connections
|
||||||
|
bool sendMessage(const QByteArray &message);
|
||||||
|
bool sendMessageWithTimeout(const QByteArray &message, int timeout);
|
||||||
|
|
||||||
|
Q_SIGNALS:
|
||||||
|
void messageReceived(const QByteArray &message);
|
||||||
|
|
||||||
|
private:
|
||||||
|
Q_DECLARE_PRIVATE(KDSingleApplication)
|
||||||
|
std::unique_ptr<KDSingleApplicationPrivate> d_ptr;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // KDSINGLEAPPLICATION_H
|
37
3rdparty/kdsingleapplication/kdsingleapplication_lib.h
vendored
Normal file
37
3rdparty/kdsingleapplication/kdsingleapplication_lib.h
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
/*
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
*/
|
||||||
|
#ifndef KDSINGLEAPPLICATION_LIB_H
|
||||||
|
#define KDSINGLEAPPLICATION_LIB_H
|
||||||
|
|
||||||
|
#include <QtCore/QtGlobal>
|
||||||
|
|
||||||
|
#if defined(KDSINGLEAPPLICATION_STATIC_BUILD)
|
||||||
|
#define KDSINGLEAPPLICATION_EXPORT
|
||||||
|
#elif defined(KDSINGLEAPPLICATION_SHARED_BUILD)
|
||||||
|
#define KDSINGLEAPPLICATION_EXPORT Q_DECL_EXPORT
|
||||||
|
#else
|
||||||
|
#define KDSINGLEAPPLICATION_EXPORT Q_DECL_IMPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // KDSINGLEAPPLICATION_LIB_H
|
304
3rdparty/kdsingleapplication/kdsingleapplication_localsocket.cpp
vendored
Normal file
304
3rdparty/kdsingleapplication/kdsingleapplication_localsocket.cpp
vendored
Normal file
@ -0,0 +1,304 @@
|
|||||||
|
/*
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "kdsingleapplication_localsocket_p.h"
|
||||||
|
|
||||||
|
#include <QtCore/QDir>
|
||||||
|
#include <QtCore/QDeadlineTimer>
|
||||||
|
#include <QtCore/QTimer>
|
||||||
|
#include <QtCore/QLockFile>
|
||||||
|
#include <QtCore/QDataStream>
|
||||||
|
|
||||||
|
#include <QtCore/QtDebug>
|
||||||
|
#include <QtCore/QLoggingCategory>
|
||||||
|
|
||||||
|
#include <QtNetwork/QLocalServer>
|
||||||
|
#include <QtNetwork/QLocalSocket>
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
#if defined(Q_OS_UNIX)
|
||||||
|
// for ::getuid()
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(Q_OS_WIN)
|
||||||
|
#include <qt_windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
static const auto LOCALSOCKET_CONNECTION_TIMEOUT = std::chrono::seconds(5);
|
||||||
|
static const char LOCALSOCKET_PROTOCOL_VERSION = 2;
|
||||||
|
|
||||||
|
Q_LOGGING_CATEGORY(kdsaLocalSocket, "kdsingleapplication.localsocket", QtWarningMsg);
|
||||||
|
|
||||||
|
KDSingleApplicationLocalSocket::KDSingleApplicationLocalSocket(const QString &name, QObject *parent)
|
||||||
|
: QObject(parent)
|
||||||
|
{
|
||||||
|
#if defined(Q_OS_UNIX)
|
||||||
|
m_socketName = QStringLiteral("kdsingleapp-%1-%2-%3")
|
||||||
|
.arg(::getuid())
|
||||||
|
.arg(qEnvironmentVariable("XDG_SESSION_ID"), name);
|
||||||
|
#elif defined(Q_OS_WIN)
|
||||||
|
// I'm not sure of a "global session identifier" on Windows; are
|
||||||
|
// multiple logins from the same user a possibility? For now, following this:
|
||||||
|
// https://docs.microsoft.com/en-us/windows/desktop/devnotes/getting-the-session-id-of-the-current-process
|
||||||
|
|
||||||
|
DWORD sessionId;
|
||||||
|
BOOL haveSessionId = ProcessIdToSessionId(GetCurrentProcessId(), &sessionId);
|
||||||
|
|
||||||
|
m_socketName = QString::fromUtf8("kdsingleapp-%1-%2")
|
||||||
|
.arg(haveSessionId ? sessionId : 0)
|
||||||
|
.arg(name);
|
||||||
|
#else
|
||||||
|
#error "KDSingleApplication has not been ported to this platform"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
const QString lockFilePath =
|
||||||
|
QDir::tempPath() + QLatin1Char('/') + m_socketName + QLatin1String(".lock");
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Socket name is" << m_socketName;
|
||||||
|
qCDebug(kdsaLocalSocket) << "Lock file path is" << lockFilePath;
|
||||||
|
|
||||||
|
std::unique_ptr<QLockFile> lockFile(new QLockFile(lockFilePath));
|
||||||
|
lockFile->setStaleLockTime(0);
|
||||||
|
|
||||||
|
if (!lockFile->tryLock()) {
|
||||||
|
// someone else has the lock => we're secondary
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::unique_ptr<QLocalServer> server = std::make_unique<QLocalServer>();
|
||||||
|
if (!server->listen(m_socketName)) {
|
||||||
|
// maybe the primary crashed, leaving a stale socket; delete it and try again
|
||||||
|
QLocalServer::removeServer(m_socketName);
|
||||||
|
if (!server->listen(m_socketName)) {
|
||||||
|
// TODO: better error handling.
|
||||||
|
qWarning("KDSingleApplication: unable to make the primary instance listen on %ls: %ls",
|
||||||
|
qUtf16Printable(m_socketName),
|
||||||
|
qUtf16Printable(server->errorString()));
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
connect(server.get(), &QLocalServer::newConnection,
|
||||||
|
this, &KDSingleApplicationLocalSocket::handleNewConnection);
|
||||||
|
|
||||||
|
m_lockFile = std::move(lockFile);
|
||||||
|
m_localServer = std::move(server);
|
||||||
|
}
|
||||||
|
|
||||||
|
KDSingleApplicationLocalSocket::~KDSingleApplicationLocalSocket() = default;
|
||||||
|
|
||||||
|
bool KDSingleApplicationLocalSocket::isPrimaryInstance() const
|
||||||
|
{
|
||||||
|
return m_localServer != nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool KDSingleApplicationLocalSocket::sendMessage(const QByteArray &message, int timeout)
|
||||||
|
{
|
||||||
|
Q_ASSERT(!isPrimaryInstance());
|
||||||
|
QLocalSocket socket;
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Preparing to send message" << message << "with timeout" << timeout;
|
||||||
|
|
||||||
|
QDeadlineTimer deadline(timeout);
|
||||||
|
|
||||||
|
// There is an inherent race here with the setup of the server side.
|
||||||
|
// Even if the socket lock is held by the server, the server may not
|
||||||
|
// be listening yet. So this connection may fail; keep retrying
|
||||||
|
// until we hit the timeout.
|
||||||
|
do {
|
||||||
|
socket.connectToServer(m_socketName);
|
||||||
|
if (socket.waitForConnected(deadline.remainingTime()))
|
||||||
|
break;
|
||||||
|
} while (!deadline.hasExpired());
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Socket state:" << socket.state() << "Timer remaining" << deadline.remainingTime() << "Expired?" << deadline.hasExpired();
|
||||||
|
|
||||||
|
if (deadline.hasExpired())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
socket.write(&LOCALSOCKET_PROTOCOL_VERSION, 1);
|
||||||
|
|
||||||
|
{
|
||||||
|
QByteArray encodedMessage;
|
||||||
|
QDataStream ds(&encodedMessage, QIODevice::WriteOnly);
|
||||||
|
ds << message;
|
||||||
|
socket.write(encodedMessage);
|
||||||
|
}
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Wrote message in the socket" << "Timer remaining" << deadline.remainingTime() << "Expired?" << deadline.hasExpired();
|
||||||
|
|
||||||
|
// There is no acknowledgement mechanism here.
|
||||||
|
// Should there be one?
|
||||||
|
|
||||||
|
while (socket.bytesToWrite() > 0) {
|
||||||
|
if (!socket.waitForBytesWritten(deadline.remainingTime()))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Bytes written, now disconnecting" << "Timer remaining" << deadline.remainingTime() << "Expired?" << deadline.hasExpired();
|
||||||
|
|
||||||
|
socket.disconnectFromServer();
|
||||||
|
|
||||||
|
if (socket.state() == QLocalSocket::UnconnectedState)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
if (!socket.waitForDisconnected(deadline.remainingTime()))
|
||||||
|
return false;
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Disconnected -- success!";
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDSingleApplicationLocalSocket::handleNewConnection()
|
||||||
|
{
|
||||||
|
Q_ASSERT(m_localServer);
|
||||||
|
|
||||||
|
QLocalSocket *socket = m_localServer->nextPendingConnection();
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Got new connection on" << m_socketName << "state" << socket->state();
|
||||||
|
|
||||||
|
Connection c(socket);
|
||||||
|
|
||||||
|
c.readDataConnection = QObjectConnectionHolder(
|
||||||
|
connect(c.socket.get(), &QLocalSocket::readyRead,
|
||||||
|
this, &KDSingleApplicationLocalSocket::readDataFromSecondary));
|
||||||
|
|
||||||
|
c.secondaryDisconnectedConnection = QObjectConnectionHolder(
|
||||||
|
connect(c.socket.get(), &QLocalSocket::disconnected,
|
||||||
|
this, &KDSingleApplicationLocalSocket::secondaryDisconnected));
|
||||||
|
|
||||||
|
c.abortConnection = QObjectConnectionHolder(
|
||||||
|
connect(c.timeoutTimer.get(), &QTimer::timeout,
|
||||||
|
this, &KDSingleApplicationLocalSocket::abortConnectionToSecondary));
|
||||||
|
|
||||||
|
m_clients.push_back(std::move(c));
|
||||||
|
|
||||||
|
// Note that by the time we get here, the socket could've already been closed,
|
||||||
|
// and no signals emitted (hello, Windows!). Read what's already in the socket.
|
||||||
|
if (readDataFromSecondarySocket(socket))
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (socket->state() == QLocalSocket::UnconnectedState)
|
||||||
|
secondarySocketDisconnected(socket);
|
||||||
|
}
|
||||||
|
|
||||||
|
template <typename Container>
|
||||||
|
static auto findConnectionBySocket(Container &container, QLocalSocket *socket)
|
||||||
|
{
|
||||||
|
auto i = std::find_if(container.begin(),
|
||||||
|
container.end(),
|
||||||
|
[socket](const auto &c) { return c.socket.get() == socket; });
|
||||||
|
Q_ASSERT(i != container.end());
|
||||||
|
return i;
|
||||||
|
}
|
||||||
|
|
||||||
|
template <typename Container>
|
||||||
|
static auto findConnectionByTimer(Container &container, QTimer *timer)
|
||||||
|
{
|
||||||
|
auto i = std::find_if(container.begin(),
|
||||||
|
container.end(),
|
||||||
|
[timer](const auto &c) { return c.timeoutTimer.get() == timer; });
|
||||||
|
Q_ASSERT(i != container.end());
|
||||||
|
return i;
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDSingleApplicationLocalSocket::readDataFromSecondary()
|
||||||
|
{
|
||||||
|
QLocalSocket *socket = static_cast<QLocalSocket *>(sender());
|
||||||
|
readDataFromSecondarySocket(socket);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool KDSingleApplicationLocalSocket::readDataFromSecondarySocket(QLocalSocket *socket)
|
||||||
|
{
|
||||||
|
auto i = findConnectionBySocket(m_clients, socket);
|
||||||
|
Connection &c = *i;
|
||||||
|
c.readData.append(socket->readAll());
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Got more data from a secondary. Data read so far:" << c.readData;
|
||||||
|
|
||||||
|
const QByteArray &data = c.readData;
|
||||||
|
|
||||||
|
if (data.size() >= 1) {
|
||||||
|
if (data[0] != LOCALSOCKET_PROTOCOL_VERSION) {
|
||||||
|
qCDebug(kdsaLocalSocket) << "Got an invalid protocol version";
|
||||||
|
m_clients.erase(i);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QDataStream ds(data);
|
||||||
|
ds.skipRawData(1);
|
||||||
|
|
||||||
|
ds.startTransaction();
|
||||||
|
QByteArray message;
|
||||||
|
ds >> message;
|
||||||
|
|
||||||
|
if (ds.commitTransaction()) {
|
||||||
|
qCDebug(kdsaLocalSocket) << "Got a complete message:" << message;
|
||||||
|
Q_EMIT messageReceived(message);
|
||||||
|
m_clients.erase(i);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDSingleApplicationLocalSocket::secondaryDisconnected()
|
||||||
|
{
|
||||||
|
QLocalSocket *socket = static_cast<QLocalSocket *>(sender());
|
||||||
|
secondarySocketDisconnected(socket);
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDSingleApplicationLocalSocket::secondarySocketDisconnected(QLocalSocket *socket)
|
||||||
|
{
|
||||||
|
auto i = findConnectionBySocket(m_clients, socket);
|
||||||
|
Connection c = std::move(*i);
|
||||||
|
m_clients.erase(i);
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Secondary disconnected. Data read:" << c.readData;
|
||||||
|
}
|
||||||
|
|
||||||
|
void KDSingleApplicationLocalSocket::abortConnectionToSecondary()
|
||||||
|
{
|
||||||
|
QTimer *timer = static_cast<QTimer *>(sender());
|
||||||
|
|
||||||
|
auto i = findConnectionByTimer(m_clients, timer);
|
||||||
|
Connection c = std::move(*i);
|
||||||
|
m_clients.erase(i);
|
||||||
|
|
||||||
|
qCDebug(kdsaLocalSocket) << "Secondary timed out. Data read:" << c.readData;
|
||||||
|
}
|
||||||
|
|
||||||
|
KDSingleApplicationLocalSocket::Connection::Connection(QLocalSocket *socket)
|
||||||
|
: socket(socket)
|
||||||
|
, timeoutTimer(new QTimer)
|
||||||
|
{
|
||||||
|
timeoutTimer->start(LOCALSOCKET_CONNECTION_TIMEOUT);
|
||||||
|
}
|
133
3rdparty/kdsingleapplication/kdsingleapplication_localsocket_p.h
vendored
Normal file
133
3rdparty/kdsingleapplication/kdsingleapplication_localsocket_p.h
vendored
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
/*
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef KDSINGLEAPPLICATION_LOCALSOCKET_P_H
|
||||||
|
#define KDSINGLEAPPLICATION_LOCALSOCKET_P_H
|
||||||
|
|
||||||
|
#include <QtCore/QObject>
|
||||||
|
#include <QtCore/QByteArray>
|
||||||
|
#include <QtCore/QString>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
class QLockFile;
|
||||||
|
class QLocalServer;
|
||||||
|
class QLocalSocket;
|
||||||
|
class QTimer;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
struct QObjectDeleteLater
|
||||||
|
{
|
||||||
|
void operator()(QObject *o) { o->deleteLater(); }
|
||||||
|
};
|
||||||
|
|
||||||
|
class QObjectConnectionHolder
|
||||||
|
{
|
||||||
|
Q_DISABLE_COPY(QObjectConnectionHolder)
|
||||||
|
QMetaObject::Connection c;
|
||||||
|
|
||||||
|
public:
|
||||||
|
QObjectConnectionHolder() {}
|
||||||
|
|
||||||
|
explicit QObjectConnectionHolder(QMetaObject::Connection c)
|
||||||
|
: c(std::move(c))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
~QObjectConnectionHolder()
|
||||||
|
{
|
||||||
|
QObject::disconnect(c);
|
||||||
|
}
|
||||||
|
|
||||||
|
QObjectConnectionHolder(QObjectConnectionHolder &&other) noexcept
|
||||||
|
: c(std::exchange(other.c, {}))
|
||||||
|
{}
|
||||||
|
|
||||||
|
QObjectConnectionHolder &operator=(QObjectConnectionHolder &&other) noexcept
|
||||||
|
{
|
||||||
|
QObjectConnectionHolder moved(std::move(other));
|
||||||
|
swap(moved);
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
|
|
||||||
|
void swap(QObjectConnectionHolder &other) noexcept
|
||||||
|
{
|
||||||
|
using std::swap;
|
||||||
|
swap(c, other.c);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
class KDSingleApplicationLocalSocket : public QObject
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
explicit KDSingleApplicationLocalSocket(const QString &name,
|
||||||
|
QObject *parent = nullptr);
|
||||||
|
~KDSingleApplicationLocalSocket();
|
||||||
|
|
||||||
|
bool isPrimaryInstance() const;
|
||||||
|
|
||||||
|
public Q_SLOTS:
|
||||||
|
bool sendMessage(const QByteArray &message, int timeout);
|
||||||
|
|
||||||
|
Q_SIGNALS:
|
||||||
|
void messageReceived(const QByteArray &message);
|
||||||
|
|
||||||
|
private:
|
||||||
|
void handleNewConnection();
|
||||||
|
void readDataFromSecondary();
|
||||||
|
bool readDataFromSecondarySocket(QLocalSocket *socket);
|
||||||
|
void secondaryDisconnected();
|
||||||
|
void secondarySocketDisconnected(QLocalSocket *socket);
|
||||||
|
void abortConnectionToSecondary();
|
||||||
|
|
||||||
|
QString m_socketName;
|
||||||
|
|
||||||
|
std::unique_ptr<QLockFile> m_lockFile; // protects m_localServer
|
||||||
|
std::unique_ptr<QLocalServer> m_localServer;
|
||||||
|
|
||||||
|
struct Connection {
|
||||||
|
explicit Connection(QLocalSocket *s);
|
||||||
|
|
||||||
|
std::unique_ptr<QLocalSocket, QObjectDeleteLater> socket;
|
||||||
|
std::unique_ptr<QTimer, QObjectDeleteLater> timeoutTimer;
|
||||||
|
QByteArray readData;
|
||||||
|
|
||||||
|
// socket/timeoutTimer are deleted via deleteLater (as we delete them
|
||||||
|
// in slots connected to their signals). Before the deleteLater is acted upon,
|
||||||
|
// they may emit further signals, triggering logic that it's not supposed
|
||||||
|
// to be triggered (as the Connection has already been destroyed).
|
||||||
|
// Use this Holder to break the connections.
|
||||||
|
QObjectConnectionHolder readDataConnection;
|
||||||
|
QObjectConnectionHolder secondaryDisconnectedConnection;
|
||||||
|
QObjectConnectionHolder abortConnection;
|
||||||
|
};
|
||||||
|
|
||||||
|
std::vector<Connection> m_clients;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // KDSINGLEAPPLICATION_LOCALSOCKET_P_H
|
20
3rdparty/kdsingleapplication/src.pro
vendored
Normal file
20
3rdparty/kdsingleapplication/src.pro
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
include(../common.pri)
|
||||||
|
|
||||||
|
TEMPLATE = lib
|
||||||
|
TARGET = kdsingleapplication
|
||||||
|
QT = core network
|
||||||
|
CONFIG += static
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
kdsingleapplication.cpp \
|
||||||
|
kdsingleapplication_localsocket.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
kdsingleapplication.h \
|
||||||
|
kdsingleapplication_lib.h \
|
||||||
|
kdsingleapplication_localsocket_p.h \
|
||||||
|
|
||||||
|
DEFINES += \
|
||||||
|
KDSINGLEAPPLICATION_BUILD
|
||||||
|
|
||||||
|
win32:LIBS += -lkernel32
|
37
CHANGES-3.2
37
CHANGES-3.2
@ -7,6 +7,43 @@ contributors are listed. Note that Calamares does not have a historical
|
|||||||
changelog -- this log starts with version 3.2.0. The release notes on the
|
changelog -- this log starts with version 3.2.0. The release notes on the
|
||||||
website will have to do for older versions.
|
website will have to do for older versions.
|
||||||
|
|
||||||
|
|
||||||
|
> Note that the 3.2 series is now in LTS / bug-fix-only mode.
|
||||||
|
|
||||||
|
# 3.2.61 (unreleased) #
|
||||||
|
|
||||||
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
- No external contributors yet
|
||||||
|
|
||||||
|
## Core ##
|
||||||
|
- No core changes yet
|
||||||
|
|
||||||
|
## Modules ##
|
||||||
|
- No module changes yet
|
||||||
|
|
||||||
|
|
||||||
|
# 3.2.60 (2022-06-19) #
|
||||||
|
|
||||||
|
This is the first community-maintainence release of Calamares 3.2.
|
||||||
|
Somewhat ironically, all the commits in the branch come from
|
||||||
|
Adriaan de Groot -- the community is working in the 3.3 (*calamares*)
|
||||||
|
branch.
|
||||||
|
|
||||||
|
## Core ##
|
||||||
|
- No core changes
|
||||||
|
|
||||||
|
## Modules ##
|
||||||
|
- *fstab* now warns when the mount options are empty (which is non-
|
||||||
|
sensical, and indicates that the configuration is bad).
|
||||||
|
- *locale* does a better job of preserving Catalan (Valencia)
|
||||||
|
across modules; previously it dropped the *Valencia*
|
||||||
|
after the locale module unless you specifically re-selected
|
||||||
|
`ca@valencia` in the locale module. (Reported by Lliurex)
|
||||||
|
- *welcome* now has text labels on the special buttons (nominally,
|
||||||
|
this is part of the core, but the *About* button was always on the
|
||||||
|
welcome page).
|
||||||
|
|
||||||
|
|
||||||
# 3.2.59 (2022-05-29) #
|
# 3.2.59 (2022-05-29) #
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
27
CHANGES-3.3
27
CHANGES-3.3
@ -19,6 +19,16 @@ large. Configuration files from previous versions of Calamares will
|
|||||||
**certainly** need to be re-validated. Take heed of the many changes
|
**certainly** need to be re-validated. Take heed of the many changes
|
||||||
in the *Modules* heading, below.
|
in the *Modules* heading, below.
|
||||||
|
|
||||||
|
Users (distributions) are **strongly** advised to use the tools
|
||||||
|
for configuration validation (`ci/configvalidator.py`) to check
|
||||||
|
that the distribution configuration files follow the current schema.
|
||||||
|
|
||||||
|
Pre-release versions:
|
||||||
|
- 3.3.0-alpha1 (2022-06-27)
|
||||||
|
Initial 3.3.0 release to check the release scripts &c.
|
||||||
|
- 3.3.0-alpha2 (unreleased)
|
||||||
|
Incompatible module-configuration changes, see #1438.
|
||||||
|
|
||||||
## Project ##
|
## Project ##
|
||||||
- The C++ code in the project is now formatted with clang-format 12 or 13,
|
- The C++ code in the project is now formatted with clang-format 12 or 13,
|
||||||
with the coding-style as found in `.clang-format`; there are minor
|
with the coding-style as found in `.clang-format`; there are minor
|
||||||
@ -29,11 +39,7 @@ in the *Modules* heading, below.
|
|||||||
## Core ##
|
## Core ##
|
||||||
- CMake 3.16, Qt 5.15 are now required; the newer CMake is to support
|
- CMake 3.16, Qt 5.15 are now required; the newer CMake is to support
|
||||||
new features (also for KDE Frameworks), Qt is the current LTS version.
|
new features (also for KDE Frameworks), Qt is the current LTS version.
|
||||||
- KDE Framework "DBusAddons" is now required, and is used to "activate"
|
- Running `calamares -d` no longer enforces a single-application
|
||||||
Calamares; the KDAB Single Application Guard is no longer used.
|
|
||||||
KDSAG needed patching to chase Qt 5.15 deprecations, and the DBus
|
|
||||||
activation code is tried and tested in Frameworks (tier 1).
|
|
||||||
Running `calamares -d` no longer enforces a single-application
|
|
||||||
(it is for debugging purposes, after all).
|
(it is for debugging purposes, after all).
|
||||||
- Python 3.6 or later is now required, to allow for F-strings in
|
- Python 3.6 or later is now required, to allow for F-strings in
|
||||||
Python code and allow other tidy-ups in the Python modules.
|
Python code and allow other tidy-ups in the Python modules.
|
||||||
@ -41,15 +47,24 @@ in the *Modules* heading, below.
|
|||||||
- The log file now **always** contains a debug-log, and the `-D` flag
|
- The log file now **always** contains a debug-log, and the `-D` flag
|
||||||
primarily controls what is printed to stdout. By default, stdout
|
primarily controls what is printed to stdout. By default, stdout
|
||||||
only gets errors; use `-D6` to match stdout with the file. Use `-D8`
|
only gets errors; use `-D6` to match stdout with the file. Use `-D8`
|
||||||
to get a verbose log file **and** verbose stdout.
|
to get an extra-verbose log file **and** verbose stdout.
|
||||||
|
|
||||||
## Modules ##
|
## Modules ##
|
||||||
- *bootloader* now supports more options when building the kernel
|
- *bootloader* now supports more options when building the kernel
|
||||||
command-line. (Thanks Evan)
|
command-line. (Thanks Evan)
|
||||||
|
- *bootloader* no longer supports `@@`-style suffixes for unique-EFI-id
|
||||||
|
generation. Use `${}` instead.
|
||||||
- *displaymanager* no longer supports the discontinued *kdm* display manager.
|
- *displaymanager* no longer supports the discontinued *kdm* display manager.
|
||||||
|
- *fstab* configuration has been completely re-done. Many configuration
|
||||||
|
options have moved to the *mount* module. See #1993
|
||||||
- *grubcfg* changed the key *keepDistributor* to *keep_distributor*.
|
- *grubcfg* changed the key *keepDistributor* to *keep_distributor*.
|
||||||
Please update configurations.
|
Please update configurations.
|
||||||
|
- *mount* now does most of the mounting; options that were in *fstab*
|
||||||
|
have moved here. See #1993
|
||||||
|
- *oemid* now uses consistent variable replacement (e.g. KMacroExpander)
|
||||||
|
and does not support `@@DATE@@` anymore (use `${DATE}`).
|
||||||
- *partition* requires KPMCore 21.12 (e.g. KPMCore 4.2 API, or later).
|
- *partition* requires KPMCore 21.12 (e.g. KPMCore 4.2 API, or later).
|
||||||
- *partition* can now skip installing the bootloader in more scenarios.
|
- *partition* can now skip installing the bootloader in more scenarios.
|
||||||
#1632 (Thanks Anubhav)
|
#1632 (Thanks Anubhav)
|
||||||
|
- *preservefiles* follows `${}` variable syntax instead of `@@`.
|
||||||
|
|
||||||
|
@ -43,18 +43,24 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
||||||
|
|
||||||
set(CALAMARES_VERSION 3.3.0)
|
set(CALAMARES_VERSION 3.3.0-alpha1)
|
||||||
set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release
|
set(CALAMARES_RELEASE_MODE ON) # Set to ON during a release
|
||||||
|
|
||||||
if(CMAKE_SCRIPT_MODE_FILE)
|
if(CMAKE_SCRIPT_MODE_FILE)
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)
|
||||||
set(CMAKE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
set(CMAKE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
||||||
extend_version( ${CALAMARES_VERSION} OFF _vshort _vlong )
|
extend_version( ${CALAMARES_VERSION} ${CALAMARES_RELEASE_MODE} _vshort _vlong )
|
||||||
message("${_vlong}")
|
message("${_vlong}")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(CALAMARES VERSION ${CALAMARES_VERSION} LANGUAGES C CXX HOMEPAGE_URL "https://calamares.io/")
|
# Massage the version for CMake if there is a version-suffix
|
||||||
|
string(REGEX REPLACE "-.*" "" CALAMARES_VERSION_SHORT "${CALAMARES_VERSION}")
|
||||||
|
# And preserve the original version (suffix and all) because project() overwrites
|
||||||
|
# .. but if we're doing non-release builds, this gets replaced with git versioning.
|
||||||
|
set(CALAMARES_VERSION_LONG "${CALAMARES_VERSION}")
|
||||||
|
|
||||||
|
project(CALAMARES VERSION ${CALAMARES_VERSION_SHORT} LANGUAGES C CXX HOMEPAGE_URL "https://calamares.io/")
|
||||||
|
|
||||||
if(NOT CALAMARES_RELEASE_MODE AND CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
|
if(NOT CALAMARES_RELEASE_MODE AND CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
|
||||||
message(FATAL_ERROR "Do not build development versions in the source-directory.")
|
message(FATAL_ERROR "Do not build development versions in the source-directory.")
|
||||||
@ -133,22 +139,20 @@ set(CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framew
|
|||||||
# (sr@latin in particular) or location (ca@valencia) need special
|
# (sr@latin in particular) or location (ca@valencia) need special
|
||||||
# handling in libcalamares/locale/Translation.h .
|
# handling in libcalamares/locale/Translation.h .
|
||||||
#
|
#
|
||||||
# NOTE: move eo (Esperanto) to _ok once Qt can actually create a
|
|
||||||
# locale for it. (Qt 5.12.2 can, see Translation Status section).
|
|
||||||
# NOTE: move ie (Interlingue) to _ok once Qt supports it.
|
# NOTE: move ie (Interlingue) to _ok once Qt supports it.
|
||||||
# NOTE: update these lines by running `txstats.py`, or for full automation
|
# NOTE: update these lines by running `txstats.py`, or for full automation
|
||||||
# `txstats.py -e`. See also
|
# `txstats.py -e`. See also
|
||||||
#
|
#
|
||||||
# Total 74 languages
|
# Total 75 languages
|
||||||
set( _tx_complete az az_AZ ca es fi_FI he hi hr ja ko lt pt_BR
|
set( _tx_complete az az_AZ ca fi_FI fr he hr ja ko lt pt_BR pt_PT
|
||||||
pt_PT sq sv tr_TR uk zh_TW )
|
sv tr_TR uk zh_TW )
|
||||||
set( _tx_good as be ca@valencia cs_CZ da de fa fr fur it_IT ml nl
|
set( _tx_good as be ca@valencia cs_CZ da de es fa fur hi it_IT ml
|
||||||
ru si sk tg vi zh_CN )
|
nl ru si sk sq tg vi zh_CN )
|
||||||
set( _tx_ok ar ast bg bn el en_GB es_MX et eu gl hu id is mr nb oc
|
set( _tx_ok ar ast bg bn el en_GB es_MX et eu gl hu id is mr nb oc
|
||||||
pl ro sl sr sr@latin th )
|
pl ro sl sr sr@latin th )
|
||||||
set( _tx_incomplete eo es_PR gu ie ja-Hira kk kn lo lv mk ne_NP
|
set( _tx_incomplete eo es_PR gu ie ja-Hira kk kn lo lv mk ne_NP
|
||||||
ta_IN te ur zh zh_HK )
|
ta_IN te ur uz zh zh_HK )
|
||||||
# Total 74 languages
|
# Total 75 languages
|
||||||
|
|
||||||
### Required versions
|
### Required versions
|
||||||
#
|
#
|
||||||
@ -321,7 +325,7 @@ if(ECM_FOUND)
|
|||||||
include(KDEInstallDirs)
|
include(KDEInstallDirs)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(KF5 QUIET COMPONENTS CoreAddons Crash DBusAddons)
|
find_package(KF5 QUIET COMPONENTS CoreAddons Crash)
|
||||||
set_package_properties(
|
set_package_properties(
|
||||||
KF5::CoreAddons
|
KF5::CoreAddons
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
@ -330,14 +334,6 @@ set_package_properties(
|
|||||||
URL "https://api.kde.org/frameworks/kcoreaddons/"
|
URL "https://api.kde.org/frameworks/kcoreaddons/"
|
||||||
PURPOSE "About Calamares"
|
PURPOSE "About Calamares"
|
||||||
)
|
)
|
||||||
set_package_properties(
|
|
||||||
KF5::DBusAddons
|
|
||||||
PROPERTIES
|
|
||||||
TYPE REQUIRED
|
|
||||||
DESCRIPTION "Classes for DBus activation"
|
|
||||||
URL "https://api.kde.org/frameworks/dbusaddons/"
|
|
||||||
PURPOSE "Unique instance of Calamares"
|
|
||||||
)
|
|
||||||
if(NOT KF5Crash_FOUND)
|
if(NOT KF5Crash_FOUND)
|
||||||
if(BUILD_KF5Crash)
|
if(BUILD_KF5Crash)
|
||||||
message(WARNING "BUILD_KF5Crash is set, but KF5::Crash is not available.")
|
message(WARNING "BUILD_KF5Crash is set, but KF5::Crash is not available.")
|
||||||
@ -413,19 +409,10 @@ set(Calamares_WITH_QML ${WITH_QML})
|
|||||||
|
|
||||||
### Transifex Translation status
|
### Transifex Translation status
|
||||||
#
|
#
|
||||||
# Construct language lists for use. This massages the language lists
|
# Construct language lists for use. This massages the language lists if
|
||||||
# for use with older Qt (which does not support Esperanto) and checks
|
# needed and checks for some obvious errors. The actual work of
|
||||||
# for some obvious error. The actual work of compiling translations
|
# compiling translations is done in the lang/ directory.
|
||||||
# is done in the lang/ directory.
|
|
||||||
#
|
#
|
||||||
if(Qt5_VERSION VERSION_GREATER 5.12.1)
|
|
||||||
# At least Qt 5.12.2 seems to support Esperanto in QLocale
|
|
||||||
if("eo" IN_LIST _tx_incomplete)
|
|
||||||
message(STATUS "Esperanto support since Qt 5.12.2, enabling Esperanto locale")
|
|
||||||
list(REMOVE_ITEM _tx_incomplete "eo")
|
|
||||||
list(APPEND _tx_ok "eo")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(curr_tx ${_tx_complete} ${_tx_good} ${_tx_ok} ${_tx_incomplete})
|
set(curr_tx ${_tx_complete} ${_tx_good} ${_tx_ok} ${_tx_incomplete})
|
||||||
set(tx_errors OFF)
|
set(tx_errors OFF)
|
||||||
@ -505,21 +492,15 @@ add_feature_info(ExampleDistro ${mksquashfs_FOUND} "Create example-distro target
|
|||||||
|
|
||||||
### CALAMARES PROPER
|
### CALAMARES PROPER
|
||||||
#
|
#
|
||||||
set(CALAMARES_VERSION ${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH})
|
|
||||||
# In rare cases we have hotfix-releases with a tweak
|
|
||||||
if(CALAMARES_VERSION_TWEAK)
|
|
||||||
set(CALAMARES_VERSION "${CALAMARES_VERSION}.${CALAMARES_VERSION_TWEAK}")
|
|
||||||
endif()
|
|
||||||
set(CALAMARES_VERSION_SHORT "${CALAMARES_VERSION}")
|
|
||||||
|
|
||||||
# Additional info for non-release builds. The "extended" version information
|
# Additional info for non-release builds. The "extended" version information
|
||||||
# with date and git information (commit, dirty status) is used only
|
# with date and git information (commit, dirty status) is used only
|
||||||
# by CalamaresVersionX.h, which is included by consumers that need a full
|
# by CalamaresVersionX.h, which is included by consumers that need a full
|
||||||
# version number with all that information; normal consumers can include
|
# version number with all that information; normal consumers can include
|
||||||
# CalamaresVersion.h with more stable numbers.
|
# CalamaresVersion.h with more stable numbers.
|
||||||
if(NOT BUILD_RELEASE AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git/")
|
if(NOT CALAMARES_RELEASE_MODE AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git/")
|
||||||
include(ExtendedVersion)
|
include(ExtendedVersion)
|
||||||
extend_version( "${CALAMARES_VERSION}" OFF CALAMARES_VERSION_SHORT CALAMARES_VERSION )
|
extend_version( "${CALAMARES_VERSION}" OFF CALAMARES_VERSION_SHORT CALAMARES_VERSION_LONG )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Special define for RC (e.g. not-a-release) builds.
|
# Special define for RC (e.g. not-a-release) builds.
|
||||||
@ -551,6 +532,7 @@ include(GNUInstallDirs)
|
|||||||
# libraries for Calamares.
|
# libraries for Calamares.
|
||||||
set(Calamares_LIBRARIES calamares)
|
set(Calamares_LIBRARIES calamares)
|
||||||
|
|
||||||
|
add_subdirectory(3rdparty/kdsingleapplication)
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
add_feature_info(Python ${WITH_PYTHON} "Python job modules")
|
add_feature_info(Python ${WITH_PYTHON} "Python job modules")
|
||||||
|
@ -57,11 +57,6 @@ function( extend_version version short_only short_var long_var )
|
|||||||
set( ${short_var} "${version}" PARENT_SCOPE )
|
set( ${short_var} "${version}" PARENT_SCOPE )
|
||||||
set( _v "${version}" )
|
set( _v "${version}" )
|
||||||
if ( NOT short_only )
|
if ( NOT short_only )
|
||||||
# Additional info for non-release builds which want "long" version info
|
|
||||||
# with date and git information (commit, dirty status). That is used only
|
|
||||||
# by CalamaresVersionX.h, which is included by consumers that need a full
|
|
||||||
# version number with all that information; normal consumers can include
|
|
||||||
# CalamaresVersion.h with more stable numbers.
|
|
||||||
string( TIMESTAMP CALAMARES_VERSION_DATE "%Y%m%d" )
|
string( TIMESTAMP CALAMARES_VERSION_DATE "%Y%m%d" )
|
||||||
if( CALAMARES_VERSION_DATE GREATER 0 )
|
if( CALAMARES_VERSION_DATE GREATER 0 )
|
||||||
set( _v ${_v}.${CALAMARES_VERSION_DATE} )
|
set( _v ${_v}.${CALAMARES_VERSION_DATE} )
|
||||||
|
@ -7,21 +7,49 @@
|
|||||||
#
|
#
|
||||||
# Finds KPMcore and consistently sets API flags based on the version.
|
# Finds KPMcore and consistently sets API flags based on the version.
|
||||||
#
|
#
|
||||||
if ( NOT KPMcore_searched_for )
|
# If KPMcore is not found, still create calamares::kpmcore interface
|
||||||
set( KPMcore_searched_for TRUE )
|
# library, which will add definition WITHOUT_KPMcore.
|
||||||
|
#
|
||||||
find_package( KPMcore 21.12.0 )
|
if(NOT TARGET calapmcore)
|
||||||
|
find_package(KPMcore 20.04.0)
|
||||||
set_package_properties(
|
set_package_properties(
|
||||||
KPMcore PROPERTIES
|
KPMcore
|
||||||
|
PROPERTIES
|
||||||
URL "https://invent.kde.org/kde/kpmcore"
|
URL "https://invent.kde.org/kde/kpmcore"
|
||||||
DESCRIPTION "KDE Partitioning library"
|
DESCRIPTION "KDE Partitioning library"
|
||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
PURPOSE "For disk partitioning support"
|
PURPOSE "For disk partitioning support"
|
||||||
)
|
)
|
||||||
|
|
||||||
if( KPMcore_FOUND )
|
# Create an internal Calamares interface to KPMcore
|
||||||
set( KPMcore_API_DEFINITIONS "" )
|
# and give it a nice alias name. If kpmcore is not found,
|
||||||
|
# then make a "no KPMcore" library.
|
||||||
|
add_library(calapmcore INTERFACE)
|
||||||
|
|
||||||
|
if(KPMcore_FOUND)
|
||||||
|
find_package(Qt5 REQUIRED DBus) # Needed for KPMCore
|
||||||
|
find_package(KF5 REQUIRED I18n WidgetsAddons) # Needed for KPMCore
|
||||||
|
|
||||||
|
target_link_libraries(calapmcore INTERFACE kpmcore Qt5::DBus KF5::I18n KF5::WidgetsAddons)
|
||||||
|
target_include_directories(calapmcore INTERFACE ${KPMCORE_INCLUDE_DIR})
|
||||||
|
# If there were KPMcore API variations, figure them out here
|
||||||
|
# target_compile_definitions(calapmcore INTERFACE WITH_KPMcore)
|
||||||
|
|
||||||
|
# Flag that this library has KPMcore support. A variable
|
||||||
|
# set here has the wrong scope. ENV{} would be visible
|
||||||
|
# everywhere but seems the wrong thing to do. Setting
|
||||||
|
# properties on calapmcore requires a newer CMake than
|
||||||
|
# Debian 11 has, so runs into support issues.
|
||||||
|
add_library(calamares::kpmcore ALIAS calapmcore)
|
||||||
else()
|
else()
|
||||||
set( KPMcore_API_DEFINITIONS WITHOUT_KPMcore )
|
target_compile_definitions(calapmcore INTERFACE WITHOUT_KPMcore)
|
||||||
|
endif()
|
||||||
|
else()
|
||||||
|
if(TARGET calamares::kpmcore)
|
||||||
|
message(STATUS "KPMcore has already been found")
|
||||||
|
set(KPMcore_FOUND TRUE)
|
||||||
|
else()
|
||||||
|
message(STATUS "KPMcore has been searched-for and not found")
|
||||||
|
set(KPMcore_FOUND FALSE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
@ -3,14 +3,16 @@ Type=Application
|
|||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Install System
|
Name=Install System
|
||||||
GenericName=System Installer
|
GenericName=System Installer
|
||||||
|
Comment=Calamares — System Installer
|
||||||
Keywords=calamares;system;installer;
|
Keywords=calamares;system;installer;
|
||||||
TryExec=calamares
|
TryExec=calamares
|
||||||
Exec=sh -c "pkexec calamares"
|
Exec=sh -c "pkexec calamares"
|
||||||
Comment=Calamares — System Installer
|
|
||||||
|
Categories=Qt;System;
|
||||||
Icon=calamares
|
Icon=calamares
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
SingleMainWindow=true
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=Qt;System;
|
|
||||||
X-AppStream-Ignore=true
|
X-AppStream-Ignore=true
|
||||||
|
|
||||||
Name[ar]=تثبيت النظام
|
Name[ar]=تثبيت النظام
|
||||||
|
@ -127,7 +127,7 @@ fi
|
|||||||
### Get version number for this release
|
### Get version number for this release
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
V=$( cd "$BUILDDIR" && make show-version | grep ^CALAMARES_VERSION | sed s/^[A-Z_]*=// )
|
V=$( cd "$BUILDDIR" && cmake -P ../CMakeLists.txt | grep ^CALAMARES_VERSION | sed s/^[A-Z_]*=// )
|
||||||
test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; }
|
test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; }
|
||||||
|
|
||||||
### Create signed tag
|
### Create signed tag
|
||||||
|
@ -177,11 +177,9 @@ def get_tx_stats(languages, outputter, verbose):
|
|||||||
# Some languages go into the "incomplete" list by definition,
|
# Some languages go into the "incomplete" list by definition,
|
||||||
# regardless of their completion status: this can have various reasons.
|
# regardless of their completion status: this can have various reasons.
|
||||||
#
|
#
|
||||||
# Note that Esperanto (eo) is special-cased in CMakeLists.txt
|
# - (Esperanto wasn't supported until Qt 5.12.2)
|
||||||
# during the build; recent Qt releases *do* support the language,
|
# - Interlingue still is not supported by the minimum Qt version
|
||||||
# and it's at-the-least ok.
|
|
||||||
incomplete_languages = (
|
incomplete_languages = (
|
||||||
"eo", # Not supported by QLocale < 5.12.1
|
|
||||||
"ie", # Not supported by Qt at least through 5.15.0
|
"ie", # Not supported by Qt at least through 5.15.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>معلومات التّنقيح</translation>
|
<translation>معلومات التّنقيح</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -511,12 +511,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 المثبت</translation>
|
<translation>%1 المثبت</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1461,7 +1461,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4054,61 +4054,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&حول</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&الدعم</translation>
|
<translation>&الدعم</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&مشاكل معروفة</translation>
|
<translation>&مشاكل معروفة</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&ملاحظات الإصدار</translation>
|
<translation>&ملاحظات الإصدار</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 الدعم</translation>
|
<translation>%1 الدعم</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>حول 1% المثبت</translation>
|
<translation>حول 1% المثبت</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4173,20 +4168,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>أظهر معلومات التّنقيح</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>التدقيق</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4523,26 +4515,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>ৱিজেত্ ত্ৰি</translation>
|
<translation>ৱিজেত্ ত্ৰি</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>ডিবাগ তথ্য</translation>
|
<translation>ডিবাগ তথ্য</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 চেত্ আপ প্ৰোগ্ৰেম</translation>
|
<translation>%1 চেত্ আপ প্ৰোগ্ৰেম</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 ইনস্তলাৰ</translation>
|
<translation>%1 ইনস্তলাৰ</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4016,61 +4016,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>সম্পর্কে (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>দান কৰা ৱেবচাইট খোলক</translation>
|
<translation>দান কৰা ৱেবচাইট খোলক</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>দান কৰক (&D)</translation>
|
<translation>দান কৰক (&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>সহায়ক ৱেবচাইট খোলক</translation>
|
<translation>সহায়ক ৱেবচাইট খোলক</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>সহায় (&S)</translation>
|
<translation>সহায় (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>সমস্যা আৰু ক্ৰুটি অনুসৰণৰ ৱেবচাইট খোলক</translation>
|
<translation>সমস্যা আৰু ক্ৰুটি অনুসৰণৰ ৱেবচাইট খোলক</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>জ্ঞাত সমস্যা (&K)</translation>
|
<translation>জ্ঞাত সমস্যা (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>মুক্তি টোকাৰ ৱেবচাইট খোলক</translation>
|
<translation>মুক্তি টোকাৰ ৱেবচাইট খোলক</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>মুক্তি টোকা (&R)</translation>
|
<translation>মুক্তি টোকা (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 সহায়</translation>
|
<translation>%1 সহায়</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 চেত্ আপ প্ৰগ্ৰামৰ বিষয়ে</translation>
|
<translation>%1 চেত্ আপ প্ৰগ্ৰামৰ বিষয়ে</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 ইনস্তলাৰৰ বিষয়ে</translation>
|
<translation>%1 ইনস্তলাৰৰ বিষয়ে</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4135,20 +4130,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>পাছলৈ</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>দিবাগ তথ্য দেখাওক</translation>
|
<translation>সম্পর্কে</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4489,26 +4481,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>সম্পর্কে</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>সহায়</translation>
|
<translation>সহায়</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>জ্ঞাত সমস্যা</translation>
|
<translation>জ্ঞাত সমস্যা</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>মুক্তি টোকা </translation>
|
<translation>মুক্তি টোকা </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>দান কৰক </translation>
|
<translation>দান কৰক </translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Información de la depuración</translation>
|
<translation>Información de la depuración</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programa de configuración de %1</translation>
|
<translation>Programa de configuración de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalador de %1</translation>
|
<translation>Instalador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ L'instalador va colar y van perdese tolos cambeos.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4016,61 +4016,56 @@ Salida:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Tocante a</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Sofitu</translation>
|
<translation>&Sofitu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemes conocíos</translation>
|
<translation>&Problemes conocíos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Notes de &llanzamientu</translation>
|
<translation>Notes de &llanzamientu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Sofitu de %1</translation>
|
<translation>Sofitu de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Tocante a la configuración de %1</translation>
|
<translation>Tocante a la configuración de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Tocante al instalador de %1</translation>
|
<translation>Tocante al instalador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4135,20 +4130,17 @@ Salida:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Amosar la depuración</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4485,26 +4477,21 @@ Salida:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemes conocíos</translation>
|
<translation>Problemes conocíos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notes del llanzamientu</translation>
|
<translation>Notes del llanzamientu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation>%3 <strong><br/><br/> üçün <h1>%1</h1> </strong>%2<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation><a href="https://calamares.io/team/"> Calamares komandası</a>na və <a href="https://www.transifex.com/calamares/calamares/">Calamares tərcüməçilər komandası</a>na təşəkkürlər. <br/><br/><a href="https://calamares.io/">Calamres-in inkişafı<br/> <a href="http://www.blue-systems.com/">Blue Sytems</a> Azad proqram təminatı tərəfindən dəstəklənir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Müəllif Hüquqları %1-%2 %3 &lt;%4&gt; <br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Vidjetlər ağacı</translation>
|
<translation>Vidjetlər ağacı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Sazlama məlumatları</translation>
|
<translation>Sazlama məlumatları</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -292,7 +292,7 @@
|
|||||||
<source>(%n second(s))</source>
|
<source>(%n second(s))</source>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>(%n saniyə(lər))</numerusform>
|
<numerusform>(%n saniyə(lər))</numerusform>
|
||||||
<numerusform>(%n saniyə(lər))</numerusform>
|
<numerusform>(%n saniyə)</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@ -507,12 +507,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Quraşdırıcı proqram</translation>
|
<translation>%1 Quraşdırıcı proqram</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Quraşdırıcı</translation>
|
<translation>%1 Quraşdırıcı</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,12 +1453,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Mövcud bölmə üçün şifrəli ifadə</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>%1 bölmənin şifrəsi verilmiş şifrəli ifadə ilə açıla bilmədi. <br/><br/>Bölməyə düzəliş edin və düzgün şifrəli ifadə daxil edin və ya silin və yeni şifrələnmiş bölmə yaradın. </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4023,61 +4023,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>H&aqqında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Maddi dəstək üçün veb səhifəsi</translation>
|
<translation>Maddi dəstək üçün veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Ma&ddi dəstək</translation>
|
<translation>Ma&ddi dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Kömək və dəstək veb səhifəsi</translation>
|
<translation>Kömək və dəstək veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>Də&stək</translation>
|
<translation>Də&stək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Problemlər və xəta izləmə veb səhifəsi</translation>
|
<translation>Problemlər və xəta izləmə veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Məlum problemlər</translation>
|
<translation>&Məlum problemlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Buraxılış haqqında qeydlər veb səhifəsi</translation>
|
<translation>Buraxılış haqqında qeydlər veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Bu&raxılış haqqında qeydlər</translation>
|
<translation>Bu&raxılış haqqında qeydlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 dəstəyi</translation>
|
<translation>%1 dəstəyi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 quraşdırması haqqında</translation>
|
<translation>%1 quraşdırması haqqında</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 quraşdırıcısı haqqında</translation>
|
<translation>%1 quraşdırıcısı haqqında</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4142,20 +4137,17 @@ Output:
|
|||||||
<translation>Çıxışda:</translation>
|
<translation>Çıxışda:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Geriyə</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Sazlama məlumatlarını göstərmək</translation>
|
<translation>Haqqında</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Sazlama</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4520,26 +4512,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Haqqında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Dəstək</translation>
|
<translation>Dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Məlum problemlər</translation>
|
<translation>Məlum problemlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Buraxılış qeydləri</translation>
|
<translation>Buraxılış qeydləri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Maddi dəstək</translation>
|
<translation>Maddi dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation>%3 <strong><br/><br/> üçün <h1>%1</h1> </strong>%2<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation><a href="https://calamares.io/team/"> Calamares komandası</a>na və <a href="https://www.transifex.com/calamares/calamares/">Calamares tərcüməçilər komandası</a>na təşəkkürlər. <br/><br/><a href="https://calamares.io/">Calamres-in inkişafı<br/> <a href="http://www.blue-systems.com/">Blue Sytems</a> Azad proqram təminatı tərəfindən dəstəklənir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Müəllif Hüquqları %1-%2 %3 &lt;%4&gt; <br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="59"/>
|
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="59"/>
|
||||||
<source>Master Boot Record of %1</source>
|
<source>Master Boot Record of %1</source>
|
||||||
<translation>%1 ƏsasÖnyükləyici Qeydi</translation>
|
<translation>%1 Əsas önyükləyici qeydi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="92"/>
|
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="92"/>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Vidjetlər ağacı</translation>
|
<translation>Vidjetlər ağacı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Sazlama məlumatları</translation>
|
<translation>Sazlama məlumatları</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -292,7 +292,7 @@
|
|||||||
<source>(%n second(s))</source>
|
<source>(%n second(s))</source>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>(%n saniyə(lər))</numerusform>
|
<numerusform>(%n saniyə(lər))</numerusform>
|
||||||
<numerusform>(%n saniyə(lər))</numerusform>
|
<numerusform>(%n saniyə)</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@ -507,12 +507,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Quraşdırıcı proqram</translation>
|
<translation>%1 Quraşdırıcı proqram</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Quraşdırıcı</translation>
|
<translation>%1 Quraşdırıcı</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1408,7 +1408,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="74"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="74"/>
|
||||||
<source>Format</source>
|
<source>Format</source>
|
||||||
<translation>Formatlamaq</translation>
|
<translation>Formatlansın</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="93"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="93"/>
|
||||||
@ -1453,12 +1453,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.</transl
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Mövcud bölmə üçün şifrəli ifadə</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>%1 bölmənin şifrəsi verilmiş şifrəli ifadə ilə açıla bilmədi. <br/><br/>Bölməyə düzəliş edin və düzgün şifrəli ifadə daxil edin və ya silin və yeni şifrələnmiş bölmə yaradın. </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4023,61 +4023,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>H&aqqında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Maddi dəstək üçün veb səhifəsi</translation>
|
<translation>Maddi dəstək üçün veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Ma&ddi dəstək</translation>
|
<translation>Ma&ddi dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Kömək və dəstək veb səhifəsi</translation>
|
<translation>Kömək və dəstək veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>Də&stək</translation>
|
<translation>Də&stək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Problemlər və xəta izləmə veb səhifəsi</translation>
|
<translation>Problemlər və xəta izləmə veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Məlum problemlər</translation>
|
<translation>&Məlum problemlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Buraxılış haqqında qeydlər veb səhifəsi</translation>
|
<translation>Buraxılış haqqında qeydlər veb səhifəsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Bu&raxılış haqqında qeydlər</translation>
|
<translation>Bu&raxılış haqqında qeydlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 dəstəyi</translation>
|
<translation>%1 dəstəyi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 quraşdırması haqqında</translation>
|
<translation>%1 quraşdırması haqqında</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 quraşdırıcısı haqqında</translation>
|
<translation>%1 quraşdırıcısı haqqında</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4142,20 +4137,17 @@ Output:
|
|||||||
<translation>Çıxışda:</translation>
|
<translation>Çıxışda:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Geriyə</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Sazlama məlumatlarını göstərmək</translation>
|
<translation>Haqqında</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Sazlama</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4520,26 +4512,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Haqqında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Dəstək</translation>
|
<translation>Dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Məlum problemlər</translation>
|
<translation>Məlum problemlər</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Buraxılış qeydləri</translation>
|
<translation>Buraxılış qeydləri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Maddi dəstək</translation>
|
<translation>Maddi dəstək</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Дрэва віджэтаў</translation>
|
<translation>Дрэва віджэтаў</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Адладачная інфармацыя</translation>
|
<translation>Адладачная інфармацыя</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -505,12 +505,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Праграма ўсталёўкі %1</translation>
|
<translation>Праграма ўсталёўкі %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Праграма ўсталёўкі %1</translation>
|
<translation>Праграма ўсталёўкі %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1455,7 +1455,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4038,61 +4038,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Пра праграму</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Адкрыць старонку ахвяраванняў</translation>
|
<translation>Адкрыць старонку ахвяраванняў</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Ахвяраваць</translation>
|
<translation>&Ахвяраваць</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Адкрыць старонку з даведкай</translation>
|
<translation>Адкрыць старонку з даведкай</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Падтрымка</translation>
|
<translation>&Падтрымка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Адкрыць старонку трэкера хібаў</translation>
|
<translation>Адкрыць старонку трэкера хібаў</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Вядомыя праблемы</translation>
|
<translation>&Вядомыя праблемы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Адкрыць старонку нататак да выпуску</translation>
|
<translation>Адкрыць старонку нататак да выпуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Нататкі да выпуску</translation>
|
<translation>&Нататкі да выпуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>падтрымка %1</translation>
|
<translation>падтрымка %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Пра ўсталёўку %1</translation>
|
<translation>Пра ўсталёўку %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Пра %1</translation>
|
<translation>Пра %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4157,20 +4152,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Назад</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Паказаць адладачную інфармацыю</translation>
|
<translation>Пра праграму</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4532,26 +4524,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Пра праграму</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Падтрымка</translation>
|
<translation>Падтрымка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Вядомыя праблемы</translation>
|
<translation>Вядомыя праблемы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Нататкі да выпуску</translation>
|
<translation>Нататкі да выпуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Ахвяраваць</translation>
|
<translation>Ахвяраваць</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Информация за отстраняване на грешки</translation>
|
<translation>Информация за отстраняване на грешки</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Инсталатор</translation>
|
<translation>%1 Инсталатор</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4012,61 +4012,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Относно</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Поддръжка</translation>
|
<translation>&Поддръжка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Съществуващи проблеми</translation>
|
<translation>&Съществуващи проблеми</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Бележки по изданието</translation>
|
<translation>&Бележки по изданието</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 поддръжка</translation>
|
<translation>%1 поддръжка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Относно инсталатор %1</translation>
|
<translation>Относно инсталатор %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4131,20 +4126,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Покажи информация за отстраняване на грешки</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Отстраняване на грешки</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4481,26 +4473,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>তথ্য ডিবাগ করুন</translation>
|
<translation>তথ্য ডিবাগ করুন</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 ইনস্টল</translation>
|
<translation>%1 ইনস্টল</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4009,61 +4009,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>এবংসম্পর্কে</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>এবংসহায়তা</translation>
|
<translation>এবংসহায়তা</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>এবংপরিচিত বিষয়গুলো</translation>
|
<translation>এবংপরিচিত বিষয়গুলো</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>এবংনোট প্রকাশ করুন</translation>
|
<translation>এবংনোট প্রকাশ করুন</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 সহায়তা</translation>
|
<translation>%1 সহায়তা</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 ইনস্টলার সম্পর্কে</translation>
|
<translation>%1 ইনস্টলার সম্পর্কে</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4128,20 +4123,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>ডিবাগ তথ্য দেখান</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Arbre de ginys</translation>
|
<translation>Arbre de ginys</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informació de depuració</translation>
|
<translation>Informació de depuració</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programa de configuració %1</translation>
|
<translation>Programa de configuració %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instal·lador de %1</translation>
|
<translation>Instal·lador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,8 +1457,8 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>La partició %1 no s'ha pogut desencriptar amb la frase de contrasenya proporcionada. <br/><br/> Torneu a editar la partició i proporcioneu la contrasenya correcta o suprimiu-la i creeu una partició encriptada nova.</translation>
|
<translation>La partició %1 no s'ha pogut desencriptar amb la contrasenya proporcionada. <br/><br/> Torneu a editar la partició i proporcioneu la contrasenya correcta, o suprimiu-la i creeu una partició encriptada nova.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4022,61 +4022,56 @@ La configuració pot continuar, però algunes característiques podrien estar in
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Quant a</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Obre el lloc web per a les donacions</translation>
|
<translation>Obre el lloc web per a les donacions</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Feu una &donació</translation>
|
<translation>Feu una &donació</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Obre el lloc web per a l'ajuda i el suport</translation>
|
<translation>Obre el lloc web per a l'ajuda i el suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suport</translation>
|
<translation>&Suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Obre el lloc web de problemes i de seguiment d'errors</translation>
|
<translation>Obre el lloc web de problemes i de seguiment d'errors</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemes coneguts</translation>
|
<translation>&Problemes coneguts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Obre el lloc web de les notes de la versió</translation>
|
<translation>Obre el lloc web de les notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notes de la versió</translation>
|
<translation>&Notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 suport</translation>
|
<translation>%1 suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Quant a la configuració de %1</translation>
|
<translation>Quant a la configuració de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Quant a l'instal·lador %1</translation>
|
<translation>Quant a l'instal·lador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4141,20 +4136,17 @@ La configuració pot continuar, però algunes característiques podrien estar in
|
|||||||
<translation>La sortida ha estat la següent:</translation>
|
<translation>La sortida ha estat la següent:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Enrere</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Informació de depuració</translation>
|
<translation>Quant a</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depuració</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4519,26 +4511,21 @@ Opció predeterminada.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Quant a</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Suport</translation>
|
<translation>Suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemes coneguts</translation>
|
<translation>Problemes coneguts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notes de la versió</translation>
|
<translation>Notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Feu una donació</translation>
|
<translation>Feu una donació</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Arbre d'elements</translation>
|
<translation>Arbre d'elements</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informació de depuració</translation>
|
<translation>Informació de depuració</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programa de configuració %1</translation>
|
<translation>Programa de configuració %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instal·lador de %1</translation>
|
<translation>Instal·lador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4018,61 +4018,56 @@ La configuració pot continuar, però és possible que algunes característiques
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Quant a</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Obri el lloc web per als donatius</translation>
|
<translation>Obri el lloc web per als donatius</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Feu un &donatiu</translation>
|
<translation>Feu un &donatiu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Obri el lloc web per a l'ajuda i el suport</translation>
|
<translation>Obri el lloc web per a l'ajuda i el suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suport</translation>
|
<translation>&Suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Obri el lloc web de problemes i de seguiment d'errors</translation>
|
<translation>Obri el lloc web de problemes i de seguiment d'errors</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Incidències conegudes</translation>
|
<translation>&Incidències conegudes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Obri el lloc web de les notes de la versió</translation>
|
<translation>Obri el lloc web de les notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notes de la versió</translation>
|
<translation>&Notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 soport</translation>
|
<translation>%1 soport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Quant a la configuració de %1</translation>
|
<translation>Quant a la configuració de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Sobre %1 instal·lador</translation>
|
<translation>Sobre %1 instal·lador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4137,20 +4132,17 @@ La configuració pot continuar, però és possible que algunes característiques
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Arrere</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostra la informació de depuració</translation>
|
<translation>Quant a</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4511,26 +4503,21 @@ La configuració pot continuar, però és possible que algunes característiques
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Quant a</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Suport</translation>
|
<translation>Suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Incidències conegudes</translation>
|
<translation>Incidències conegudes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notes de la versió</translation>
|
<translation>Notes de la versió</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Feu un donatiu</translation>
|
<translation>Feu un donatiu</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Strom ovládacích prvků</translation>
|
<translation>Strom ovládacích prvků</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Ladící informace</translation>
|
<translation>Ladící informace</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -511,12 +511,12 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Instalátor %1</translation>
|
<translation>Instalátor %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalátor %1</translation>
|
<translation>Instalátor %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1461,7 +1461,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4044,61 +4044,56 @@ Výstup:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&O projektu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Otevřít webovou stránku po poskytnutí daru</translation>
|
<translation>Otevřít webovou stránku po poskytnutí daru</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Darovat</translation>
|
<translation>&Darovat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Otevřít webovou stránku s nápovědou a podporou</translation>
|
<translation>Otevřít webovou stránku s nápovědou a podporou</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Podpora</translation>
|
<translation>&Podpora</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Otevřít webovou stránku se správou hlášení problémů</translation>
|
<translation>Otevřít webovou stránku se správou hlášení problémů</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Známé problémy</translation>
|
<translation>&Známé problémy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Otevřít webovou stránku s poznámkami k vydání</translation>
|
<translation>Otevřít webovou stránku s poznámkami k vydání</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Poznámky k vydání</translation>
|
<translation>&Poznámky k vydání</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 podpora</translation>
|
<translation>%1 podpora</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>O nastavování %1</translation>
|
<translation>O nastavování %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>O instalátoru %1.</translation>
|
<translation>O instalátoru %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4163,20 +4158,17 @@ Výstup:
|
|||||||
<translation>Výstup byl:</translation>
|
<translation>Výstup byl:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Zpět</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Zobrazit ladící informace</translation>
|
<translation>O projektu</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Ladění</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4541,26 +4533,21 @@ Výstup:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>O projektu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Podpora</translation>
|
<translation>Podpora</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Známé problémy</translation>
|
<translation>Známé problémy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Poznámky k vydání</translation>
|
<translation>Poznámky k vydání</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Podpořit vývoj darem</translation>
|
<translation>Podpořit vývoj darem</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Widgettræ</translation>
|
<translation>Widgettræ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Fejlretningsinformation</translation>
|
<translation>Fejlretningsinformation</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1-opsætningsprogram</translation>
|
<translation>%1-opsætningsprogram</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1-installationsprogram</translation>
|
<translation>%1-installationsprogram</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4019,61 +4019,56 @@ setting
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Om</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Åbn websted for donationer</translation>
|
<translation>Åbn websted for donationer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donér</translation>
|
<translation>&Donér</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Åbn websted for hjælp og support</translation>
|
<translation>Åbn websted for hjælp og support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Support</translation>
|
<translation>&Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Åbn websted for issues og bug-tracking</translation>
|
<translation>Åbn websted for issues og bug-tracking</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Kendte problemer</translation>
|
<translation>&Kendte problemer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Åbn websted med udgivelsesnoter</translation>
|
<translation>Åbn websted med udgivelsesnoter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Udgivelsesnoter</translation>
|
<translation>&Udgivelsesnoter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 support</translation>
|
<translation>%1 support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Om %1-opsætningen</translation>
|
<translation>Om %1-opsætningen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Om %1-installationsprogrammet</translation>
|
<translation>Om %1-installationsprogrammet</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4138,20 +4133,17 @@ setting
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Tilbage</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Vis fejlretningsinformation</translation>
|
<translation>Om</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Fejlfinde</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4512,26 +4504,21 @@ setting
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Om</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Support</translation>
|
<translation>Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Kendte problemer</translation>
|
<translation>Kendte problemer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Udgivelsesnoter</translation>
|
<translation>Udgivelsesnoter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donér</translation>
|
<translation>Donér</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Widget-Baum</translation>
|
<translation>Widget-Baum</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Debug-Information</translation>
|
<translation>Debug-Information</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Installationsprogramm</translation>
|
<translation>%1 Installationsprogramm</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Installationsprogramm</translation>
|
<translation>%1 Installationsprogramm</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1458,7 +1458,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4023,61 +4023,56 @@ Ausgabe:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Über</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Öffne Spenden-Website</translation>
|
<translation>Öffne Spenden-Website</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Spen&den</translation>
|
<translation>Spen&den</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Webseite für Hilfe und Support aufrufen</translation>
|
<translation>Webseite für Hilfe und Support aufrufen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Unterstützung</translation>
|
<translation>&Unterstützung</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Webseite für das Melden von Fehlern aufrufen</translation>
|
<translation>Webseite für das Melden von Fehlern aufrufen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Bekannte Probleme</translation>
|
<translation>&Bekannte Probleme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Webseite für Versionshinweise aufrufen</translation>
|
<translation>Webseite für Versionshinweise aufrufen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Veröffentlichungshinweise</translation>
|
<translation>&Veröffentlichungshinweise</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Unterstützung für %1</translation>
|
<translation>Unterstützung für %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Über das Installationsprogramm %1</translation>
|
<translation>Über das Installationsprogramm %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Über das %1 Installationsprogramm</translation>
|
<translation>Über das %1 Installationsprogramm</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4142,20 +4137,17 @@ Ausgabe:
|
|||||||
<translation>Die Ausgabe war: </translation>
|
<translation>Die Ausgabe war: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Zurück</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Informationen zur Fehlersuche anzeigen</translation>
|
<translation>Über</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Beheben von Fehlern</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4519,26 +4511,21 @@ Ausgabe:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Über</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Unterstützung</translation>
|
<translation>Unterstützung</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Bekannte Probleme</translation>
|
<translation>Bekannte Probleme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Veröffentlichungshinweise</translation>
|
<translation>Veröffentlichungshinweise</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Spenden</translation>
|
<translation>Spenden</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Πληροφορίες αποσφαλμάτωσης</translation>
|
<translation>Πληροφορίες αποσφαλμάτωσης</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Εφαρμογή εγκατάστασης του %1</translation>
|
<translation>Εφαρμογή εγκατάστασης του %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4009,61 +4009,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>Σ&χετικά με</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Υποστήριξη</translation>
|
<translation>&Υποστήριξη</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Γνωστά προβλήματα</translation>
|
<translation>&Γνωστά προβλήματα</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Ση&μειώσεις έκδοσης</translation>
|
<translation>Ση&μειώσεις έκδοσης</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Υποστήριξη %1</translation>
|
<translation>Υποστήριξη %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Σχετικά με το πρόγραμμα εγκατάστασης %1</translation>
|
<translation>Σχετικά με το πρόγραμμα εγκατάστασης %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4128,20 +4123,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Εμφάνιση πληροφοριών απασφαλμάτωσης</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1458,7 +1458,7 @@ The installer will quit and all changes will be lost.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4141,12 +4141,12 @@ Output:
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation type="unfinished">About</translation>
|
<translation>About</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
<source>Debug</source>
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Debug information</translation>
|
<translation>Debug information</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ The installer will quit and all changes will be lost.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Installer</translation>
|
<translation>%1 Installer</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ The installer will quit and all changes will be lost.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4012,61 +4012,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&About</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Support</translation>
|
<translation>&Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Known issues</translation>
|
<translation>&Known issues</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Release notes</translation>
|
<translation>&Release notes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 support</translation>
|
<translation>%1 support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>About %1 installer</translation>
|
<translation>About %1 installer</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4131,20 +4126,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Show debug information</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4481,26 +4473,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>KromprogrametArbo</translation>
|
<translation>KromprogrametArbo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Sencimiga Informaĵo</translation>
|
<translation>Sencimiga Informaĵo</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -506,12 +506,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instalilo</translation>
|
<translation>%1 Instalilo</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,7 +1456,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4013,61 +4013,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4132,19 +4127,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4482,26 +4474,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Árbol de «widgets»</translation>
|
<translation>Árbol de «widgets»</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Información de depuración</translation>
|
<translation>Información de depuración</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -509,12 +509,12 @@ El instalador se cerrará y todos tus cambios se perderán.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programa de configuración de %1</translation>
|
<translation>Programa de configuración de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalador de %1</translation>
|
<translation>Instalador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1459,7 +1459,7 @@ El instalador se cerrará y todos tus cambios se perderán.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4033,61 +4033,56 @@ Información de salida:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Acerca de</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Abrir la página web de donaciones</translation>
|
<translation>Abrir la página web de donaciones</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donar</translation>
|
<translation>&Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Abrir el sitio web de ayuda y soporte</translation>
|
<translation>Abrir el sitio web de ayuda y soporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Ayuda</translation>
|
<translation>&Ayuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Sitio web de problemas y mejoras</translation>
|
<translation>Sitio web de problemas y mejoras</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemas conocidos</translation>
|
<translation>&Problemas conocidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Abrir la web con las notas de lanzamiento</translation>
|
<translation>Abrir la web con las notas de lanzamiento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notas de publicación</translation>
|
<translation>&Notas de publicación</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 ayuda</translation>
|
<translation>%1 ayuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Acerca del configurador de %1</translation>
|
<translation>Acerca del configurador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Acerca del instalador %1</translation>
|
<translation>Acerca del instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4152,20 +4147,17 @@ Información de salida:
|
|||||||
<translation>El programa ha devuelto:</translation>
|
<translation>El programa ha devuelto:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Atrás</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Ver la información de depuración.</translation>
|
<translation>Acerca de</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depurar</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4531,26 +4523,21 @@ Información de salida:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Acerca de</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Soporte</translation>
|
<translation>Soporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemas conocidos</translation>
|
<translation>Problemas conocidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notas de lanzamiento</translation>
|
<translation>Notas de lanzamiento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donar</translation>
|
<translation>Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Información de depuración</translation>
|
<translation>Información de depuración</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -505,12 +505,12 @@ El instalador terminará y se perderán todos los cambios.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Programa de instalación</translation>
|
<translation>%1 Programa de instalación</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instalador</translation>
|
<translation>%1 Instalador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,7 +1456,7 @@ El instalador terminará y se perderán todos los cambios.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4026,61 +4026,56 @@ Salida
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Acerca de</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Soporte</translation>
|
<translation>&Soporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemas Conocidos</translation>
|
<translation>&Problemas Conocidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notas de lanzamiento</translation>
|
<translation>&Notas de lanzamiento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 Soporte</translation>
|
<translation>%1 Soporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Acerca de la configuración %1</translation>
|
<translation>Acerca de la configuración %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Acerca del instalador %1</translation>
|
<translation>Acerca del instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4145,20 +4140,17 @@ Salida
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostrar información de depuración</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depurar</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4495,26 +4487,21 @@ Salida
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Información de depuración</translation>
|
<translation>Información de depuración</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4019,61 +4019,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4138,19 +4133,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4488,26 +4480,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Silumisteave</translation>
|
<translation>Silumisteave</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 paigaldaja</translation>
|
<translation>%1 paigaldaja</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ Paigaldaja sulgub ning kõik muutused kaovad.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4012,61 +4012,56 @@ Väljund:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Teave</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Tugi</translation>
|
<translation>&Tugi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Teadaolevad vead</translation>
|
<translation>&Teadaolevad vead</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Väljalaskemärkmed</translation>
|
<translation>&Väljalaskemärkmed</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 tugi</translation>
|
<translation>%1 tugi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Teave %1 paigaldaja kohta</translation>
|
<translation>Teave %1 paigaldaja kohta</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4131,20 +4126,17 @@ Väljund:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Kuva silumisteavet</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Silu</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4481,26 +4473,21 @@ Väljund:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Arazte informazioa</translation>
|
<translation>Arazte informazioa</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instalatzailea</translation>
|
<translation>%1 Instalatzailea</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ Instalatzailea irten egingo da eta aldaketa guztiak galduko dira.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4011,61 +4011,56 @@ Irteera:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>Honi &buruz</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Laguntza</translation>
|
<translation>&Laguntza</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Arazo ezagunak</translation>
|
<translation>&Arazo ezagunak</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 euskarria</translation>
|
<translation>%1 euskarria</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 instalatzaileari buruz</translation>
|
<translation>%1 instalatzaileari buruz</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4130,20 +4125,17 @@ Irteera:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Atzera</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Erakutsi arazte informazioa</translation>
|
<translation>Honi buruz</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4480,26 +4472,21 @@ Irteera:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Honi buruz</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Egin dohaintza</translation>
|
<translation>Egin dohaintza</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>درخت ابزارکها</translation>
|
<translation>درخت ابزارکها</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>اطّلاعات اشکالزدایی</translation>
|
<translation>اطّلاعات اشکالزدایی</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 برنامه راهاندازی</translation>
|
<translation>%1 برنامه راهاندازی</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>نصبکنندهٔ %1</translation>
|
<translation>نصبکنندهٔ %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,7 +1457,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4017,61 +4017,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&درباره</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>گشودن پایگاه وب اعانهها</translation>
|
<translation>گشودن پایگاه وب اعانهها</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>ا&عانه</translation>
|
<translation>ا&عانه</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>گشودن پایگاه وب راهنمایی و پشتیبانی</translation>
|
<translation>گشودن پایگاه وب راهنمایی و پشتیبانی</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&پشتیبانی</translation>
|
<translation>&پشتیبانی</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>گشودن پایگاه وب ردیاب مشکل</translation>
|
<translation>گشودن پایگاه وب ردیاب مشکل</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&مشکلات شناختهشده</translation>
|
<translation>&مشکلات شناختهشده</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>گشودن پاگاه وب یادداشتهای انتشار</translation>
|
<translation>گشودن پاگاه وب یادداشتهای انتشار</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&یادداشتهای انتشار</translation>
|
<translation>&یادداشتهای انتشار</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>پشتیبانی %1</translation>
|
<translation>پشتیبانی %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>دربارهٔ برپاسازی %1</translation>
|
<translation>دربارهٔ برپاسازی %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>دربارهٔ نصبکنندهٔ %1</translation>
|
<translation>دربارهٔ نصبکنندهٔ %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4136,20 +4131,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>بازگشت</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>نمایش اطّلاعات اشکالزدایی</translation>
|
<translation>درباره</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4494,26 +4486,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>درباره</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>پشتیبانی</translation>
|
<translation>پشتیبانی</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>اشکالات شناختهشده</translation>
|
<translation>اشکالات شناختهشده</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>یادداشتهای انتشار</translation>
|
<translation>یادداشتهای انتشار</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>اعانه</translation>
|
<translation>اعانه</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> on %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Kiitos <a href="https://calamares.io/team/">Calamares tiimille </a> ja <a href="https://www.transifex.com/calamares/calamares/">Calamares kääntäjätiimille</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> kehitystä sponsoroi <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Widgettipuu</translation>
|
<translation>Widgettipuu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Vianetsinnän tiedot</translation>
|
<translation>Vianetsinnän tiedot</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1-asennusohjelma</translation>
|
<translation>%1-asennusohjelma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1-asentaja</translation>
|
<translation>%1-asentaja</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,12 +1454,12 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</tra
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Olemassa olevan osion salasana</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Osion %1 salausta ei voitu purkaa annetulla salasanalla. <br/><br/>Muokkaa osiota antamalla oikea salasana tai poista ja luo uusi salattu osio.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4023,61 +4023,56 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Tietoa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Avaa lahjoitussivusto</translation>
|
<translation>Avaa lahjoitussivusto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Lahjoita</translation>
|
<translation>&Lahjoita</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Avaa ohje- ja tukisivusto</translation>
|
<translation>Avaa ohje- ja tukisivusto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Tuki</translation>
|
<translation>&Tuki</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Avaa ongelmia käsittelevä verkkosivusto</translation>
|
<translation>Avaa ongelmia käsittelevä verkkosivusto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Tunnetut ongelmat</translation>
|
<translation>&Tunnetut ongelmat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Avaa julkaisutietojen verkkosivusto</translation>
|
<translation>Avaa julkaisutietojen verkkosivusto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Julkaisutiedot</translation>
|
<translation>&Julkaisutiedot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 tuki</translation>
|
<translation>%1 tuki</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Tietoja %1 asetuksista</translation>
|
<translation>Tietoja %1 asetuksista</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Tietoa %1-asennusohjelmasta</translation>
|
<translation>Tietoa %1-asennusohjelmasta</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4142,20 +4137,17 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</
|
|||||||
<translation>Tulos oli:</translation>
|
<translation>Tulos oli:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Takaisin</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Näytä virheenkorjaustiedot</translation>
|
<translation>Tietoa</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Virheiden etsintä</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4520,26 +4512,21 @@ Asennus voi jatkua, mutta jotkin toiminnot saattavat olla pois käytöstä.</
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Tietoa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Tuki</translation>
|
<translation>Tuki</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Tunnetut ongelmat</translation>
|
<translation>Tunnetut ongelmat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Julkaisutiedot</translation>
|
<translation>Julkaisutiedot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Lahjoita</translation>
|
<translation>Lahjoita</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/>pour %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Merci à <a href="https://calamares.io/team/">l'équipe de Calamares</a> et à <a href="https://www.transifex.com/calamares/calamares/">l'équipe de traducteurs de Calamares</a>.<br/><br/>Le développement de <a href="https://calamares.io/">Calamares</a> est sponsorisé par<br/><a href="http://www.blue-systems.com/"> Blue Systems</a> - Liberating Software.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;1<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Arbre de widget</translation>
|
<translation>Arbre de widget</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informations de dépannage</translation>
|
<translation>Informations de dépannage</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -509,12 +509,12 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programme de configuration de %1</translation>
|
<translation>Programme de configuration de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Installateur %1</translation>
|
<translation>Installateur %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -524,7 +524,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ChangeFilesystemLabelJob.cpp" line="32"/>
|
<location filename="../src/modules/partition/jobs/ChangeFilesystemLabelJob.cpp" line="32"/>
|
||||||
<source>Set filesystem label on %1.</source>
|
<source>Set filesystem label on %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Définir l'étiquette du système de fichiers sur %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ChangeFilesystemLabelJob.cpp" line="39"/>
|
<location filename="../src/modules/partition/jobs/ChangeFilesystemLabelJob.cpp" line="39"/>
|
||||||
@ -705,27 +705,27 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="272"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="272"/>
|
||||||
<source>Successfully unmounted %1.</source>
|
<source>Successfully unmounted %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Démontage réussi de %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="279"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="279"/>
|
||||||
<source>Successfully disabled swap %1.</source>
|
<source>Successfully disabled swap %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le swap %1 a été désactivé avec succès.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="305"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="305"/>
|
||||||
<source>Successfully cleared swap %1.</source>
|
<source>Successfully cleared swap %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le swap %1 a été effacé avec succès.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="319"/>
|
||||||
<source>Successfully closed mapper device %1.</source>
|
<source>Successfully closed mapper device %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le périphérique mappeur %1 a été fermé avec succès.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="332"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="332"/>
|
||||||
<source>Successfully disabled volume group %1.</source>
|
<source>Successfully disabled volume group %1.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le groupe de volumes %1 a été désactivé avec succès.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="371"/>
|
<location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="371"/>
|
||||||
@ -990,12 +990,12 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooser/Config.cpp" line="249"/>
|
<location filename="../src/modules/packagechooser/Config.cpp" line="249"/>
|
||||||
<source>Install option: <strong>%1</strong></source>
|
<source>Install option: <strong>%1</strong></source>
|
||||||
<translation type="unfinished"/>
|
<translation>Option d'installation : <strong>%1</strong></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooser/Config.cpp" line="249"/>
|
<location filename="../src/modules/packagechooser/Config.cpp" line="249"/>
|
||||||
<source>None</source>
|
<source>None</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/summary/Config.cpp" line="94"/>
|
<location filename="../src/modules/summary/Config.cpp" line="94"/>
|
||||||
@ -1046,7 +1046,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="71"/>
|
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="71"/>
|
||||||
<source>Primar&y</source>
|
<source>Primar&y</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Primair&e</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="81"/>
|
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="81"/>
|
||||||
@ -1076,12 +1076,12 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="224"/>
|
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="224"/>
|
||||||
<source>Label for the filesystem</source>
|
<source>Label for the filesystem</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Étiquette pour le système de fichiers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="234"/>
|
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="234"/>
|
||||||
<source>FS Label:</source>
|
<source>FS Label:</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Étiquette FS :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="66"/>
|
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="66"/>
|
||||||
@ -1111,7 +1111,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/PartitionDialogHelpers.cpp" line="96"/>
|
<location filename="../src/modules/partition/gui/PartitionDialogHelpers.cpp" line="96"/>
|
||||||
<source>Mountpoint must start with a <tt>/</tt>.</source>
|
<source>Mountpoint must start with a <tt>/</tt>.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le point de montage doit commencer par un <tt>/</tt>.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1400,7 +1400,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="54"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="54"/>
|
||||||
<source>Con&tent:</source>
|
<source>Con&tent:</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Con&tenu :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="64"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="64"/>
|
||||||
@ -1445,22 +1445,22 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="179"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="179"/>
|
||||||
<source>Label for the filesystem</source>
|
<source>Label for the filesystem</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Étiquette pour le système de fichiers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="189"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="189"/>
|
||||||
<source>FS Label:</source>
|
<source>FS Label:</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Étiquette FS :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Mot de passe pour la partition existante</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>La partition %1 n'a pas pu être déchiffrée avec la phrase secrète donnée. <br/><br/>Modifier à nouveau la partition et indiquer la phrase secrète correcte ou supprimer et créer une nouvelle partition chiffrée.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1478,7 +1478,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="43"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="43"/>
|
||||||
<source>Your system does not seem to support encryption well enough to encrypt the entire system. You may enable encryption, but performance may suffer.</source>
|
<source>Your system does not seem to support encryption well enough to encrypt the entire system. You may enable encryption, but performance may suffer.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Votre système ne semble pas prendre en charge le chiffrement suffisamment bien pour chiffrer l'ensemble du système. Vous pouvez activer le chiffrement, mais les performances peuvent en souffrir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="59"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="59"/>
|
||||||
@ -1502,7 +1502,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamaresui/widgets/ErrorDialog.ui" line="40"/>
|
<location filename="../src/libcalamaresui/widgets/ErrorDialog.ui" line="40"/>
|
||||||
<source>Details:</source>
|
<source>Details:</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Détails :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamaresui/widgets/ErrorDialog.ui" line="56"/>
|
<location filename="../src/libcalamaresui/widgets/ErrorDialog.ui" line="56"/>
|
||||||
@ -1854,17 +1854,17 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="88"/>
|
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="88"/>
|
||||||
<source>No target system available.</source>
|
<source>No target system available.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun système cible disponible.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="96"/>
|
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="96"/>
|
||||||
<source>No rootMountPoint is set.</source>
|
<source>No rootMountPoint is set.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun point de montage racine n'est défini.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="101"/>
|
<location filename="../src/modules/luksopenswaphookcfg/LOSHJob.cpp" line="101"/>
|
||||||
<source>No configFilePath is set.</source>
|
<source>No configFilePath is set.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun chemin de fichier de configuration n'est défini.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -2246,7 +2246,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/localeq/Offline.qml" line="41"/>
|
<location filename="../src/modules/localeq/Offline.qml" line="41"/>
|
||||||
<source>Select your preferred Region, or use the default settings.</source>
|
<source>Select your preferred Region, or use the default settings.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Sélectionner votre région préférée ou utiliser les paramètres par défaut.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/localeq/Offline.qml" line="99"/>
|
<location filename="../src/modules/localeq/Offline.qml" line="99"/>
|
||||||
@ -2787,7 +2787,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/PartitionModel.cpp" line="302"/>
|
<location filename="../src/modules/partition/core/PartitionModel.cpp" line="302"/>
|
||||||
<source>File System Label</source>
|
<source>File System Label</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Libellé du système de fichiers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/PartitionModel.cpp" line="304"/>
|
<location filename="../src/modules/partition/core/PartitionModel.cpp" line="304"/>
|
||||||
@ -2893,17 +2893,17 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="254"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="254"/>
|
||||||
<source>Unsafe partition actions are enabled.</source>
|
<source>Unsafe partition actions are enabled.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Les actions de partition non sécurisées sont activées.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="257"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="257"/>
|
||||||
<source>Partitioning is configured to <b>always</b> fail.</source>
|
<source>Partitioning is configured to <b>always</b> fail.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le partitionnement est configuré pour <b>toujours</b> échouer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="260"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="260"/>
|
||||||
<source>No partitions will be changed.</source>
|
<source>No partitions will be changed.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucune partition ne sera modifiée.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="300"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="300"/>
|
||||||
@ -2923,37 +2923,37 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="533"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="533"/>
|
||||||
<source>EFI system partition configured incorrectly</source>
|
<source>EFI system partition configured incorrectly</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Partition système EFI mal configurée</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="538"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="538"/>
|
||||||
<source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.</source>
|
<source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a suitable filesystem.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Une partition système EFI est nécessaire pour démarrer %1.<br/><br/>Pour configurer une partition système EFI, revenir en arrière et sélectionner ou créer un système de fichiers approprié.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="549"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="549"/>
|
||||||
<source>The filesystem must be mounted on <strong>%1</strong>.</source>
|
<source>The filesystem must be mounted on <strong>%1</strong>.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le système de fichiers doit être monté sur <strong>%1</strong>.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="555"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="555"/>
|
||||||
<source>The filesystem must have type FAT32.</source>
|
<source>The filesystem must have type FAT32.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le système de fichiers doit avoir le type FAT32.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="563"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="563"/>
|
||||||
<source>The filesystem must be at least %1 MiB in size.</source>
|
<source>The filesystem must be at least %1 MiB in size.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le système de fichiers doit avoir une taille d'au moins %1 Mio.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="569"/>
|
||||||
<source>The filesystem must have flag <strong>%1</strong> set.</source>
|
<source>The filesystem must have flag <strong>%1</strong> set.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Le système de fichiers doit avoir l'indicateur <strong>%1</strong> défini.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="575"/>
|
||||||
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
|
<source>You can continue without setting up an EFI system partition but your system may fail to start.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Vous pouvez continuer sans configurer de partition système EFI, mais votre système risque de ne pas démarrer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="593"/>
|
||||||
@ -2963,7 +2963,7 @@ L'installateur se fermera et les changements seront perdus.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="594"/>
|
||||||
<source>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>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
|
<source>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>%2</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Une table de partition GPT est la meilleure option pour tous les systèmes. Ce programme d'installation prend également en charge une telle configuration pour les systèmes BIOS. <br/><br/>Pour configurer une table de partition GPT sur le BIOS, (si ce n'est déjà fait), revenir en arrière et définir la table de partition sur GPT, puis créer une partition non formatée de 8 Mo avec l'indicateur <strong>%2</strong> activé.<br/><br/>Une partition non formatée de 8 Mo est nécessaire pour démarrer %1 sur un système BIOS avec GPT.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="626"/>
|
||||||
@ -3914,12 +3914,12 @@ Sortie
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/umount/UmountJob.cpp" line="124"/>
|
<location filename="../src/modules/umount/UmountJob.cpp" line="124"/>
|
||||||
<source>No target system available.</source>
|
<source>No target system available.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun système cible disponible.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/umount/UmountJob.cpp" line="132"/>
|
<location filename="../src/modules/umount/UmountJob.cpp" line="132"/>
|
||||||
<source>No rootMountPoint is set.</source>
|
<source>No rootMountPoint is set.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucun point de montage racine n'est défini.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4034,61 +4034,56 @@ Sortie
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&À propos</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Ouvrir le site web de dons</translation>
|
<translation>Ouvrir le site web de dons</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donner</translation>
|
<translation>&Donner</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Ouvrir le site web d'aide et support</translation>
|
<translation>Ouvrir le site web d'aide et support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Support</translation>
|
<translation>&Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Ouvrir les issues et le site de suivi de bugs</translation>
|
<translation>Ouvrir les issues et le site de suivi de bugs</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problèmes connus</translation>
|
<translation>&Problèmes connus</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Ouvrir le site des notes de publication</translation>
|
<translation>Ouvrir le site des notes de publication</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notes de publication</translation>
|
<translation>&Notes de publication</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Support de %1</translation>
|
<translation>Support de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>À propos de la configuration de %1</translation>
|
<translation>À propos de la configuration de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>À propos de l'installateur %1</translation>
|
<translation>À propos de l'installateur %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4114,12 +4109,12 @@ Sortie
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="101"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="101"/>
|
||||||
<source>Create ZFS pools and datasets</source>
|
<source>Create ZFS pools and datasets</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Créer des pools et des jeux de données ZFS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="162"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="162"/>
|
||||||
<source>Failed to create zpool on </source>
|
<source>Failed to create zpool on </source>
|
||||||
<translation type="unfinished"/>
|
<translation>Impossible de créer zpool sur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="180"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="180"/>
|
||||||
@ -4129,44 +4124,41 @@ Sortie
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="181"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="181"/>
|
||||||
<source>No partitions are available for ZFS.</source>
|
<source>No partitions are available for ZFS.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Aucune partition n'est disponible pour ZFS.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="192"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="192"/>
|
||||||
<source>Internal data missing</source>
|
<source>Internal data missing</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Données internes manquantes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="192"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="192"/>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="257"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="257"/>
|
||||||
<source>Failed to create zpool</source>
|
<source>Failed to create zpool</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Impossible de créer zpool</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="329"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="329"/>
|
||||||
<source>Failed to create dataset</source>
|
<source>Failed to create dataset</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Échec de la création de l'ensemble de données</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/zfs/ZfsJob.cpp" line="330"/>
|
<location filename="../src/modules/zfs/ZfsJob.cpp" line="330"/>
|
||||||
<source>The output was: </source>
|
<source>The output was: </source>
|
||||||
<translation type="unfinished"/>
|
<translation>La sortie était :</translation>
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Retour</translation>
|
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Afficher les informations de dépannage</translation>
|
<translation>À propos</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Débug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4212,17 +4204,18 @@ Sortie
|
|||||||
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="43"/>
|
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="43"/>
|
||||||
<source>%1 has been installed on your computer.<br/>
|
<source>%1 has been installed on your computer.<br/>
|
||||||
You may now restart your device.</source>
|
You may now restart your device.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>%1 a été installé sur votre ordinateur.<br/>
|
||||||
|
Vous pouvez maintenant redémarrer votre appareil.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="65"/>
|
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="65"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Fermer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="71"/>
|
<location filename="../src/modules/finishedq/finishedq@mobile.qml" line="71"/>
|
||||||
<source>Restart</source>
|
<source>Restart</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Redémarrer</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4252,7 +4245,7 @@ Sortie
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/>
|
<location filename="../src/modules/keyboardq/keyboardq.qml" line="60"/>
|
||||||
<source>To activate keyboard preview, select a layout.</source>
|
<source>To activate keyboard preview, select a layout.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Pour activer l'aperçu du clavier, sélectionner une disposition.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboardq/keyboardq.qml" line="86"/>
|
<location filename="../src/modules/keyboardq/keyboardq.qml" line="86"/>
|
||||||
@ -4299,37 +4292,38 @@ Sortie
|
|||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="45"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="45"/>
|
||||||
<source>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
|
<source>LibreOffice is a powerful and free office suite, used by millions of people around the world. It includes several applications that make it the most versatile Free and Open Source office suite on the market.<br/>
|
||||||
Default option.</source>
|
Default option.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>LibreOffice est une suite bureautique puissante et gratuite, utilisée par des millions de personnes dans le monde. Il comprend plusieurs applications qui en font la suite bureautique libre et open source la plus polyvalente du marché.<br/>
|
||||||
|
Option par défaut.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="59"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="59"/>
|
||||||
<source>LibreOffice</source>
|
<source>LibreOffice</source>
|
||||||
<translation type="unfinished"/>
|
<translation>LibreOffice</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="108"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="108"/>
|
||||||
<source>If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.</source>
|
<source>If you don't want to install an office suite, just select No Office Suite. You can always add one (or more) later on your installed system as the need arrives.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Si vous ne souhaitez pas installer de suite bureautique, sélectionner simplement Aucune suite bureautique. Vous pouvez toujours en ajouter un (ou plusieurs) plus tard sur votre système installé au fur et à mesure que le besoin se fait sentir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="121"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="121"/>
|
||||||
<source>No Office Suite</source>
|
<source>No Office Suite</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Pas de suite bureautique</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="172"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="172"/>
|
||||||
<source>Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.</source>
|
<source>Create a minimal Desktop install, remove all extra applications and decide later on what you would like to add to your system. Examples of what won't be on such an install, there will be no Office Suite, no media players, no image viewer or print support. It will be just a desktop, file browser, package manager, text editor and simple web-browser.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Créer une installation de bureau minimale, supprimer toutes les applications supplémentaires et décider plus tard de ce que vous souhaitez ajouter à votre système. Exemples de ce qui ne sera pas sur une telle installation, il n'y aura pas de suite Office, pas de lecteurs multimédias, pas de visionneuse d'images ou de support d'impression. Ce ne sera qu'un bureau, un navigateur de fichiers, un gestionnaire de packages, un éditeur de texte et un simple navigateur Web.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="185"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="185"/>
|
||||||
<source>Minimal Install</source>
|
<source>Minimal Install</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Installation minimale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="233"/>
|
<location filename="../src/modules/packagechooserq/packagechooserq.qml" line="233"/>
|
||||||
<source>Please select an option for your install, or use the default: LibreOffice included.</source>
|
<source>Please select an option for your install, or use the default: LibreOffice included.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Veuillez sélectionner une option pour votre installation, ou utiliser la valeur par défaut : LibreOffice inclus.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4529,26 +4523,21 @@ Sortie
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>À propos</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Support</translation>
|
<translation>Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problèmes connus</translation>
|
<translation>Problèmes connus</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notes de version</translation>
|
<translation>Notes de version</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Faites un don</translation>
|
<translation>Faites un don</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Arbul dai widget</translation>
|
<translation>Arbul dai widget</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informazions di debug</translation>
|
<translation>Informazions di debug</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Program di configurazion di %1</translation>
|
<translation>Program di configurazion di %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Program di instalazion di %1</translation>
|
<translation>Program di instalazion di %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ Il program di instalazion al jessarà e dutis lis modifichis a laran pierdudis.<
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4018,61 +4018,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Informazions</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Vierç il sît web pes donazions</translation>
|
<translation>Vierç il sît web pes donazions</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Done</translation>
|
<translation>&Done</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Vierç il sît web pal jutori e pal supuart</translation>
|
<translation>Vierç il sît web pal jutori e pal supuart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Supuart</translation>
|
<translation>&Supuart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Vierç il sît web sui problemis e lis segnalazions/indizis sui erôrs</translation>
|
<translation>Vierç il sît web sui problemis e lis segnalazions/indizis sui erôrs</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemis cognossûts</translation>
|
<translation>&Problemis cognossûts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Vierç il sît web des notis di publicazion</translation>
|
<translation>Vierç il sît web des notis di publicazion</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notis di publicazion</translation>
|
<translation>&Notis di publicazion</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Supuart di %1</translation>
|
<translation>Supuart di %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Informazions su la configurazion di %1</translation>
|
<translation>Informazions su la configurazion di %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Informazion su la instalazion di %1</translation>
|
<translation>Informazion su la instalazion di %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4137,20 +4132,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Indaûr</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostre informazions di debug</translation>
|
<translation>Informazions</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4511,26 +4503,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Informazions</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Supuart</translation>
|
<translation>Supuart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemis cognossûts</translation>
|
<translation>Problemis cognossûts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notis di publicazion</translation>
|
<translation>Notis di publicazion</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Done</translation>
|
<translation>Done</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informe de depuración de erros.</translation>
|
<translation>Informe de depuración de erros.</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ O instalador pecharase e perderanse todos os cambios.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalador de %1</translation>
|
<translation>Instalador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ O instalador pecharase e perderanse todos os cambios.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4013,61 +4013,56 @@ Saída:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Acerca de</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Axuda</translation>
|
<translation>&Axuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemas coñecidos</translation>
|
<translation>&Problemas coñecidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notas de publicación</translation>
|
<translation>&Notas de publicación</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 axuda</translation>
|
<translation>%1 axuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Acerca do instalador %1</translation>
|
<translation>Acerca do instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4132,20 +4127,17 @@ Saída:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostrar informes de depuración</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4482,26 +4474,21 @@ Saída:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>עץ וידג׳טים</translation>
|
<translation>עץ וידג׳טים</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>מידע על ניפוי שגיאות</translation>
|
<translation>מידע על ניפוי שגיאות</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -511,12 +511,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>תכנית התקנת %1</translation>
|
<translation>תכנית התקנת %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>אשף התקנת %1</translation>
|
<translation>אשף התקנת %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1461,7 +1461,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>לא ניתן לפענח את המחיצה %1 עם מילת הצופן שסופקה.<br/><br/>יש לערוך את המחיצה שוב ולספק את מילת הצופן הנכונה או למחוק וליצור מחיצה מוצפנת חדשה.</translation>
|
<translation>לא ניתן לפענח את המחיצה %1 עם מילת הצופן שסופקה.<br/><br/>יש לערוך את המחיצה שוב ולספק את מילת הצופן הנכונה או למחוק וליצור מחיצה מוצפנת חדשה.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4044,61 +4044,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>על &אודות</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>פתיחת אתר התרומות</translation>
|
<translation>פתיחת אתר התרומות</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&תרומה</translation>
|
<translation>&תרומה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>פתיחת אתר העזרה והתמיכה</translation>
|
<translation>פתיחת אתר העזרה והתמיכה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&תמיכה</translation>
|
<translation>&תמיכה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>פתיחת אתר התקלות והמעקב אחר באגים</translation>
|
<translation>פתיחת אתר התקלות והמעקב אחר באגים</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&בעיות נפוצות</translation>
|
<translation>&בעיות נפוצות</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>פתיחת האתר עם הערות המהדורה</translation>
|
<translation>פתיחת האתר עם הערות המהדורה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>ה&ערות מהדורה</translation>
|
<translation>ה&ערות מהדורה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>תמיכה ב־%1</translation>
|
<translation>תמיכה ב־%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>על אודות התקנת %1</translation>
|
<translation>על אודות התקנת %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>על אודות התקנת %1</translation>
|
<translation>על אודות התקנת %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4163,20 +4158,17 @@ Output:
|
|||||||
<translation>הפלט היה:</translation>
|
<translation>הפלט היה:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>חזרה</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>הצגת מידע ניפוי שגיאות</translation>
|
<translation>על אודות</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>ניפוי שגיאות</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4541,26 +4533,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>על אודות</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>תמיכה</translation>
|
<translation>תמיכה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>בעיות נפוצות</translation>
|
<translation>בעיות נפוצות</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>הערות מהדורה</translation>
|
<translation>הערות מהדורה</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>תרומה</translation>
|
<translation>תרומה</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>विजेट ट्री</translation>
|
<translation>विजेट ट्री</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>डीबग संबंधी जानकारी</translation>
|
<translation>डीबग संबंधी जानकारी</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 सेटअप प्रोग्राम</translation>
|
<translation>%1 सेटअप प्रोग्राम</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 इंस्टॉलर</translation>
|
<translation>%1 इंस्टॉलर</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,7 +1457,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4022,61 +4022,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>बारे में (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>दान हेतु वेबसाइट खोलें</translation>
|
<translation>दान हेतु वेबसाइट खोलें</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>दान करें (&D)</translation>
|
<translation>दान करें (&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>सहायता हेतु वेबसाइट खोलें</translation>
|
<translation>सहायता हेतु वेबसाइट खोलें</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>सहायता (&S)</translation>
|
<translation>सहायता (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>समस्या व त्रुति निगरानी की वेबसाइट खोलें</translation>
|
<translation>समस्या व त्रुति निगरानी की वेबसाइट खोलें</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>ज्ञात समस्याएँ (&K)</translation>
|
<translation>ज्ञात समस्याएँ (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>प्रकाशन नोट्स हेतु वेबसाइट खोलें</translation>
|
<translation>प्रकाशन नोट्स हेतु वेबसाइट खोलें</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>रिलीज़ नोट्स (&R)</translation>
|
<translation>रिलीज़ नोट्स (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 सहायता</translation>
|
<translation>%1 सहायता</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 सेटअप के बारे में</translation>
|
<translation>%1 सेटअप के बारे में</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 इंस्टॉलर के बारे में</translation>
|
<translation>%1 इंस्टॉलर के बारे में</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4141,20 +4136,17 @@ Output:
|
|||||||
<translation>यह आउटपुट था :</translation>
|
<translation>यह आउटपुट था :</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>वापस</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>डीबग संबंधी जानकारी दिखाएँ</translation>
|
<translation>बारे में</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4519,26 +4511,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>बारे में</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>सहायता</translation>
|
<translation>सहायता</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>ज्ञात समस्याएँ</translation>
|
<translation>ज्ञात समस्याएँ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>रिलीज़ नोट्स</translation>
|
<translation>रिलीज़ नोट्स</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>दान करें</translation>
|
<translation>दान करें</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Hvala <a href="https://calamares.io/team/">Calamares timu</a> i <a href="https://www.transifex.com/calamares/calamares/">Calamares timu za prevođenje</a>.<br/><br/><a href="https://calamares.io/">Calamares</a> sponzorira<br/><a href="http://www.blue-systems.com/"> Blue Systems</a> - Liberating Software.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Stablo widgeta</translation>
|
<translation>Stablo widgeta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Debug informacija</translation>
|
<translation>Debug informacija</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -509,12 +509,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 instalacijski program</translation>
|
<translation>%1 instalacijski program</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instalacijski program</translation>
|
<translation>%1 Instalacijski program</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1455,12 +1455,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Šifra za postojeću particiju</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Particija %1 nije se mogla dešifrirati s danom šifrom. <br/><br/>Ponovno uredite particiju i dajte ispravnu šifru ili izbrišite i kreirajte novu šifriranu particiju.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4033,61 +4033,56 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&O programu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Otvorite web mjesto za donacije</translation>
|
<translation>Otvorite web mjesto za donacije</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Doniraj</translation>
|
<translation>&Doniraj</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Otvorite web mjesto za pomoć i podršku</translation>
|
<translation>Otvorite web mjesto za pomoć i podršku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Podrška</translation>
|
<translation>&Podrška</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Otvorene web mjesto za praćenje bugova i poteškoća</translation>
|
<translation>Otvorene web mjesto za praćenje bugova i poteškoća</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Poznati problemi</translation>
|
<translation>&Poznati problemi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Otvorite web mjesto s bilješkama izdanja</translation>
|
<translation>Otvorite web mjesto s bilješkama izdanja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Napomene o izdanju</translation>
|
<translation>&Napomene o izdanju</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 podrška</translation>
|
<translation>%1 podrška</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>O %1 instalacijskom programu</translation>
|
<translation>O %1 instalacijskom programu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>O %1 instalacijskom programu</translation>
|
<translation>O %1 instalacijskom programu</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4152,20 +4147,17 @@ Postavljanje se može nastaviti, ali neke će značajke možda biti onemogućene
|
|||||||
<translation>Izlaz je bio:</translation>
|
<translation>Izlaz je bio:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Natrag</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Prikaži debug informaciju</translation>
|
<translation>O programu</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Uklanjanje grešaka</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4529,26 +4521,21 @@ Postavke regije utječu na format brojeva i datuma. Trenutne postavke su <str
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>O programu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Podrška</translation>
|
<translation>Podrška</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Poznati problemi</translation>
|
<translation>Poznati problemi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Bilješke o izdanju</translation>
|
<translation>Bilješke o izdanju</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Doniraj</translation>
|
<translation>Doniraj</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Modul- fa</translation>
|
<translation>Modul- fa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Hibakeresési információk</translation>
|
<translation>Hibakeresési információk</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ Minden változtatás elveszik, ha kilépsz a telepítőből.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Program telepítése</translation>
|
<translation>%1 Program telepítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Telepítő</translation>
|
<translation>%1 Telepítő</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,7 +1454,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...</a></
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4015,61 +4015,56 @@ Calamares hiba %1.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Névjegy</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Támogatás</translation>
|
<translation>&Támogatás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Ismert hibák</translation>
|
<translation>&Ismert hibák</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Kiadási megjegyzések</translation>
|
<translation>&Kiadási megjegyzések</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 támogatás</translation>
|
<translation>%1 támogatás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>A %1 telepítőről.</translation>
|
<translation>A %1 telepítőről.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>A %1 telepítőről</translation>
|
<translation>A %1 telepítőről</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4134,20 +4129,17 @@ Calamares hiba %1.</translation>
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Hibakeresési információk mutatása</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Hibakeresés</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4484,26 +4476,21 @@ Calamares hiba %1.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informasi debug</translation>
|
<translation>Informasi debug</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -500,12 +500,12 @@ Instalasi akan ditutup dan semua perubahan akan hilang.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Installer %1</translation>
|
<translation>Installer %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ Instalasi dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</translat
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4002,61 +4002,56 @@ Keluaran:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Tentang</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Dukungan</translation>
|
<translation>&Dukungan</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Isu-isu yang diketahui</translation>
|
<translation>&Isu-isu yang diketahui</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Catatan rilis</translation>
|
<translation>&Catatan rilis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Dukungan %1</translation>
|
<translation>Dukungan %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Tentang installer %1</translation>
|
<translation>Tentang installer %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4121,20 +4116,17 @@ Keluaran:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Tampilkan informasi debug</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4471,26 +4463,21 @@ Keluaran:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Configiration de %1</translation>
|
<translation>Configiration de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Installator de %1</translation>
|
<translation>Installator de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Pri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Aperter li website por donationes</translation>
|
<translation>Aperter li website por donationes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donar</translation>
|
<translation>&Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Aperter li website de auxilie e suporte</translation>
|
<translation>Aperter li website de auxilie e suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suporte</translation>
|
<translation>&Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Aperter li website de control de defectes</translation>
|
<translation>Aperter li website de control de defectes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Conosset problemas</translation>
|
<translation>&Conosset problemas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Aperter li website con notes por ti-ci version</translation>
|
<translation>Aperter li website con notes por ti-ci version</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notes del version</translation>
|
<translation>&Notes del version</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Suporte de %1</translation>
|
<translation>Suporte de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Pri li configurator de %1</translation>
|
<translation>Pri li configurator de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Pri li installator de %1</translation>
|
<translation>Pri li installator de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Retro</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation>Pri</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Pri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Suporte</translation>
|
<translation>Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Conosset problemas</translation>
|
<translation>Conosset problemas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notes del version</translation>
|
<translation>Notes del version</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donar</translation>
|
<translation>Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Greinar viðmótshluta</translation>
|
<translation>Greinar viðmótshluta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Villuleitarupplýsingar</translation>
|
<translation>Villuleitarupplýsingar</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 uppsetningarforrit</translation>
|
<translation>%1 uppsetningarforrit</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ Uppsetningarforritið mun hætta og allar breytingar tapast.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4009,61 +4009,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Um</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Styr&kja</translation>
|
<translation>Styr&kja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Stuðningur</translation>
|
<translation>&Stuðningur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Þekktir gallar</translation>
|
<translation>&Þekktir gallar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Opna vefsvæði með upplýsingum um útgáfuna</translation>
|
<translation>Opna vefsvæði með upplýsingum um útgáfuna</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Um útgáfu</translation>
|
<translation>&Um útgáfu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 stuðningur</translation>
|
<translation>%1 stuðningur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Um %1 uppsetninguna</translation>
|
<translation>Um %1 uppsetninguna</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Um %1 uppsetningarforrrit</translation>
|
<translation>Um %1 uppsetningarforrrit</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4128,20 +4123,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Birta villuleitarupplýsingar</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Grazie al <a href="https://calamares.io/team/">team di Calamares</a> e ai <a href="https://www.transifex.com/calamares/calamares/">traduttori di Calamares</a>.<br/><br/><a href="https://calamares.io/">Lo sviluppo di Calamares</a>e' sponsorizzato da<br/><a href="http://www.blue-systems.com/">Blue Systems e </a>Liberating Software</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Albero dei Widget</translation>
|
<translation>Albero dei Widget</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informazioni di debug</translation>
|
<translation>Informazioni di debug</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -504,12 +504,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Programma d'installazione</translation>
|
<translation>%1 Programma d'installazione</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Programma di installazione</translation>
|
<translation>%1 Programma di installazione</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,7 +1454,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno perse
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4023,61 +4023,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Informazioni su</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Apri il sito web per le donazioni</translation>
|
<translation>Apri il sito web per le donazioni</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donazioni</translation>
|
<translation>&Donazioni</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Apri il sito web per l'aiuto ed il supporto</translation>
|
<translation>Apri il sito web per l'aiuto ed il supporto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Supporto</translation>
|
<translation>&Supporto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Apri il sito per la gestione di problemi e bug</translation>
|
<translation>Apri il sito per la gestione di problemi e bug</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemi conosciuti</translation>
|
<translation>&Problemi conosciuti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Apri il sito web delle note di rilascio</translation>
|
<translation>Apri il sito web delle note di rilascio</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Note di rilascio</translation>
|
<translation>&Note di rilascio</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>supporto %1</translation>
|
<translation>supporto %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Informazioni sul sistema di configurazione %1</translation>
|
<translation>Informazioni sul sistema di configurazione %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Informazioni sul programma di installazione %1</translation>
|
<translation>Informazioni sul programma di installazione %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4142,20 +4137,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Indietro</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostra le informazioni di debug</translation>
|
<translation>Informazioni su</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4514,26 +4506,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Informazioni su</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Supporto</translation>
|
<translation>Supporto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemi conosciuti</translation>
|
<translation>Problemi conosciuti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Note di rilascio</translation>
|
<translation>Note di rilascio</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donazioni</translation>
|
<translation>Donazioni</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -499,12 +499,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1449,7 +1449,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -3997,61 +3997,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4116,19 +4111,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4466,26 +4458,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation><a href="https://calamares.io/team/">Calamares チーム</a>と <a href="https://www.transifex.com/calamares/calamares/">Calamares 翻訳チーム</a>に感謝します。 <br/><br/><a href="https://calamares.io/">Calamares</a> の開発は、<br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software が後援しています。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>ウィジェットツリー</translation>
|
<translation>ウィジェットツリー</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>デバッグ情報</translation>
|
<translation>デバッグ情報</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -505,12 +505,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 セットアッププログラム</translation>
|
<translation>%1 セットアッププログラム</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 インストーラー</translation>
|
<translation>%1 インストーラー</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,12 +1452,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>既存のパーティションのパスフレーズ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>指定したパスフレーズでパーティション %1 を復号化できませんでした。<br/><br/>パーティションを再度編集して正しいパスフレーズを指定するか、削除して新しい暗号化パーティションを作成してください。</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4013,61 +4013,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>説明 (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>寄付サイトを開く</translation>
|
<translation>寄付サイトを開く</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>寄付する(&D)</translation>
|
<translation>寄付する(&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>サポートサイトを開く</translation>
|
<translation>サポートサイトを開く</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>サポート (&S)</translation>
|
<translation>サポート (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>issue 及び bug-track のサイトを開く</translation>
|
<translation>issue 及び bug-track のサイトを開く</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>既知の問題 (&K)</translation>
|
<translation>既知の問題 (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>リリースノートのウェブサイトを開く</translation>
|
<translation>リリースノートのウェブサイトを開く</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>リリースノート (&R)</translation>
|
<translation>リリースノート (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 サポート</translation>
|
<translation>%1 サポート</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 セットアップについて</translation>
|
<translation>%1 セットアップについて</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 インストーラーについて</translation>
|
<translation>%1 インストーラーについて</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4132,20 +4127,17 @@ Output:
|
|||||||
<translation>出力は次のとおり:</translation>
|
<translation>出力は次のとおり:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>戻る</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>デバッグ情報を表示</translation>
|
<translation>About</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>デバッグ</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4510,26 +4502,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>About</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>サポート</translation>
|
<translation>サポート</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>既知の問題点</translation>
|
<translation>既知の問題点</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>リリースノート</translation>
|
<translation>リリースノート</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>寄付</translation>
|
<translation>寄付</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Жөндеу ақпараты</translation>
|
<translation>Жөндеу ақпараты</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 қолдауы</translation>
|
<translation>%1 қолдауы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation><a href="https://calamares.io/team/">Calamares 팀</a>과 <a href="https://www.transifex.com/calamares/calamares/">Calamares 번역팀</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.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>위젯 트리</translation>
|
<translation>위젯 트리</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>디버그 정보</translation>
|
<translation>디버그 정보</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -505,12 +505,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 설치 프로그램</translation>
|
<translation>%1 설치 프로그램</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 설치 관리자</translation>
|
<translation>%1 설치 관리자</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,12 +1451,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>기존 파티션의 암호 구문</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>%1 파티션을 지정된 암호 구문으로 해독할 수 없습니다.<br/><br/>파티션을 다시 편집하고 올바른 암호를 지정하거나 암호화된 파티션을 삭제하고 새로 만듭니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4011,61 +4011,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>정보 (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>기부 웹 사이트열기</translation>
|
<translation>기부 웹 사이트열기</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>기부(&D)</translation>
|
<translation>기부(&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>도움말 및 지원 웹 사이트 열기</translation>
|
<translation>도움말 및 지원 웹 사이트 열기</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>지원 (&S)</translation>
|
<translation>지원 (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>문제 및 버그 추적 웹 사이트 열기</translation>
|
<translation>문제 및 버그 추적 웹 사이트 열기</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>알려진 문제점 (&K)</translation>
|
<translation>알려진 문제점 (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>릴리스 노트 웹 사이트 열기</translation>
|
<translation>릴리스 노트 웹 사이트 열기</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>출시 정보 (&R)</translation>
|
<translation>출시 정보 (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 지원</translation>
|
<translation>%1 지원</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 설치 정보</translation>
|
<translation>%1 설치 정보</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 설치 관리자에 대하여</translation>
|
<translation>%1 설치 관리자에 대하여</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4130,20 +4125,17 @@ Output:
|
|||||||
<translation>출력은 다음과 같음:</translation>
|
<translation>출력은 다음과 같음:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>뒤로</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>디버그 정보 보기</translation>
|
<translation>Calamares에 대하여</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>디버그</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4508,26 +4500,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Calamares에 대하여</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>지원</translation>
|
<translation>지원</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>알려진 이슈들</translation>
|
<translation>알려진 이슈들</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>릴리즈 노트</translation>
|
<translation>릴리즈 노트</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>기부</translation>
|
<translation>기부</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -499,12 +499,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1449,7 +1449,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -3997,61 +3997,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4116,19 +4111,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4466,26 +4458,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Valdiklių medis</translation>
|
<translation>Valdiklių medis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Derinimo informacija</translation>
|
<translation>Derinimo informacija</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -511,12 +511,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 sąrankos programa</translation>
|
<translation>%1 sąrankos programa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 diegimo programa</translation>
|
<translation>%1 diegimo programa</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1461,7 +1461,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>Nepavyko iššifruoti %1 skaidinio, naudojant pateiktą slaptafrazę.<br/><br/>Taisykite skaidinį dar kartą ir nurodykite teisingą slaptafrazę arba ištrinkite šį ir sukurkite naują šifruotą skaidinį.</translation>
|
<translation>Nepavyko iššifruoti %1 skaidinio, naudojant pateiktą slaptafrazę.<br/><br/>Taisykite skaidinį dar kartą ir nurodykite teisingą slaptafrazę arba ištrinkite šį ir sukurkite naują šifruotą skaidinį.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4044,61 +4044,56 @@ Išvestis:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Apie</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Atverti paaukojimų internetinę svetainę</translation>
|
<translation>Atverti paaukojimų internetinę svetainę</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Paaukoti</translation>
|
<translation>&Paaukoti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Atverti pagalbos ir palaikymo internetinę svetainę</translation>
|
<translation>Atverti pagalbos ir palaikymo internetinę svetainę</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Palaikymas</translation>
|
<translation>&Palaikymas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Atverti strigčių ir klaidų sekimo internetinę svetainę</translation>
|
<translation>Atverti strigčių ir klaidų sekimo internetinę svetainę</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>Ž&inomos problemos</translation>
|
<translation>Ž&inomos problemos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Atverti laidos informacijos internetinę svetainę</translation>
|
<translation>Atverti laidos informacijos internetinę svetainę</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Lai&dos informacija</translation>
|
<translation>Lai&dos informacija</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 palaikymas</translation>
|
<translation>%1 palaikymas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Apie %1 sąranką</translation>
|
<translation>Apie %1 sąranką</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Apie %1 diegimo programą</translation>
|
<translation>Apie %1 diegimo programą</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4163,20 +4158,17 @@ Išvestis:
|
|||||||
<translation>Išvestis buvo tokia: </translation>
|
<translation>Išvestis buvo tokia: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Atgal</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Rodyti derinimo informaciją</translation>
|
<translation>Apie</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Derinti</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4541,26 +4533,21 @@ Išvestis:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Apie</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Palaikymas</translation>
|
<translation>Palaikymas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Žinomos problemos</translation>
|
<translation>Žinomos problemos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Laidos informacija</translation>
|
<translation>Laidos informacija</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Paaukoti</translation>
|
<translation>Paaukoti</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4019,61 +4019,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4138,19 +4133,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4488,26 +4480,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>വിഡ്ജറ്റ് ട്രീ</translation>
|
<translation>വിഡ്ജറ്റ് ട്രീ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>ഡീബഗ് വിവരങ്ങൾ</translation>
|
<translation>ഡീബഗ് വിവരങ്ങൾ</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 സജ്ജീകരണപ്രയോഗം</translation>
|
<translation>%1 സജ്ജീകരണപ്രയോഗം</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 ഇൻസ്റ്റാളർ</translation>
|
<translation>%1 ഇൻസ്റ്റാളർ</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4013,61 +4013,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>വിവരം (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>സംഭാവനകളുടെ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
<translation>സംഭാവനകളുടെ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&സംഭാവന ചെയ്യുക</translation>
|
<translation>&സംഭാവന ചെയ്യുക</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>സഹായ പിന്തുണ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
<translation>സഹായ പിന്തുണ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>പിന്തുണ (&S)</translation>
|
<translation>പിന്തുണ (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>പ്രശനങ്ങൾ,ബഗ്ഗ് ട്രാക്കിംഗ് വെബ്സൈറ്റ് തുറക്കുക</translation>
|
<translation>പ്രശനങ്ങൾ,ബഗ്ഗ് ട്രാക്കിംഗ് വെബ്സൈറ്റ് തുറക്കുക</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>ഇതിനകം അറിയാവുന്ന പ്രശ്നങ്ങൾ (&K)</translation>
|
<translation>ഇതിനകം അറിയാവുന്ന പ്രശ്നങ്ങൾ (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>പ്രകാശന കുറിപ്പുകളുടെ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
<translation>പ്രകാശന കുറിപ്പുകളുടെ വെബ്സൈറ്റ് തുറക്കുക</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>പ്രകാശന കുറിപ്പുകൾ (&R)</translation>
|
<translation>പ്രകാശന കുറിപ്പുകൾ (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 പിന്തുണ</translation>
|
<translation>%1 പിന്തുണ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 സജ്ജീകരണത്തെക്കുറിച്ച് </translation>
|
<translation>%1 സജ്ജീകരണത്തെക്കുറിച്ച് </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 ഇൻസ്റ്റാളറിനെ കുറിച്ച്</translation>
|
<translation>%1 ഇൻസ്റ്റാളറിനെ കുറിച്ച്</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4132,20 +4127,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>പുറകോട്ട്</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>ഡീബഗ് വിവരങ്ങൾ കാണിക്കുക</translation>
|
<translation>വിവരം</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4482,26 +4474,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>വിവരം</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>സഹായം</translation>
|
<translation>സഹായം</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>അറിയാവുന്ന പ്രശ്നങ്ങൾ</translation>
|
<translation>അറിയാവുന്ന പ്രശ്നങ്ങൾ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>പ്രകാശനക്കുറിപ്പുകൾ</translation>
|
<translation>പ്രകാശനക്കുറിപ്പുകൾ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>സംഭാവന</translation>
|
<translation>സംഭാവന</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>दोषमार्जन माहिती</translation>
|
<translation>दोषमार्जन माहिती</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 अधिष्ठापक</translation>
|
<translation>%1 अधिष्ठापक</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&विषयी</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>%1 पाठबळ</translation>
|
<translation>%1 पाठबळ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&ज्ञात त्रुटी</translation>
|
<translation>&ज्ञात त्रुटी</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&प्रकाशन टिपा</translation>
|
<translation>&प्रकाशन टिपा</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 पाठबळ</translation>
|
<translation>%1 पाठबळ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 अधिष्ठापक बद्दल</translation>
|
<translation>%1 अधिष्ठापक बद्दल</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,20 +4122,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>दोषमार्जन माहिती दर्शवा</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Debug informasjon</translation>
|
<translation>Debug informasjon</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -502,12 +502,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Installasjonsprogram</translation>
|
<translation>%1 Installasjonsprogram</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1452,7 +1452,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4009,61 +4009,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Om</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4128,20 +4123,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Vis feilrettingsinformasjon</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Widget-boom</translation>
|
<translation>Widget-boom</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Debug informatie</translation>
|
<translation>Debug informatie</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Voorbereidingsprogramma</translation>
|
<translation>%1 Voorbereidingsprogramma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Installatieprogramma</translation>
|
<translation>%1 Installatieprogramma</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,7 +1457,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4018,61 +4018,56 @@ De installatie kan niet doorgaan.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Over</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Open donatiewebsite</translation>
|
<translation>Open donatiewebsite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Doneren</translation>
|
<translation>&Doneren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Open help en ondersteuningswebsite.</translation>
|
<translation>Open help en ondersteuningswebsite.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>Onder&steuning</translation>
|
<translation>Onder&steuning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Open problemen en bug-tracking website.</translation>
|
<translation>Open problemen en bug-tracking website.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>Be&kende problemen</translation>
|
<translation>Be&kende problemen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Open release-opmerkingen website.</translation>
|
<translation>Open release-opmerkingen website.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Aantekeningen bij deze ve&rsie</translation>
|
<translation>Aantekeningen bij deze ve&rsie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation> %1 ondersteuning</translation>
|
<translation> %1 ondersteuning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Over %1 installatieprogramma.</translation>
|
<translation>Over %1 installatieprogramma.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Over het %1 installatieprogramma</translation>
|
<translation>Over het %1 installatieprogramma</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4137,20 +4132,17 @@ De installatie kan niet doorgaan.</translation>
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Terug</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Toon debug informatie</translation>
|
<translation>Over</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Fouten opsporen</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4512,26 +4504,21 @@ De systeemstijdinstellingen beïnvloeden de cijfer- en datumsformaat. De huidige
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Over</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Ondersteuning</translation>
|
<translation>Ondersteuning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Bekende problemen</translation>
|
<translation>Bekende problemen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Aantekeningen bij deze versie</translation>
|
<translation>Aantekeningen bij deze versie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Doneren</translation>
|
<translation>Doneren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> per %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="59"/>
|
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="59"/>
|
||||||
<source>Master Boot Record of %1</source>
|
<source>Master Boot Record of %1</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Enregistrament d’aviada màger de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="92"/>
|
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="92"/>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.ui" line="18"/>
|
<location filename="../src/calamares/DebugWindow.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.ui" line="28"/>
|
<location filename="../src/calamares/DebugWindow.ui" line="28"/>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informacions de desbugatge</translation>
|
<translation>Informacions de desbugatge</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -179,7 +179,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/JobExample.cpp" line="29"/>
|
<location filename="../src/libcalamares/JobExample.cpp" line="29"/>
|
||||||
<source>Job failed (%1)</source>
|
<source>Job failed (%1)</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Prètzfach fracassat (%1)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/JobExample.cpp" line="30"/>
|
<location filename="../src/libcalamares/JobExample.cpp" line="30"/>
|
||||||
@ -200,7 +200,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/JobExample.cpp" line="17"/>
|
<location filename="../src/libcalamares/JobExample.cpp" line="17"/>
|
||||||
<source>Example job (%1)</source>
|
<source>Example job (%1)</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Prètzfach d’exemple (%1)</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Programa de configuracion %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Installador de %1</translation>
|
<translation>Installador de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -534,7 +534,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/checker/CheckerContainer.cpp" line="38"/>
|
<location filename="../src/modules/welcome/checker/CheckerContainer.cpp" line="38"/>
|
||||||
<source>Gathering system information...</source>
|
<source>Gathering system information...</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Obtencion de las informacions del sistèma...</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -542,7 +542,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/ChoicePage.ui" line="18"/>
|
<location filename="../src/modules/partition/gui/ChoicePage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="139"/>
|
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="139"/>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -1460,7 +1460,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="18"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="36"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="36"/>
|
||||||
@ -1565,7 +1565,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finished/FinishedPage.ui" line="18"/>
|
<location filename="../src/modules/finished/FinishedPage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finished/FinishedPage.ui" line="102"/>
|
<location filename="../src/modules/finished/FinishedPage.ui" line="102"/>
|
||||||
@ -1864,7 +1864,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/license/LicensePage.ui" line="18"/>
|
<location filename="../src/modules/license/LicensePage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/license/LicensePage.ui" line="26"/>
|
<location filename="../src/modules/license/LicensePage.ui" line="26"/>
|
||||||
@ -2541,7 +2541,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooser/page_package.ui" line="24"/>
|
<location filename="../src/modules/packagechooser/page_package.ui" line="24"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
|
<location filename="../src/modules/packagechooser/page_package.ui" line="50"/>
|
||||||
@ -2587,7 +2587,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="18"/>
|
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="74"/>
|
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="74"/>
|
||||||
@ -2605,7 +2605,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/users/page_usersetup.ui" line="18"/>
|
<location filename="../src/modules/users/page_usersetup.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/users/page_usersetup.ui" line="40"/>
|
<location filename="../src/modules/users/page_usersetup.ui" line="40"/>
|
||||||
@ -2786,7 +2786,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="18"/>
|
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="26"/>
|
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="26"/>
|
||||||
@ -2864,7 +2864,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="56"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="56"/>
|
||||||
<source>Gathering system information...</source>
|
<source>Gathering system information...</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Obtencion de las informacions del sistèma...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="111"/>
|
<location filename="../src/modules/partition/PartitionViewStep.cpp" line="111"/>
|
||||||
@ -2986,7 +2986,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/plasmalnf/page_plasmalnf.ui" line="18"/>
|
<location filename="../src/modules/plasmalnf/page_plasmalnf.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/plasmalnf/PlasmaLnfPage.cpp" line="79"/>
|
<location filename="../src/modules/plasmalnf/PlasmaLnfPage.cpp" line="79"/>
|
||||||
@ -3210,7 +3210,7 @@ Output:
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/ReplaceWidget.ui" line="18"/>
|
<location filename="../src/modules/partition/gui/ReplaceWidget.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="128"/>
|
<location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="128"/>
|
||||||
@ -3832,7 +3832,7 @@ Output:
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/tracking/page_trackingstep.ui" line="18"/>
|
<location filename="../src/modules/tracking/page_trackingstep.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/tracking/page_trackingstep.ui" line="28"/>
|
<location filename="../src/modules/tracking/page_trackingstep.ui" line="28"/>
|
||||||
@ -3998,7 +3998,7 @@ Output:
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="18"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="18"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Formulari</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="79"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="79"/>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&A prepaus</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donar</translation>
|
<translation>&Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Assisténcia</translation>
|
<translation>&Assisténcia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problèmas coneguts</translation>
|
<translation>&Problèmas coneguts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Assisténcia %1</translation>
|
<translation>Assisténcia %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,20 +4122,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Tornar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Afichar las informacions de desbugatge</translation>
|
<translation>A prepaus</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>A prepaus</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Assisténcia</translation>
|
<translation>Assisténcia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problèmas coneguts</translation>
|
<translation>Problèmas coneguts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donar</translation>
|
<translation>Donar</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informacje debugowania</translation>
|
<translation>Informacje debugowania</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -506,12 +506,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalator %1</translation>
|
<translation>Instalator %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,7 +1456,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4035,61 +4035,56 @@ i nie uruchomi się</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Informacje</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Wsparcie</translation>
|
<translation>&Wsparcie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Znane problemy</translation>
|
<translation>&Znane problemy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Informacje o &wydaniu</translation>
|
<translation>Informacje o &wydaniu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Wsparcie %1</translation>
|
<translation>Wsparcie %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>O instalatorze %1</translation>
|
<translation>O instalatorze %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4154,20 +4149,17 @@ i nie uruchomi się</translation>
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Wstecz</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Pokaż informacje debugowania</translation>
|
<translation>O nas</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4505,26 +4497,21 @@ i nie uruchomi się</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>O nas</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Wsparcie</translation>
|
<translation>Wsparcie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Znane problemy</translation>
|
<translation>Znane problemy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Informacje o wydaniu</translation>
|
<translation>Informacje o wydaniu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Dotacje</translation>
|
<translation>Dotacje</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> para %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Obrigado ao <a href="https://calamares.io/team/">time Calamares</a> e ao <a href="https://www.transifex.com/calamares/calamares/">time de tradutores do Calamares</a>.<br/><br/>O desenvolvimento do <a href="https://calamares.io/">Calamares</a> é patrocinado por <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Direitos Autorais %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Árvore de widgets</translation>
|
<translation>Árvore de widgets</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informações de depuração</translation>
|
<translation>Informações de depuração</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -509,12 +509,12 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programa de configuração %1</translation>
|
<translation>Programa de configuração %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalador %1</translation>
|
<translation>Instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1455,12 +1455,12 @@ O instalador será fechado e todas as alterações serão perdidas.</translation
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Frase-chave para partição existente</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>A partição %1 não pôde ser descriptografada com a frase-chave fornecida.<br/><br/>Edite a partição novamente e forneça a frase-chave correta ou a exclua e crie uma nova partição criptografada.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4033,61 +4033,56 @@ Saída:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Sobre</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Abrir website de doações</translation>
|
<translation>Abrir website de doações</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Doar</translation>
|
<translation>&Doar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Abrir website de ajuda e suporte</translation>
|
<translation>Abrir website de ajuda e suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suporte</translation>
|
<translation>&Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Abrir website de problemas e rastreamento de bugs</translation>
|
<translation>Abrir website de problemas e rastreamento de bugs</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemas conhecidos</translation>
|
<translation>&Problemas conhecidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Abrir website com as notas de lançamento</translation>
|
<translation>Abrir website com as notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notas de lançamento</translation>
|
<translation>&Notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 suporte</translation>
|
<translation>%1 suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Sobre a configuração de %1</translation>
|
<translation>Sobre a configuração de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Sobre o instalador %1</translation>
|
<translation>Sobre o instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4152,20 +4147,17 @@ Saída:
|
|||||||
<translation>O resultado foi:</translation>
|
<translation>O resultado foi:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Voltar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Exibir informações de depuração</translation>
|
<translation>Sobre</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depuração</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4530,26 +4522,21 @@ Saída:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Sobre</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Suporte</translation>
|
<translation>Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemas conhecidos</translation>
|
<translation>Problemas conhecidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notas de lançamento</translation>
|
<translation>Notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Faça uma doação</translation>
|
<translation>Faça uma doação</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Árvore de Widgets</translation>
|
<translation>Árvore de Widgets</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informação de depuração</translation>
|
<translation>Informação de depuração</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -509,12 +509,12 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Programa de Instalação</translation>
|
<translation>%1 Programa de Instalação</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instalador</translation>
|
<translation>%1 Instalador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1459,8 +1459,8 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>Não foi possível desencriptar a partição %1 com a frase-chave introduzida. Edite novamente a partição e introduza a frase-chave correta ou elimine e crie uma nova partição encriptada.</translation>
|
<translation>Não foi possível desencriptar a partição %1 com a frase-chave introduzida.<br/><br/>Edite novamente a partição e introduza a frase-chave correta ou elimine e crie uma nova partição encriptada.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4033,61 +4033,56 @@ Saída de Dados:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Acerca</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Abrir site de doações</translation>
|
<translation>Abrir site de doações</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Doar</translation>
|
<translation>&Doar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Abra o site de ajuda e suporte</translation>
|
<translation>Abra o site de ajuda e suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suporte</translation>
|
<translation>&Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Site de questões abertas e monitorização de erros</translation>
|
<translation>Site de questões abertas e monitorização de erros</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Problemas conhecidos</translation>
|
<translation>&Problemas conhecidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Abrir o site com as notas de lançamento</translation>
|
<translation>Abrir o site com as notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Notas de lançamento</translation>
|
<translation>&Notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Suporte do %1</translation>
|
<translation>Suporte do %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Sobre a instalação de %1</translation>
|
<translation>Sobre a instalação de %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Acerca do instalador %1</translation>
|
<translation>Acerca do instalador %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4152,20 +4147,17 @@ Saída de Dados:
|
|||||||
<translation>O resultado foi:</translation>
|
<translation>O resultado foi:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Voltar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Mostrar informação de depuração</translation>
|
<translation>Sobre</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depuração</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4530,26 +4522,21 @@ Saída de Dados:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Sobre</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Suporte</translation>
|
<translation>Suporte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Problemas conhecidos</translation>
|
<translation>Problemas conhecidos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Notas de lançamento</translation>
|
<translation>Notas de lançamento</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Doar</translation>
|
<translation>Doar</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Arborele de widget</translation>
|
<translation>Arborele de widget</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Informație pentru depanare</translation>
|
<translation>Informație pentru depanare</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -504,12 +504,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Program de instalare %1</translation>
|
<translation>Program de instalare %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,7 +1454,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4026,61 +4026,56 @@ Output
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Despre</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Suport</translation>
|
<translation>&Suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Probleme cunoscute</translation>
|
<translation>&Probleme cunoscute</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Note asupra ediției</translation>
|
<translation>&Note asupra ediției</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 suport</translation>
|
<translation>%1 suport</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Despre programul de instalare %1</translation>
|
<translation>Despre programul de instalare %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4145,20 +4140,17 @@ Output
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Arată informația de depanare</translation>
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Depanare</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4495,26 +4487,21 @@ Output
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Дерево виджетов</translation>
|
<translation>Дерево виджетов</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Отладочная информация</translation>
|
<translation>Отладочная информация</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -171,7 +171,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamaresui/viewpages/ExecutionViewStep.cpp" line="118"/>
|
<location filename="../src/libcalamaresui/viewpages/ExecutionViewStep.cpp" line="118"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>Установить</translation>
|
<translation>Установка</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -286,7 +286,7 @@
|
|||||||
<numerusform>Ожидание %n модуля.</numerusform>
|
<numerusform>Ожидание %n модуля.</numerusform>
|
||||||
<numerusform>Ожидание %n модулей.</numerusform>
|
<numerusform>Ожидание %n модулей.</numerusform>
|
||||||
<numerusform>Ожидание %n модулей.</numerusform>
|
<numerusform>Ожидание %n модулей.</numerusform>
|
||||||
<numerusform>Ожидание %n модуля(модулей).</numerusform>
|
<numerusform>Ожидание %n модуля (модулей).</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
@ -510,12 +510,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Программа установки %1</translation>
|
<translation>Программа установки %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Программа установки %1</translation>
|
<translation>Программа установки %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -876,12 +876,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/Config.cpp" line="274"/>
|
<location filename="../src/modules/welcome/Config.cpp" line="274"/>
|
||||||
<source><h1>Welcome to the Calamares installer for %1</h1></source>
|
<source><h1>Welcome to the Calamares installer for %1</h1></source>
|
||||||
<translation><h1>Добро пожаловать в программу установки Calamares для %1 .</h1></translation>
|
<translation><h1>Добро пожаловать в программу установки Calamares для %1</h1></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/Config.cpp" line="275"/>
|
<location filename="../src/modules/welcome/Config.cpp" line="275"/>
|
||||||
<source><h1>Welcome to the %1 installer</h1></source>
|
<source><h1>Welcome to the %1 installer</h1></source>
|
||||||
<translation><h1>Добро пожаловать в программу установки %1 .</h1></translation>
|
<translation><h1>Добро пожаловать в программу установки %1</h1></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/users/Config.cpp" line="236"/>
|
<location filename="../src/modules/users/Config.cpp" line="236"/>
|
||||||
@ -1460,7 +1460,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -1474,7 +1474,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="36"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="36"/>
|
||||||
<source>En&crypt system</source>
|
<source>En&crypt system</source>
|
||||||
<translation>Система &шифрования</translation>
|
<translation>Настроить &шифрование</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="43"/>
|
<location filename="../src/modules/partition/gui/EncryptWidget.ui" line="43"/>
|
||||||
@ -1617,7 +1617,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finishedq/FinishedQmlViewStep.cpp" line="35"/>
|
<location filename="../src/modules/finishedq/FinishedQmlViewStep.cpp" line="35"/>
|
||||||
<source>Finish</source>
|
<source>Finish</source>
|
||||||
<translation>Завершить</translation>
|
<translation>Завершение</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1625,7 +1625,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/finished/FinishedViewStep.cpp" line="46"/>
|
<location filename="../src/modules/finished/FinishedViewStep.cpp" line="46"/>
|
||||||
<source>Finish</source>
|
<source>Finish</source>
|
||||||
<translation>Завершить</translation>
|
<translation>Завершение</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -1712,7 +1712,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/checker/GeneralRequirements.cpp" line="198"/>
|
<location filename="../src/modules/welcome/checker/GeneralRequirements.cpp" line="198"/>
|
||||||
<source>The installer is not running with administrator rights.</source>
|
<source>The installer is not running with administrator rights.</source>
|
||||||
<translation>Программа установки не запущена с привилегиями администратора.</translation>
|
<translation>Программа установки запущена без прав администратора.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/checker/GeneralRequirements.cpp" line="206"/>
|
<location filename="../src/modules/welcome/checker/GeneralRequirements.cpp" line="206"/>
|
||||||
@ -2624,7 +2624,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="135"/>
|
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="135"/>
|
||||||
<source>Type here to test your keyboard</source>
|
<source>Type here to test your keyboard</source>
|
||||||
<translation>Эта область - для тестирования клавиатуры</translation>
|
<translation>Протестируйте клавиатуру здесь</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4039,61 +4039,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&О программе</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Пожертвовать</translation>
|
<translation>Пожертвовать</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Открыть сайт справки и поддержки</translation>
|
<translation>Открыть сайт справки и поддержки</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>П&оддержка</translation>
|
<translation>П&оддержка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Открыть сайт со списком известных проблем и отслеживанием ошибок</translation>
|
<translation>Открыть сайт со списком известных проблем и отслеживанием ошибок</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Известные проблемы</translation>
|
<translation>&Известные проблемы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Открыть сайт с заметками о выпуске</translation>
|
<translation>Открыть сайт с заметками о выпуске</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Примечания к выпуску</translation>
|
<translation>&Примечания к выпуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 поддержка</translation>
|
<translation>%1 поддержка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>О установке %1</translation>
|
<translation>О установке %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>О программе установки %1</translation>
|
<translation>О программе установки %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4158,20 +4153,17 @@ Output:
|
|||||||
<translation>Вывод: </translation>
|
<translation>Вывод: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Назад</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Показать отладочную информацию</translation>
|
<translation>О Программе</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Отладка</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4268,7 +4260,7 @@ Output:
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboardq/keyboardq.qml" line="265"/>
|
<location filename="../src/modules/keyboardq/keyboardq.qml" line="265"/>
|
||||||
<source>Type here to test your keyboard</source>
|
<source>Type here to test your keyboard</source>
|
||||||
<translation>Эта область - для тестирования клавиатуры</translation>
|
<translation>Протестируйте клавиатуру здесь</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/keyboardq/keyboardq.qml" line="180"/>
|
<location filename="../src/modules/keyboardq/keyboardq.qml" line="180"/>
|
||||||
@ -4510,26 +4502,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>О Программе</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Поддержка</translation>
|
<translation>Поддержка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Известные проблемы</translation>
|
<translation>Известные проблемы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Примечания к выпуску</translation>
|
<translation>Примечания к выпуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Пожертвовать</translation>
|
<translation>Пожертвовать</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>විජට් ගස</translation>
|
<translation>විජට් ගස</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>දෝශ නිරාකරණ තොරතුරු</translation>
|
<translation>දෝශ නිරාකරණ තොරතුරු</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 සැකසුම් වැඩසටහන</translation>
|
<translation>%1 සැකසුම් වැඩසටහන</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 ස්ථාපකය</translation>
|
<translation>%1 ස්ථාපකය</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,7 +1457,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4022,61 +4022,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>ගැන (&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>පරිත්යාග වෙබ් අඩවිය විවෘත කරන්න</translation>
|
<translation>පරිත්යාග වෙබ් අඩවිය විවෘත කරන්න</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>පරිත්යාග කරන්න (&D)</translation>
|
<translation>පරිත්යාග කරන්න (&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>උදව් සහ සහාය වෙබ් අඩවිය විවෘත කරන්න</translation>
|
<translation>උදව් සහ සහාය වෙබ් අඩවිය විවෘත කරන්න</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>සහාය (&S)</translation>
|
<translation>සහාය (&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>ගැටළු සහ දෝෂ ලුහුබැඳීමේ වෙබ් අඩවිය විවෘත කරන්න</translation>
|
<translation>ගැටළු සහ දෝෂ ලුහුබැඳීමේ වෙබ් අඩවිය විවෘත කරන්න</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>දන්නා ගැටළු (&K)</translation>
|
<translation>දන්නා ගැටළු (&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>නිකුතු සටහන් වෙබ් අඩවිය විවෘත කරන්න</translation>
|
<translation>නිකුතු සටහන් වෙබ් අඩවිය විවෘත කරන්න</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>නිකුත් කිරීමේ සටහන් (&R)</translation>
|
<translation>නිකුත් කිරීමේ සටහන් (&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 සහාය</translation>
|
<translation>%1 සහාය</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 පිහිටුවීම ගැන</translation>
|
<translation>%1 පිහිටුවීම ගැන</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 ස්ථාපකය ගැන</translation>
|
<translation>%1 ස්ථාපකය ගැන</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4141,20 +4136,17 @@ Output:
|
|||||||
<translation>ප්රතිදානය වූයේ:</translation>
|
<translation>ප්රතිදානය වූයේ:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>ආපසු</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>දෝශ නිරාකරණ තොරතුරු පෙන්වන්න</translation>
|
<translation>ගැන</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4519,26 +4511,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>ගැන</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>සහාය</translation>
|
<translation>සහාය</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>දන්නා ගැටළු</translation>
|
<translation>දන්නා ගැටළු</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>නිකුත් කිරීමේ සටහන්</translation>
|
<translation>නිකුත් කිරීමේ සටහන්</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>පරිත්යාග කරන්න</translation>
|
<translation>පරිත්යාග කරන්න</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Strom miniaplikácií</translation>
|
<translation>Strom miniaplikácií</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Ladiace informácie</translation>
|
<translation>Ladiace informácie</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Inštalačný program distribúcie %1</translation>
|
<translation>Inštalačný program distribúcie %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Inštalátor distribúcie %1</translation>
|
<translation>Inštalátor distribúcie %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1458,7 +1458,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4040,61 +4040,56 @@ Výstup:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&O inštalátore</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Otvoriť webovú stránku s príspevkami</translation>
|
<translation>Otvoriť webovú stránku s príspevkami</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Prispieť</translation>
|
<translation>&Prispieť</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Otvoriť webovú stránku s pomocou a podporou</translation>
|
<translation>Otvoriť webovú stránku s pomocou a podporou</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>Po&dpora</translation>
|
<translation>Po&dpora</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Otvoriť webovú stránku s problémami a chybami</translation>
|
<translation>Otvoriť webovú stránku s problémami a chybami</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Známe problémy</translation>
|
<translation>&Známe problémy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Otvoriť webovú stránku s poznámkami k vydaniu</translation>
|
<translation>Otvoriť webovú stránku s poznámkami k vydaniu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Poznámky k vydaniu</translation>
|
<translation>&Poznámky k vydaniu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Podpora distribúcie %1</translation>
|
<translation>Podpora distribúcie %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>O inštalátore %1</translation>
|
<translation>O inštalátore %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>O inštalátore %1</translation>
|
<translation>O inštalátore %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4159,20 +4154,17 @@ Výstup:
|
|||||||
<translation>Výstup bol:</translation>
|
<translation>Výstup bol:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Späť</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Zobraziť ladiace informácie</translation>
|
<translation>O inštalátore</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Ladiť</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4516,26 +4508,21 @@ Výstup:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>O inštalátore</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Podpora</translation>
|
<translation>Podpora</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Známe problémy</translation>
|
<translation>Známe problémy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Poznámky k vydaniu</translation>
|
<translation>Poznámky k vydaniu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Prispieť</translation>
|
<translation>Prispieť</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -506,12 +506,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Namestilnik</translation>
|
<translation>%1 Namestilnik</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,7 +1456,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4031,61 +4031,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4150,21 +4145,18 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Razhroščevanje</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>finishedq</name>
|
<name>finishedq</name>
|
||||||
@ -4500,26 +4492,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Pemë Widget-esh</translation>
|
<translation>Pemë Widget-esh</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Të dhëna diagnostikimi</translation>
|
<translation>Të dhëna diagnostikimi</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Programi i Rregullimit të %1</translation>
|
<translation>Programi i Rregullimit të %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Instalues %1</translation>
|
<translation>Instalues %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1457,7 +1457,7 @@ Instaluesi do të mbyllet dhe krejt ndryshimet do të hidhen tej.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4020,61 +4020,56 @@ Përfundim:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Mbi</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Hap sajtin e dhurimeve</translation>
|
<translation>Hap sajtin e dhurimeve</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Dhuroni</translation>
|
<translation>&Dhuroni</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Hap sajtin e ndihmës dhe asistencës</translation>
|
<translation>Hap sajtin e ndihmës dhe asistencës</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Asistencë</translation>
|
<translation>&Asistencë</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Hap sajtin ndjekjes së problemeve dhe të metave</translation>
|
<translation>Hap sajtin ndjekjes së problemeve dhe të metave</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Probleme të njohura</translation>
|
<translation>&Probleme të njohura</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Hapni sajtin e shënimeve mbi hedhjet në qarkullim</translation>
|
<translation>Hapni sajtin e shënimeve mbi hedhjet në qarkullim</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Shënime &versioni</translation>
|
<translation>Shënime &versioni</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Asistencë %1</translation>
|
<translation>Asistencë %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Mbi rregullimin e %1</translation>
|
<translation>Mbi rregullimin e %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Rreth instaluesit %1</translation>
|
<translation>Rreth instaluesit %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4139,20 +4134,17 @@ Përfundim:
|
|||||||
<translation>Output-i qe: </translation>
|
<translation>Output-i qe: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Mbrapsht</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Shfaq të dhëna diagnostikimi</translation>
|
<translation>Mbi</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4517,26 +4509,21 @@ Përfundim:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Mbi</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Asistencë</translation>
|
<translation>Asistencë</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Probleme të njohura</translation>
|
<translation>Probleme të njohura</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Shënime hedhjeje në qarkullim</translation>
|
<translation>Shënime hedhjeje në qarkullim</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Dhuroni</translation>
|
<translation>Dhuroni</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -504,12 +504,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 инсталер</translation>
|
<translation>%1 инсталер</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,7 +1454,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4020,61 +4020,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&О програму</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>По&дршка</translation>
|
<translation>По&дршка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Познати проблеми</translation>
|
<translation>&Познати проблеми</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 подршка</translation>
|
<translation>%1 подршка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>О %1 инсталатеру</translation>
|
<translation>О %1 инсталатеру</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4139,21 +4134,18 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Уклањање грешака</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>finishedq</name>
|
<name>finishedq</name>
|
||||||
@ -4489,26 +4481,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -504,12 +504,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Instaler</translation>
|
<translation>%1 Instaler</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1454,7 +1454,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4020,61 +4020,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4139,21 +4134,18 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Otklanjanje greški</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>finishedq</name>
|
<name>finishedq</name>
|
||||||
@ -4489,26 +4481,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Widgetträd</translation>
|
<translation>Widgetträd</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Avlusningsinformation</translation>
|
<translation>Avlusningsinformation</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -506,12 +506,12 @@ Alla ändringar kommer att gå förlorade.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Installationsprogram</translation>
|
<translation>%1 Installationsprogram</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1-installationsprogram</translation>
|
<translation>%1-installationsprogram</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,7 +1456,7 @@ Alla ändringar kommer att gå förlorade.</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>Partition %1 kunde inte dekrypteras med den angivna lösenfrasen. <br/><br/>Redigera partitionen igen och ange den korrekta lösenfrasen eller ta bort och skapa en ny krypterad partition</translation>
|
<translation>Partition %1 kunde inte dekrypteras med den angivna lösenfrasen. <br/><br/>Redigera partitionen igen och ange den korrekta lösenfrasen eller ta bort och skapa en ny krypterad partition</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4022,61 +4022,56 @@ Installationen kan inte fortsätta.</p></translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Om</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Besök webbplatsen för donationer</translation>
|
<translation>Besök webbplatsen för donationer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Donera</translation>
|
<translation>&Donera</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Besök webbplatsen för hjälp och support</translation>
|
<translation>Besök webbplatsen för hjälp och support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Support</translation>
|
<translation>&Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Besök webbplatsen för problem och felsökning</translation>
|
<translation>Besök webbplatsen för problem och felsökning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Kända problem</translation>
|
<translation>&Kända problem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Besök webbplatsen för versionsinformation</translation>
|
<translation>Besök webbplatsen för versionsinformation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>Versionsinformation, &R</translation>
|
<translation>Versionsinformation, &R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1-support</translation>
|
<translation>%1-support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Om inställningarna för %1</translation>
|
<translation>Om inställningarna för %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Om %1-installationsprogrammet</translation>
|
<translation>Om %1-installationsprogrammet</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4141,20 +4136,17 @@ Installationen kan inte fortsätta.</p></translation>
|
|||||||
<translation>Utdatan var:</translation>
|
<translation>Utdatan var:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Bakåt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Visa avlusningsinformation</translation>
|
<translation>Om</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Avlusning</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4519,26 +4511,21 @@ Systems nationella inställningar påverkar nummer och datumformat. Den nuvarand
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Om</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Support</translation>
|
<translation>Support</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Kända problem</translation>
|
<translation>Kända problem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Versionsinformation</translation>
|
<translation>Versionsinformation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Donera</translation>
|
<translation>Donera</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4477,26 +4469,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -158,7 +158,7 @@ automatic ఉంటుంది, మీరు మాన్యువల్ వి
|
|||||||
<translation>విడ్జెట్ ట్రీ</translation>
|
<translation>విడ్జెట్ ట్రీ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>డీబగ్ సమాచారం</translation>
|
<translation>డీబగ్ సమాచారం</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4010,61 +4010,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4129,19 +4124,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4479,26 +4471,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Дарахти виҷетҳо</translation>
|
<translation>Дарахти виҷетҳо</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Иттилооти ислоҳи нуқсонҳо</translation>
|
<translation>Иттилооти ислоҳи нуқсонҳо</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -503,12 +503,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Барномаи танзимкунии %1</translation>
|
<translation>Барномаи танзимкунии %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Насбкунандаи %1</translation>
|
<translation>Насбкунандаи %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1453,7 +1453,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4018,61 +4018,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Дар бораи барнома</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Сомонаи саҳмгузориро кушоед</translation>
|
<translation>Сомонаи саҳмгузориро кушоед</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Саҳмгузорӣ</translation>
|
<translation>&Саҳмгузорӣ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Сомонаи кумак ва дастгириро кушоед</translation>
|
<translation>Сомонаи кумак ва дастгириро кушоед</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Дастгирӣ</translation>
|
<translation>&Дастгирӣ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Сомонаи масъалаҳо ва пайгирии нуқсонҳоро кушоед</translation>
|
<translation>Сомонаи масъалаҳо ва пайгирии нуқсонҳоро кушоед</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Масъалаҳои маълум</translation>
|
<translation>&Масъалаҳои маълум</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Сомонаро бо қайдҳои нашр кушоед</translation>
|
<translation>Сомонаро бо қайдҳои нашр кушоед</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Қайдҳои нашр</translation>
|
<translation>&Қайдҳои нашр</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Дастгирии %1</translation>
|
<translation>Дастгирии %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Дар бораи танзими %1</translation>
|
<translation>Дар бораи танзими %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Дар бораи насбкунандаи %1</translation>
|
<translation>Дар бораи насбкунандаи %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4137,21 +4132,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Ба қафо</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Намоиши иттилооти
|
<translation>Дар бораи барнома</translation>
|
||||||
ислоҳи нуқсонҳо</translation>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4512,26 +4503,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Дар бораи барнома</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Дастгирӣ</translation>
|
<translation>Дастгирӣ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Масъалаҳои маълум</translation>
|
<translation>Масъалаҳои маълум</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Қайдҳои нашр</translation>
|
<translation>Қайдҳои нашр</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Саҳмгузорӣ</translation>
|
<translation>Саҳмгузорӣ</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>ข้อมูลดีบั๊ก</translation>
|
<translation>ข้อมูลดีบั๊ก</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -500,12 +500,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>ตัวติดตั้ง %1</translation>
|
<translation>ตัวติดตั้ง %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1450,7 +1450,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -3998,61 +3998,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&เกี่ยวกับ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>เปิดเว็บไซต์ช่วยเหลือและสนับสนุน</translation>
|
<translation>เปิดเว็บไซต์ช่วยเหลือและสนับสนุน</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&S ช่วยเหลือ</translation>
|
<translation>&S ช่วยเหลือ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&K ปัญหาที่รู้จัก</translation>
|
<translation>&K ปัญหาที่รู้จัก</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>เกี่ยวกับตัวตั้งค่า %1</translation>
|
<translation>เกี่ยวกับตัวตั้งค่า %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>เกี่ยวกับตัวติดตั้ง %1 </translation>
|
<translation>เกี่ยวกับตัวติดตั้ง %1 </translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4117,20 +4112,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>ย้อนกลับ</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>แสดงข้อมูลการดีบั๊ก</translation>
|
<translation>เกี่ยวกับ</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>แก้ไขข้อบกพร่อง</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4467,26 +4459,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>เกี่ยวกับ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong> %2 <br/> %3</strong> için <br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation><a href="https://calamares.io/team/">Calamares takımına</a> ve <a href="https://www.transifex.com/calamares/calamares/">Calamares çeviri ekibine</a> teşekkürler. <br/><br/><a href="https://calamares.io/">Calamares</a> gelişim sponsoru <br/> <a href="http://www.blue-systems.com/">Blue Systems</a> - Özgür Yazılım</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Telif hakkı %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>Gereç Ağacı</translation>
|
<translation>Gereç Ağacı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Hata ayıklama bilgisi</translation>
|
<translation>Hata ayıklama bilgisi</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -507,12 +507,12 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek.</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Kurulum Uygulaması</translation>
|
<translation>%1 Kurulum Uygulaması</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 Yükleniyor</translation>
|
<translation>%1 Yükleniyor</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1456,12 +1456,12 @@ Kurulum devam edebilir fakat bazı özellikler devre dışı kalabilir.</transla
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>Mevcut bölüm için parola</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>%1 bölümünün şifresi verilen parola ile çözülemedi. <br/><br/>Bölümü tekrar düzenleyin ve doğru parolayı girin veya silin ve yeni bir şifreli bölüm oluşturun.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4027,61 +4027,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Hakkında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Bağış web sitesini aç</translation>
|
<translation>Bağış web sitesini aç</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>&Bağış</translation>
|
<translation>&Bağış</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Yardım ve destek web sitesini açın</translation>
|
<translation>Yardım ve destek web sitesini açın</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Destek</translation>
|
<translation>&Destek</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Geri bildirim ve hata izleme web sitesi</translation>
|
<translation>Geri bildirim ve hata izleme web sitesi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Bilinen hatalar</translation>
|
<translation>&Bilinen hatalar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Sürüm Notları web sitesini aç</translation>
|
<translation>Sürüm Notları web sitesini aç</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Sürüm notları</translation>
|
<translation>&Sürüm notları</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 destek</translation>
|
<translation>%1 destek</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>%1 kurulum hakkında</translation>
|
<translation>%1 kurulum hakkında</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>%1 sistem yükleyici hakkında</translation>
|
<translation>%1 sistem yükleyici hakkında</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4146,20 +4141,17 @@ Output:
|
|||||||
<translation>Çıktı şuydu:</translation>
|
<translation>Çıktı şuydu:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Geri</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Hata ayıklama bilgisini göster</translation>
|
<translation>Hakkında</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Hata Ayıklama</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4524,26 +4516,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Hakkında</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Destek</translation>
|
<translation>Destek</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Bilinen sorunlar</translation>
|
<translation>Bilinen sorunlar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Sürüm notları</translation>
|
<translation>Sürüm notları</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Bağış</translation>
|
<translation>Bağış</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation>Дерево віджетів</translation>
|
<translation>Дерево віджетів</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Діагностична інформація</translation>
|
<translation>Діагностична інформація</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -511,12 +511,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>Програма для налаштовування %1</translation>
|
<translation>Програма для налаштовування %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>Засіб встановлення %1</translation>
|
<translation>Засіб встановлення %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1461,7 +1461,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation>Розділ %1 не вдалося розшифрувати з використанням наданого пароля.<br/><br/>Виконайте редагування розділів ще раз і вкажіть правильний пароль або вилучіть розділ і створіть новий шифрований розділ.</translation>
|
<translation>Розділ %1 не вдалося розшифрувати з використанням наданого пароля.<br/><br/>Виконайте редагування розділів ще раз і вкажіть правильний пароль або вилучіть розділ і створіть новий шифрований розділ.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4045,61 +4045,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Про програму</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Відкрити сторінку сайта із посиланнями для фінансової підтримки</translation>
|
<translation>Відкрити сторінку сайта із посиланнями для фінансової підтримки</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Підтримати &фінансово</translation>
|
<translation>Підтримати &фінансово</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Відкрити сторінку сайта із посиланнями на довідку та технічну підтримку</translation>
|
<translation>Відкрити сторінку сайта із посиланнями на довідку та технічну підтримку</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>Під&тримка</translation>
|
<translation>Під&тримка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Відкрити сторінку сайта стеження за вадами у програмі</translation>
|
<translation>Відкрити сторінку сайта стеження за вадами у програмі</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Відомі проблеми</translation>
|
<translation>&Відомі проблеми</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Відкрити сторінку сайта із нотатками щодо випуску</translation>
|
<translation>Відкрити сторінку сайта із нотатками щодо випуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>При&мітки до випуску</translation>
|
<translation>При&мітки до випуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Підтримка %1</translation>
|
<translation>Підтримка %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Про засіб налаштовування %1</translation>
|
<translation>Про засіб налаштовування %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Про засіб встановлення %1</translation>
|
<translation>Про засіб встановлення %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4164,20 +4159,17 @@ Output:
|
|||||||
<translation>Виведені дані:</translation>
|
<translation>Виведені дані:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Назад</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Показати діагностичну інформацію</translation>
|
<translation>Про програму</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Діагностика</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4542,26 +4534,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Про програму</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Підтримка</translation>
|
<translation>Підтримка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Відомі вади</translation>
|
<translation>Відомі вади</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Нотатки щодо випуску</translation>
|
<translation>Нотатки щодо випуску</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Підтримати фінансово</translation>
|
<translation>Підтримати фінансово</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4008,61 +4008,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>٪ 1 سپورٹ</translation>
|
<translation>٪ 1 سپورٹ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>تقریبا٪ 1 سیٹ اپ</translation>
|
<translation>تقریبا٪ 1 سیٹ اپ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>لگ بھگ٪ 1 انسٹال</translation>
|
<translation>لگ بھگ٪ 1 انسٹال</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4127,19 +4122,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>واپس</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation>متعلق</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4478,26 +4470,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>متعلق</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>حمائیت</translation>
|
<translation>حمائیت</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>معلوم مسائل</translation>
|
<translation>معلوم مسائل</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>جاری کردہ نوٹس</translation>
|
<translation>جاری کردہ نوٹس</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>عطیہ</translation>
|
<translation>عطیہ</translation>
|
||||||
</message>
|
</message>
|
||||||
|
4480
lang/calamares_uz.ts
Normal file
4480
lang/calamares_uz.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -156,7 +156,7 @@
|
|||||||
<translation>Cây công cụ</translation>
|
<translation>Cây công cụ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>Thông tin gỡ lỗi</translation>
|
<translation>Thông tin gỡ lỗi</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -501,12 +501,12 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 Thiết lập chương trình</translation>
|
<translation>%1 Thiết lập chương trình</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 cài đặt hệ điều hành</translation>
|
<translation>%1 cài đặt hệ điều hành</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,7 +1451,7 @@ Trình cài đặt sẽ thoát và tất cả các thay đổi sẽ bị mất.<
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4007,61 +4007,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>&Giới thiệu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>Mở trang web ủng hộ</translation>
|
<translation>Mở trang web ủng hộ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>Ủng &hộ</translation>
|
<translation>Ủng &hộ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>Mở trang web trợ giúp</translation>
|
<translation>Mở trang web trợ giúp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>&Hỗ trợ</translation>
|
<translation>&Hỗ trợ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>Mở trang web theo dõi lỗi và vấn đề</translation>
|
<translation>Mở trang web theo dõi lỗi và vấn đề</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>&Vấn đề đã biết</translation>
|
<translation>&Vấn đề đã biết</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>Mở trang web ghi chú phát hành</translation>
|
<translation>Mở trang web ghi chú phát hành</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>&Ghi chú phát hành</translation>
|
<translation>&Ghi chú phát hành</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>Hỗ trợ %1</translation>
|
<translation>Hỗ trợ %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>Về thiết lập %1</translation>
|
<translation>Về thiết lập %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>Về bộ cài đặt %1</translation>
|
<translation>Về bộ cài đặt %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4126,20 +4121,17 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>Quay lại</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>Hiện thông tin gỡ lỗi</translation>
|
<translation>Giới thiệu</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4500,26 +4492,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>Giới thiệu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>Hỗ trợ</translation>
|
<translation>Hỗ trợ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>Các vấn đề đã biết</translation>
|
<translation>Các vấn đề đã biết</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>Ghi chú phát hành</translation>
|
<translation>Ghi chú phát hành</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>Ủng hộ</translation>
|
<translation>Ủng hộ</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -499,12 +499,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1449,7 +1449,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -3997,61 +3997,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4116,19 +4111,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4466,26 +4458,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<translation>树形控件</translation>
|
<translation>树形控件</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>调试信息</translation>
|
<translation>调试信息</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -506,12 +506,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 安装程序</translation>
|
<translation>%1 安装程序</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 安装程序</translation>
|
<translation>%1 安装程序</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1459,7 +1459,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4015,61 +4015,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>关于(&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>打开捐赠信息网页</translation>
|
<translation>打开捐赠信息网页</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>捐赠(&D)</translation>
|
<translation>捐赠(&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>打开帮助和支持页面</translation>
|
<translation>打开帮助和支持页面</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>支持信息(&S)</translation>
|
<translation>支持信息(&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>打开问题追踪网站</translation>
|
<translation>打开问题追踪网站</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>已知问题(&K)</translation>
|
<translation>已知问题(&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>打开发布日志网页</translation>
|
<translation>打开发布日志网页</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>发行注记(&R)</translation>
|
<translation>发行注记(&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 的支持信息</translation>
|
<translation>%1 的支持信息</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>关于 %1 安装程序</translation>
|
<translation>关于 %1 安装程序</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>关于 %1 安装程序</translation>
|
<translation>关于 %1 安装程序</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4134,20 +4129,17 @@ Output:
|
|||||||
<translation>输出为:</translation>
|
<translation>输出为:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>后退</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>显示调试信息</translation>
|
<translation>关于</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>调试</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4513,26 +4505,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>关于</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>支持</translation>
|
<translation>支持</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>已知问题</translation>
|
<translation>已知问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>发行说明</translation>
|
<translation>发行说明</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>捐赠</translation>
|
<translation>捐赠</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -499,12 +499,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -1449,7 +1449,7 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -3997,61 +3997,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
@ -4116,19 +4111,16 @@ Output:
|
|||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
|
<translation type="unfinished"/>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
@ -4466,26 +4458,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation type="unfinished"/>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,18 +6,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="17"/>
|
||||||
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
<source><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></source>
|
||||||
<translation type="unfinished"/>
|
<translation><h1>%1</h1><br/><strong>%2<br/> for %3</strong><br/><br/></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="20"/>
|
||||||
<source>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.</source>
|
<source>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.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>感謝 <a href="https://calamares.io/team/">Calamares 團隊</a>與 <a href="https://www.transifex.com/calamares/calamares/">Calamares 翻譯者團隊</a>。<br/><br/><a href="https://calamares.io/">Calamares</a> 的開發由 <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software 贊助。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
<location filename="../src/libcalamares/CalamaresAbout.cpp" line="38"/>
|
||||||
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
<source>Copyright %1-%2 %3 &lt;%4&gt;<br/></source>
|
||||||
<extracomment>Copyright year-year Name <email-address></extracomment>
|
<extracomment>Copyright year-year Name <email-address></extracomment>
|
||||||
<translation type="unfinished"/>
|
<translation>Copyright %1-%2 %3 &lt;%4&gt;<br/></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<translation>小工具樹</translation>
|
<translation>小工具樹</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/DebugWindow.cpp" line="239"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="244"/>
|
||||||
<source>Debug information</source>
|
<source>Debug information</source>
|
||||||
<translation>除錯資訊</translation>
|
<translation>除錯資訊</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -505,12 +505,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<context>
|
<context>
|
||||||
<name>CalamaresWindow</name>
|
<name>CalamaresWindow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="369"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="392"/>
|
||||||
<source>%1 Setup Program</source>
|
<source>%1 Setup Program</source>
|
||||||
<translation>%1 設定程式</translation>
|
<translation>%1 設定程式</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/CalamaresWindow.cpp" line="370"/>
|
<location filename="../src/calamares/CalamaresWindow.cpp" line="393"/>
|
||||||
<source>%1 Installer</source>
|
<source>%1 Installer</source>
|
||||||
<translation>%1 安裝程式</translation>
|
<translation>%1 安裝程式</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1451,12 +1451,12 @@ The installer will quit and all changes will be lost.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="259"/>
|
||||||
<source>Passphrase for existing partition</source>
|
<source>Passphrase for existing partition</source>
|
||||||
<translation type="unfinished"/>
|
<translation>既有分割區的密碼</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="260"/>
|
||||||
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphraseor delete and create a new encrypted partition.</source>
|
<source>Partition %1 could not be decrypted with the given passphrase.<br/><br/>Edit the partition again and give the correct passphrase or delete and create a new encrypted partition.</source>
|
||||||
<translation type="unfinished"/>
|
<translation>分割區 %1 無法使用給予的密碼解密。<br/><br/>再次編輯分割區並給予正確的密碼或刪除並建立新的加密分割區。</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4011,61 +4011,56 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="140"/>
|
||||||
<source>&About</source>
|
|
||||||
<translation>關於(&A)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="150"/>
|
|
||||||
<source>Open donations website</source>
|
<source>Open donations website</source>
|
||||||
<translation>開啟捐款網頁</translation>
|
<translation>開啟捐款網頁</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="143"/>
|
||||||
<source>&Donate</source>
|
<source>&Donate</source>
|
||||||
<translation>捐款(&D)</translation>
|
<translation>捐款(&D)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="163"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="153"/>
|
||||||
<source>Open help and support website</source>
|
<source>Open help and support website</source>
|
||||||
<translation>開啟說明與支援網頁</translation>
|
<translation>開啟說明與支援網頁</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||||
<source>&Support</source>
|
<source>&Support</source>
|
||||||
<translation>支援(&S)</translation>
|
<translation>支援(&S)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||||
<source>Open issues and bug-tracking website</source>
|
<source>Open issues and bug-tracking website</source>
|
||||||
<translation>開啟問題與錯誤追蹤網頁</translation>
|
<translation>開啟問題與錯誤追蹤網頁</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="169"/>
|
||||||
<source>&Known issues</source>
|
<source>&Known issues</source>
|
||||||
<translation>已知問題(&K)</translation>
|
<translation>已知問題(&K)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="189"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="179"/>
|
||||||
<source>Open release notes website</source>
|
<source>Open release notes website</source>
|
||||||
<translation>開啟發行記事網站</translation>
|
<translation>開啟發行記事網站</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="192"/>
|
<location filename="../src/modules/welcome/WelcomePage.ui" line="182"/>
|
||||||
<source>&Release notes</source>
|
<source>&Release notes</source>
|
||||||
<translation>發行註記(&R)</translation>
|
<translation>發行註記(&R)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="216"/>
|
<location filename="../src/modules/welcome/WelcomePage.cpp" line="212"/>
|
||||||
<source>%1 support</source>
|
<source>%1 support</source>
|
||||||
<translation>%1 支援</translation>
|
<translation>%1 支援</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="319"/>
|
||||||
<source>About %1 setup</source>
|
<source>About %1 setup</source>
|
||||||
<translation>關於 %1 安裝程式</translation>
|
<translation>關於 %1 安裝程式</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="223"/>
|
<location filename="../src/calamares/DebugWindow.cpp" line="320"/>
|
||||||
<source>About %1 installer</source>
|
<source>About %1 installer</source>
|
||||||
<translation>關於 %1 安裝程式</translation>
|
<translation>關於 %1 安裝程式</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -4130,20 +4125,17 @@ Output:
|
|||||||
<translation>輸出為:</translation>
|
<translation>輸出為:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
|
||||||
<name>about</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/about.qml" line="79"/>
|
|
||||||
<source>Back</source>
|
|
||||||
<translation>返回</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
<context>
|
||||||
<name>calamares-sidebar</name>
|
<name>calamares-sidebar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/calamares/calamares-sidebar.qml" line="79"/>
|
<location filename="../src/calamares/calamares-sidebar.qml" line="89"/>
|
||||||
<source>Show debug information</source>
|
<source>About</source>
|
||||||
<translation>顯示除錯資訊</translation>
|
<translation>關於</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/calamares/calamares-sidebar.qml" line="115"/>
|
||||||
|
<source>Debug</source>
|
||||||
|
<translation>Debug</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -4508,26 +4500,21 @@ Output:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="66"/>
|
||||||
<source>About</source>
|
|
||||||
<translation>關於</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="80"/>
|
|
||||||
<source>Support</source>
|
<source>Support</source>
|
||||||
<translation>支援</translation>
|
<translation>支援</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="91"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="77"/>
|
||||||
<source>Known issues</source>
|
<source>Known issues</source>
|
||||||
<translation>已知問題</translation>
|
<translation>已知問題</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="102"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="88"/>
|
||||||
<source>Release notes</source>
|
<source>Release notes</source>
|
||||||
<translation>發行記事</translation>
|
<translation>發行記事</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/modules/welcomeq/welcomeq.qml" line="114"/>
|
<location filename="../src/modules/welcomeq/welcomeq.qml" line="100"/>
|
||||||
<source>Donate</source>
|
<source>Donate</source>
|
||||||
<translation>捐助</translation>
|
<translation>捐助</translation>
|
||||||
</message>
|
</message>
|
||||||
|
189
lang/python.pot
189
lang/python.pot
@ -12,35 +12,35 @@ msgstr ""
|
|||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: \n"
|
||||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||||
|
|
||||||
#: src/modules/grubcfg/main.py:28
|
#: src/modules/grubcfg/main.py:28
|
||||||
msgid "Configure GRUB."
|
msgid "Configure GRUB."
|
||||||
msgstr ""
|
msgstr "Configure GRUB."
|
||||||
|
|
||||||
#: src/modules/mount/main.py:42
|
#: src/modules/mount/main.py:42
|
||||||
msgid "Mounting partitions."
|
msgid "Mounting partitions."
|
||||||
msgstr ""
|
msgstr "Mounting partitions."
|
||||||
|
|
||||||
#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
|
#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
|
||||||
msgid "Internal error mounting zfs datasets"
|
msgid "Internal error mounting zfs datasets"
|
||||||
msgstr ""
|
msgstr "Internal error mounting zfs datasets"
|
||||||
|
|
||||||
#: src/modules/mount/main.py:100
|
#: src/modules/mount/main.py:100
|
||||||
msgid "Failed to import zpool"
|
msgid "Failed to import zpool"
|
||||||
msgstr ""
|
msgstr "Failed to import zpool"
|
||||||
|
|
||||||
#: src/modules/mount/main.py:116
|
#: src/modules/mount/main.py:116
|
||||||
msgid "Failed to unlock zpool"
|
msgid "Failed to unlock zpool"
|
||||||
msgstr ""
|
msgstr "Failed to unlock zpool"
|
||||||
|
|
||||||
#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
|
#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
|
||||||
msgid "Failed to set zfs mountpoint"
|
msgid "Failed to set zfs mountpoint"
|
||||||
msgstr ""
|
msgstr "Failed to set zfs mountpoint"
|
||||||
|
|
||||||
#: src/modules/mount/main.py:229 src/modules/initcpiocfg/main.py:235
|
#: src/modules/mount/main.py:229 src/modules/initcpiocfg/main.py:235
|
||||||
#: src/modules/initcpiocfg/main.py:239 src/modules/rawfs/main.py:164
|
#: src/modules/initcpiocfg/main.py:239 src/modules/rawfs/main.py:164
|
||||||
@ -50,355 +50,378 @@ msgstr ""
|
|||||||
#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428
|
#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428
|
||||||
#: src/modules/localecfg/main.py:140 src/modules/networkcfg/main.py:105
|
#: src/modules/localecfg/main.py:140 src/modules/networkcfg/main.py:105
|
||||||
msgid "Configuration Error"
|
msgid "Configuration Error"
|
||||||
msgstr ""
|
msgstr "Configuration Error"
|
||||||
|
|
||||||
#: src/modules/mount/main.py:230 src/modules/initcpiocfg/main.py:236
|
#: src/modules/mount/main.py:230 src/modules/initcpiocfg/main.py:236
|
||||||
#: src/modules/rawfs/main.py:165 src/modules/initramfscfg/main.py:86
|
#: src/modules/rawfs/main.py:165 src/modules/initramfscfg/main.py:86
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:73 src/modules/fstab/main.py:395
|
#: src/modules/openrcdmcryptcfg/main.py:73 src/modules/fstab/main.py:395
|
||||||
msgid "No partitions are defined for <pre>{!s}</pre> to use."
|
msgid "No partitions are defined for <pre>{!s}</pre> to use."
|
||||||
msgstr ""
|
msgstr "No partitions are defined for <pre>{!s}</pre> to use."
|
||||||
|
|
||||||
#: src/modules/mount/main.py:253
|
#: src/modules/mount/main.py:253
|
||||||
msgid "zfs mounting error"
|
msgid "zfs mounting error"
|
||||||
msgstr ""
|
msgstr "zfs mounting error"
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:26
|
#: src/modules/services-systemd/main.py:26
|
||||||
msgid "Configure systemd services"
|
msgid "Configure systemd services"
|
||||||
msgstr ""
|
msgstr "Configure systemd services"
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:59
|
#: src/modules/services-systemd/main.py:59
|
||||||
#: src/modules/services-openrc/main.py:93
|
#: src/modules/services-openrc/main.py:93
|
||||||
msgid "Cannot modify service"
|
msgid "Cannot modify service"
|
||||||
msgstr ""
|
msgstr "Cannot modify service"
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:60
|
#: src/modules/services-systemd/main.py:60
|
||||||
msgid ""
|
msgid ""
|
||||||
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
|
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:63
|
#: src/modules/services-systemd/main.py:63
|
||||||
#: src/modules/services-systemd/main.py:69
|
#: src/modules/services-systemd/main.py:69
|
||||||
msgid "Cannot enable systemd service <code>{name!s}</code>."
|
msgid "Cannot enable systemd service <code>{name!s}</code>."
|
||||||
msgstr ""
|
msgstr "Cannot enable systemd service <code>{name!s}</code>."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:65
|
#: src/modules/services-systemd/main.py:65
|
||||||
msgid "Cannot enable systemd target <code>{name!s}</code>."
|
msgid "Cannot enable systemd target <code>{name!s}</code>."
|
||||||
msgstr ""
|
msgstr "Cannot enable systemd target <code>{name!s}</code>."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:67
|
#: src/modules/services-systemd/main.py:67
|
||||||
msgid "Cannot enable systemd timer <code>{name!s}</code>."
|
msgid "Cannot enable systemd timer <code>{name!s}</code>."
|
||||||
msgstr ""
|
msgstr "Cannot enable systemd timer <code>{name!s}</code>."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:71
|
#: src/modules/services-systemd/main.py:71
|
||||||
msgid "Cannot disable systemd target <code>{name!s}</code>."
|
msgid "Cannot disable systemd target <code>{name!s}</code>."
|
||||||
msgstr ""
|
msgstr "Cannot disable systemd target <code>{name!s}</code>."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:73
|
#: src/modules/services-systemd/main.py:73
|
||||||
msgid "Cannot mask systemd unit <code>{name!s}</code>."
|
msgid "Cannot mask systemd unit <code>{name!s}</code>."
|
||||||
msgstr ""
|
msgstr "Cannot mask systemd unit <code>{name!s}</code>."
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:75
|
#: src/modules/services-systemd/main.py:75
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unknown systemd commands <code>{command!s}</code> and <code>{suffix!s}</"
|
"Unknown systemd commands <code>{command!s}</code> and "
|
||||||
"code> for unit {name!s}."
|
"<code>{suffix!s}</code> for unit {name!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Unknown systemd commands <code>{command!s}</code> and "
|
||||||
|
"<code>{suffix!s}</code> for unit {name!s}."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:34
|
#: src/modules/unpackfs/main.py:34
|
||||||
msgid "Filling up filesystems."
|
msgid "Filling up filesystems."
|
||||||
msgstr ""
|
msgstr "Filling up filesystems."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:254
|
#: src/modules/unpackfs/main.py:254
|
||||||
msgid "rsync failed with error code {}."
|
msgid "rsync failed with error code {}."
|
||||||
msgstr ""
|
msgstr "rsync failed with error code {}."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:299
|
#: src/modules/unpackfs/main.py:299
|
||||||
msgid "Unpacking image {}/{}, file {}/{}"
|
msgid "Unpacking image {}/{}, file {}/{}"
|
||||||
msgstr ""
|
msgstr "Unpacking image {}/{}, file {}/{}"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:314
|
#: src/modules/unpackfs/main.py:314
|
||||||
msgid "Starting to unpack {}"
|
msgid "Starting to unpack {}"
|
||||||
msgstr ""
|
msgstr "Starting to unpack {}"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467
|
#: src/modules/unpackfs/main.py:323 src/modules/unpackfs/main.py:467
|
||||||
msgid "Failed to unpack image \"{}\""
|
msgid "Failed to unpack image \"{}\""
|
||||||
msgstr ""
|
msgstr "Failed to unpack image \"{}\""
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:430
|
#: src/modules/unpackfs/main.py:430
|
||||||
msgid "No mount point for root partition"
|
msgid "No mount point for root partition"
|
||||||
msgstr ""
|
msgstr "No mount point for root partition"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:431
|
#: src/modules/unpackfs/main.py:431
|
||||||
msgid "globalstorage does not contain a \"rootMountPoint\" key."
|
msgid "globalstorage does not contain a \"rootMountPoint\" key."
|
||||||
msgstr ""
|
msgstr "globalstorage does not contain a \"rootMountPoint\" key."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:434
|
#: src/modules/unpackfs/main.py:434
|
||||||
msgid "Bad mount point for root partition"
|
msgid "Bad mount point for root partition"
|
||||||
msgstr ""
|
msgstr "Bad mount point for root partition"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:435
|
#: src/modules/unpackfs/main.py:435
|
||||||
msgid "rootMountPoint is \"{}\", which does not exist."
|
msgid "rootMountPoint is \"{}\", which does not exist."
|
||||||
msgstr ""
|
msgstr "rootMountPoint is \"{}\", which does not exist."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455
|
#: src/modules/unpackfs/main.py:439 src/modules/unpackfs/main.py:455
|
||||||
#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465
|
#: src/modules/unpackfs/main.py:459 src/modules/unpackfs/main.py:465
|
||||||
#: src/modules/unpackfs/main.py:480
|
#: src/modules/unpackfs/main.py:480
|
||||||
msgid "Bad unpackfs configuration"
|
msgid "Bad unpackfs configuration"
|
||||||
msgstr ""
|
msgstr "Bad unpackfs configuration"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:440
|
#: src/modules/unpackfs/main.py:440
|
||||||
msgid "There is no configuration information."
|
msgid "There is no configuration information."
|
||||||
msgstr ""
|
msgstr "There is no configuration information."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:456
|
#: src/modules/unpackfs/main.py:456
|
||||||
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
|
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
|
||||||
msgstr ""
|
msgstr "The filesystem for \"{}\" ({}) is not supported by your current kernel"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:460
|
#: src/modules/unpackfs/main.py:460
|
||||||
msgid "The source filesystem \"{}\" does not exist"
|
msgid "The source filesystem \"{}\" does not exist"
|
||||||
msgstr ""
|
msgstr "The source filesystem \"{}\" does not exist"
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:466
|
#: src/modules/unpackfs/main.py:466
|
||||||
msgid ""
|
msgid ""
|
||||||
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
|
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
|
||||||
"installed."
|
"installed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
|
||||||
|
"installed."
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:481
|
#: src/modules/unpackfs/main.py:481
|
||||||
msgid "The destination \"{}\" in the target system is not a directory"
|
msgid "The destination \"{}\" in the target system is not a directory"
|
||||||
msgstr ""
|
msgstr "The destination \"{}\" in the target system is not a directory"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:524
|
#: src/modules/displaymanager/main.py:524
|
||||||
msgid "Cannot write KDM configuration file"
|
msgid "Cannot write KDM configuration file"
|
||||||
msgstr ""
|
msgstr "Cannot write KDM configuration file"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:525
|
#: src/modules/displaymanager/main.py:525
|
||||||
msgid "KDM config file {!s} does not exist"
|
msgid "KDM config file {!s} does not exist"
|
||||||
msgstr ""
|
msgstr "KDM config file {!s} does not exist"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:586
|
#: src/modules/displaymanager/main.py:586
|
||||||
msgid "Cannot write LXDM configuration file"
|
msgid "Cannot write LXDM configuration file"
|
||||||
msgstr ""
|
msgstr "Cannot write LXDM configuration file"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:587
|
#: src/modules/displaymanager/main.py:587
|
||||||
msgid "LXDM config file {!s} does not exist"
|
msgid "LXDM config file {!s} does not exist"
|
||||||
msgstr ""
|
msgstr "LXDM config file {!s} does not exist"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:670
|
#: src/modules/displaymanager/main.py:670
|
||||||
msgid "Cannot write LightDM configuration file"
|
msgid "Cannot write LightDM configuration file"
|
||||||
msgstr ""
|
msgstr "Cannot write LightDM configuration file"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:671
|
#: src/modules/displaymanager/main.py:671
|
||||||
msgid "LightDM config file {!s} does not exist"
|
msgid "LightDM config file {!s} does not exist"
|
||||||
msgstr ""
|
msgstr "LightDM config file {!s} does not exist"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:745
|
#: src/modules/displaymanager/main.py:745
|
||||||
msgid "Cannot configure LightDM"
|
msgid "Cannot configure LightDM"
|
||||||
msgstr ""
|
msgstr "Cannot configure LightDM"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:746
|
#: src/modules/displaymanager/main.py:746
|
||||||
msgid "No LightDM greeter installed."
|
msgid "No LightDM greeter installed."
|
||||||
msgstr ""
|
msgstr "No LightDM greeter installed."
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:777
|
#: src/modules/displaymanager/main.py:777
|
||||||
msgid "Cannot write SLIM configuration file"
|
msgid "Cannot write SLIM configuration file"
|
||||||
msgstr ""
|
msgstr "Cannot write SLIM configuration file"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:778
|
#: src/modules/displaymanager/main.py:778
|
||||||
msgid "SLIM config file {!s} does not exist"
|
msgid "SLIM config file {!s} does not exist"
|
||||||
msgstr ""
|
msgstr "SLIM config file {!s} does not exist"
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:992
|
#: src/modules/displaymanager/main.py:992
|
||||||
msgid "No display managers selected for the displaymanager module."
|
msgid "No display managers selected for the displaymanager module."
|
||||||
msgstr ""
|
msgstr "No display managers selected for the displaymanager module."
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:993
|
#: src/modules/displaymanager/main.py:993
|
||||||
msgid ""
|
msgid ""
|
||||||
"The displaymanagers list is empty or undefined in both globalstorage and "
|
"The displaymanagers list is empty or undefined in both globalstorage and "
|
||||||
"displaymanager.conf."
|
"displaymanager.conf."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The displaymanagers list is empty or undefined in both globalstorage and "
|
||||||
|
"displaymanager.conf."
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:1075
|
#: src/modules/displaymanager/main.py:1075
|
||||||
msgid "Display manager configuration was incomplete"
|
msgid "Display manager configuration was incomplete"
|
||||||
msgstr ""
|
msgstr "Display manager configuration was incomplete"
|
||||||
|
|
||||||
#: src/modules/initcpiocfg/main.py:28
|
#: src/modules/initcpiocfg/main.py:28
|
||||||
msgid "Configuring mkinitcpio."
|
msgid "Configuring mkinitcpio."
|
||||||
msgstr ""
|
msgstr "Configuring mkinitcpio."
|
||||||
|
|
||||||
#: src/modules/initcpiocfg/main.py:240 src/modules/initramfscfg/main.py:90
|
#: src/modules/initcpiocfg/main.py:240 src/modules/initramfscfg/main.py:90
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/fstab/main.py:401
|
#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/fstab/main.py:401
|
||||||
#: src/modules/localecfg/main.py:141 src/modules/networkcfg/main.py:106
|
#: src/modules/localecfg/main.py:141 src/modules/networkcfg/main.py:106
|
||||||
msgid "No root mount point is given for <pre>{!s}</pre> to use."
|
msgid "No root mount point is given for <pre>{!s}</pre> to use."
|
||||||
msgstr ""
|
msgstr "No root mount point is given for <pre>{!s}</pre> to use."
|
||||||
|
|
||||||
#: src/modules/rawfs/main.py:26
|
#: src/modules/rawfs/main.py:26
|
||||||
msgid "Installing data."
|
msgid "Installing data."
|
||||||
msgstr ""
|
msgstr "Installing data."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:29
|
#: src/modules/services-openrc/main.py:29
|
||||||
msgid "Configure OpenRC services"
|
msgid "Configure OpenRC services"
|
||||||
msgstr ""
|
msgstr "Configure OpenRC services"
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:57
|
#: src/modules/services-openrc/main.py:57
|
||||||
msgid "Cannot add service {name!s} to run-level {level!s}."
|
msgid "Cannot add service {name!s} to run-level {level!s}."
|
||||||
msgstr ""
|
msgstr "Cannot add service {name!s} to run-level {level!s}."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:59
|
#: src/modules/services-openrc/main.py:59
|
||||||
msgid "Cannot remove service {name!s} from run-level {level!s}."
|
msgid "Cannot remove service {name!s} from run-level {level!s}."
|
||||||
msgstr ""
|
msgstr "Cannot remove service {name!s} from run-level {level!s}."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:61
|
#: src/modules/services-openrc/main.py:61
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
|
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
|
||||||
"level {level!s}."
|
"level {level!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
|
||||||
|
"level {level!s}."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:94
|
#: src/modules/services-openrc/main.py:94
|
||||||
msgid ""
|
msgid ""
|
||||||
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
|
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:101
|
#: src/modules/services-openrc/main.py:101
|
||||||
msgid "Target runlevel does not exist"
|
msgid "Target runlevel does not exist"
|
||||||
msgstr ""
|
msgstr "Target runlevel does not exist"
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:102
|
#: src/modules/services-openrc/main.py:102
|
||||||
msgid ""
|
msgid ""
|
||||||
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
|
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
|
||||||
"exist."
|
"exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
|
||||||
|
"exist."
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:110
|
#: src/modules/services-openrc/main.py:110
|
||||||
msgid "Target service does not exist"
|
msgid "Target service does not exist"
|
||||||
msgstr ""
|
msgstr "Target service does not exist"
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:111
|
#: src/modules/services-openrc/main.py:111
|
||||||
msgid ""
|
msgid ""
|
||||||
"The path for service {name!s} is <code>{path!s}</code>, which does not exist."
|
"The path for service {name!s} is <code>{path!s}</code>, which does not "
|
||||||
|
"exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The path for service {name!s} is <code>{path!s}</code>, which does not "
|
||||||
|
"exist."
|
||||||
|
|
||||||
#: src/modules/plymouthcfg/main.py:27
|
#: src/modules/plymouthcfg/main.py:27
|
||||||
msgid "Configure Plymouth theme"
|
msgid "Configure Plymouth theme"
|
||||||
msgstr ""
|
msgstr "Configure Plymouth theme"
|
||||||
|
|
||||||
#: src/modules/packages/main.py:54 src/modules/packages/main.py:65
|
#: src/modules/packages/main.py:54 src/modules/packages/main.py:65
|
||||||
#: src/modules/packages/main.py:75
|
#: src/modules/packages/main.py:75
|
||||||
msgid "Install packages."
|
msgid "Install packages."
|
||||||
msgstr ""
|
msgstr "Install packages."
|
||||||
|
|
||||||
#: src/modules/packages/main.py:63
|
#: src/modules/packages/main.py:63
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Processing packages (%(count)d / %(total)d)"
|
msgid "Processing packages (%(count)d / %(total)d)"
|
||||||
msgstr ""
|
msgstr "Processing packages (%(count)d / %(total)d)"
|
||||||
|
|
||||||
#: src/modules/packages/main.py:68
|
#: src/modules/packages/main.py:68
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Installing one package."
|
msgid "Installing one package."
|
||||||
msgid_plural "Installing %(num)d packages."
|
msgid_plural "Installing %(num)d packages."
|
||||||
msgstr[0] ""
|
msgstr[0] "Installing one package."
|
||||||
msgstr[1] ""
|
msgstr[1] "Installing %(num)d packages."
|
||||||
|
|
||||||
#: src/modules/packages/main.py:71
|
#: src/modules/packages/main.py:71
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Removing one package."
|
msgid "Removing one package."
|
||||||
msgid_plural "Removing %(num)d packages."
|
msgid_plural "Removing %(num)d packages."
|
||||||
msgstr[0] ""
|
msgstr[0] "Removing one package."
|
||||||
msgstr[1] ""
|
msgstr[1] "Removing %(num)d packages."
|
||||||
|
|
||||||
#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
|
#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
|
||||||
#: src/modules/packages/main.py:765
|
#: src/modules/packages/main.py:765
|
||||||
msgid "Package Manager error"
|
msgid "Package Manager error"
|
||||||
msgstr ""
|
msgstr "Package Manager error"
|
||||||
|
|
||||||
#: src/modules/packages/main.py:726
|
#: src/modules/packages/main.py:726
|
||||||
msgid ""
|
msgid ""
|
||||||
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
|
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
|
||||||
"returned error code {!s}."
|
"returned error code {!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
|
||||||
|
"returned error code {!s}."
|
||||||
|
|
||||||
#: src/modules/packages/main.py:738
|
#: src/modules/packages/main.py:738
|
||||||
msgid ""
|
msgid ""
|
||||||
"The package manager could not update the system. The command <pre>{!s}</pre> "
|
"The package manager could not update the system. The command <pre>{!s}</pre>"
|
||||||
"returned error code {!s}."
|
" returned error code {!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The package manager could not update the system. The command <pre>{!s}</pre>"
|
||||||
|
" returned error code {!s}."
|
||||||
|
|
||||||
#: src/modules/packages/main.py:766
|
#: src/modules/packages/main.py:766
|
||||||
msgid ""
|
msgid ""
|
||||||
"The package manager could not make changes to the installed system. The "
|
"The package manager could not make changes to the installed system. The "
|
||||||
"command <pre>{!s}</pre> returned error code {!s}."
|
"command <pre>{!s}</pre> returned error code {!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The package manager could not make changes to the installed system. The "
|
||||||
|
"command <pre>{!s}</pre> returned error code {!s}."
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:43
|
#: src/modules/bootloader/main.py:43
|
||||||
msgid "Install bootloader."
|
msgid "Install bootloader."
|
||||||
msgstr ""
|
msgstr "Install bootloader."
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:614
|
#: src/modules/bootloader/main.py:614
|
||||||
msgid "Failed to install grub, no partitions defined in global storage"
|
msgid "Failed to install grub, no partitions defined in global storage"
|
||||||
msgstr ""
|
msgstr "Failed to install grub, no partitions defined in global storage"
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:782
|
#: src/modules/bootloader/main.py:782
|
||||||
msgid "Bootloader installation error"
|
msgid "Bootloader installation error"
|
||||||
msgstr ""
|
msgstr "Bootloader installation error"
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:783
|
#: src/modules/bootloader/main.py:783
|
||||||
msgid ""
|
msgid ""
|
||||||
"The bootloader could not be installed. The installation command <pre>{!s}</"
|
"The bootloader could not be installed. The installation command "
|
||||||
"pre> returned error code {!s}."
|
"<pre>{!s}</pre> returned error code {!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"The bootloader could not be installed. The installation command "
|
||||||
|
"<pre>{!s}</pre> returned error code {!s}."
|
||||||
|
|
||||||
#: src/modules/hwclock/main.py:26
|
#: src/modules/hwclock/main.py:26
|
||||||
msgid "Setting hardware clock."
|
msgid "Setting hardware clock."
|
||||||
msgstr ""
|
msgstr "Setting hardware clock."
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:27
|
#: src/modules/mkinitfs/main.py:27
|
||||||
msgid "Creating initramfs with mkinitfs."
|
msgid "Creating initramfs with mkinitfs."
|
||||||
msgstr ""
|
msgstr "Creating initramfs with mkinitfs."
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:49
|
#: src/modules/mkinitfs/main.py:49
|
||||||
msgid "Failed to run mkinitfs on the target"
|
msgid "Failed to run mkinitfs on the target"
|
||||||
msgstr ""
|
msgstr "Failed to run mkinitfs on the target"
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
|
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
|
||||||
msgid "The exit code was {}"
|
msgid "The exit code was {}"
|
||||||
msgstr ""
|
msgstr "The exit code was {}"
|
||||||
|
|
||||||
#: src/modules/dracut/main.py:27
|
#: src/modules/dracut/main.py:27
|
||||||
msgid "Creating initramfs with dracut."
|
msgid "Creating initramfs with dracut."
|
||||||
msgstr ""
|
msgstr "Creating initramfs with dracut."
|
||||||
|
|
||||||
#: src/modules/dracut/main.py:49
|
#: src/modules/dracut/main.py:49
|
||||||
msgid "Failed to run dracut on the target"
|
msgid "Failed to run dracut on the target"
|
||||||
msgstr ""
|
msgstr "Failed to run dracut on the target"
|
||||||
|
|
||||||
#: src/modules/initramfscfg/main.py:32
|
#: src/modules/initramfscfg/main.py:32
|
||||||
msgid "Configuring initramfs."
|
msgid "Configuring initramfs."
|
||||||
msgstr ""
|
msgstr "Configuring initramfs."
|
||||||
|
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:26
|
#: src/modules/openrcdmcryptcfg/main.py:26
|
||||||
msgid "Configuring OpenRC dmcrypt service."
|
msgid "Configuring OpenRC dmcrypt service."
|
||||||
msgstr ""
|
msgstr "Configuring OpenRC dmcrypt service."
|
||||||
|
|
||||||
#: src/modules/fstab/main.py:28
|
#: src/modules/fstab/main.py:28
|
||||||
msgid "Writing fstab."
|
msgid "Writing fstab."
|
||||||
msgstr ""
|
msgstr "Writing fstab."
|
||||||
|
|
||||||
#: src/modules/fstab/main.py:429
|
#: src/modules/fstab/main.py:429
|
||||||
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
|
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
|
||||||
msgstr ""
|
msgstr "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
|
||||||
|
|
||||||
#: src/modules/dummypython/main.py:35
|
#: src/modules/dummypython/main.py:35
|
||||||
msgid "Dummy python job."
|
msgid "Dummy python job."
|
||||||
msgstr ""
|
msgstr "Dummy python job."
|
||||||
|
|
||||||
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
|
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
|
||||||
#: src/modules/dummypython/main.py:94
|
#: src/modules/dummypython/main.py:94
|
||||||
msgid "Dummy python step {}"
|
msgid "Dummy python step {}"
|
||||||
msgstr ""
|
msgstr "Dummy python step {}"
|
||||||
|
|
||||||
#: src/modules/localecfg/main.py:31
|
#: src/modules/localecfg/main.py:31
|
||||||
msgid "Configuring locales."
|
msgid "Configuring locales."
|
||||||
msgstr ""
|
msgstr "Configuring locales."
|
||||||
|
|
||||||
#: src/modules/networkcfg/main.py:29
|
#: src/modules/networkcfg/main.py:29
|
||||||
msgid "Saving network configuration."
|
msgid "Saving network configuration."
|
||||||
msgstr ""
|
msgstr "Saving network configuration."
|
||||||
|
@ -12,7 +12,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-05-27 11:18+0200\n"
|
"POT-Creation-Date: 2022-05-29 16:17+0200\n"
|
||||||
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
|
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
|
||||||
"Last-Translator: aboodilankaboot, 2019\n"
|
"Last-Translator: aboodilankaboot, 2019\n"
|
||||||
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
|
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
|
||||||
@ -22,105 +22,89 @@ msgstr ""
|
|||||||
"Language: ar\n"
|
"Language: ar\n"
|
||||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
#: src/modules/packages/main.py:54 src/modules/packages/main.py:65
|
#: src/modules/grubcfg/main.py:28
|
||||||
#: src/modules/packages/main.py:75
|
msgid "Configure GRUB."
|
||||||
msgid "Install packages."
|
|
||||||
msgstr "تثبيت الحزم"
|
|
||||||
|
|
||||||
#: src/modules/packages/main.py:63
|
|
||||||
#, python-format
|
|
||||||
msgid "Processing packages (%(count)d / %(total)d)"
|
|
||||||
msgstr "جاري تحميل الحزم (%(count)d/%(total)d)"
|
|
||||||
|
|
||||||
#: src/modules/packages/main.py:68
|
|
||||||
#, python-format
|
|
||||||
msgid "Installing one package."
|
|
||||||
msgid_plural "Installing %(num)d packages."
|
|
||||||
msgstr[0] ""
|
|
||||||
msgstr[1] ""
|
|
||||||
msgstr[2] ""
|
|
||||||
msgstr[3] ""
|
|
||||||
msgstr[4] ""
|
|
||||||
msgstr[5] ""
|
|
||||||
|
|
||||||
#: src/modules/packages/main.py:71
|
|
||||||
#, python-format
|
|
||||||
msgid "Removing one package."
|
|
||||||
msgid_plural "Removing %(num)d packages."
|
|
||||||
msgstr[0] ""
|
|
||||||
msgstr[1] ""
|
|
||||||
msgstr[2] ""
|
|
||||||
msgstr[3] ""
|
|
||||||
msgstr[4] ""
|
|
||||||
msgstr[5] ""
|
|
||||||
|
|
||||||
#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
|
|
||||||
#: src/modules/packages/main.py:765
|
|
||||||
msgid "Package Manager error"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/packages/main.py:726
|
#: src/modules/mount/main.py:42
|
||||||
msgid ""
|
msgid "Mounting partitions."
|
||||||
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
|
msgstr "جاري تركيب الأقسام"
|
||||||
"returned error code {!s}."
|
|
||||||
|
#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
|
||||||
|
msgid "Internal error mounting zfs datasets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/packages/main.py:738
|
#: src/modules/mount/main.py:100
|
||||||
msgid ""
|
msgid "Failed to import zpool"
|
||||||
"The package manager could not update the system. The command <pre>{!s}</pre>"
|
|
||||||
" returned error code {!s}."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/packages/main.py:766
|
#: src/modules/mount/main.py:116
|
||||||
msgid ""
|
msgid "Failed to unlock zpool"
|
||||||
"The package manager could not make changes to the installed system. The "
|
|
||||||
"command <pre>{!s}</pre> returned error code {!s}."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/networkcfg/main.py:29
|
#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
|
||||||
msgid "Saving network configuration."
|
msgid "Failed to set zfs mountpoint"
|
||||||
msgstr "جاري حفظ الإعدادات"
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/networkcfg/main.py:105 src/modules/initcpiocfg/main.py:235
|
#: src/modules/mount/main.py:229 src/modules/initcpiocfg/main.py:235
|
||||||
#: src/modules/initcpiocfg/main.py:239 src/modules/openrcdmcryptcfg/main.py:72
|
#: src/modules/initcpiocfg/main.py:239 src/modules/rawfs/main.py:164
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/localecfg/main.py:140
|
|
||||||
#: src/modules/mount/main.py:229 src/modules/fstab/main.py:394
|
|
||||||
#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428
|
|
||||||
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
|
#: src/modules/initramfscfg/main.py:85 src/modules/initramfscfg/main.py:89
|
||||||
#: src/modules/rawfs/main.py:164
|
#: src/modules/openrcdmcryptcfg/main.py:72
|
||||||
|
#: src/modules/openrcdmcryptcfg/main.py:76 src/modules/fstab/main.py:394
|
||||||
|
#: src/modules/fstab/main.py:400 src/modules/fstab/main.py:428
|
||||||
|
#: src/modules/localecfg/main.py:140 src/modules/networkcfg/main.py:105
|
||||||
msgid "Configuration Error"
|
msgid "Configuration Error"
|
||||||
msgstr "خطأ في الضبط"
|
msgstr "خطأ في الضبط"
|
||||||
|
|
||||||
#: src/modules/networkcfg/main.py:106 src/modules/initcpiocfg/main.py:240
|
#: src/modules/mount/main.py:230 src/modules/initcpiocfg/main.py:236
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/localecfg/main.py:141
|
#: src/modules/rawfs/main.py:165 src/modules/initramfscfg/main.py:86
|
||||||
#: src/modules/fstab/main.py:401 src/modules/initramfscfg/main.py:90
|
#: src/modules/openrcdmcryptcfg/main.py:73 src/modules/fstab/main.py:395
|
||||||
msgid "No root mount point is given for <pre>{!s}</pre> to use."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/initcpiocfg/main.py:28
|
|
||||||
msgid "Configuring mkinitcpio."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/initcpiocfg/main.py:236 src/modules/openrcdmcryptcfg/main.py:73
|
|
||||||
#: src/modules/mount/main.py:230 src/modules/fstab/main.py:395
|
|
||||||
#: src/modules/initramfscfg/main.py:86 src/modules/rawfs/main.py:165
|
|
||||||
msgid "No partitions are defined for <pre>{!s}</pre> to use."
|
msgid "No partitions are defined for <pre>{!s}</pre> to use."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:27
|
#: src/modules/mount/main.py:253
|
||||||
msgid "Creating initramfs with mkinitfs."
|
msgid "zfs mounting error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:49
|
#: src/modules/services-systemd/main.py:26
|
||||||
msgid "Failed to run mkinitfs on the target"
|
msgid "Configure systemd services"
|
||||||
|
msgstr "تعديل خدمات systemd"
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:59
|
||||||
|
#: src/modules/services-openrc/main.py:93
|
||||||
|
msgid "Cannot modify service"
|
||||||
|
msgstr "لا يمكن تعديل الخدمة"
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:60
|
||||||
|
msgid ""
|
||||||
|
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
|
#: src/modules/services-systemd/main.py:63
|
||||||
msgid "The exit code was {}"
|
#: src/modules/services-systemd/main.py:69
|
||||||
msgstr "كود الخروج كان {}"
|
msgid "Cannot enable systemd service <code>{name!s}</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/openrcdmcryptcfg/main.py:26
|
#: src/modules/services-systemd/main.py:65
|
||||||
msgid "Configuring OpenRC dmcrypt service."
|
msgid "Cannot enable systemd target <code>{name!s}</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:67
|
||||||
|
msgid "Cannot enable systemd timer <code>{name!s}</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:71
|
||||||
|
msgid "Cannot disable systemd target <code>{name!s}</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:73
|
||||||
|
msgid "Cannot mask systemd unit <code>{name!s}</code>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-systemd/main.py:75
|
||||||
|
msgid ""
|
||||||
|
"Unknown systemd commands <code>{command!s}</code> and "
|
||||||
|
"<code>{suffix!s}</code> for unit {name!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/unpackfs/main.py:34
|
#: src/modules/unpackfs/main.py:34
|
||||||
@ -187,169 +171,6 @@ msgstr ""
|
|||||||
msgid "The destination \"{}\" in the target system is not a directory"
|
msgid "The destination \"{}\" in the target system is not a directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:26
|
|
||||||
msgid "Configure systemd services"
|
|
||||||
msgstr "تعديل خدمات systemd"
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:59
|
|
||||||
#: src/modules/services-openrc/main.py:93
|
|
||||||
msgid "Cannot modify service"
|
|
||||||
msgstr "لا يمكن تعديل الخدمة"
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:60
|
|
||||||
msgid ""
|
|
||||||
"<code>systemctl {arg!s}</code> call in chroot returned error code {num!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:63
|
|
||||||
#: src/modules/services-systemd/main.py:69
|
|
||||||
msgid "Cannot enable systemd service <code>{name!s}</code>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:65
|
|
||||||
msgid "Cannot enable systemd target <code>{name!s}</code>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:67
|
|
||||||
msgid "Cannot enable systemd timer <code>{name!s}</code>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:71
|
|
||||||
msgid "Cannot disable systemd target <code>{name!s}</code>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:73
|
|
||||||
msgid "Cannot mask systemd unit <code>{name!s}</code>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-systemd/main.py:75
|
|
||||||
msgid ""
|
|
||||||
"Unknown systemd commands <code>{command!s}</code> and "
|
|
||||||
"<code>{suffix!s}</code> for unit {name!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/dummypython/main.py:35
|
|
||||||
msgid "Dummy python job."
|
|
||||||
msgstr "عملية بايثون دميه"
|
|
||||||
|
|
||||||
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
|
|
||||||
#: src/modules/dummypython/main.py:94
|
|
||||||
msgid "Dummy python step {}"
|
|
||||||
msgstr "عملية دميه خطوه بايثون {}"
|
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:43
|
|
||||||
msgid "Install bootloader."
|
|
||||||
msgstr "تثبيت محمل الإقلاع"
|
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:614
|
|
||||||
msgid "Failed to install grub, no partitions defined in global storage"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:782
|
|
||||||
msgid "Bootloader installation error"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/bootloader/main.py:783
|
|
||||||
msgid ""
|
|
||||||
"The bootloader could not be installed. The installation command "
|
|
||||||
"<pre>{!s}</pre> returned error code {!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/localecfg/main.py:31
|
|
||||||
msgid "Configuring locales."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:42
|
|
||||||
msgid "Mounting partitions."
|
|
||||||
msgstr "جاري تركيب الأقسام"
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:88 src/modules/mount/main.py:124
|
|
||||||
msgid "Internal error mounting zfs datasets"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:100
|
|
||||||
msgid "Failed to import zpool"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:116
|
|
||||||
msgid "Failed to unlock zpool"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:133 src/modules/mount/main.py:138
|
|
||||||
msgid "Failed to set zfs mountpoint"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/mount/main.py:253
|
|
||||||
msgid "zfs mounting error"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/plymouthcfg/main.py:27
|
|
||||||
msgid "Configure Plymouth theme"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/fstab/main.py:28
|
|
||||||
msgid "Writing fstab."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/fstab/main.py:429
|
|
||||||
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:29
|
|
||||||
msgid "Configure OpenRC services"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:57
|
|
||||||
msgid "Cannot add service {name!s} to run-level {level!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:59
|
|
||||||
msgid "Cannot remove service {name!s} from run-level {level!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:61
|
|
||||||
msgid ""
|
|
||||||
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
|
|
||||||
"level {level!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:94
|
|
||||||
msgid ""
|
|
||||||
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:101
|
|
||||||
msgid "Target runlevel does not exist"
|
|
||||||
msgstr "الـ runlevel الهدف غير موجود"
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:102
|
|
||||||
msgid ""
|
|
||||||
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
|
|
||||||
"exist."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:110
|
|
||||||
msgid "Target service does not exist"
|
|
||||||
msgstr "الخدمة الهدف غير موجودة"
|
|
||||||
|
|
||||||
#: src/modules/services-openrc/main.py:111
|
|
||||||
msgid ""
|
|
||||||
"The path for service {name!s} is <code>{path!s}</code>, which does not "
|
|
||||||
"exist."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/dracut/main.py:27
|
|
||||||
msgid "Creating initramfs with dracut."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/dracut/main.py:49
|
|
||||||
msgid "Failed to run dracut on the target"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/grubcfg/main.py:28
|
|
||||||
msgid "Configure GRUB."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/modules/displaymanager/main.py:524
|
#: src/modules/displaymanager/main.py:524
|
||||||
msgid "Cannot write KDM configuration file"
|
msgid "Cannot write KDM configuration file"
|
||||||
msgstr "فشلت كتابة ملف ضبط KDM."
|
msgstr "فشلت كتابة ملف ضبط KDM."
|
||||||
@ -404,14 +225,193 @@ msgstr ""
|
|||||||
msgid "Display manager configuration was incomplete"
|
msgid "Display manager configuration was incomplete"
|
||||||
msgstr "إعداد مدير العرض لم يكتمل"
|
msgstr "إعداد مدير العرض لم يكتمل"
|
||||||
|
|
||||||
#: src/modules/initramfscfg/main.py:32
|
#: src/modules/initcpiocfg/main.py:28
|
||||||
msgid "Configuring initramfs."
|
msgid "Configuring mkinitcpio."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/initcpiocfg/main.py:240 src/modules/initramfscfg/main.py:90
|
||||||
|
#: src/modules/openrcdmcryptcfg/main.py:77 src/modules/fstab/main.py:401
|
||||||
|
#: src/modules/localecfg/main.py:141 src/modules/networkcfg/main.py:106
|
||||||
|
msgid "No root mount point is given for <pre>{!s}</pre> to use."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/rawfs/main.py:26
|
||||||
|
msgid "Installing data."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:29
|
||||||
|
msgid "Configure OpenRC services"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:57
|
||||||
|
msgid "Cannot add service {name!s} to run-level {level!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:59
|
||||||
|
msgid "Cannot remove service {name!s} from run-level {level!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:61
|
||||||
|
msgid ""
|
||||||
|
"Unknown service-action <code>{arg!s}</code> for service {name!s} in run-"
|
||||||
|
"level {level!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:94
|
||||||
|
msgid ""
|
||||||
|
"<code>rc-update {arg!s}</code> call in chroot returned error code {num!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:101
|
||||||
|
msgid "Target runlevel does not exist"
|
||||||
|
msgstr "الـ runlevel الهدف غير موجود"
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:102
|
||||||
|
msgid ""
|
||||||
|
"The path for runlevel {level!s} is <code>{path!s}</code>, which does not "
|
||||||
|
"exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:110
|
||||||
|
msgid "Target service does not exist"
|
||||||
|
msgstr "الخدمة الهدف غير موجودة"
|
||||||
|
|
||||||
|
#: src/modules/services-openrc/main.py:111
|
||||||
|
msgid ""
|
||||||
|
"The path for service {name!s} is <code>{path!s}</code>, which does not "
|
||||||
|
"exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/plymouthcfg/main.py:27
|
||||||
|
msgid "Configure Plymouth theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:54 src/modules/packages/main.py:65
|
||||||
|
#: src/modules/packages/main.py:75
|
||||||
|
msgid "Install packages."
|
||||||
|
msgstr "تثبيت الحزم"
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid "Processing packages (%(count)d / %(total)d)"
|
||||||
|
msgstr "جاري تحميل الحزم (%(count)d/%(total)d)"
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:68
|
||||||
|
#, python-format
|
||||||
|
msgid "Installing one package."
|
||||||
|
msgid_plural "Installing %(num)d packages."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] ""
|
||||||
|
msgstr[4] ""
|
||||||
|
msgstr[5] ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:71
|
||||||
|
#, python-format
|
||||||
|
msgid "Removing one package."
|
||||||
|
msgid_plural "Removing %(num)d packages."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] ""
|
||||||
|
msgstr[4] ""
|
||||||
|
msgstr[5] ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:725 src/modules/packages/main.py:737
|
||||||
|
#: src/modules/packages/main.py:765
|
||||||
|
msgid "Package Manager error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:726
|
||||||
|
msgid ""
|
||||||
|
"The package manager could not prepare updates. The command <pre>{!s}</pre> "
|
||||||
|
"returned error code {!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:738
|
||||||
|
msgid ""
|
||||||
|
"The package manager could not update the system. The command <pre>{!s}</pre>"
|
||||||
|
" returned error code {!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/packages/main.py:766
|
||||||
|
msgid ""
|
||||||
|
"The package manager could not make changes to the installed system. The "
|
||||||
|
"command <pre>{!s}</pre> returned error code {!s}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/bootloader/main.py:43
|
||||||
|
msgid "Install bootloader."
|
||||||
|
msgstr "تثبيت محمل الإقلاع"
|
||||||
|
|
||||||
|
#: src/modules/bootloader/main.py:614
|
||||||
|
msgid "Failed to install grub, no partitions defined in global storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/bootloader/main.py:782
|
||||||
|
msgid "Bootloader installation error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/bootloader/main.py:783
|
||||||
|
msgid ""
|
||||||
|
"The bootloader could not be installed. The installation command "
|
||||||
|
"<pre>{!s}</pre> returned error code {!s}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/hwclock/main.py:26
|
#: src/modules/hwclock/main.py:26
|
||||||
msgid "Setting hardware clock."
|
msgid "Setting hardware clock."
|
||||||
msgstr "جاري إعداد ساعة الهاردوير"
|
msgstr "جاري إعداد ساعة الهاردوير"
|
||||||
|
|
||||||
#: src/modules/rawfs/main.py:26
|
#: src/modules/mkinitfs/main.py:27
|
||||||
msgid "Installing data."
|
msgid "Creating initramfs with mkinitfs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/mkinitfs/main.py:49
|
||||||
|
msgid "Failed to run mkinitfs on the target"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/mkinitfs/main.py:50 src/modules/dracut/main.py:50
|
||||||
|
msgid "The exit code was {}"
|
||||||
|
msgstr "كود الخروج كان {}"
|
||||||
|
|
||||||
|
#: src/modules/dracut/main.py:27
|
||||||
|
msgid "Creating initramfs with dracut."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/dracut/main.py:49
|
||||||
|
msgid "Failed to run dracut on the target"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/initramfscfg/main.py:32
|
||||||
|
msgid "Configuring initramfs."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/openrcdmcryptcfg/main.py:26
|
||||||
|
msgid "Configuring OpenRC dmcrypt service."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/fstab/main.py:28
|
||||||
|
msgid "Writing fstab."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/fstab/main.py:429
|
||||||
|
msgid "No <pre>{!s}</pre> configuration is given for <pre>{!s}</pre> to use."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/dummypython/main.py:35
|
||||||
|
msgid "Dummy python job."
|
||||||
|
msgstr "عملية بايثون دميه"
|
||||||
|
|
||||||
|
#: src/modules/dummypython/main.py:37 src/modules/dummypython/main.py:93
|
||||||
|
#: src/modules/dummypython/main.py:94
|
||||||
|
msgid "Dummy python step {}"
|
||||||
|
msgstr "عملية دميه خطوه بايثون {}"
|
||||||
|
|
||||||
|
#: src/modules/localecfg/main.py:31
|
||||||
|
msgid "Configuring locales."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/modules/networkcfg/main.py:29
|
||||||
|
msgid "Saving network configuration."
|
||||||
|
msgstr "جاري حفظ الإعدادات"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user