parent
02478739e7
commit
ae406497b7
@ -0,0 +1,23 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2018 Slávek Banko
|
||||
# slavek.banko (AT) axis.cz
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
cmake_minimum_required( VERSION 3.1 )
|
||||
|
||||
|
||||
##### include our cmake modules #################
|
||||
|
||||
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
|
||||
include( TDEL10n )
|
||||
|
||||
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_auto_add_subdirectories( )
|
@ -1,63 +0,0 @@
|
||||
# The pofiles macro creates in some versions same name targets
|
||||
# which since cmake 2.8 leads to target clashes.
|
||||
# Hence force the old policy for all po directories.
|
||||
# http://public.kitware.com/Bug/view.php?id=12952
|
||||
cmake_policy(SET CMP0002 OLD)
|
||||
|
||||
find_package(Gettext REQUIRED)
|
||||
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||||
if (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
add_subdirectory(zh_TW)
|
||||
add_subdirectory(zh_CN)
|
||||
add_subdirectory(vi)
|
||||
add_subdirectory(uk)
|
||||
add_subdirectory(ug)
|
||||
add_subdirectory(tr)
|
||||
add_subdirectory(th)
|
||||
add_subdirectory(sv)
|
||||
add_subdirectory(sr@latin)
|
||||
add_subdirectory(sr@ijekavianlatin)
|
||||
add_subdirectory(sr@ijekavian)
|
||||
add_subdirectory(sr)
|
||||
add_subdirectory(sl)
|
||||
add_subdirectory(sk)
|
||||
add_subdirectory(ru)
|
||||
add_subdirectory(ro)
|
||||
add_subdirectory(pt_BR)
|
||||
add_subdirectory(pt)
|
||||
add_subdirectory(pl)
|
||||
add_subdirectory(pa)
|
||||
add_subdirectory(nl)
|
||||
add_subdirectory(nds)
|
||||
add_subdirectory(nb)
|
||||
add_subdirectory(ms)
|
||||
add_subdirectory(mr)
|
||||
add_subdirectory(mai)
|
||||
add_subdirectory(lt)
|
||||
add_subdirectory(km)
|
||||
add_subdirectory(kk)
|
||||
add_subdirectory(ja)
|
||||
add_subdirectory(it)
|
||||
add_subdirectory(is)
|
||||
add_subdirectory(hu)
|
||||
add_subdirectory(hr)
|
||||
add_subdirectory(gl)
|
||||
add_subdirectory(ga)
|
||||
add_subdirectory(fr)
|
||||
add_subdirectory(fi)
|
||||
add_subdirectory(et)
|
||||
add_subdirectory(es)
|
||||
add_subdirectory(eo)
|
||||
add_subdirectory(en_GB)
|
||||
add_subdirectory(el)
|
||||
add_subdirectory(de)
|
||||
add_subdirectory(da)
|
||||
add_subdirectory(cs)
|
||||
add_subdirectory(ca@valencia)
|
||||
add_subdirectory(ca)
|
||||
add_subdirectory(bs)
|
||||
add_subdirectory(ar)
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ar ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(bs ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ca ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ca@valencia ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(cs ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(da ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(el ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(en_GB ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(eo ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(et ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(fi ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(fr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ga ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(gl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(hr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(hu ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(is ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(it ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ja ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(kk ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(km ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(lt ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(mai ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(mr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ms ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(nb ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(nds ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(nl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(pa ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(pl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(pt ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(pt_BR ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ro ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ru ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sk ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sr@ijekavian ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sr@ijekavianlatin ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sr@latin ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(sv ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(th ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(tr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(ug ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(uk ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(vi ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(zh_CN ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -1,2 +0,0 @@
|
||||
file(GLOB _po_files *.po)
|
||||
GETTEXT_PROCESS_PO_FILES(zh_TW ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
|
@ -0,0 +1,3 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "messages/polkit-agent-tde" )
|
@ -0,0 +1,121 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2022-01-01 22:38+0900\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
|
||||
#, ignore-inconsistent
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr ""
|
||||
|
||||
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
|
||||
#, ignore-inconsistent
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:137
|
||||
msgid "Password for root:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:144
|
||||
msgid "Password for %1:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:148 AuthDialog.cpp:265 AuthDialogWidget.ui:141
|
||||
#, no-c-format
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:156
|
||||
msgid "Password or swipe finger for root:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:163
|
||||
msgid "Password or swipe finger for %1:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:167
|
||||
msgid "Password or swipe finger:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:179
|
||||
msgid ""
|
||||
"An application is attempting to perform an action that requires privileges. "
|
||||
"Authentication is required to perform this action."
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:196
|
||||
msgid "Select User"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialog.cpp:290
|
||||
msgid "Authentication failure, please try again."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:29
|
||||
msgid "Polkit-Agent-TDE"
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:30
|
||||
msgid "A Polkit authentication agent for TDE"
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:31
|
||||
msgid "(c) 2009 Red Hat, Inc."
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:32
|
||||
msgid "Jaroslav Reznik"
|
||||
msgstr ""
|
||||
|
||||
#: main.cpp:32
|
||||
msgid "Maintainer"
|
||||
msgstr ""
|
||||
|
||||
#: polkit-listener.cpp:65
|
||||
msgid "Another client is already authenticating, please try again later."
|
||||
msgstr ""
|
||||
|
||||
#: AuthDetailsWidget.ui:32 AuthDetailsWidget.ui:86
|
||||
#, no-c-format
|
||||
msgid "Application:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDetailsWidget.ui:40 AuthDetailsWidget.ui:56
|
||||
#, no-c-format
|
||||
msgid "Action:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDetailsWidget.ui:48 AuthDetailsWidget.ui:64
|
||||
#, no-c-format
|
||||
msgid "Vendor:"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialogWidget.ui:45
|
||||
#, no-c-format
|
||||
msgid "Lock Icon here"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialogWidget.ui:88
|
||||
#, no-c-format
|
||||
msgid "<b>Header is here!</b>"
|
||||
msgstr ""
|
||||
|
||||
#: AuthDialogWidget.ui:110
|
||||
#, no-c-format
|
||||
msgid "<i>Content</i>"
|
||||
msgstr ""
|
Loading…
Reference in new issue