From 00bf30e916c97eda281d8c3ca5cd4280ba4beaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 26 May 2020 11:58:07 +0200 Subject: Move translations to a new directory layout. Add support for LINGUAS for listing translations to install. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1a7cdb328f9734e54b3d751540c85cca09f1b5f0) --- CMakeLists.txt | 2 +- src/CMakeL10n.txt | 2 +- translations/CMakeLists.txt | 1 + translations/messages/CMakeLists.txt | 14 + translations/messages/de.po | 476 ++++++++++++++++++++++++++++++ translations/messages/kcmldapmanager.pot | 480 +++++++++++++++++++++++++++++++ 6 files changed, 973 insertions(+), 2 deletions(-) create mode 100644 translations/CMakeLists.txt create mode 100644 translations/messages/CMakeLists.txt create mode 100644 translations/messages/de.po create mode 100644 translations/messages/kcmldapmanager.pot diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e37502..5b1d14c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( cmdline ) -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 872c6d2..9d42aa3 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kcmldapmanager" ) +tde_l10n_create_template( "messages/kcmldapmanager" ) 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/de.po b/translations/messages/de.po new file mode 100644 index 0000000..81ad454 --- /dev/null +++ b/translations/messages/de.po @@ -0,0 +1,476 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , 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 "" + +#: groupconfigdlg.cpp:42 +msgid "LDAP Group Properties" +msgstr "" + +#: groupconfigdlg.cpp:47 +msgid "-->" +msgstr "" + +#: groupconfigdlg.cpp:48 +msgid "<--" +msgstr "" + +#: ldapmgr.cpp:128 +msgid "TDE LDAP Realm Manager" +msgstr "" + +#: ldapmgr.cpp:129 +msgid "TDE LDAP Realm Manager Control Panel Module" +msgstr "" + +#: ldapmgr.cpp:131 +msgid "(c) 2012 Timothy Pearson" +msgstr "" + +#: ldapmgr.cpp:725 ldapmgr.cpp:845 +msgid "Unable to set password for user!

%1" +msgstr "" + +#: ldapmgr.cpp:725 ldapmgr.cpp:845 +msgid "Kerberos Failure" +msgstr "" + +#: ldapmgr.cpp:733 +msgid "" +"Unable to add new user with no name!

Enter a name and try again" +msgstr "" + +#: ldapmgr.cpp:733 ldapmgr.cpp:774 +msgid "Illegal Operation" +msgstr "" + +#: ldapmgr.cpp:774 +msgid "" +"Unable to add new group with no name!

Enter a name and try again" +msgstr "" + +#: ldapmgr.cpp:789 +msgid "Unable to add new machine!

%1" +msgstr "" + +#: ldapmgr.cpp:789 ldapmgr.cpp:804 +msgid "Internal Failure" +msgstr "" + +#: ldapmgr.cpp:804 +msgid "Unable to add new service!

%1" +msgstr "" + +#: ldapmgr.cpp:871 +msgid "" +"You are about to delete the user %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:871 ldapmgr.cpp:881 ldapmgr.cpp:891 ldapmgr.cpp:901 +msgid "Confirmation Required" +msgstr "" + +#: ldapmgr.cpp:881 +msgid "" +"You are about to delete the group %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:891 +msgid "" +"You are about to delete the machine %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:901 +msgid "" +"You are about to delete the service %1 for host %2
This action " +"cannot be undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:922 +msgid "This module manages users, groups, and machines in LDAP realms." +msgstr "" + +#: machineconfigdlg.cpp:42 +msgid "LDAP Machine Properties" +msgstr "" + +#: serviceconfigdlg.cpp:42 +msgid "LDAP Service Properties" +msgstr "" + +#: userconfigdlg.cpp:43 +msgid "LDAP User Properties" +msgstr "" + +#: groupconfigbase.ui:31 userconfigbase.ui:31 +#, no-c-format +msgid "POSIX" +msgstr "" + +#: groupconfigbase.ui:55 ldapconfigbase.ui:357 +#, no-c-format +msgid "Group Name" +msgstr "" + +#: groupconfigbase.ui:68 +#, no-c-format +msgid "Group ID" +msgstr "" + +#: groupconfigbase.ui:103 +#, no-c-format +msgid "Selected Accounts" +msgstr "" + +#: ldapconfigbase.ui:31 +#, no-c-format +msgid "Users" +msgstr "" + +#: ldapconfigbase.ui:47 +#, no-c-format +msgid "User Accounts in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:82 ldapconfigbase.ui:454 +#, no-c-format +msgid "Login Name" +msgstr "" + +#: ldapconfigbase.ui:93 ldapconfigbase.ui:465 +#, no-c-format +msgid "Real Name" +msgstr "" + +#: ldapconfigbase.ui:104 ldapconfigbase.ui:476 +#, no-c-format +msgid "UID" +msgstr "" + +#: ldapconfigbase.ui:149 ldapconfigbase.ui:413 ldapconfigbase.ui:619 +#: ldapconfigbase.ui:819 +#, no-c-format +msgid "New" +msgstr "" + +#: ldapconfigbase.ui:165 ldapconfigbase.ui:429 ldapconfigbase.ui:635 +#: ldapconfigbase.ui:835 +#, no-c-format +msgid "Refresh" +msgstr "" + +#: ldapconfigbase.ui:175 ldapconfigbase.ui:645 ldapconfigbase.ui:845 +#, no-c-format +msgid "Details" +msgstr "" + +#: ldapconfigbase.ui:186 +#, no-c-format +msgid "Login Name:" +msgstr "" + +#: ldapconfigbase.ui:202 +#, no-c-format +msgid "UID:" +msgstr "" + +#: ldapconfigbase.ui:218 +#, no-c-format +msgid "Primary Group:" +msgstr "" + +#: ldapconfigbase.ui:234 +#, no-c-format +msgid "Real Name:" +msgstr "" + +#: ldapconfigbase.ui:250 +#, no-c-format +msgid "Status:" +msgstr "" + +#: ldapconfigbase.ui:266 +#, no-c-format +msgid "Secondary Groups:" +msgstr "" + +#: ldapconfigbase.ui:306 +#, no-c-format +msgid "Groups" +msgstr "" + +#: ldapconfigbase.ui:322 +#, no-c-format +msgid "Groups in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:368 +#, no-c-format +msgid "GID" +msgstr "" + +#: ldapconfigbase.ui:437 +#, no-c-format +msgid "Group Members" +msgstr "" + +#: ldapconfigbase.ui:523 +#, no-c-format +msgid "Machines" +msgstr "" + +#: ldapconfigbase.ui:539 +#, no-c-format +msgid "Machines in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:574 ldapconfigbase.ui:774 machineconfigbase.ui:63 +#, no-c-format +msgid "Machine Name" +msgstr "" + +#: ldapconfigbase.ui:656 +#, no-c-format +msgid "Machine Name:" +msgstr "" + +#: ldapconfigbase.ui:672 ldapconfigbase.ui:872 +#, no-c-format +msgid "Author:" +msgstr "" + +#: ldapconfigbase.ui:712 +#, no-c-format +msgid "Services" +msgstr "" + +#: ldapconfigbase.ui:728 +#, no-c-format +msgid "Services in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:763 serviceconfigbase.ui:55 +#, no-c-format +msgid "Service Name" +msgstr "" + +#: ldapconfigbase.ui:856 +#, no-c-format +msgid "Service Name:" +msgstr "" + +#: machineconfigbase.ui:31 +#, no-c-format +msgid "Kerberos Machine" +msgstr "" + +#: serviceconfigbase.ui:31 +#, no-c-format +msgid "Kerberos Service" +msgstr "" + +#: serviceconfigbase.ui:68 +#, no-c-format +msgid "Host Machine" +msgstr "" + +#: userconfigbase.ui:55 +#, no-c-format +msgid "Status" +msgstr "" + +#: userconfigbase.ui:94 +#, no-c-format +msgid "Enabled" +msgstr "" + +#: userconfigbase.ui:115 +#, no-c-format +msgid "Disabled" +msgstr "" + +#: userconfigbase.ui:155 +#, no-c-format +msgid "Login Name*" +msgstr "" + +#: userconfigbase.ui:168 +#, no-c-format +msgid "Display Name*" +msgstr "" + +#: userconfigbase.ui:198 +#, no-c-format +msgid "User ID" +msgstr "" + +#: userconfigbase.ui:217 +#, no-c-format +msgid "Primary Group" +msgstr "" + +#: userconfigbase.ui:230 +#, no-c-format +msgid "Home Directory*" +msgstr "" + +#: userconfigbase.ui:246 +#, no-c-format +msgid "Shell" +msgstr "" + +#: userconfigbase.ui:281 +#, no-c-format +msgid "User Information" +msgstr "" + +#: userconfigbase.ui:305 +#, no-c-format +msgid "Detailed User Information" +msgstr "" + +#: userconfigbase.ui:313 +#, no-c-format +msgid "First Name" +msgstr "" + +#: userconfigbase.ui:326 +#, no-c-format +msgid "Initials" +msgstr "" + +#: userconfigbase.ui:339 +#, no-c-format +msgid "Last Name*" +msgstr "" + +#: userconfigbase.ui:352 +#, no-c-format +msgid "Title" +msgstr "" + +#: userconfigbase.ui:365 +#, no-c-format +msgid "Description" +msgstr "" + +#: userconfigbase.ui:378 +#, no-c-format +msgid "Office" +msgstr "" + +#: userconfigbase.ui:408 +#, no-c-format +msgid "Telephone Number" +msgstr "" + +#: userconfigbase.ui:421 +#, no-c-format +msgid "Facsimile Number" +msgstr "" + +#: userconfigbase.ui:434 +#, no-c-format +msgid "Email Address" +msgstr "" + +#: userconfigbase.ui:466 +#, no-c-format +msgid "Privileges and Groups" +msgstr "" + +#: userconfigbase.ui:490 +#, no-c-format +msgid "Group Membership" +msgstr "" + +#: userconfigbase.ui:513 +#, no-c-format +msgid "Secondary Group Name" +msgstr "" + +#: userconfigbase.ui:553 +#, no-c-format +msgid "Password and Security" +msgstr "" + +#: userconfigbase.ui:577 +#, no-c-format +msgid "Password" +msgstr "" + +#: userconfigbase.ui:590 +#, no-c-format +msgid "Last Changed" +msgstr "" + +#: userconfigbase.ui:606 +#, no-c-format +msgid "Expires" +msgstr "" + +#: userconfigbase.ui:699 +#, no-c-format +msgid "Password Aging" +msgstr "" + +#: userconfigbase.ui:715 +#, no-c-format +msgid "Require new password after:" +msgstr "" + +#: userconfigbase.ui:731 userconfigbase.ui:756 userconfigbase.ui:784 +#: userconfigbase.ui:814 +#, no-c-format +msgid " days" +msgstr "" + +#: userconfigbase.ui:745 +#, no-c-format +msgid "Warn before password expires:" +msgstr "" + +#: userconfigbase.ui:753 userconfigbase.ui:781 +#, no-c-format +msgid "After " +msgstr "" + +#: userconfigbase.ui:759 userconfigbase.ui:787 +#, no-c-format +msgid "Never" +msgstr "" + +#: userconfigbase.ui:773 +#, no-c-format +msgid "Disable account after password expires:" +msgstr "" + +#: userconfigbase.ui:806 +#, no-c-format +msgid "Enforce minimum password age:" +msgstr "" diff --git a/translations/messages/kcmldapmanager.pot b/translations/messages/kcmldapmanager.pot new file mode 100644 index 0000000..9a8772e --- /dev/null +++ b/translations/messages/kcmldapmanager.pot @@ -0,0 +1,480 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , 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 \n" +"Language-Team: LANGUAGE \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 "" + +#: groupconfigdlg.cpp:42 +msgid "LDAP Group Properties" +msgstr "" + +#: groupconfigdlg.cpp:47 +msgid "-->" +msgstr "" + +#: groupconfigdlg.cpp:48 +msgid "<--" +msgstr "" + +#: ldapmgr.cpp:128 +msgid "TDE LDAP Realm Manager" +msgstr "" + +#: ldapmgr.cpp:129 +msgid "TDE LDAP Realm Manager Control Panel Module" +msgstr "" + +#: ldapmgr.cpp:131 +msgid "(c) 2012 Timothy Pearson" +msgstr "" + +#: ldapmgr.cpp:725 ldapmgr.cpp:845 +msgid "Unable to set password for user!

%1" +msgstr "" + +#: ldapmgr.cpp:725 ldapmgr.cpp:845 +msgid "Kerberos Failure" +msgstr "" + +#: ldapmgr.cpp:733 +msgid "" +"Unable to add new user with no name!

Enter a name and try again" +msgstr "" + +#: ldapmgr.cpp:733 ldapmgr.cpp:774 +msgid "Illegal Operation" +msgstr "" + +#: ldapmgr.cpp:774 +msgid "" +"Unable to add new group with no name!

Enter a name and try again" +msgstr "" + +#: ldapmgr.cpp:789 +msgid "Unable to add new machine!

%1" +msgstr "" + +#: ldapmgr.cpp:789 ldapmgr.cpp:804 +msgid "Internal Failure" +msgstr "" + +#: ldapmgr.cpp:804 +msgid "Unable to add new service!

%1" +msgstr "" + +#: ldapmgr.cpp:871 +msgid "" +"You are about to delete the user %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:871 ldapmgr.cpp:881 ldapmgr.cpp:891 ldapmgr.cpp:901 +msgid "Confirmation Required" +msgstr "" + +#: ldapmgr.cpp:881 +msgid "" +"You are about to delete the group %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:891 +msgid "" +"You are about to delete the machine %1
This action cannot be " +"undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:901 +msgid "" +"You are about to delete the service %1 for host %2
This action " +"cannot be undone

