diff options
author | Ken Moore <moorekou@gmail.com> | 2015-11-06 10:46:57 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-11-06 10:46:57 -0500 |
commit | c2c98e44acf420e2d740ba072256629a71d030f8 (patch) | |
tree | 7095372331e94b3955d8e671f31a8348dfdf7daf /lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts | |
parent | Get the new lockscreen all setup and (somewhat) functional in the screensaver... (diff) | |
download | lumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.gz lumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.bz2 lumina-c2c98e44acf420e2d740ba072256629a71d030f8.zip |
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).
Diffstat (limited to 'lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts')
-rw-r--r-- | lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts b/lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts new file mode 100644 index 00000000..4be00006 --- /dev/null +++ b/lumina-wm-INCOMPLETE/i18n/lumina-wm_sk.ts @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="sk_SK"> +<context> + <name>LLockScreen</name> + <message> + <location filename="../LLockScreen.ui" line="14"/> + <source>Form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.ui" line="111"/> + <source>Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.ui" line="123"/> + <source>Unlock Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.cpp" line="43"/> + <source>Locked by: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.cpp" line="125"/> + <source>Too Many Failures: Try again later.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.cpp" line="128"/> + <source>Password Expired: Contact System Admin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.cpp" line="132"/> + <source>Failure: %1 Attempts Remaining</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../LLockScreen.cpp" line="133"/> + <source>Too Many Failures: Try again in 5 minutes</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |