aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-17 16:04:15 +0000
committerWeblate <noreply@weblate.org>2017-08-17 16:04:15 +0000
commitda678fc7fa150351ce15acf8fed2c90dde244db7 (patch)
tree8c5702ce54b5e533b61c5a2ce555e5b5bdde1d48 /src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
parentTranslated using Weblate (French) (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-da678fc7fa150351ce15acf8fed2c90dde244db7.tar.gz
lumina-da678fc7fa150351ce15acf8fed2c90dde244db7.tar.bz2
lumina-da678fc7fa150351ce15acf8fed2c90dde244db7.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts')
-rw-r--r--src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts24
1 files changed, 17 insertions, 7 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
index 61ae491f..f41c2bf4 100644
--- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
+++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
@@ -109,11 +109,6 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../MainUI.ui" line="499"/>
- <source>toolBar</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<location filename="../MainUI.ui" line="526"/>
<source>Capture</source>
<translation>キャプチャー</translation>
@@ -181,16 +176,31 @@
<translation>スクリーンショットの保存</translation>
</message>
<message>
- <location filename="../MainUI.cpp" line="322"/>
+ <location filename="../MainUI.cpp" line="325"/>
<source>Unsaved Screenshot</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../MainUI.cpp" line="323"/>
+ <location filename="../MainUI.cpp" line="326"/>
<source>The current screenshot has not been saved yet. Do you want to save or discard your changes?</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../MainUI.cpp" line="329"/>
+ <source>Save</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../MainUI.cpp" line="330"/>
+ <source>Discard</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../MainUI.cpp" line="331"/>
+ <source>Cancel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../MainUI.ui" line="543"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
bgstack15