summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-09-29 13:18:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-09-29 13:21:01 +0200
commit12d35e64af0405a6d836ddf6c8b17b4f45111402 (patch)
tree9e27191f99d088197e1035b6cbfa0fc5492c1b66
parent5011ca36f000ff346a06c5f963e1c960f1f738f1 (diff)
downloadkerberostray-12d35e64af0405a6d836ddf6c8b17b4f45111402.tar.gz
kerberostray-12d35e64af0405a6d836ddf6c8b17b4f45111402.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9dee479bc9198dffb04d8e564ec769f94affeef8)
-rw-r--r--po/CMakeLists.txt14
-rw-r--r--po/de.po192
-rw-r--r--po/kerberostray.pot194
3 files changed, 0 insertions, 400 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index 75c89f8..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
-
-foreach( _po ${po_files} )
- get_filename_component( _lang ${_po} NAME_WE )
- if( "${_linguas}" MATCHES "^;*$" OR ";${_linguas};" MATCHES ";${_lang};" )
- if( "${_po}" MATCHES "^([^/]*)/.*" )
- string( REGEX REPLACE "^([^/]*)/.*" "\\1" _component "${_po}" )
- else( )
- set( _component "${PROJECT_NAME}" )
- endif( )
- tde_create_translation( FILES ${_po} LANG ${_lang} OUTPUT_NAME ${_component} )
- endif( )
-endforeach( )
diff --git a/po/de.po b/po/de.po
deleted file mode 100644
index fbe7def..0000000
--- a/po/de.po
+++ /dev/null
@@ -1,192 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 13:14+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\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).
-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).
-msgid ""
-"_: EMAIL OF TRANSLATORS\n"
-"Your emails"
-msgstr ""
-
-#: configdlg.cpp:39
-msgid "Kerberos Ticket Manager Configuration"
-msgstr ""
-
-#: main.cpp:30
-msgid "TDE utility for managing Kerberos tickets"
-msgstr ""
-
-#: main.cpp:36
-msgid "Kerberos Ticket Manager"
-msgstr ""
-
-#: toplevel.cpp:69
-msgid "&Obtain New Ticket Granting Ticket"
-msgstr ""
-
-#: toplevel.cpp:70
-msgid "&Obtain New Primary Service Ticket"
-msgstr ""
-
-#: toplevel.cpp:71
-msgid "&Obtain Authenticated Service Ticket"
-msgstr ""
-
-#: toplevel.cpp:72
-msgid "&Destroy All Tickets"
-msgstr ""
-
-#: toplevel.cpp:73
-msgid "&Configure..."
-msgstr ""
-
-#: toplevel.cpp:200
-msgid "No Kerberos Tickets Available"
-msgstr ""
-
-#: toplevel.cpp:211
-msgid "(Active)"
-msgstr ""
-
-#: toplevel.cpp:214
-msgid "(Expired)"
-msgstr ""
-
-#: toplevel.cpp:234
-msgid "Please provide Kerberos credentials"
-msgstr ""
-
-#: toplevel.cpp:242
-msgid "<qt>Failed to obtain ticket<p>%1</qt>"
-msgstr ""
-
-#: toplevel.cpp:242
-msgid "Failed to obtain Kerberos ticket"
-msgstr ""
-
-#: toplevel.cpp:262
-msgid "Enter the name of the Kerberos service principal you wish to obtain"
-msgstr ""
-
-#: toplevel.cpp:265
-msgid "<qt>Failed to obtain service ticket<p>%1</qt>"
-msgstr ""
-
-#: toplevel.cpp:265
-msgid "Failed to obtain Kerberos service ticket"
-msgstr ""
-
-#: toplevel.cpp:272
-msgid "Unable to destroy tickets!"
-msgstr ""
-
-#: toplevel.cpp:272
-msgid "Internal Error"
-msgstr ""
-
-#: toplevel.cpp:304
-msgid "%1 Kerberos ticket(s) listed for principal %2"
-msgstr ""
-
-#: toplevel.cpp:339
-msgid "All ticket(s) have expired"
-msgstr ""
-
-#: toplevel.cpp:344
-msgid "%1 ticket(s) have expired"
-msgstr ""
-
-#: toplevel.cpp:350
-msgid ""
-"All ticket(s) are active\n"
-"%1 ticket(s) will expire shortly"
-msgstr ""
-
-#: toplevel.cpp:353
-msgid "All ticket(s) are active"
-msgstr ""
-
-#: toplevel.cpp:359
-msgid "No Kerberos tickets are available"
-msgstr ""
-
-#: toplevel.cpp:379
-msgid "Kerberos Tickets Manager"
-msgstr ""
-
-#: toplevel.cpp:387
-msgid "Server: "
-msgstr ""
-
-#: toplevel.cpp:388
-msgid "Client: "
-msgstr ""
-
-#: toplevel.cpp:389
-msgid "Encryption Type: "
-msgstr ""
-
-#: toplevel.cpp:390
-#, c-format
-msgid "Key Version: %1"
-msgstr ""
-
-#: toplevel.cpp:391
-msgid "Authenticated: "
-msgstr ""
-
-#: toplevel.cpp:392
-msgid "Valid After: "
-msgstr ""
-
-#: toplevel.cpp:393
-msgid "Valid Before: "
-msgstr ""
-
-#: toplevel.cpp:410 toplevel.cpp:427
-msgid "<b>Kerberos Ticket %1</b>"
-msgstr ""
-
-#: toplevel.cpp:419 toplevel.cpp:432
-msgid "Kerberos Ticket Information"
-msgstr ""
-
-#: toplevel.cpp:435
-msgid "<qt>Failed to destroy ticket<br>%1<p>%2</qt>"
-msgstr ""
-
-#: toplevel.cpp:435
-msgid "Failed to destroy Kerberos ticket"
-msgstr ""
-
-#: configdlgbase.ui:16
-#, no-c-format
-msgid "Automatically start the Kerberos Ticket Manager on login"
-msgstr ""
-
-#: configdlgbase.ui:24
-#, no-c-format
-msgid "Notify me before my ticket(s) expire"
-msgstr ""
-
-#: configdlgbase.ui:32
-#, no-c-format
-msgid "Minutes before expiration:"
-msgstr ""
diff --git a/po/kerberostray.pot b/po/kerberostray.pot
deleted file mode 100644
index 4bca1ac..0000000
--- a/po/kerberostray.pot
+++ /dev/null
@@ -1,194 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-05-11 13:14+0200\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 ""
-
-#: configdlg.cpp:39
-msgid "Kerberos Ticket Manager Configuration"
-msgstr ""
-
-#: main.cpp:30
-msgid "TDE utility for managing Kerberos tickets"
-msgstr ""
-
-#: main.cpp:36
-msgid "Kerberos Ticket Manager"
-msgstr ""
-
-#: toplevel.cpp:69
-msgid "&Obtain New Ticket Granting Ticket"
-msgstr ""
-
-#: toplevel.cpp:70
-msgid "&Obtain New Primary Service Ticket"
-msgstr ""
-
-#: toplevel.cpp:71
-msgid "&Obtain Authenticated Service Ticket"
-msgstr ""
-
-#: toplevel.cpp:72
-msgid "&Destroy All Tickets"
-msgstr ""
-
-#: toplevel.cpp:73
-msgid "&Configure..."
-msgstr ""
-
-#: toplevel.cpp:200
-msgid "No Kerberos Tickets Available"
-msgstr ""
-
-#: toplevel.cpp:211
-msgid "(Active)"
-msgstr ""
-
-#: toplevel.cpp:214
-msgid "(Expired)"
-msgstr ""
-
-#: toplevel.cpp:234
-msgid "Please provide Kerberos credentials"
-msgstr ""
-
-#: toplevel.cpp:242
-msgid "<qt>Failed to obtain ticket<p>%1</qt>"
-msgstr ""
-
-#: toplevel.cpp:242
-msgid "Failed to obtain Kerberos ticket"
-msgstr ""
-
-#: toplevel.cpp:262
-msgid "Enter the name of the Kerberos service principal you wish to obtain"
-msgstr ""
-
-#: toplevel.cpp:265
-msgid "<qt>Failed to obtain service ticket<p>%1</qt>"
-msgstr ""
-
-#: toplevel.cpp:265
-msgid "Failed to obtain Kerberos service ticket"
-msgstr ""
-
-#: toplevel.cpp:272
-msgid "Unable to destroy tickets!"
-msgstr ""
-
-#: toplevel.cpp:272
-msgid "Internal Error"
-msgstr ""
-
-#: toplevel.cpp:304
-msgid "%1 Kerberos ticket(s) listed for principal %2"
-msgstr ""
-
-#: toplevel.cpp:339
-msgid "All ticket(s) have expired"
-msgstr ""
-
-#: toplevel.cpp:344
-msgid "%1 ticket(s) have expired"
-msgstr ""
-
-#: toplevel.cpp:350
-msgid ""
-"All ticket(s) are active\n"
-"%1 ticket(s) will expire shortly"
-msgstr ""
-
-#: toplevel.cpp:353
-msgid "All ticket(s) are active"
-msgstr ""
-
-#: toplevel.cpp:359
-msgid "No Kerberos tickets are available"
-msgstr ""
-
-#: toplevel.cpp:379
-msgid "Kerberos Tickets Manager"
-msgstr ""
-
-#: toplevel.cpp:387
-msgid "Server: "
-msgstr ""
-
-#: toplevel.cpp:388
-msgid "Client: "
-msgstr ""
-
-#: toplevel.cpp:389
-msgid "Encryption Type: "
-msgstr ""
-
-#: toplevel.cpp:390
-#, c-format
-msgid "Key Version: %1"
-msgstr ""
-
-#: toplevel.cpp:391
-msgid "Authenticated: "
-msgstr ""
-
-#: toplevel.cpp:392
-msgid "Valid After: "
-msgstr ""
-
-#: toplevel.cpp:393
-msgid "Valid Before: "
-msgstr ""
-
-#: toplevel.cpp:410 toplevel.cpp:427
-msgid "<b>Kerberos Ticket %1</b>"
-msgstr ""
-
-#: toplevel.cpp:419 toplevel.cpp:432
-msgid "Kerberos Ticket Information"
-msgstr ""
-
-#: toplevel.cpp:435
-msgid "<qt>Failed to destroy ticket<br>%1<p>%2</qt>"
-msgstr ""
-
-#: toplevel.cpp:435
-msgid "Failed to destroy Kerberos ticket"
-msgstr ""
-
-#: configdlgbase.ui:16
-#, no-c-format
-msgid "Automatically start the Kerberos Ticket Manager on login"
-msgstr ""
-
-#: configdlgbase.ui:24
-#, no-c-format
-msgid "Notify me before my ticket(s) expire"
-msgstr ""
-
-#: configdlgbase.ui:32
-#, no-c-format
-msgid "Minutes before expiration:"
-msgstr ""