aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-wm-INCOMPLETE
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-10-03 09:13:13 -0400
committerKen Moore <ken@ixsystems.com>2016-10-03 09:13:13 -0400
commit52ee960098cd39815ed73248356d1eab6d5dd61a (patch)
treea520523687f6ab047ba1b5642362c7d2fa7732ed /src-qt5/core/lumina-wm-INCOMPLETE
parentFix a crash with the "autostart" page of lumina-config. (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-52ee960098cd39815ed73248356d1eab6d5dd61a.tar.gz
lumina-52ee960098cd39815ed73248356d1eab6d5dd61a.tar.bz2
lumina-52ee960098cd39815ed73248356d1eab6d5dd61a.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-wm-INCOMPLETE')
-rw-r--r--src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_ja.ts30
1 files changed, 15 insertions, 15 deletions
diff --git a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_ja.ts b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_ja.ts
index 7059d114..c13ed916 100644
--- a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_ja.ts
+++ b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_ja.ts
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE TS>
<TS version="2.1" language="ja_JP">
<context>
<name>LLockScreen</name>
<message>
- <location filename="../LLockScreen.ui" line="14"/>
+ <location filename="../LLockScreen.ui" line="14"></location>
<source>Form</source>
- <translation type="unfinished"></translation>
+ <translation>Form</translation>
</message>
<message>
- <location filename="../LLockScreen.ui" line="114"/>
+ <location filename="../LLockScreen.ui" line="114"></location>
<source>Password</source>
- <translation type="unfinished"></translation>
+ <translation>パスワード</translation>
</message>
<message>
- <location filename="../LLockScreen.ui" line="126"/>
+ <location filename="../LLockScreen.ui" line="126"></location>
<source>Unlock Session</source>
- <translation type="unfinished"></translation>
+ <translation>セッションのロックを解除</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="39"/>
+ <location filename="../LLockScreen.cpp" line="39"></location>
<source>Locked by: %1</source>
- <translation type="unfinished"></translation>
+ <translation>%1 によってロックされました</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="76"/>
+ <location filename="../LLockScreen.cpp" line="76"></location>
<source>Too Many Failures</source>
- <translation type="unfinished"></translation>
+ <translation>認証に続けて失敗しました</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="76"/>
+ <location filename="../LLockScreen.cpp" line="76"></location>
<source>Wait %1 Minutes</source>
- <translation type="unfinished"></translation>
+ <translation>%1 分お待ちください</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="77"/>
+ <location filename="../LLockScreen.cpp" line="77"></location>
<source>Failed Attempts: %1</source>
- <translation type="unfinished"></translation>
+ <translation>失敗した回数: %1</translation>
</message>
</context>
</TS>
bgstack15