Are you sure you want to proceed?" +msgstr "" + +#: ldapmgr.cpp:922 +msgid "This module manages users, groups, and machines in LDAP realms." +msgstr "" + +#: machineconfigdlg.cpp:42 +msgid "LDAP Machine Properties" +msgstr "" + +#: serviceconfigdlg.cpp:42 +msgid "LDAP Service Properties" +msgstr "" + +#: userconfigdlg.cpp:43 +msgid "LDAP User Properties" +msgstr "" + +#: groupconfigbase.ui:31 userconfigbase.ui:31 +#, no-c-format +msgid "POSIX" +msgstr "" + +#: groupconfigbase.ui:55 ldapconfigbase.ui:357 +#, no-c-format +msgid "Group Name" +msgstr "" + +#: groupconfigbase.ui:68 +#, no-c-format +msgid "Group ID" +msgstr "" + +#: groupconfigbase.ui:103 +#, no-c-format +msgid "Selected Accounts" +msgstr "" + +#: ldapconfigbase.ui:31 +#, no-c-format +msgid "Users" +msgstr "" + +#: ldapconfigbase.ui:47 +#, no-c-format +msgid "User Accounts in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:82 ldapconfigbase.ui:454 +#, no-c-format +msgid "Login Name" +msgstr "" + +#: ldapconfigbase.ui:93 ldapconfigbase.ui:465 +#, no-c-format +msgid "Real Name" +msgstr "" + +#: ldapconfigbase.ui:104 ldapconfigbase.ui:476 +#, no-c-format +msgid "UID" +msgstr "" + +#: ldapconfigbase.ui:149 ldapconfigbase.ui:413 +#: ldapconfigbase.ui:619 ldapconfigbase.ui:819 +#, no-c-format +msgid "New" +msgstr "" + +#: ldapconfigbase.ui:165 ldapconfigbase.ui:429 +#: ldapconfigbase.ui:635 ldapconfigbase.ui:835 +#, no-c-format +msgid "Refresh" +msgstr "" + +#: ldapconfigbase.ui:175 ldapconfigbase.ui:645 +#: ldapconfigbase.ui:845 +#, no-c-format +msgid "Details" +msgstr "" + +#: ldapconfigbase.ui:186 +#, no-c-format +msgid "Login Name:" +msgstr "" + +#: ldapconfigbase.ui:202 +#, no-c-format +msgid "UID:" +msgstr "" + +#: ldapconfigbase.ui:218 +#, no-c-format +msgid "Primary Group:" +msgstr "" + +#: ldapconfigbase.ui:234 +#, no-c-format +msgid "Real Name:" +msgstr "" + +#: ldapconfigbase.ui:250 +#, no-c-format +msgid "Status:" +msgstr "" + +#: ldapconfigbase.ui:266 +#, no-c-format +msgid "Secondary Groups:" +msgstr "" + +#: ldapconfigbase.ui:306 +#, no-c-format +msgid "Groups" +msgstr "" + +#: ldapconfigbase.ui:322 +#, no-c-format +msgid "Groups in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:368 +#, no-c-format +msgid "GID" +msgstr "" + +#: ldapconfigbase.ui:437 +#, no-c-format +msgid "Group Members" +msgstr "" + +#: ldapconfigbase.ui:523 +#, no-c-format +msgid "Machines" +msgstr "" + +#: ldapconfigbase.ui:539 +#, no-c-format +msgid "Machines in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:574 ldapconfigbase.ui:774 +#: machineconfigbase.ui:63 +#, no-c-format +msgid "Machine Name" +msgstr "" + +#: ldapconfigbase.ui:656 +#, no-c-format +msgid "Machine Name:" +msgstr "" + +#: ldapconfigbase.ui:672 ldapconfigbase.ui:872 +#, no-c-format +msgid "Author:" +msgstr "" + +#: ldapconfigbase.ui:712 +#, no-c-format +msgid "Services" +msgstr "" + +#: ldapconfigbase.ui:728 +#, no-c-format +msgid "Services in LDAP Realm" +msgstr "" + +#: ldapconfigbase.ui:763 serviceconfigbase.ui:55 +#, no-c-format +msgid "Service Name" +msgstr "" + +#: ldapconfigbase.ui:856 +#, no-c-format +msgid "Service Name:" +msgstr "" + +#: machineconfigbase.ui:31 +#, no-c-format +msgid "Kerberos Machine" +msgstr "" + +#: serviceconfigbase.ui:31 +#, no-c-format +msgid "Kerberos Service" +msgstr "" + +#: serviceconfigbase.ui:68 +#, no-c-format +msgid "Host Machine" +msgstr "" + +#: userconfigbase.ui:55 +#, no-c-format +msgid "Status" +msgstr "" + +#: userconfigbase.ui:94 +#, no-c-format +msgid "Enabled" +msgstr "" + +#: userconfigbase.ui:115 +#, no-c-format +msgid "Disabled" +msgstr "" + +#: userconfigbase.ui:155 +#, no-c-format +msgid "Login Name*" +msgstr "" + +#: userconfigbase.ui:168 +#, no-c-format +msgid "Display Name*" +msgstr "" + +#: userconfigbase.ui:198 +#, no-c-format +msgid "User ID" +msgstr "" + +#: userconfigbase.ui:217 +#, no-c-format +msgid "Primary Group" +msgstr "" + +#: userconfigbase.ui:230 +#, no-c-format +msgid "Home Directory*" +msgstr "" + +#: userconfigbase.ui:246 +#, no-c-format +msgid "Shell" +msgstr "" + +#: userconfigbase.ui:281 +#, no-c-format +msgid "User Information" +msgstr "" + +#: userconfigbase.ui:305 +#, no-c-format +msgid "Detailed User Information" +msgstr "" + +#: userconfigbase.ui:313 +#, no-c-format +msgid "First Name" +msgstr "" + +#: userconfigbase.ui:326 +#, no-c-format +msgid "Initials" +msgstr "" + +#: userconfigbase.ui:339 +#, no-c-format +msgid "Last Name*" +msgstr "" + +#: userconfigbase.ui:352 +#, no-c-format +msgid "Title" +msgstr "" + +#: userconfigbase.ui:365 +#, no-c-format +msgid "Description" +msgstr "" + +#: userconfigbase.ui:378 +#, no-c-format +msgid "Office" +msgstr "" + +#: userconfigbase.ui:408 +#, no-c-format +msgid "Telephone Number" +msgstr "" + +#: userconfigbase.ui:421 +#, no-c-format +msgid "Facsimile Number" +msgstr "" + +#: userconfigbase.ui:434 +#, no-c-format +msgid "Email Address" +msgstr "" + +#: userconfigbase.ui:466 +#, no-c-format +msgid "Privileges and Groups" +msgstr "" + +#: userconfigbase.ui:490 +#, no-c-format +msgid "Group Membership" +msgstr "" + +#: userconfigbase.ui:513 +#, no-c-format +msgid "Secondary Group Name" +msgstr "" + +#: userconfigbase.ui:553 +#, no-c-format +msgid "Password and Security" +msgstr "" + +#: userconfigbase.ui:577 +#, no-c-format +msgid "Password" +msgstr "" + +#: userconfigbase.ui:590 +#, no-c-format +msgid "Last Changed" +msgstr "" + +#: userconfigbase.ui:606 +#, no-c-format +msgid "Expires" +msgstr "" + +#: userconfigbase.ui:699 +#, no-c-format +msgid "Password Aging" +msgstr "" + +#: userconfigbase.ui:715 +#, no-c-format +msgid "Require new password after:" +msgstr "" + +#: userconfigbase.ui:731 userconfigbase.ui:756 +#: userconfigbase.ui:784 userconfigbase.ui:814 +#, no-c-format +msgid " days" +msgstr "" + +#: userconfigbase.ui:745 +#, no-c-format +msgid "Warn before password expires:" +msgstr "" + +#: userconfigbase.ui:753 userconfigbase.ui:781 +#, no-c-format +msgid "After " +msgstr "" + +#: userconfigbase.ui:759 userconfigbase.ui:787 +#, no-c-format +msgid "Never" +msgstr "" + +#: userconfigbase.ui:773 +#, no-c-format +msgid "Disable account after password expires:" +msgstr "" + +#: userconfigbase.ui:806 +#, no-c-format +msgid "Enforce minimum password age:" +msgstr "" -- cgit v1.2.3