From c2c98e44acf420e2d740ba072256629a71d030f8 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 6 Nov 2015 10:46:57 -0500 Subject: A couple big changes: 1) Add lumina-checkpass subproject: this is a tiny C program for comparing an input again the current user's password with PAM (required for screen unlocker in lumina-wm) 2) Completely finish up the Screensaver implementation in lumina-wm - the lock/unlock screen works great now, and I also set it up to cut the current screen brightness in half when the screensaver starts up (returns to normal level on activity). --- lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts (limited to 'lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts') diff --git a/lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts b/lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts new file mode 100644 index 00000000..cbd94ec3 --- /dev/null +++ b/lumina-wm-INCOMPLETE/i18n/lumina-wm_et.ts @@ -0,0 +1,47 @@ + + + + + LLockScreen + + + Form + + + + + Password + + + + + Unlock Session + + + + + Locked by: %1 + + + + + Too Many Failures: Try again later. + + + + + Password Expired: Contact System Admin + + + + + Failure: %1 Attempts Remaining + + + + + Too Many Failures: Try again in 5 minutes + + + + -- cgit