summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/CMakeL10n.txt2
-rw-r--r--translations/CMakeLists.txt1
-rw-r--r--translations/messages/CMakeLists.txt14
-rw-r--r--translations/messages/kcmldapcontroller.pot764
5 files changed, 781 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1bf528..3195789 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,7 +84,7 @@ add_subdirectory( acl-updater )
add_subdirectory( cert-updater )
add_subdirectory( confskel )
add_subdirectory( pics )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index d41a76e..e14c5a7 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,3 @@
##### create translation templates ##############
-tde_l10n_create_template( "kcmldapcontroller" )
+tde_l10n_create_template( "messages/kcmldapcontroller" )
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
new file mode 100644
index 0000000..42b186a
--- /dev/null
+++ b/translations/CMakeLists.txt
@@ -0,0 +1 @@
+tde_auto_add_subdirectories()
diff --git a/translations/messages/CMakeLists.txt b/translations/messages/CMakeLists.txt
new file mode 100644
index 0000000..75c89f8
--- /dev/null
+++ b/translations/messages/CMakeLists.txt
@@ -0,0 +1,14 @@
+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/translations/messages/kcmldapcontroller.pot b/translations/messages/kcmldapcontroller.pot
new file mode 100644
index 0000000..68ea951
--- /dev/null
+++ b/translations/messages/kcmldapcontroller.pot
@@ -0,0 +1,764 @@
+# 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 ""
+
+#: ldapcontroller.cpp:108
+msgid "TDE LDAP Controller"
+msgstr ""
+
+#: ldapcontroller.cpp:109
+msgid "TDE LDAP Controller Control Panel Module"
+msgstr ""
+
+#: ldapcontroller.cpp:111
+msgid "(c) 2012 Timothy Pearson"
+msgstr ""
+
+#: ldapcontroller.cpp:127
+msgid ""
+"<b>LDAP controller settings take effect system wide, and require "
+"administrator access to modify</b><br>To alter the system's realm controller "
+"settings, click on the \"Administrator Mode\" button below."
+msgstr ""
+
+#: ldapcontroller.cpp:209
+msgid ""
+"<qt>Secondary realm controller promotion is not yet available<p>If you want "
+"to see it implemented, contact the Trinity Desktop developers</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:209 ldapcontroller.cpp:245 ldapcontroller.cpp:250
+msgid "Feature Not Yet Available"
+msgstr ""
+
+#: ldapcontroller.cpp:214 ldapcontroller.cpp:255
+msgid ""
+"<qt>You are already bonded to a realm!<p>Please unbond from all realms "
+"before selecting a Realm Controller role</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:214 ldapcontroller.cpp:255
+msgid "Common Sense Failure"
+msgstr ""
+
+#: ldapcontroller.cpp:245
+msgid ""
+"<qt>Secondary realm controller support is not yet available<p>If you want to "
+"see it implemented, contact the Trinity Desktop developers</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:250
+msgid ""
+"<qt>Primary realm controller demotion is not yet available<p>If you want to "
+"see it implemented, contact the Trinity Desktop developers</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:285
+msgid ""
+"<qt><b>WARNING</b><br>You are attempting to demote a realm controller<p>This "
+"action will <b>PERMANENTLY DESTROY</b> the realm directory stored on this "
+"machine<p>If you do not want to do this, select <b>Cancel</b> below</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:285
+msgid "Are you absolutely sure?"
+msgstr ""
+
+#: ldapcontroller.cpp:287
+msgid "Preparing to demote primary realm controller..."
+msgstr ""
+
+#: ldapcontroller.cpp:294 ldapcontroller.cpp:1665 ldapcontroller.cpp:1731
+msgid "Stopping servers..."
+msgstr ""
+
+#: ldapcontroller.cpp:309
+msgid "Purging LDAP database..."
+msgstr ""
+
+#: ldapcontroller.cpp:314
+msgid "Purging local configuration..."
+msgstr ""
+
+#: ldapcontroller.cpp:415 ldapcontrollerconfigbase.ui:350
+#, no-c-format
+msgid "Advanced Configuration"
+msgstr ""
+
+#: ldapcontroller.cpp:580
+msgid ""
+"<qt><b>You are about to promote the server '%1' to the role of Certificate "
+"Authority Master</b><p>Are you sure you want to proceed?</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:580 ldapcontroller.cpp:909
+msgid "Confirmation Required"
+msgstr ""
+
+#: ldapcontroller.cpp:591
+msgid "<qt>Unable to change certificate authority master server!<p>%1</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:591 ldapcontroller.cpp:601 ldapcontroller.cpp:623
+#: ldapcontroller.cpp:778
+msgid "Internal Failure"
+msgstr ""
+
+#: ldapcontroller.cpp:601 ldapcontroller.cpp:623
+msgid "<qt>Unable to upload new certificate to LDAP server!<p>%1</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:633 ldapcontroller.cpp:660 ldapcontroller.cpp:699
+msgid "Select a location to save a copy of the private key..."
+msgstr ""
+
+#: ldapcontroller.cpp:642 ldapcontroller.cpp:672 ldapcontroller.cpp:711
+msgid "Select a location to save a copy of the certificate..."
+msgstr ""
+
+#: ldapcontroller.cpp:732
+msgid "Please enter the new LDAP root password:"
+msgstr ""
+
+#: ldapcontroller.cpp:778
+msgid ""
+"<qt>Unable to modify LDAP root password<p>Your LDAP server may now be in an "
+"inconsistent or disabled state</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:785
+msgid "Please enter the new realm administrator password:"
+msgstr ""
+
+#: ldapcontroller.cpp:827 ldapcontroller.cpp:875
+msgid ""
+"<qt>Unable to add new multi-master replication!<p>The provided ID '%1' "
+"conflicts with an existing replication mapping.</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:827 ldapcontroller.cpp:832 ldapcontroller.cpp:875
+#: ldapcontroller.cpp:880
+msgid "Invalid Configuration"
+msgstr ""
+
+#: ldapcontroller.cpp:832 ldapcontroller.cpp:880
+msgid ""
+"<qt>Unable to add new multi-master replication!<p>The provided FQDN '%1' "
+"conflicts with an existing replication mapping.</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:909
+msgid ""
+"<qt><b>You are about to remove the muli-master replication mapping for "
+"'%1'</b><br>This action cannot be undone once committed<p>Are you sure you "
+"want to proceed?</qt>"
+msgstr ""
+
+#: ldapcontroller.cpp:1641
+msgid "Loading data for secondary controller..."
+msgstr ""
+
+#: ldapcontroller.cpp:1656 ldapcontroller.cpp:1722
+msgid "Unable to locate required template files"
+msgstr ""
+
+#: ldapcontroller.cpp:1670 ldapcontroller.cpp:1736
+msgid "Unable to stop SASL server"
+msgstr ""
+
+#: ldapcontroller.cpp:1678 ldapcontroller.cpp:1744
+msgid "Unable to stop Kerberos server"
+msgstr ""
+
+#: ldapcontroller.cpp:1686 ldapcontroller.cpp:1752
+msgid "Unable to stop LDAP server"
+msgstr ""
+
+#: ldapcontroller.cpp:1707
+msgid "Loading data for realm deployment..."
+msgstr ""
+
+#: ldapcontroller.cpp:1758
+msgid "Purging existing LDAP database..."
+msgstr ""
+
+#: ldapcontroller.cpp:1763
+msgid "Installing new LDAP schema..."
+msgstr ""
+
+#: ldapcontroller.cpp:1868
+msgid "Installing realm certificates..."
+msgstr ""
+
+#: ldapcontroller.cpp:1874
+msgid "Unable to install realm certificates"
+msgstr ""
+
+#: ldapcontroller.cpp:1923
+msgid "Loading initial database into LDAP..."
+msgstr ""
+
+#: ldapcontroller.cpp:1934
+msgid "Unable to import initial database into LDAP"
+msgstr ""
+
+#: ldapcontroller.cpp:1941
+msgid "Starting servers..."
+msgstr ""
+
+#: ldapcontroller.cpp:1946
+msgid "Unable to start LDAP server"
+msgstr ""
+
+#: ldapcontroller.cpp:1952
+msgid "Unable to start Kerberos server"
+msgstr ""
+
+#: ldapcontroller.cpp:1957
+msgid "Initializing Kerberos database..."
+msgstr ""
+
+#: ldapcontroller.cpp:1962
+msgid "Unable to initialize Kerberos database<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:1968
+msgid "Unable to add KDC server entry to Kerberos database<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:1974
+msgid "Unable to add %1 entry to Kerberos database<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:1980
+msgid "Unable to add LDAP entry to Kerberos database<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:2038
+msgid "Unable to set user password in Kerberos database<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:2043
+msgid "Configuring local system..."
+msgstr ""
+
+#: ldapcontroller.cpp:2065
+msgid "Unable to set local sudo rights<p>"
+msgstr ""
+
+#: ldapcontroller.cpp:2075
+msgid "(Re)starting servers..."
+msgstr ""
+
+#: ldapcontroller.cpp:2080
+msgid "Unable to restart LDAP server"
+msgstr ""
+
+#: ldapcontroller.cpp:2086
+msgid "Unable to restart Kerberos server"
+msgstr ""
+
+#: ldapcontroller.cpp:2092
+msgid "Unable to restart Kerberos Administration Service"
+msgstr ""
+
+#: ldapcontroller.cpp:2099
+msgid "Unable to start SASL server"
+msgstr ""
+
+#: ldapcontroller.cpp:2118
+msgid "This module configures an LDAP Realm Controller."
+msgstr ""
+
+#: multimasterreplicationconfigdlg.cpp:42
+msgid "LDAP Multi-Master Replication Properties"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:66
+msgid "LDAP Realm Wizard"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:69
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:69
+msgid "Step 1: Introduction"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:73
+msgid "Step 2: Set Up New Realm"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:77
+msgid "Step 3: Set Up Certificates"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:81
+msgid "Step 4: Initialize New Realm"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:252
+msgid ""
+"<p>Are you sure you want to quit the LDAP Realm Wizard?</p><p>If yes, click "
+"<b>Quit</b> and all changes will be lost.<br>If not, click <b>Cancel</b> to "
+"return and finish your setup.</p>"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:257
+msgid ""
+"<p>Are you sure you want to quit the LDAP Realm Wizard?</p><p>If not, click "
+"<b>Cancel</b> to return and finish setup.</p>"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:260
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:172
+msgid "All Changes Will Be Lost"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:291
+msgid ""
+"<qt><b>Passwords do not match!</b><p>Please re-enter the new administration "
+"account password</qt>"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:291
+#: primaryrealmwizard/primaryrealmwizard.cpp:295
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:203
+msgid "Input Error"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:295
+msgid ""
+"<qt><b>Password required!</b><p>Please enter the new administration account "
+"password</qt>"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:314
+msgid "<qt><b>Unable to create new realm!</b><p>Details: %1</qt>"
+msgstr ""
+
+#: primaryrealmwizard/primaryrealmwizard.cpp:314
+msgid "Unable to create new realm"
+msgstr ""
+
+#: processingdialog.cpp:66
+msgid "LDAP/Kerberos Realm Configuration"
+msgstr ""
+
+#: processingdialog.cpp:102 processingdialog.cpp:147
+msgid "Pondering what to do next"
+msgstr ""
+
+#: processingdialog.cpp:115
+msgid "Please wait..."
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:66
+msgid "Secondary Realm Controller Wizard"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:73
+msgid "Step 2: Gather Realm Information"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:77
+msgid "Step 3: Initialize New Realm Controller"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:164
+msgid ""
+"<p>Are you sure you want to quit the Secondary Realm Controller "
+"Wizard?</p><p>If yes, click <b>Quit</b> and all changes will be lost.<br>If "
+"not, click <b>Cancel</b> to return and finish your setup.</p>"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:169
+msgid ""
+"<p>Are you sure you want to quit the Secondary Realm Controller "
+"Wizard?</p><p>If not, click <b>Cancel</b> to return and finish setup.</p>"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:203
+msgid ""
+"<qt><b>Password required!</b><p>Please enter the administration account "
+"password</qt>"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:222
+msgid ""
+"<qt><b>Unable to add new secondary realm controller!</b><p>Details: %1</qt>"
+msgstr ""
+
+#: secondaryrealmwizard/secondaryrealmwizard.cpp:222
+msgid "Unable to add new secondary realm controller"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:31
+#, no-c-format
+msgid "LDAP Role"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:42
+#, no-c-format
+msgid "Global Settings"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:53
+#, no-c-format
+msgid "&Enable LDAP Realm Support"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:76
+#, no-c-format
+msgid "Realm Controller"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:183
+#, no-c-format
+msgid "Realm Certificates"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:361
+#, no-c-format
+msgid "Multi-Master Replication"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:372
+#, no-c-format
+msgid "&Enable Multi-Master Replication"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:378
+#, no-c-format
+msgid "Unique ID"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:389
+#, no-c-format
+msgid "Fully Qualified Domain Name"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:436
+#, no-c-format
+msgid "Advanced Replication Settings"
+msgstr ""
+
+#: ldapcontrollerconfigbase.ui:447
+#, no-c-format
+msgid "&Ignore SSL Failures"
+msgstr ""
+
+#: multimasterreplicationconfigbase.ui:31
+#, no-c-format
+msgid "Kerberos MultiMasterReplication"
+msgstr ""
+
+#: multimasterreplicationconfigbase.ui:63
+#, no-c-format
+msgid "LDAP master:"
+msgstr ""
+
+#: multimasterreplicationconfigbase.ui:102
+#, no-c-format
+msgid "Unique ID:"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:55
+#: secondaryrealmwizard/certconfigpagedlg.ui:55
+#, no-c-format
+msgid "Realm Certificate Information (required)"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:66
+#: secondaryrealmwizard/certconfigpagedlg.ui:66
+#, no-c-format
+msgid "Generate New Certificates and Keys"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:74
+#: secondaryrealmwizard/certconfigpagedlg.ui:74
+#, no-c-format
+msgid "Organization"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:87
+#: secondaryrealmwizard/certconfigpagedlg.ui:87
+#, no-c-format
+msgid "Division/Unit"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:100
+#: secondaryrealmwizard/certconfigpagedlg.ui:100
+#, no-c-format
+msgid "Certificate Owner"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:113
+#: secondaryrealmwizard/certconfigpagedlg.ui:113
+#, no-c-format
+msgid "City/Locality"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:126
+#: secondaryrealmwizard/certconfigpagedlg.ui:126
+#, no-c-format
+msgid "State/Province"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:139
+#: secondaryrealmwizard/certconfigpagedlg.ui:139
+#, no-c-format
+msgid "Country"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:155
+#: secondaryrealmwizard/certconfigpagedlg.ui:155
+#, no-c-format
+msgid "Administrative Email"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:168
+#: secondaryrealmwizard/certconfigpagedlg.ui:168
+#, no-c-format
+msgid "Install Provided Certificates and Keys"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:176
+#: secondaryrealmwizard/certconfigpagedlg.ui:176
+#, no-c-format
+msgid "Kerberos PKI CA Public Certificate"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:195
+#: secondaryrealmwizard/certconfigpagedlg.ui:195
+#, no-c-format
+msgid "Kerberos PKI CA Private Key"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:214
+#: secondaryrealmwizard/certconfigpagedlg.ui:214
+#, no-c-format
+msgid "Kerberos Public Certificate"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:233
+#: secondaryrealmwizard/certconfigpagedlg.ui:233
+#, no-c-format
+msgid "Kerberos Private Key"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:252
+#: secondaryrealmwizard/certconfigpagedlg.ui:252
+#, no-c-format
+msgid "LDAP TLS Public Certificate"
+msgstr ""
+
+#: primaryrealmwizard/certconfigpagedlg.ui:271
+#: secondaryrealmwizard/certconfigpagedlg.ui:271
+#, no-c-format
+msgid "LDAP TLS Private Key"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:55
+#: secondaryrealmwizard/realmconfigpagedlg.ui:55
+#, no-c-format
+msgid "Basic Realm Information (required)"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:66
+#: secondaryrealmwizard/realmconfigpagedlg.ui:66
+#, no-c-format
+msgid "Realm Name"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:79
+#: secondaryrealmwizard/realmconfigpagedlg.ui:79
+#, no-c-format
+msgid "Key Distribution Server [KDC]"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:92
+#: primaryrealmwizard/realmconfigpagedlg.ui:124
+#: secondaryrealmwizard/realmconfigpagedlg.ui:92
+#: secondaryrealmwizard/realmconfigpagedlg.ui:124
+#, no-c-format
+msgid "port"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:111
+#: secondaryrealmwizard/realmconfigpagedlg.ui:111
+#, no-c-format
+msgid "Administration Server"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:143
+#: secondaryrealmwizard/realmconfigpagedlg.ui:143
+#, no-c-format
+msgid "UID offset"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:168
+#: secondaryrealmwizard/realmconfigpagedlg.ui:168
+#, no-c-format
+msgid "GID offset"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:195
+#: secondaryrealmwizard/realmconfigpagedlg.ui:195
+#, no-c-format
+msgid "Realm Domain Aliases (optional)"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:206
+#: secondaryrealmwizard/realmconfigpagedlg.ui:206
+#, no-c-format
+msgid "Enter each domain alias on a new line below"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:221
+#: secondaryrealmwizard/realmconfigpagedlg.ui:221
+#, no-c-format
+msgid "Advanced PKInit Settings (optional)"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:232
+#: secondaryrealmwizard/realmconfigpagedlg.ui:232
+#, no-c-format
+msgid "Require EKU"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:240
+#: secondaryrealmwizard/realmconfigpagedlg.ui:240
+#, no-c-format
+msgid "Require KRB TGT Other Name"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:248
+#: secondaryrealmwizard/realmconfigpagedlg.ui:248
+#, no-c-format
+msgid "Windows 2000 Compatibility"
+msgstr ""
+
+#: primaryrealmwizard/realmconfigpagedlg.ui:256
+#: secondaryrealmwizard/realmconfigpagedlg.ui:256
+#, no-c-format
+msgid "Require Windows 2000 Binding"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:47
+#: secondaryrealmwizard/realmfinishpagedlg.ui:47
+#, no-c-format
+msgid "<h3>You're almost done!</h3>"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:55
+#, no-c-format
+msgid ""
+"Please provide new LDAP realm administrator credentials below to finish setup"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:63
+#: secondaryrealmwizard/realmfinishpagedlg.ui:63
+#, no-c-format
+msgid "Username"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:76
+#: secondaryrealmwizard/realmfinishpagedlg.ui:76
+#, no-c-format
+msgid "Password"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:89
+#, no-c-format
+msgid "Confirm Password"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:102
+#, no-c-format
+msgid "Realm Administration Group"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:115
+#, no-c-format
+msgid "Machine Administration Group"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:128
+#, no-c-format
+msgid "Standard User Group"
+msgstr ""
+
+#: primaryrealmwizard/realmfinishpagedlg.ui:141
+#: secondaryrealmwizard/realmfinishpagedlg.ui:89
+#, no-c-format
+msgid "LDAP Realm"
+msgstr ""
+
+#: primaryrealmwizard/realmintropagedlg.ui:55
+#, no-c-format
+msgid "<h3>Welcome to the TDE LDAP Realm Setup Wizard!</h3>"
+msgstr ""
+
+#: primaryrealmwizard/realmintropagedlg.ui:71
+#, no-c-format
+msgid ""
+"<p>This Wizard will help you create a new LDAP realm in four quick, easy "
+"steps.</p>\n"
+"\t\t\t\t\t<p>Please note that this Wizard will overwrite any existing LDAP "
+"realms and data.</p>\n"
+"\t\t\t\t\t<p>If you wish to quit the Wizard, click <b>Cancel</b> at any "
+"time.</p>\n"
+"\t\t\t\t\t<p><b>NOTE:</b> Kerberos and LDAP rely heavily on proper DNS "
+"resolution in order to function correctly. Therefore, you must have "
+"functional forward and reverse DNS entries for this system in order to "
+"complete this Wizard.</p>"
+msgstr ""
+
+#: secondaryrealmwizard/realmfinishpagedlg.ui:55
+#, no-c-format
+msgid "Please provide realm administrator credentials below to finish setup"
+msgstr ""
+
+#: secondaryrealmwizard/realmintropagedlg.ui:55
+#, no-c-format
+msgid "<h3>Welcome to the TDE Secondary Realm Controller Setup Wizard!</h3>"
+msgstr ""
+
+#: secondaryrealmwizard/realmintropagedlg.ui:71
+#, no-c-format
+msgid ""
+"<p>This Wizard will help you create a new secondary realm controller in "
+"three quick, easy steps.</p>\n"
+"\t\t\t\t\t<p>Please note that this Wizard will overwrite any existing LDAP "
+"realms and data.</p>\n"
+"\t\t\t\t\t<p>If you wish to quit the Wizard, click <b>Cancel</b> at any "
+"time.</p>\n"
+"\t\t\t\t\t<p><b>NOTE:</b> Kerberos and LDAP rely heavily on proper DNS "
+"resolution in order to function correctly. Therefore, you must have "
+"functional forward and reverse DNS entries for this system in order to "
+"complete this Wizard.</p>"
+msgstr ""