summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/uistrings.cpp
blob: b17438ba93ad2894667d5b7e499d274179c5965b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "uistrings_p.h"

// Translatable messages should go into this .cpp file for them to
// be picked up by lupdate.

QT_BEGIN_NAMESPACE

const char ACCESSIBILITY_ELEMENT[] = "quiaccessibilityelement";
const char AE_CHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "checked");
const char AE_UNCHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "unchecked");

QT_END_NAMESPACE