diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-06-20 13:54:08 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-06-20 13:54:08 +0000 |
commit | 2cffe6c172c372ac6ddf4c948c92373f69ed7def (patch) | |
tree | 387f17bfaa9ec2c11b2ae16595d4801e1257813c /po/fi.po | |
parent | b8df468e3ad7738ae5ed8bd69fac63fcef098329 (diff) | |
download | pam-2cffe6c172c372ac6ddf4c948c92373f69ed7def.tar.gz pam-2cffe6c172c372ac6ddf4c948c92373f69ed7def.tar.bz2 pam-2cffe6c172c372ac6ddf4c948c92373f69ed7def.zip |
Relevant BUGIDs: 1688777
Purpose of commit: new features
Commit summary:
---------------
2007-06-20 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_cracklib/pam_cracklib.8.xml: Document new minclass
option.
* modules/pam_cracklib/pam_cracklib.c: Add support for minimum
character classes [#1688777]. Based on patch from Keith Schincke.
* xtests/tst-pam_cracklib2.c: New, test case for minclass option.
* xtests/tst-pam_cracklib2.pamd: New, PAM config file for test case.
* xtests/Makefile.am: Add new testcase.
* xtests/pam_cracklib.c: Fix comment what this application tests.
* configure.in: Use /lib64 on x86-64, ppc64, s390x, sparc64
Diffstat (limited to 'po/fi.po')
-rw-r--r-- | po/fi.po | 137 |
1 files changed, 93 insertions, 44 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2007-03-12 13:15+0100\n" +"POT-Creation-Date: 2007-06-20 15:36+0200\n" "PO-Revision-Date: 2006-05-04 08:30+0200\n" "Last-Translator: Jyri Palokangas <jmp@netti.fi>\n" "Language-Team: <yast-trans-fi@kotoistaminen.novell.fi>\n" @@ -182,46 +182,50 @@ msgstr "Anna uudelleen uusi %s%ssalasana: " msgid "Sorry, passwords do not match." msgstr "Salasanat eivät täsmää." -#: modules/pam_cracklib/pam_cracklib.c:378 +#: modules/pam_cracklib/pam_cracklib.c:427 msgid "is the same as the old one" msgstr "on sama kuin vanha" -#: modules/pam_cracklib/pam_cracklib.c:389 +#: modules/pam_cracklib/pam_cracklib.c:440 msgid "is a palindrome" msgstr "on palindromi" -#: modules/pam_cracklib/pam_cracklib.c:392 +#: modules/pam_cracklib/pam_cracklib.c:443 msgid "case changes only" msgstr "vain kirjainkoko muutos" -#: modules/pam_cracklib/pam_cracklib.c:395 +#: modules/pam_cracklib/pam_cracklib.c:446 msgid "is too similar to the old one" msgstr "on liian samankaltainen vanhan kanssa" -#: modules/pam_cracklib/pam_cracklib.c:398 +#: modules/pam_cracklib/pam_cracklib.c:449 msgid "is too simple" msgstr "on liian yksinkertainen" -#: modules/pam_cracklib/pam_cracklib.c:401 +#: modules/pam_cracklib/pam_cracklib.c:452 msgid "is rotated" msgstr "on kierrätetty" -#: modules/pam_cracklib/pam_cracklib.c:436 +#: modules/pam_cracklib/pam_cracklib.c:455 +msgid "not enough character classes" +msgstr "" + +#: modules/pam_cracklib/pam_cracklib.c:493 msgid "has been already used" msgstr "on jo käytetty" -#: modules/pam_cracklib/pam_cracklib.c:464 -#: modules/pam_unix/pam_unix_passwd.c:975 +#: modules/pam_cracklib/pam_cracklib.c:521 +#: modules/pam_unix/pam_unix_passwd.c:977 msgid "No password supplied" msgstr "Et antanut salasanaa" -#: modules/pam_cracklib/pam_cracklib.c:464 -#: modules/pam_unix/pam_unix_passwd.c:975 +#: modules/pam_cracklib/pam_cracklib.c:521 +#: modules/pam_unix/pam_unix_passwd.c:977 msgid "Password unchanged" msgstr "Salasanaa ei vaihdettu" -#: modules/pam_cracklib/pam_cracklib.c:487 -#: modules/pam_cracklib/pam_cracklib.c:615 +#: modules/pam_cracklib/pam_cracklib.c:544 +#: modules/pam_cracklib/pam_cracklib.c:672 #, c-format msgid "BAD PASSWORD: %s" msgstr "HUONO SALASANA: %s" @@ -268,7 +272,7 @@ msgstr "Viimeinen kirjautuminen:%s%s%s" msgid "Welcome to your new account!" msgstr "Tervetuloa uudella käyttäjätilillä!" -#: modules/pam_limits/pam_limits.c:647 +#: modules/pam_limits/pam_limits.c:689 #, c-format msgid "Too many logins for '%s'." msgstr "Liian monta kirjautumista '%s'." @@ -319,44 +323,80 @@ msgstr "" msgid "Unable to create directory %s: %m" msgstr "" -#: modules/pam_selinux/pam_selinux.c:102 -#, c-format -msgid "Your default context is %s. \n" +#: modules/pam_selinux/pam_selinux.c:94 +msgid "Error connecting to audit system." +msgstr "" + +#: modules/pam_selinux/pam_selinux.c:98 +#, fuzzy +msgid "Error translating default context." msgstr "Oletusympäristösi on %s. \n" -#: modules/pam_selinux/pam_selinux.c:105 -msgid "Do you want to choose a different one? [n]" -msgstr "Haluatko valita toisen? [n]" +#: modules/pam_selinux/pam_selinux.c:102 +msgid "Error translating selected context." +msgstr "" -#: modules/pam_selinux/pam_selinux.c:112 -msgid "Enter number of choice: " -msgstr "Anna valinnan numero: " +#: modules/pam_selinux/pam_selinux.c:113 +msgid "Error sending audit message." +msgstr "" -#: modules/pam_selinux/pam_selinux.c:152 -msgid "Would you like to enter a security context? [y] " +#: modules/pam_selinux/pam_selinux.c:164 +#, fuzzy +msgid "Would you like to enter a security context? [N] " msgstr "Haluatko valita tietoturvaympäristön? [y] " -#: modules/pam_selinux/pam_selinux.c:169 -msgid "role: " +#: modules/pam_selinux/pam_selinux.c:181 modules/pam_selinux/pam_selinux.c:265 +#, fuzzy +msgid "role:" msgstr "rooli: " -#: modules/pam_selinux/pam_selinux.c:177 -msgid "type: " -msgstr "tyyppi: " - -#: modules/pam_selinux/pam_selinux.c:187 -msgid "level: " +#: modules/pam_selinux/pam_selinux.c:193 modules/pam_selinux/pam_selinux.c:282 +#, fuzzy +msgid "level:" msgstr "taso: " -#: modules/pam_selinux/pam_selinux.c:203 +#: modules/pam_selinux/pam_selinux.c:206 modules/pam_selinux/pam_selinux.c:313 msgid "Not a valid security context" msgstr "Ei kelvollinen tietoturvaympäristö" -#: modules/pam_selinux/pam_selinux.c:417 +#: modules/pam_selinux/pam_selinux.c:251 +#, fuzzy, c-format +msgid "Default Security Context %s\n" +msgstr "Tietoturvaympäristö %s asetettiin" + +#: modules/pam_selinux/pam_selinux.c:255 +#, fuzzy +msgid "Would you like to enter a different role or level?" +msgstr "Haluatko valita tietoturvaympäristön? [y] " + +#: modules/pam_selinux/pam_selinux.c:269 +#, c-format +msgid "No default type for role %s\n" +msgstr "" + +#: modules/pam_selinux/pam_selinux.c:512 +msgid "Out of memory" +msgstr "" + +#: modules/pam_selinux/pam_selinux.c:520 modules/pam_selinux/pam_selinux.c:522 +#, c-format +msgid "Unable to get valid context for %s" +msgstr "" + +#: modules/pam_selinux/pam_selinux.c:578 +msgid "Requested MLS level not in permitted range" +msgstr "" + +#: modules/pam_selinux/pam_selinux.c:628 #, c-format msgid "Security Context %s Assigned" msgstr "Tietoturvaympäristö %s asetettiin" +#: modules/pam_selinux/pam_selinux.c:649 +#, fuzzy, c-format +msgid "Key Creation Context %s Assigned" +msgstr "Tietoturvaympäristö %s asetettiin" + #: modules/pam_selinux/pam_selinux_check.c:99 #, c-format msgid "failed to initialize PAM\n" @@ -458,39 +498,48 @@ msgstr "Varoitus: salasanasi vanhenee %d päivässä%.2s" msgid "Password: " msgstr "Salasana: " -#: modules/pam_unix/pam_unix_passwd.c:819 +#: modules/pam_unix/pam_unix_passwd.c:821 msgid "NIS password could not be changed." msgstr "NIS-salasanaa ei voitu vaihtaa." -#: modules/pam_unix/pam_unix_passwd.c:996 +#: modules/pam_unix/pam_unix_passwd.c:998 msgid "You must choose a longer password" msgstr "Salasanan tulee olla pidempi" -#: modules/pam_unix/pam_unix_passwd.c:1001 +#: modules/pam_unix/pam_unix_passwd.c:1003 msgid "Password has been already used. Choose another." msgstr "Salasana on jo käytetty. Valitse toinen." -#: modules/pam_unix/pam_unix_passwd.c:1108 +#: modules/pam_unix/pam_unix_passwd.c:1103 #, fuzzy, c-format msgid "Changing password for %s." msgstr "Vaihdetaan STRESS-salasana " -#: modules/pam_unix/pam_unix_passwd.c:1119 +#: modules/pam_unix/pam_unix_passwd.c:1114 msgid "(current) UNIX password: " msgstr "(nykyinen) UNIX salasana: " -#: modules/pam_unix/pam_unix_passwd.c:1154 +#: modules/pam_unix/pam_unix_passwd.c:1149 msgid "You must wait longer to change your password" msgstr "Sinun täytyy odottaa kauemmin vaihtaaksesi salasanan" -#: modules/pam_unix/pam_unix_passwd.c:1214 +#: modules/pam_unix/pam_unix_passwd.c:1209 msgid "Enter new UNIX password: " msgstr "Anna uusi UNIX-salasana: " -#: modules/pam_unix/pam_unix_passwd.c:1215 +#: modules/pam_unix/pam_unix_passwd.c:1210 msgid "Retype new UNIX password: " msgstr "Anna uusi UNIX-salasana uudelleen: " +#~ msgid "Do you want to choose a different one? [n]" +#~ msgstr "Haluatko valita toisen? [n]" + +#~ msgid "Enter number of choice: " +#~ msgstr "Anna valinnan numero: " + +#~ msgid "type: " +#~ msgstr "tyyppi: " + #, fuzzy #~ msgid "Warning: your password will expire in one day" #~ msgstr "Varoitus: salasanasi vanhenee %d päivässä%.2s" |