Merge lp:~alivema4ever/ubuntu/trusty/smplayer/lp-1325330-fix into lp:ubuntu/trusty/smplayer

Proposed by Alif M. Ahmad
Status: Rejected
Rejected by: Jamie Strandboge
Proposed branch: lp:~alivema4ever/ubuntu/trusty/smplayer/lp-1325330-fix
Merge into: lp:ubuntu/trusty/smplayer
Diff against target: 463815 lines (+160698/-84983)
427 files modified
.pc/01-add-mplayer2-detection.patch/src/core.cpp (+252/-128)
.pc/02-disable_updates.patch/src/updatechecker.cpp (+1/-1)
Changelog (+113/-0)
Readme.txt (+13/-1)
Release_notes.txt (+19/-0)
create_deb.sh (+1/-1)
debian-rvm/changelog-orig (+20/-0)
debian/changelog (+16/-0)
debian/control (+8/-5)
debian/smplayer-l10n.install (+1/-0)
debian/smplayer-translations.install (+0/-1)
qt-translations/qt_eu.ts (+34/-35)
qt-translations/qt_ja.ts (+10236/-0)
setup/scripts/make_pkgs.cmd (+197/-112)
setup/scripts/make_pkgs64.cmd (+0/-259)
setup/smplayer.nsi (+62/-35)
setup/translations/albanian.nsh (+102/-0)
setup/translations/arabic.nsh (+102/-0)
setup/translations/basque.nsh (+16/-15)
setup/translations/bulgarian.nsh (+102/-0)
setup/translations/catalan.nsh (+1/-0)
setup/translations/croatian.nsh (+74/-73)
setup/translations/czech.nsh (+12/-11)
setup/translations/danish.nsh (+1/-0)
setup/translations/dutch.nsh (+1/-0)
setup/translations/english.nsh (+1/-0)
setup/translations/finnish.nsh (+1/-0)
setup/translations/french.nsh (+6/-5)
setup/translations/german.nsh (+53/-52)
setup/translations/hebrew.nsh (+1/-0)
setup/translations/hungarian.nsh (+1/-0)
setup/translations/italian.nsh (+1/-0)
setup/translations/japanese.nsh (+5/-4)
setup/translations/korean.nsh (+72/-71)
setup/translations/malay.nsh (+102/-0)
setup/translations/norwegian.nsh (+1/-0)
setup/translations/po_files/.tx/config (+40/-0)
setup/translations/po_files/albanian.po (+294/-0)
setup/translations/po_files/arabic.po (+294/-0)
setup/translations/po_files/basque.po (+294/-0)
setup/translations/po_files/bulgarian.po (+294/-0)
setup/translations/po_files/catalan.po (+283/-0)
setup/translations/po_files/croatian.po (+294/-0)
setup/translations/po_files/czech.po (+294/-0)
setup/translations/po_files/danish.po (+283/-0)
setup/translations/po_files/dutch.po (+283/-0)
setup/translations/po_files/english.pot (+255/-0)
setup/translations/po_files/finnish.po (+283/-0)
setup/translations/po_files/french.po (+294/-0)
setup/translations/po_files/german.po (+295/-0)
setup/translations/po_files/hebrew.po (+283/-0)
setup/translations/po_files/hungarian.po (+292/-0)
setup/translations/po_files/italian.po (+297/-0)
setup/translations/po_files/japanese.po (+294/-0)
setup/translations/po_files/korean.po (+294/-0)
setup/translations/po_files/malay.po (+294/-0)
setup/translations/po_files/norwegian.po (+283/-0)
setup/translations/po_files/polish.po (+294/-0)
setup/translations/po_files/portuguese.po (+294/-0)
setup/translations/po_files/portuguesebrazil.po (+294/-0)
setup/translations/po_files/russian.po (+295/-0)
setup/translations/po_files/serbian.po (+294/-0)
setup/translations/po_files/simpchinese.po (+294/-0)
setup/translations/po_files/slovak.po (+283/-0)
setup/translations/po_files/slovenian.po (+283/-0)
setup/translations/po_files/spanish.po (+294/-0)
setup/translations/po_files/thai.po (+283/-0)
setup/translations/po_files/tradchinese.po (+283/-0)
setup/translations/polish.nsh (+18/-16)
setup/translations/portuguese.nsh (+10/-9)
setup/translations/portuguesebrazil.nsh (+102/-0)
setup/translations/russian.nsh (+9/-8)
setup/translations/serbian.nsh (+102/-0)
setup/translations/simpchinese.nsh (+9/-8)
setup/translations/slovak.nsh (+1/-0)
setup/translations/slovenian.nsh (+1/-0)
setup/translations/spanish.nsh (+2/-1)
setup/translations/thai.nsh (+1/-0)
setup/translations/tradchinese.nsh (+1/-0)
smplayer.desktop (+2/-2)
smplayer.spec (+1/-1)
smplayer_enqueue.desktop (+1/-1)
src/about.cpp (+54/-72)
src/about.h (+1/-1)
src/about.ui (+5/-0)
src/actionseditor.cpp (+6/-1)
src/actionseditor.h (+1/-1)
src/assstyles.cpp (+1/-1)
src/assstyles.h (+1/-1)
src/audioequalizer.cpp (+180/-11)
src/audioequalizer.h (+21/-7)
src/audioequalizerlist.h (+1/-1)
src/autohidewidget.cpp (+187/-0)
src/autohidewidget.h (+86/-0)
src/basegui.cpp (+278/-161)
src/basegui.h (+30/-21)
src/baseguiplus.cpp (+1/-1)
src/baseguiplus.h (+1/-1)
src/chapters.cpp (+1/-1)
src/chapters.h (+1/-1)
src/cleanconfig.cpp (+3/-0)
src/clhelp.cpp (+1/-1)
src/clhelp.h (+1/-1)
src/colorutils.cpp (+1/-1)
src/colorutils.h (+1/-1)
src/config.h (+1/-1)
src/constants.h (+1/-1)
src/core.cpp (+252/-128)
src/core.h (+19/-2)
src/defaultgui.cpp (+107/-96)
src/defaultgui.h (+7/-7)
src/desktopinfo.cpp (+1/-1)
src/desktopinfo.h (+1/-1)
src/deviceinfo.cpp (+1/-1)
src/deviceinfo.h (+1/-1)
src/discname.cpp (+13/-5)
src/discname.h (+2/-2)
src/editabletoolbar.cpp (+1/-1)
src/editabletoolbar.h (+1/-1)
src/eqslider.cpp (+1/-1)
src/eqslider.h (+1/-1)
src/errordialog.cpp (+1/-1)
src/errordialog.h (+1/-1)
src/extensions.cpp (+11/-2)
src/extensions.h (+2/-1)
src/favoriteeditor.cpp (+5/-1)
src/favoriteeditor.h (+1/-1)
src/favorites.cpp (+7/-1)
src/favorites.h (+1/-1)
src/filechooser.cpp (+1/-1)
src/filechooser.h (+1/-1)
src/filedialog.cpp (+1/-1)
src/filedialog.h (+1/-1)
src/filehash.cpp (+1/-1)
src/filehash.h (+1/-1)
src/filepropertiesdialog.cpp (+3/-3)
src/filepropertiesdialog.h (+1/-1)
src/filesettings.cpp (+1/-1)
src/filesettings.h (+1/-1)
src/filesettingsbase.cpp (+1/-1)
src/filesettingsbase.h (+1/-1)
src/filesettingshash.cpp (+1/-1)
src/filesettingshash.h (+1/-1)
src/filters.cpp (+1/-1)
src/filters.h (+1/-1)
src/findsubtitles/filedownloader/filedownloader.cpp (+69/-62)
src/findsubtitles/filedownloader/filedownloader.h (+16/-16)
src/findsubtitles/filedownloader/main.cpp (+1/-1)
src/findsubtitles/findsubtitles.pro (+13/-12)
src/findsubtitles/findsubtitlesconfigdialog.cpp (+3/-3)
src/findsubtitles/findsubtitlesconfigdialog.h (+1/-1)
src/findsubtitles/findsubtitlesconfigdialog.ui (+1/-1)
src/findsubtitles/findsubtitleswindow.cpp (+2/-1)
src/findsubtitles/findsubtitleswindow.h (+1/-1)
src/findsubtitles/fixsubs.cpp (+1/-1)
src/findsubtitles/fixsubs.h (+1/-1)
src/findsubtitles/main.cpp (+1/-1)
src/findsubtitles/osclient.cpp (+5/-6)
src/findsubtitles/osclient.h (+1/-1)
src/findsubtitles/osparser.cpp (+1/-1)
src/findsubtitles/osparser.h (+1/-1)
src/findsubtitles/subchooserdialog.cpp (+1/-1)
src/findsubtitles/subchooserdialog.h (+1/-1)
src/floatingwidget.cpp (+0/-171)
src/floatingwidget.h (+0/-95)
src/fontcache.cpp (+1/-1)
src/fontcache.h (+1/-1)
src/global.cpp (+1/-1)
src/global.h (+1/-1)
src/guiconfig.h (+1/-9)
src/helper.cpp (+64/-4)
src/helper.h (+10/-1)
src/icons.qrc (+6/-0)
src/images.cpp (+1/-1)
src/images.h (+1/-1)
src/infofile.cpp (+15/-3)
src/infofile.h (+1/-1)
src/infoprovider.cpp (+1/-1)
src/infoprovider.h (+1/-1)
src/inforeader.cpp (+7/-7)
src/inforeader.h (+1/-1)
src/inputdvddirectory.cpp (+1/-1)
src/inputdvddirectory.h (+1/-1)
src/inputdvddirectory.ui (+1/-1)
src/inputmplayerversion.cpp (+1/-1)
src/inputmplayerversion.h (+1/-1)
src/inputurl.cpp (+1/-1)
src/inputurl.h (+1/-1)
src/languages.cpp (+47/-42)
src/languages.h (+1/-1)
src/lineedit_with_icon.cpp (+1/-1)
src/lineedit_with_icon.h (+1/-1)
src/logwindow.cpp (+1/-1)
src/logwindow.h (+1/-1)
src/main.cpp (+1/-1)
src/mediadata.cpp (+2/-2)
src/mediadata.h (+5/-1)
src/mediasettings.cpp (+31/-11)
src/mediasettings.h (+2/-2)
src/minigui.cpp (+41/-43)
src/minigui.h (+3/-6)
src/mpcgui/mpcgui.cpp (+77/-51)
src/mpcgui/mpcgui.h (+4/-4)
src/mplayerprocess.cpp (+31/-9)
src/mplayerprocess.h (+3/-1)
src/mplayerversion.cpp (+1/-1)
src/mplayerversion.h (+1/-1)
src/mplayerwindow.cpp (+142/-82)
src/mplayerwindow.h (+28/-14)
src/multilineinputdialog.cpp (+1/-1)
src/multilineinputdialog.h (+1/-1)
src/myaction.cpp (+5/-1)
src/myaction.h (+3/-1)
src/myactiongroup.cpp (+1/-1)
src/myactiongroup.h (+1/-1)
src/myapplication.cpp (+157/-1)
src/myapplication.h (+17/-1)
src/mycombobox.cpp (+32/-1)
src/mycombobox.h (+2/-1)
src/mylineedit.cpp (+1/-1)
src/mylineedit.h (+1/-1)
src/myprocess.cpp (+5/-4)
src/myprocess.h (+1/-1)
src/myslider.cpp (+1/-1)
src/myslider.h (+1/-1)
src/mytablewidget.cpp (+1/-1)
src/mytablewidget.h (+1/-1)
src/old/floatingwidget.cpp (+171/-0)
src/old/floatingwidget.h (+95/-0)
src/old/videoequalizer.cpp (+140/-0)
src/old/videoequalizer.h (+65/-0)
src/paths.cpp (+7/-1)
src/paths.h (+5/-1)
src/playlist.cpp (+24/-6)
src/playlist.h (+5/-3)
src/playlistdock.cpp (+1/-1)
src/playlistdock.h (+1/-1)
src/prefadvanced.cpp (+26/-1)
src/prefadvanced.h (+6/-1)
src/prefadvanced.ui (+17/-9)
src/prefassociations.cpp (+1/-1)
src/prefassociations.h (+1/-1)
src/prefdrives.cpp (+47/-3)
src/prefdrives.h (+6/-1)
src/prefdrives.ui (+181/-137)
src/preferences.cpp (+84/-19)
src/preferences.h (+29/-7)
src/preferencesdialog.cpp (+1/-1)
src/preferencesdialog.h (+1/-1)
src/prefgeneral.cpp (+36/-7)
src/prefgeneral.h (+7/-4)
src/prefgeneral.ui (+459/-519)
src/prefinput.cpp (+20/-12)
src/prefinput.h (+3/-3)
src/prefinput.ui (+307/-422)
src/prefinterface.cpp (+30/-35)
src/prefinterface.h (+1/-6)
src/prefinterface.ui (+52/-11)
src/prefperformance.cpp (+1/-1)
src/prefperformance.h (+1/-1)
src/prefperformance.ui (+178/-231)
src/prefplaylist.cpp (+22/-11)
src/prefplaylist.h (+3/-3)
src/prefplaylist.ui (+100/-66)
src/prefsubtitles.cpp (+37/-1)
src/prefsubtitles.h (+2/-1)
src/prefsubtitles.ui (+395/-521)
src/preftv.cpp (+1/-1)
src/preftv.h (+1/-1)
src/prefupdates.cpp (+1/-1)
src/prefupdates.h (+1/-1)
src/prefupdates.ui (+2/-2)
src/prefwidget.cpp (+1/-1)
src/prefwidget.h (+2/-2)
src/qtsingleapplication/qtlocalpeer.cpp (+19/-16)
src/qtsingleapplication/qtlocalpeer.h (+15/-14)
src/qtsingleapplication/qtlockedfile.cpp (+12/-11)
src/qtsingleapplication/qtlockedfile.h (+15/-14)
src/qtsingleapplication/qtlockedfile_unix.cpp (+12/-11)
src/qtsingleapplication/qtlockedfile_win.cpp (+17/-12)
src/qtsingleapplication/qtsingleapplication.cpp (+17/-14)
src/qtsingleapplication/qtsingleapplication.h (+18/-15)
src/qtsingleapplication/qtsingleapplication.pri (+1/-0)
src/qtsingleapplication/qtsinglecoreapplication.cpp (+12/-11)
src/qtsingleapplication/qtsinglecoreapplication.h (+13/-12)
src/recents.cpp (+1/-1)
src/recents.h (+1/-1)
src/reminderdialog.cpp (+70/-0)
src/reminderdialog.h (+46/-0)
src/reminderdialog.ui (+185/-0)
src/screensaver.cpp (+5/-3)
src/screensaver.h (+3/-1)
src/seekwidget.cpp (+2/-2)
src/seekwidget.h (+1/-1)
src/seekwidget.ui (+27/-25)
src/selectcolorbutton.cpp (+1/-1)
src/selectcolorbutton.h (+1/-1)
src/sharedialog.cpp (+86/-0)
src/sharedialog.h (+50/-0)
src/sharedialog.ui (+160/-0)
src/shortcutgetter.cpp (+1/-1)
src/shortcutgetter.h (+1/-1)
src/shortcuts/default.keys (+25/-20)
src/shortcuts/euskara.keys (+241/-0)
src/simplehttp.cpp (+0/-102)
src/simplehttp.h (+0/-56)
src/skingui/actiontools.cpp (+1/-1)
src/skingui/actiontools.h (+1/-1)
src/skingui/mediabarpanel.cpp (+13/-7)
src/skingui/mediabarpanel.h (+1/-1)
src/skingui/mediapanel.cpp (+1/-1)
src/skingui/mediapanel.h (+2/-2)
src/skingui/mybutton.cpp (+1/-1)
src/skingui/mybutton.h (+1/-1)
src/skingui/myicon.cpp (+1/-1)
src/skingui/myicon.h (+1/-1)
src/skingui/panelseeker.cpp (+20/-5)
src/skingui/panelseeker.h (+4/-3)
src/skingui/playcontrol.cpp (+5/-6)
src/skingui/playcontrol.h (+1/-1)
src/skingui/qpropertysetter.cpp (+1/-4)
src/skingui/qpropertysetter.h (+1/-16)
src/skingui/skingui.cpp (+97/-107)
src/skingui/skingui.h (+8/-13)
src/skingui/volumecontrolpanel.cpp (+1/-1)
src/smplayer.cpp (+62/-3)
src/smplayer.h (+8/-1)
src/smplayer.pro (+61/-41)
src/smplayer.rc (+3/-3)
src/subtracks.cpp (+1/-1)
src/subtracks.h (+1/-1)
src/timedialog.cpp (+5/-5)
src/timedialog.h (+1/-1)
src/timeslider.cpp (+6/-5)
src/timeslider.h (+2/-2)
src/titletracks.cpp (+1/-1)
src/titletracks.h (+1/-1)
src/toolbareditor.cpp (+1/-1)
src/toolbareditor.h (+1/-1)
src/tracks.cpp (+1/-1)
src/tracks.h (+1/-1)
src/translations/.tx/config (+1/-1)
src/translations/smplayer_ar.ts (+9291/-0)
src/translations/smplayer_ar_SY.ts (+1868/-1670)
src/translations/smplayer_bg.ts (+3715/-3549)
src/translations/smplayer_ca.ts (+1772/-1559)
src/translations/smplayer_cs.ts (+1755/-1547)
src/translations/smplayer_da.ts (+1935/-1758)
src/translations/smplayer_de.ts (+2577/-2544)
src/translations/smplayer_el_GR.ts (+1831/-1577)
src/translations/smplayer_en_GB.ts (+9288/-0)
src/translations/smplayer_en_US.ts (+1766/-1559)
src/translations/smplayer_es.ts (+1945/-1873)
src/translations/smplayer_et.ts (+2503/-2393)
src/translations/smplayer_eu.ts (+1783/-1576)
src/translations/smplayer_fi.ts (+2082/-2023)
src/translations/smplayer_fr.ts (+1811/-1627)
src/translations/smplayer_gl.ts (+1774/-1586)
src/translations/smplayer_he_IL.ts (+1784/-1577)
src/translations/smplayer_hr.ts (+1774/-1567)
src/translations/smplayer_hu.ts (+2375/-2316)
src/translations/smplayer_id.ts (+9288/-0)
src/translations/smplayer_it.ts (+2972/-2918)
src/translations/smplayer_ja.ts (+1791/-1584)
src/translations/smplayer_ka.ts (+1801/-1564)
src/translations/smplayer_ko.ts (+3418/-3277)
src/translations/smplayer_ku.ts (+2562/-2469)
src/translations/smplayer_lt.ts (+1778/-1594)
src/translations/smplayer_mk.ts (+1821/-1602)
src/translations/smplayer_ms_MY.ts (+1806/-1618)
src/translations/smplayer_nl.ts (+2419/-2360)
src/translations/smplayer_nn_NO.ts (+9351/-0)
src/translations/smplayer_pl.ts (+2112/-1905)
src/translations/smplayer_pt.ts (+1812/-1605)
src/translations/smplayer_pt_BR.ts (+1789/-1582)
src/translations/smplayer_ro_RO.ts (+1813/-1602)
src/translations/smplayer_ru_RU.ts (+1858/-1678)
src/translations/smplayer_sk.ts (+1807/-1598)
src/translations/smplayer_sl_SI.ts (+1798/-1601)
src/translations/smplayer_sr.ts (+1794/-1586)
src/translations/smplayer_sv.ts (+1814/-1573)
src/translations/smplayer_th.ts (+2311/-2193)
src/translations/smplayer_tr.ts (+2889/-2814)
src/translations/smplayer_uk_UA.ts (+1834/-1627)
src/translations/smplayer_uz.ts (+9302/-0)
src/translations/smplayer_vi_VN.ts (+2204/-2122)
src/translations/smplayer_zh_CN.ts (+1856/-1668)
src/translations/smplayer_zh_TW.ts (+3016/-2891)
src/translator.cpp (+1/-1)
src/translator.h (+1/-1)
src/tristatecombo.cpp (+1/-1)
src/tristatecombo.h (+1/-1)
src/tvlist.cpp (+1/-1)
src/tvlist.h (+1/-1)
src/tvsettings.cpp (+1/-1)
src/tvsettings.h (+1/-1)
src/updatechecker.cpp (+1/-1)
src/updatechecker.h (+1/-1)
src/urlhistory.cpp (+1/-1)
src/urlhistory.h (+1/-1)
src/vdpauproperties.cpp (+1/-1)
src/vdpauproperties.h (+1/-1)
src/version.cpp (+3/-3)
src/version.h (+1/-1)
src/videoequalizer.cpp (+70/-95)
src/videoequalizer.h (+42/-33)
src/videoequalizer.ui (+343/-0)
src/videoequalizer2.cpp (+0/-115)
src/videoequalizer2.h (+0/-74)
src/videoequalizer2.ui (+0/-343)
src/videopreview/main.cpp (+1/-1)
src/videopreview/videopreview.cpp (+5/-5)
src/videopreview/videopreview.h (+1/-1)
src/videopreview/videopreview.pro (+5/-0)
src/videopreview/videopreviewconfigdialog.cpp (+1/-1)
src/videopreview/videopreviewconfigdialog.h (+1/-1)
src/videopreview/videopreviewconfigdialog.ui (+93/-92)
src/widgetactions.cpp (+1/-1)
src/widgetactions.h (+1/-1)
src/winfileassoc.cpp (+2/-2)
src/winfileassoc.h (+1/-1)
src/youtube/codedownloader.cpp (+1/-1)
src/youtube/codedownloader.h (+1/-1)
src/youtube/retrieveyoutubeurl.cpp (+323/-42)
src/youtube/retrieveyoutubeurl.h (+20/-5)
src/youtube/ytsig.cpp (+50/-30)
src/youtube/ytsig.h (+8/-6)
To merge this branch: bzr merge lp:~alivema4ever/ubuntu/trusty/smplayer/lp-1325330-fix
Reviewer Review Type Date Requested Status
Jamie Strandboge Disapprove
Review via email: mp+228868@code.launchpad.net

Description of the change

Packaging latest stable version of smplayer for trusty.
Tested and built on pbuilder development successfully.

To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Updating trusty to a new version like this does not meet the SRU criteria as laid out in https://wiki.ubuntu.com/StableReleaseUpdates. This would be better served to include in trusty-backports. See https://help.ubuntu.com/community/UbuntuBackports.

review: Disapprove

Unmerged revisions

27. By Alif M. Ahmad

Packaging 14.3.0-1 for trusty (lp: #1325330)

26. By Mateusz Łukasik

* Add myself to uploaders.
* New upstream release. (Closes: #740769, #742685)
* debian/control:
  - bump standards version to 3.9.5. (no changes needed)
  - rename smplayer-translations to smplayer-l10n. (Closes: #698365)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/01-add-mplayer2-detection.patch/src/core.cpp'
2--- .pc/01-add-mplayer2-detection.patch/src/core.cpp 2013-10-08 12:51:23 +0000
3+++ .pc/01-add-mplayer2-detection.patch/src/core.cpp 2014-07-30 14:55:35 +0000
4@@ -1,5 +1,5 @@
5 /* smplayer, GUI front-end for mplayer.
6- Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
7+ Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11@@ -223,7 +223,9 @@
12 connect( proc, SIGNAL(receivedTitleIsMovie()),
13 this, SLOT(dvdTitleIsMovie()) );
14 #endif
15-
16+
17+ connect( proc, SIGNAL(receivedForbiddenText()), this, SIGNAL(receivedForbidden()) );
18+
19 connect( this, SIGNAL(stateChanged(Core::State)),
20 this, SLOT(watchState(Core::State)) );
21
22@@ -244,7 +246,7 @@
23 mplayerwindow, SLOT(playingStarted()) );
24
25 #if DVDNAV_SUPPORT
26- connect( mplayerwindow, SIGNAL(mouseMoved(QPoint)),
27+ connect( mplayerwindow->videoLayer(), SIGNAL(mouseMoved(QPoint)),
28 this, SLOT(dvdnavUpdateMousePos(QPoint)) );
29 #endif
30
31@@ -257,11 +259,10 @@
32 #ifdef SCREENSAVER_OFF
33 // Windows or OS2 screensaver
34 win_screensaver = new WinScreenSaver();
35-#endif
36-#endif
37-
38-#if DISCNAME_TEST
39- DiscName::test();
40+ connect( this, SIGNAL(aboutToStartPlaying()), this, SLOT(disableScreensaver()) );
41+ connect( proc, SIGNAL(processExited()), this, SLOT(enableScreensaver()) );
42+ connect( proc, SIGNAL(error(QProcess::ProcessError)), this, SLOT(enableScreensaver()) );
43+#endif
44 #endif
45
46 #ifdef YOUTUBE_SUPPORT
47@@ -402,7 +403,7 @@
48 QString str = QString("osd_show_text \"%1\" %2 %3\n").arg(text.toUtf8().constData()).arg(duration).arg(level);
49 if (!prefix.isEmpty()) str = prefix + " " + str;
50 qDebug("Core::displayTextOnOSD: command: '%s'", str.toUtf8().constData());
51- proc->write(str.toAscii());
52+ proc->write(str.toLatin1());
53 }
54 }
55
56@@ -467,6 +468,13 @@
57 */
58 }
59 else
60+#ifdef BLURAY_SUPPORT
61+ if (file.toLower().startsWith("br:")) {
62+ qDebug("Core::open: * identified as blu-ray");
63+ openBluRay(file);
64+ }
65+ else
66+#endif
67 if (file.toLower().startsWith("vcd:")) {
68 qDebug("Core::open: * identified as vcd");
69
70@@ -539,8 +547,26 @@
71 */
72
73 void Core::YTNoVideoUrl() {
74- emit showMessage( tr("Unable to locate the url of the video") );
75-}
76+ emit showMessage( tr("Unable to locate the URL of the video") );
77+}
78+#endif
79+
80+#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
81+#ifdef SCREENSAVER_OFF
82+void Core::enableScreensaver() {
83+ qDebug("Core::enableScreensaver");
84+ if (pref->turn_screensaver_off) {
85+ win_screensaver->enable();
86+ }
87+}
88+
89+void Core::disableScreensaver() {
90+ qDebug("Core::disableScreensaver");
91+ if (pref->turn_screensaver_off) {
92+ win_screensaver->disable();
93+ }
94+}
95+#endif
96 #endif
97
98 void Core::loadSub(const QString & sub ) {
99@@ -605,7 +631,7 @@
100 QFileInfo fi(directory);
101 if ( (fi.exists()) && (fi.isDir()) ) {
102 pref->dvd_directory = directory;
103- pref->play_dvd_from_hd = TRUE;
104+ pref->play_dvd_from_hd = true;
105 openDVD();
106 } else {
107 qDebug("Core::openDVD: directory '%s' is not valid", directory.toUtf8().data());
108@@ -614,7 +640,7 @@
109 qDebug("Core::openDVD: directory is empty");
110 }
111 } else {
112- pref->play_dvd_from_hd = FALSE;
113+ pref->play_dvd_from_hd = false;
114 openDVD();
115 }
116 }
117@@ -755,6 +781,56 @@
118 initPlaying();
119 }
120
121+
122+#ifdef BLURAY_SUPPORT
123+/**
124+ * Opens a BluRay, taking advantage of mplayer's capabilities to do so.
125+ */
126+void Core::openBluRay(QString bluray_url) {
127+ qDebug("Core::openBluRay: '%s'", bluray_url.toUtf8().data());
128+
129+ //Checks
130+ DiscData disc_data = DiscName::split(bluray_url);
131+ QString folder = disc_data.device;
132+ int title = disc_data.title;
133+
134+ if (title == -1) {
135+ qWarning("Core::openBluRay: title invalid, not playing bluray");
136+ return;
137+ }
138+
139+ QFileInfo fi(folder);
140+ if ( (!fi.exists()) || (!fi.isDir()) ) {
141+ qWarning("Core::openBluRay: folder invalid, not playing bluray");
142+ return;
143+ }
144+
145+ if (proc->isRunning()) {
146+ stopMplayer();
147+ we_are_restarting = false;
148+ }
149+
150+ // Save data of previous file:
151+#ifndef NO_USE_INI_FILES
152+ saveMediaInfo();
153+#endif
154+
155+ mdat.reset();
156+ mdat.filename = bluray_url;
157+ mdat.type = TYPE_BLURAY;
158+
159+ mset.reset();
160+
161+ mset.current_title_id = title;
162+ mset.current_chapter_id = firstChapter();
163+ mset.current_angle_id = 1;
164+
165+ /* initializeMenus(); */
166+
167+ initPlaying();
168+}
169+#endif
170+
171 void Core::openTV(QString channel_id) {
172 qDebug("Core::openTV: '%s'", channel_id.toUtf8().constData());
173
174@@ -813,20 +889,16 @@
175 qDebug("Core::openStream: '%s'", name.toUtf8().data());
176
177 #ifdef YOUTUBE_SUPPORT
178- if (name.contains("youtube.com/watch", Qt::CaseInsensitive) ||
179- name.contains("youtu.be/", Qt::CaseInsensitive) ||
180- name.contains("y2u.be/", Qt::CaseInsensitive) )
181- {
182- qDebug("Core::openStream: youtube url detected");
183- if (name.startsWith("www.youtube.com")) name = "http://" + name;
184- if (name.startsWith("youtube.com")) name = "http://www." + name;
185- if (name.startsWith("youtu.be")) name = "http://" + name;
186- if (name.startsWith("y2u.be")) name = "http://" + name;
187+ // Check if the stream is a youtube url
188+ QString yt_full_url = yt->fullUrl(name);
189+ if (!yt_full_url.isEmpty()) {
190+ qDebug("Core::openStream: youtube url detected: %s", yt_full_url.toLatin1().constData());
191+ name = yt_full_url;
192 yt->setPreferredQuality( (RetrieveYoutubeUrl::Quality) pref->yt_quality );
193 qDebug("Core::openStream: user_agent: '%s'", pref->yt_user_agent.toUtf8().constData());
194 if (!pref->yt_user_agent.isEmpty()) yt->setUserAgent(pref->yt_user_agent);
195 #ifdef YT_USE_SCRIPT
196- YTSig::setScriptFile( Paths::configPath() + "/ytcode.script" );
197+ YTSig::setScriptFile( Paths::configPath() + "/yt.js" );
198 #endif
199 yt->fetchPage(name);
200 return;
201@@ -1025,7 +1097,7 @@
202 mset.current_chapter_id = firstChapter();
203 }
204
205- mdat.initialized = TRUE;
206+ mdat.initialized = true;
207
208 // MPlayer doesn't display the length in ID_LENGTH for audio CDs...
209 if ((mdat.duration == 0) && (mdat.type == TYPE_AUDIO_CD)) {
210@@ -1131,14 +1203,18 @@
211
212 changeAspectRatio(mset.aspect_ratio_id);
213
214- if (pref->global_volume) {
215- bool was_muted = pref->mute;
216- setVolume( pref->volume, true);
217- if (was_muted) mute(true);
218+ if (pref->mplayer_additional_options.contains("-volume")) {
219+ qDebug("Core::finishRestart: don't set volume since -volume is used");
220 } else {
221- bool was_muted = mset.mute;
222- setVolume( mset.volume, true );
223- if (was_muted) mute(true);
224+ if (pref->global_volume) {
225+ bool was_muted = pref->mute;
226+ setVolume( pref->volume, true);
227+ if (was_muted) mute(true);
228+ } else {
229+ bool was_muted = mset.mute;
230+ setVolume( mset.volume, true );
231+ if (was_muted) mute(true);
232+ }
233 }
234
235 if (pref->change_video_equalizer_on_startup && (mset.gamma != 0)) {
236@@ -1207,13 +1283,12 @@
237 }
238
239
240-void Core::play()
241-{
242+void Core::play() {
243 qDebug("Core::play");
244-
245+
246 if ((proc->isRunning()) && (state()==Paused)) {
247 tellmp("pause"); // Unpauses
248- }
249+ }
250 else
251 if ((proc->isRunning()) && (state()==Playing)) {
252 // nothing to do, continue playing
253@@ -1228,8 +1303,10 @@
254 }
255 */
256 restartPlay();
257+ } else {
258+ emit noFileToPlay();
259 }
260- }
261+ }
262 }
263
264 void Core::pause_and_frame_step() {
265@@ -1301,16 +1378,6 @@
266 void Core::processFinished()
267 {
268 qDebug("Core::processFinished");
269-
270-#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
271-#ifdef SCREENSAVER_OFF
272- // Restores the Windows or OS2 screensaver
273- if (pref->turn_screensaver_off) {
274- win_screensaver->enable();
275- }
276-#endif
277-#endif
278-
279 qDebug("Core::processFinished: we_are_restarting: %d", we_are_restarting);
280
281 //mset.current_sec = 0;
282@@ -1395,15 +1462,6 @@
283 yt->close();
284 #endif
285
286-#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
287-#ifdef SCREENSAVER_OFF
288- // Disable the Windows or OS2 screensaver
289- if (pref->turn_screensaver_off) {
290- win_screensaver->disable();
291- }
292-#endif
293-#endif
294-
295 bool is_mkv = (QFileInfo(file).suffix().toLower() == "mkv");
296
297 // DVD
298@@ -1428,12 +1486,34 @@
299 qDebug("Core::startMplayer: checking if stream is a playlist");
300 qDebug("Core::startMplayer: url path: '%s'", url.path().toUtf8().constData());
301
302- QRegExp rx("\\.ram$|\\.asx$|\\.m3u$|\\.pls$", Qt::CaseInsensitive);
303- url_is_playlist = (rx.indexIn(url.path()) != -1);
304+ if (url.scheme().toLower() != "ffmpeg") {
305+ QRegExp rx("\\.ram$|\\.asx$|\\.m3u$|\\.m3u8$|\\.pls$", Qt::CaseInsensitive);
306+ url_is_playlist = (rx.indexIn(url.path()) != -1);
307+ }
308 }
309 qDebug("Core::startMplayer: url_is_playlist: %d", url_is_playlist);
310
311
312+ // Check if a m4a file exists with the same name of file, in that cause if will be used as audio
313+ if (pref->autoload_m4a && mset.external_audio.isEmpty()) {
314+ QFileInfo fi(file);
315+ if (fi.exists() && !fi.isDir()) {
316+ if (fi.suffix().toLower() == "mp4") {
317+ QString file2 = fi.path() + "/" + fi.completeBaseName() + ".m4a";
318+ //qDebug("Core::startMplayer: file2: %s", file2.toUtf8().constData());
319+ if (!QFile::exists(file2)) {
320+ // Check for upper case
321+ file2 = fi.path() + "/" + fi.completeBaseName() + ".M4A";
322+ }
323+ if (QFile::exists(file2)) {
324+ qDebug("Core::startMplayer: found %s, so it will be used as audio file", file2.toUtf8().constData());
325+ mset.external_audio = file2;
326+ }
327+ }
328+ }
329+ }
330+
331+
332 bool screenshot_enabled = ( (pref->use_screenshot) &&
333 (!pref->screenshot_directory.isEmpty()) &&
334 (QFileInfo(pref->screenshot_directory).isDir()) );
335@@ -1735,6 +1815,10 @@
336 proc->addArgument( "-ass-font-scale");
337 proc->addArgument( QString::number(mset.sub_scale_ass) );
338
339+ if (!pref->mplayer_is_mplayer2) {
340+ proc->addArgument( "-noflip-hebrew" ); // It seems to be necessary to display arabic subtitles correctly when using -ass
341+ }
342+
343 if (!pref->force_ass_styles) {
344 // Load the styles.ass file
345 if (!QFile::exists(Paths::subtitleStyleFile())) {
346@@ -1758,7 +1842,7 @@
347 }
348 // Use the same font for OSD
349 #if !defined(Q_OS_OS2)
350- if (!pref->ass_styles.fontname.isEmpty()) {
351+ if ((pref->use_fontconfig) && (!pref->ass_styles.fontname.isEmpty())) {
352 #ifdef USE_FONTCONFIG_OPTIONS
353 if (!pref->mplayer_is_mplayer2) { // -fontconfig removed from mplayer2
354 proc->addArgument("-fontconfig");
355@@ -1860,11 +1944,13 @@
356 proc->addArgument( QString::number( mset.current_video_id ) );
357 }
358
359- if (mset.current_audio_id != MediaSettings::NoneSelected) {
360- // Workaround for MPlayer bug #1321 (http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1321)
361- if (mdat.audios.numItems() != 1) {
362- proc->addArgument("-aid");
363- proc->addArgument( QString::number( mset.current_audio_id ) );
364+ if (mset.external_audio.isEmpty()) {
365+ if (mset.current_audio_id != MediaSettings::NoneSelected) {
366+ // Workaround for MPlayer bug #1321 (http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1321)
367+ if (mdat.audios.numItems() != 1) {
368+ proc->addArgument("-aid");
369+ proc->addArgument( QString::number( mset.current_audio_id ) );
370+ }
371 }
372 }
373
374@@ -1967,19 +2053,23 @@
375 // Set volume, requires mplayer svn r27872
376 bool use_volume_option = (MplayerVersion::isMplayerAtLeast(27872));
377
378- if (pref->global_volume) {
379- if (use_volume_option) {
380- proc->addArgument("-volume");
381- proc->addArgument( QString::number( pref->volume ) );
382- }
383+ if (pref->mplayer_additional_options.contains("-volume")) {
384+ qDebug("Core::startMplayer: don't set volume since -volume is used");
385 } else {
386- if (use_volume_option) {
387- proc->addArgument("-volume");
388- // Note: mset.volume may not be right, it can be the volume of the previous video if
389- // playing a new one, but I think it's better to use anyway the current volume on
390- // startup than set it to 0 or something.
391- // The right volume will be set later, when the video starts to play.
392- proc->addArgument( QString::number( mset.volume ) );
393+ if (pref->global_volume) {
394+ if (use_volume_option) {
395+ proc->addArgument("-volume");
396+ proc->addArgument( QString::number( pref->volume ) );
397+ }
398+ } else {
399+ if (use_volume_option) {
400+ proc->addArgument("-volume");
401+ // Note: mset.volume may not be right, it can be the volume of the previous video if
402+ // playing a new one, but I think it's better to use anyway the current volume on
403+ // startup than set it to 0 or something.
404+ // The right volume will be set later, when the video starts to play.
405+ proc->addArgument( QString::number( mset.volume ) );
406+ }
407 }
408 }
409
410@@ -2018,14 +2108,17 @@
411 switch (mdat.type) {
412 case TYPE_FILE : cache = pref->cache_for_files; break;
413 case TYPE_DVD : cache = pref->cache_for_dvds;
414-#if DVDNAV_SUPPORT
415+ #if DVDNAV_SUPPORT
416 if (file.startsWith("dvdnav:")) cache = 0;
417-#endif
418+ #endif
419 break;
420 case TYPE_STREAM : cache = pref->cache_for_streams; break;
421 case TYPE_VCD : cache = pref->cache_for_vcds; break;
422 case TYPE_AUDIO_CD : cache = pref->cache_for_audiocds; break;
423 case TYPE_TV : cache = pref->cache_for_tv; break;
424+#ifdef BLURAY_SUPPORT
425+ case TYPE_BLURAY : cache = pref->cache_for_dvds; break; // FIXME: use cache for bluray?
426+#endif
427 default: cache = 0;
428 }
429
430@@ -2311,7 +2404,8 @@
431 // Audio equalizer
432 if (pref->use_audio_equalizer) {
433 if (!af.isEmpty()) af += ",";
434- af += "equalizer=" + Helper::equalizerListToString(mset.audio_equalizer);
435+ AudioEqualizerList l = pref->global_audio_equalizer ? pref->audio_equalizer : mset.audio_equalizer;
436+ af += "equalizer=" + Helper::equalizerListToString(l);
437 }
438
439
440@@ -2349,7 +2443,7 @@
441 QFileInfo f(file);
442 QString basename = f.path() + "/" + f.completeBaseName();
443
444- qDebug("Core::startMplayer: file basename: '%s'", basename.toUtf8().data());
445+ //qDebug("Core::startMplayer: file basename: '%s'", basename.toUtf8().data());
446
447 if (QFile::exists(basename+".edl"))
448 edl_f = basename+".edl";
449@@ -2418,7 +2512,14 @@
450 //Log command
451 QString line_for_log = commandline + "\n";
452 emit logLineAvailable(line_for_log);
453-
454+
455+#ifdef Q_OS_WIN
456+ if (!pref->use_windowsfontdir) {
457+ QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
458+ env.insert("FONTCONFIG_FILE", Paths::configPath() + "/fonts.conf");
459+ proc->setProcessEnvironment(env);
460+ }
461+#endif
462 if ( !proc->start() ) {
463 // error handling
464 qWarning("Core::startMplayer: mplayer process didn't start");
465@@ -2889,43 +2990,43 @@
466 }
467
468 void Core::incBrightness() {
469- setBrightness(mset.brightness + 4);
470+ setBrightness(mset.brightness + pref->min_step);
471 }
472
473 void Core::decBrightness() {
474- setBrightness(mset.brightness - 4);
475+ setBrightness(mset.brightness - pref->min_step);
476 }
477
478 void Core::incContrast() {
479- setContrast(mset.contrast + 4);
480+ setContrast(mset.contrast + pref->min_step);
481 }
482
483 void Core::decContrast() {
484- setContrast(mset.contrast - 4);
485+ setContrast(mset.contrast - pref->min_step);
486 }
487
488 void Core::incGamma() {
489- setGamma(mset.gamma + 4);
490+ setGamma(mset.gamma + pref->min_step);
491 }
492
493 void Core::decGamma() {
494- setGamma(mset.gamma - 4);
495+ setGamma(mset.gamma - pref->min_step);
496 }
497
498 void Core::incHue() {
499- setHue(mset.hue + 4);
500+ setHue(mset.hue + pref->min_step);
501 }
502
503 void Core::decHue() {
504- setHue(mset.hue - 4);
505+ setHue(mset.hue - pref->min_step);
506 }
507
508 void Core::incSaturation() {
509- setSaturation(mset.saturation + 4);
510+ setSaturation(mset.saturation + pref->min_step);
511 }
512
513 void Core::decSaturation() {
514- setSaturation(mset.saturation - 4);
515+ setSaturation(mset.saturation - pref->min_step);
516 }
517
518 void Core::setSpeed( double value ) {
519@@ -3040,13 +3141,13 @@
520
521 void Core::incVolume() {
522 qDebug("Core::incVolume");
523- int new_vol = (pref->global_volume ? pref->volume + 4 : mset.volume + 4);
524+ int new_vol = (pref->global_volume ? pref->volume + pref->min_step : mset.volume + pref->min_step);
525 setVolume(new_vol);
526 }
527
528 void Core::decVolume() {
529 qDebug("Core::incVolume");
530- int new_vol = (pref->global_volume ? pref->volume - 4 : mset.volume - 4);
531+ int new_vol = (pref->global_volume ? pref->volume - pref->min_step : mset.volume - pref->min_step);
532 setVolume(new_vol);
533 }
534
535@@ -3198,7 +3299,11 @@
536
537 // Audio equalizer functions
538 void Core::setAudioEqualizer(AudioEqualizerList values, bool restart) {
539- mset.audio_equalizer = values;
540+ if (pref->global_audio_equalizer) {
541+ pref->audio_equalizer = values;
542+ } else {
543+ mset.audio_equalizer = values;
544+ }
545
546 if (!restart) {
547 const char *command = "af_cmdline equalizer ";
548@@ -3213,57 +3318,56 @@
549 }
550
551 void Core::updateAudioEqualizer() {
552- setAudioEqualizer(mset.audio_equalizer);
553+ setAudioEqualizer(pref->global_audio_equalizer ? pref->audio_equalizer : mset.audio_equalizer);
554+}
555+
556+void Core::setAudioEq(int eq, int value) {
557+ if (pref->global_audio_equalizer) {
558+ pref->audio_equalizer[eq] = value;
559+ } else {
560+ mset.audio_equalizer[eq] = value;
561+ }
562+ updateAudioEqualizer();
563 }
564
565 void Core::setAudioEq0(int value) {
566- mset.audio_equalizer[0] = value;
567- updateAudioEqualizer();
568+ setAudioEq(0, value);
569 }
570
571 void Core::setAudioEq1(int value) {
572- mset.audio_equalizer[1] = value;
573- updateAudioEqualizer();
574+ setAudioEq(1, value);
575 }
576
577 void Core::setAudioEq2(int value) {
578- mset.audio_equalizer[2] = value;
579- updateAudioEqualizer();
580+ setAudioEq(2, value);
581 }
582
583 void Core::setAudioEq3(int value) {
584- mset.audio_equalizer[3] = value;
585- updateAudioEqualizer();
586+ setAudioEq(3, value);
587 }
588
589 void Core::setAudioEq4(int value) {
590- mset.audio_equalizer[4] = value;
591- updateAudioEqualizer();
592+ setAudioEq(4, value);
593 }
594
595 void Core::setAudioEq5(int value) {
596- mset.audio_equalizer[5] = value;
597- updateAudioEqualizer();
598+ setAudioEq(5, value);
599 }
600
601 void Core::setAudioEq6(int value) {
602- mset.audio_equalizer[6] = value;
603- updateAudioEqualizer();
604+ setAudioEq(6, value);
605 }
606
607 void Core::setAudioEq7(int value) {
608- mset.audio_equalizer[7] = value;
609- updateAudioEqualizer();
610+ setAudioEq(7, value);
611 }
612
613 void Core::setAudioEq8(int value) {
614- mset.audio_equalizer[8] = value;
615- updateAudioEqualizer();
616+ setAudioEq(8, value);
617 }
618
619 void Core::setAudioEq9(int value) {
620- mset.audio_equalizer[9] = value;
621- updateAudioEqualizer();
622+ setAudioEq(9, value);
623 }
624
625
626@@ -3435,12 +3539,16 @@
627 // Workaround too for a mplayer problem in linux,
628 // the volume is reduced if using -softvol-max.
629
630- if (pref->global_volume) {
631- setVolume( pref->volume, true);
632- if (pref->mute) mute(true);
633+ if (pref->mplayer_additional_options.contains("-volume")) {
634+ qDebug("Core::changeAudio: don't set volume since -volume is used");
635 } else {
636- setVolume( mset.volume, true );
637- if (mset.mute) mute(true); // if muted, mute again
638+ if (pref->global_volume) {
639+ setVolume( pref->volume, true);
640+ if (pref->mute) mute(true);
641+ } else {
642+ setVolume( mset.volume, true );
643+ if (mset.mute) mute(true); // if muted, mute again
644+ }
645 }
646 updateWidgets();
647 }
648@@ -3544,20 +3652,32 @@
649 }
650 else
651 if (mdat.type == TYPE_DVD) {
652-#if DVDNAV_SUPPORT
653+ #if DVDNAV_SUPPORT
654 if (mdat.filename.startsWith("dvdnav:")) {
655 tellmp("switch_title " + QString::number(ID));
656 } else {
657-#endif
658+ #endif
659 DiscData disc_data = DiscName::split(mdat.filename);
660 disc_data.title = ID;
661 QString dvd_url = DiscName::join(disc_data);
662
663 openDVD( DiscName::join(disc_data) );
664-#if DVDNAV_SUPPORT
665+ #if DVDNAV_SUPPORT
666 }
667+ #endif
668+ }
669+#ifdef BLURAY_SUPPORT
670+ else
671+ if (mdat.type == TYPE_BLURAY) {
672+ //DiscName::test();
673+
674+ DiscData disc_data = DiscName::split(mdat.filename);
675+ disc_data.title = ID;
676+ QString bluray_url = DiscName::join(disc_data);
677+ qDebug("Core::changeTitle: bluray_url: %s", bluray_url.toUtf8().constData());
678+ openBluRay(bluray_url);
679+ }
680 #endif
681- }
682 }
683
684 void Core::changeChapter(int ID) {
685@@ -3679,6 +3799,7 @@
686 << MediaSettings::Aspect11 // 1
687 << MediaSettings::Aspect54 // 1.25
688 << MediaSettings::Aspect43 // 1.33
689+ << MediaSettings::Aspect118 // 1.37
690 << MediaSettings::Aspect1410 // 1.4
691 << MediaSettings::Aspect32 // 1.5
692 << MediaSettings::Aspect149 // 1.55
693@@ -3708,7 +3829,7 @@
694 if(a==32)
695 a = 2;
696 // See if we are done
697- if(pref->wheel_function_cycle.testFlag(QFlag(a)))
698+ if (pref->wheel_function_cycle.testFlag((Preferences::WheelFunction)a))
699 done = true;
700 }
701 pref->wheel_function = a;
702@@ -4083,7 +4204,7 @@
703 mplayerwindow->setResolution( mset.win_width, mset.win_height );
704 emit needResize( mset.win_width, mset.win_height );
705 */
706- //mplayerwindow->showLogo(TRUE);
707+ //mplayerwindow->showLogo(true);
708 emit noVideo();
709 }
710
711@@ -4342,7 +4463,10 @@
712
713 void Core::durationChanged(double length) {
714 qDebug("Core::durationChanged: %f", length);
715- mdat.duration = length;
716+ if (mdat.duration != length) {
717+ mdat.duration = length;
718+ emit newDuration(length);
719+ }
720 }
721
722 void Core::askForInfo() {
723@@ -4352,10 +4476,10 @@
724 }
725
726 void Core::dvdnavUpdateMousePos(QPoint pos) {
727+ //qDebug("Core::dvdnavUpdateMousePos");
728 if ((state() == Playing) && (mdat.filename.startsWith("dvdnav:")) && (dvdnav_title_is_menu)) {
729 if (mplayerwindow->videoLayer()->underMouse()) {
730- QPoint p = mplayerwindow->videoLayer()->mapFromParent(pos);
731- tellmp(QString("set_mouse_pos %1 %2").arg(p.x()).arg(p.y()));
732+ tellmp(QString("set_mouse_pos %1 %2").arg(pos.x()).arg(pos.y()));
733 }
734 }
735 }
736
737=== modified file '.pc/02-disable_updates.patch/src/updatechecker.cpp'
738--- .pc/02-disable_updates.patch/src/updatechecker.cpp 2013-10-09 12:02:50 +0000
739+++ .pc/02-disable_updates.patch/src/updatechecker.cpp 2014-07-30 14:55:35 +0000
740@@ -1,5 +1,5 @@
741 /* smplayer, GUI front-end for mplayer.
742- Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
743+ Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
744
745 This program is free software; you can redistribute it and/or modify
746 it under the terms of the GNU General Public License as published by
747
748=== modified file 'Changelog'
749--- Changelog 2013-10-08 12:51:23 +0000
750+++ Changelog 2014-07-30 14:55:35 +0000
751@@ -1,3 +1,116 @@
752+[b]Version 0.8.7[/b]:
753+
754+(2014-03-12)
755+ * New translation: British English.
756+
757+(2014-03-09)
758+ * Add audio/aac, audio/flac, audio/ogg to smplayer.desktop and
759+ smplayer_enqueue.desktop.
760+
761+(2014-03-07)
762+ * Another workaround for opensubtitles.
763+
764+(2014-02-20)
765+ * Add more media keys as shortcuts.
766+
767+(2014-02-09)
768+ * Add the option 'Global audio equalizer' in preferences -> general
769+ -> audio.
770+ * (Windows) Now it's possible to open Windows shortcuts (symlinks).
771+
772+(2014-02-06)
773+ * Add more presets to the audio equalizer.
774+ * (Windows) Add an option in preferences -> subtitles to enable or
775+ disable the use of the windows font directory.
776+ Disabling this option prevents the annoying font scanning.
777+
778+(2014-01-20)
779+ * Don't ignore the wheel event in the timeslider.
780+ * Don't display the resolution of the video in the statusbar if the
781+ width or height is 0.
782+
783+(2014-01-19)
784+ * New option min_step for smplayer.ini (section [General]).
785+ Sets the step value for the actions that increase or
786+ decrease the volume, contrast, brightness...
787+
788+(2014-01-07)
789+ * Add an option in preferences -> interface to set the time
790+ to hide the floating control.
791+
792+(2013-12-20)
793+ * Add the option "Show only when moving the mouse to the bottom of the screen"
794+ in preferences -> interface -> floating control.
795+
796+(2013-12-11)
797+ * Use -noflip-hebrew when using -ass. It seems to be necessary to
798+ display arabic subtitles correctly.
799+
800+(2013-12-09)
801+ * Add option for aspect ratio 11:8.
802+
803+(2013-11-19)
804+ * (Experimental) Add an option in preferences -> advanced to use the
805+ lavf demuxer by default.
806+
807+(2013-11-12)
808+ * Add an option in preferences to enable or disable the delay of
809+ the mouse left button.
810+
811+(2013-11-11)
812+ * Avoid that the action for left button of the mouse is activated with a
813+ double click.
814+ * (Skingui) Update the volume control when mute is changed.
815+
816+(2013-11-10)
817+ * Fix the option "Move the window when the video area is dragged".
818+
819+(2013-11-06 - 2013-11-08)
820+ * Add a basic support to play blurays.
821+
822+(2013-11-04)
823+ * Add support for the mp4/m4a files downloaded by youtube-dl.
824+ Now when opening a mp4 file, smplayer will check if there's a
825+ file with the same name but extension m4a. In that case the m4a file
826+ will be used as the audio.
827+
828+ This is intented to play the DASH format from Youtube, where the video and
829+ audio are in separated files. The application youtube-dl can download
830+ those files.
831+
832+ This feature can be turned off by setting autoload_m4a to false in
833+ smplayer.ini (no option in the GUI yet).
834+
835+ Notice: you need a recent version of mplayer or mplayer2. With older
836+ versions seeking don't work with these files.
837+
838+(2013-10-30 - 2013-11-05)
839+ * The control for fullscreen mode has been rewritten and improved.
840+ Now it shows over the video (not reducing the video) in all
841+ GUIs.
842+
843+(2013-10-16)
844+ * (Skingui) Don't use a fixed size for the font of the menubar.
845+ It can cause that the menu bar won't be visible with some fonts.
846+
847+(2013-10-04)
848+ * (Windows) Apply patch for better screensaver disabling, by Vavooon
849+ (http://forum.smplayer.info/viewtopic.php?f=4&t=6778)
850+
851+(2013-10-02)
852+ * Remove the "About Qt" option.
853+
854+(2013-09-22)
855+ * Start to implement presets for the audio equalizer.
856+
857+(2013-09-05 - 2013-10-03)
858+ * Improve support for the encrypted signatures of Youtube.
859+
860+(2013-08-29 - 2013-10-09)
861+ * Adapt the code for Qt 5.
862+ Note: the MpcGui is not available if compiled with Qt 5.
863+
864+
865 [b]Version 0.8.6[/b]:
866
867 (2013-07-30)
868
869=== modified file 'Readme.txt'
870--- Readme.txt 2013-10-08 12:51:23 +0000
871+++ Readme.txt 2014-07-30 14:55:35 +0000
872@@ -1,5 +1,5 @@
873 SMPlayer, GUI front-end for mplayer.
874- Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
875+ Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
876
877 This program is free software; you can redistribute it and/or modify
878 it under the terms of the GNU General Public License as published by
879@@ -52,6 +52,10 @@
880 url: http://www.kde-look.org/content/show.php/nuvoX?content=38467
881 license: GPL
882
883+ * kfaenza
884+ url: http://kde-look.org/content/show.php/KFaenza?content=143890
885+ license: GPL
886+
887 * Vista-Inspirate
888 url: http://www.kde-look.org/content/show.php/Vista-Inspirate?content=31585
889 license: GPL
890@@ -60,6 +64,14 @@
891 url: http://www.kde-look.org/content/show.php/Crystal+Clear?content=25668
892 license: LGPL
893
894+ * Oxygen Team
895+ url: http://www.iconarchive.com/artist/oxygen-icons.org.html
896+ license: LGPL
897+
898+ * WPZOOM Social Networking Icon Pack
899+ url: http://findicons.com/pack/2336/wpzoom_social_networking_icon
900+ license: Creative Commons Attribution Share Alike (by-sa)
901+
902 * ricebowl-0.2.0
903 url: http://www.deviantart.com/deviation/22605468/
904 license: LGPL
905
906=== modified file 'Release_notes.txt'
907--- Release_notes.txt 2013-10-08 12:51:23 +0000
908+++ Release_notes.txt 2014-07-30 14:55:35 +0000
909@@ -1,3 +1,22 @@
910+Version 0.8.7.
911+
912+ * Possibility to play (non-protected) blu-ray discs.
913+ * The control for fullscreen mode has been rewritten and improved.
914+ Now it is displayed over the video.
915+ * (Windows) New option in Preferences -> Subtitles to enable or
916+ disable the use of the Windows font directory. Disabling this option
917+ prevents the annoying font scanning.
918+ * Some presets have been added to the audio equalizer.
919+ * Better support for multimedia keys. This can help control SMPlayer with
920+ a remote control.
921+ * The option "Move the window when the video area is dragged" has been fixed.
922+ * (Windows) Now it's possible to open Windows shortcuts (symlinks).
923+ * Better support for Youtube.
924+ * (Windows) Better screensaver disabling.
925+ * Many bugfixes.
926+ * Possibility to compile with Qt 5.
927+
928+
929 Version 0.8.6.
930
931 * SMPlayer can now update its internal Youtube code so it's not necessary
932
933=== modified file 'create_deb.sh'
934--- create_deb.sh 2013-10-08 12:51:23 +0000
935+++ create_deb.sh 2014-07-30 14:55:35 +0000
936@@ -4,7 +4,7 @@
937 cp debian-rvm/changelog-orig debian-rvm/changelog
938
939 ./get_svn_revision.sh
940-#dch -v 0.8.6-`cat svn_revision` "New version"
941+#dch -v 14.3.0-`cat svn_revision` "New version"
942
943 #dpkg-buildpackage -rfakeroot
944
945
946=== modified file 'debian-rvm/changelog-orig'
947--- debian-rvm/changelog-orig 2013-10-08 12:51:23 +0000
948+++ debian-rvm/changelog-orig 2014-07-30 14:55:35 +0000
949@@ -1,3 +1,23 @@
950+smplayer (14.3.0) precise; urgency=low
951+
952+ * Possibility to play (non-protected) blu-ray discs.
953+ * The control for fullscreen mode has been rewritten and improved.
954+ Now it is displayed over the video.
955+ * (Windows) New option in Preferences -> Subtitles to enable or
956+ disable the use of the Windows font directory. Disabling this option
957+ prevents the annoying font scanning.
958+ * Some presets have been added to the audio equalizer.
959+ * Better support for multimedia keys. This can help control SMPlayer with
960+ a remote control.
961+ * The option "Move the window when the video area is dragged" has been fixed.
962+ * (Windows) Now it's possible to open Windows shortcuts (symlinks).
963+ * Better support for Youtube.
964+ * (Windows) Better screensaver disabling.
965+ * Many bugfixes.
966+ * Possibility to compile with Qt 5.
967+
968+ -- Ricardo Villalba <rvm@users.sourceforge.net> Sun, 30 Mar 2014 23:51:29 +0200
969+
970 smplayer (0.8.6) precise; urgency=low
971
972 * SMPlayer can now update its internal Youtube code so it's not necessary
973
974=== modified file 'debian/changelog'
975--- debian/changelog 2013-10-09 12:02:50 +0000
976+++ debian/changelog 2014-07-30 14:55:35 +0000
977@@ -1,3 +1,19 @@
978+smplayer (14.3.0-1ubuntu1) trusty; urgency=medium
979+
980+ * Packaging 14.3.0-1 for trusty (lp: #1325330)
981+
982+ -- Alif M. Ahmad <alivema4ever@gmail.com> Wed, 30 Jul 2014 10:50:32 -0400
983+
984+smplayer (14.3.0-1) unstable; urgency=medium
985+
986+ * Add myself to uploaders.
987+ * New upstream release. (Closes: #740769, #742685)
988+ * debian/control:
989+ - bump standards version to 3.9.5. (no changes needed)
990+ - rename smplayer-translations to smplayer-l10n. (Closes: #698365)
991+
992+ -- Mateusz Łukasik <mati75@linuxmint.pl> Mon, 21 Apr 2014 11:53:59 +0200
993+
994 smplayer (0.8.6-2) unstable; urgency=low
995
996 * Team upload.
997
998=== modified file 'debian/control'
999--- debian/control 2013-10-09 12:02:50 +0000
1000+++ debian/control 2014-07-30 14:55:35 +0000
1001@@ -4,12 +4,13 @@
1002 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
1003 Uploaders:
1004 Reinhard Tartler <siretart@tauware.de>,
1005- Maia Kozheva <sikon@ubuntu.com>
1006+ Maia Kozheva <sikon@ubuntu.com>,
1007+ Mateusz Łukasik <mati75@linuxmint.pl>
1008 Build-Depends:
1009 debhelper (>= 9),
1010 libqt4-dev (>= 4.3),
1011 zlib1g-dev
1012-Standards-Version: 3.9.4
1013+Standards-Version: 3.9.5
1014 Homepage: http://smplayer.sourceforge.net/
1015 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/smplayer.git
1016 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/smplayer.git
1017@@ -22,7 +23,7 @@
1018 ${shlibs:Depends}
1019 Recommends:
1020 smplayer-themes,
1021- smplayer-translations
1022+ smplayer-l10n
1023 Description: complete front-end for MPlayer and MPlayer2
1024 Qt4 Mplayer front-end, with basic features like playing
1025 videos, DVDs, and VCDs to more advanced features like support
1026@@ -33,13 +34,15 @@
1027 point you left it, and with the same settings: audio track,
1028 subtitles, volume...
1029
1030-Package: smplayer-translations
1031+Package: smplayer-l10n
1032 Architecture: all
1033 Depends:
1034 smplayer (>= ${source:Version}),
1035 ${misc:Depends}
1036 Replaces:
1037- smplayer (<< 0.5.62)
1038+ smplayer (<< 0.5.62), smplayer-translations (<< 14.3.0)
1039+Breaks:
1040+ smplayer-translations (<< 14.3.0)
1041 Description: complete front-end for MPlayer and MPlayer2 - translation files
1042 Qt4 Mplayer front-end, with basic features like playing
1043 videos, DVDs, and VCDs to more advanced features like support
1044
1045=== added file 'debian/smplayer-l10n.install'
1046--- debian/smplayer-l10n.install 1970-01-01 00:00:00 +0000
1047+++ debian/smplayer-l10n.install 2014-07-30 14:55:35 +0000
1048@@ -0,0 +1,1 @@
1049+debian/tmp/usr/share/smplayer/translations
1050
1051=== removed file 'debian/smplayer-translations.install'
1052--- debian/smplayer-translations.install 2007-12-09 14:43:05 +0000
1053+++ debian/smplayer-translations.install 1970-01-01 00:00:00 +0000
1054@@ -1,1 +0,0 @@
1055-debian/tmp/usr/share/smplayer/translations
1056
1057=== modified file 'qt-translations/qt_eu.qm'
1058Binary files qt-translations/qt_eu.qm 2013-03-30 09:15:38 +0000 and qt-translations/qt_eu.qm 2014-07-30 14:55:35 +0000 differ
1059=== modified file 'qt-translations/qt_eu.ts'
1060--- qt-translations/qt_eu.ts 2013-03-30 09:15:38 +0000
1061+++ qt-translations/qt_eu.ts 2014-07-30 14:55:35 +0000
1062@@ -1234,13 +1234,12 @@
1063 <message>
1064 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1065 <source>Socket operation timed out</source>
1066- <translation type="unfinished">
1067-</translation>
1068+ <translation>Hartune eragiketa epez kanpo</translation>
1069 </message>
1070 <message>
1071 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1072 <source>Operation on socket is not supported</source>
1073- <translation type="unfinished"></translation>
1074+ <translation>Hartuneko eragiketa ez dago sostengatuta</translation>
1075 </message>
1076 <message>
1077 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1078@@ -1260,7 +1259,7 @@
1079 <message>
1080 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1081 <source>Socket is not connected</source>
1082- <translation type="unfinished"></translation>
1083+ <translation>Hartunea ez dago elkarketuta</translation>
1084 </message>
1085 <message>
1086 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1087@@ -1516,7 +1515,7 @@
1088 <message>
1089 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1090 <source>Unable to commit transaction</source>
1091- <translation type="unfinished"></translation>
1092+ <translation>Ezinezkoa eskualdaketa aurkeztea</translation>
1093 </message>
1094 <message>
1095 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1096@@ -4548,8 +4547,8 @@
1097 </message>
1098 <message>
1099 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1100- <source>&lt;p&gt;Qt is a C++ toolkit for cross-platform application development.&lt;/p&gt;&lt;p&gt;Qt provides single-source portability across MS&amp;nbsp;Windows, Mac&amp;nbsp;OS&amp;nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.&lt;/p&gt;&lt;p&gt;Qt is available under three different licensing options designed to accommodate the needs of our various users.&lt;/p&gt;&lt;p&gt;Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.&lt;/p&gt;&lt;p&gt;Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.&lt;/p&gt;&lt;p&gt;Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.&lt;/p&gt;&lt;p&gt;Please see &lt;a href=&quot;http://qt.nokia.com/products/licensing&quot;&gt;qt.nokia.com/products/licensing&lt;/a&gt; for an overview of Qt licensing.&lt;/p&gt;&lt;p&gt;Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).&lt;/p&gt;&lt;p&gt;Qt is a Nokia product. See &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;qt.nokia.com&lt;/a&gt; for more information.&lt;/p&gt;</source>
1101- <translation>&lt;p&gt;Qt aplikazioen garapenerako plataforma-anitzeko C++ tresna kit bat da.&lt;/p&gt;&lt;p&gt;Qt-k iturburu-bakarreko eramangarritasuna eskaintzen du MS&amp;nbsp;Windows, Mac&amp;nbsp;OS&amp;nbsp;X, Linux, eta Unix merkatal aldaera gehinentzat. Qt eskuragarri dago ere barneraturiko gailuentzat, Qt Barneraturik Linux-rako eta Qt Windows CE-rako bezala.&lt;/p&gt;&lt;p&gt;Qt hiru baimen aukera ezberdinentan dago eskuragarri gure erabiltzaile askotarikoen beharretara egokitzeko.&lt;/p&gt;&lt;p&gt;Qt gure merkatal baimen itunarekin egokia da jabetza/merkatal software garapenerako, non ez duzun nahi iturburu koderik elkarbanatzerik nahi hirugarrenekin edo bestela ezin duzu GNU LGPL 2.1 bertsioa edo GNU GPL 3.0 bertsioa baldintzak bete.&lt;/p&gt;&lt;p&gt;Qt baimendurik GNU LGPL 2.1 bertsioarekin egokia da Qt aplikazioen garapenerako (jabetzakoa edo iturburu irekia) eskaintzen dizularik GNU LGPL 2.1 bertsioaren itun eta baldintzak betetzea.&lt;/p&gt;&lt;p&gt;Qt baimendurik GNU Baimen Publiko Orokorra 3.0 bertsioa egokia da Qt aplikazioak garatzeko non mota honetako aplikazioak GNU GPL 3.0 bertsioa baldintzetan dauden softwarekin elkarturik erabiltzea nahi dituzun edo bestela GNU GPL 3.0 bertsioa ituna betetzea nahi duzun.&lt;/p&gt;&lt;p&gt;Mesedez ikusi &lt;a href=&quot;http://qt.nokia.com/products/licensing&quot;&gt;qt.nokia.com/products/licensing&lt;/a&gt; Qt baimenari gainbegiratu bat emateako.&lt;/p&gt;&lt;p&gt;Copyrighta (C) 2012 Nokia Corporation eta/edo bere ordezkaria (-k).&lt;/p&gt;&lt;p&gt;Qt Nokia produktu bat da. Ikusi &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;qt.nokia.com&lt;/a&gt; argibide gehiagorako.&lt;/p&gt;</translation>
1102+ <source>&lt;p&gt;Qt is a C++ toolkit for cross-platform application development.&lt;/p&gt;&lt;p&gt;Qt provides single-source portability across MS&amp;nbsp;Windows, Mac&amp;nbsp;OS&amp;nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qt for Embedded Linux and Qt for Windows CE.&lt;/p&gt;&lt;p&gt;Qt is available under three different licensing options designed to accommodate the needs of our various users.&lt;/p&gt;&lt;p&gt;Qt licensed under our commercial license agreement is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU LGPL version 2.1 or GNU GPL version 3.0.&lt;/p&gt;&lt;p&gt;Qt licensed under the GNU LGPL version 2.1 is appropriate for the development of Qt applications (proprietary or open source) provided you can comply with the terms and conditions of the GNU LGPL version 2.1.&lt;/p&gt;&lt;p&gt;Qt licensed under the GNU General Public License version 3.0 is appropriate for the development of Qt applications where you wish to use such applications in combination with software subject to the terms of the GNU GPL version 3.0 or where you are otherwise willing to comply with the terms of the GNU GPL version 3.0.&lt;/p&gt;&lt;p&gt;Please see &lt;a href=&quot;http://qt.digia.com/product/licensing&quot;&gt;qt.digia.com/product/licensing&lt;/a&gt; for an overview of Qt licensing.&lt;/p&gt;&lt;p&gt;Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).&lt;/p&gt;&lt;p&gt;Qt is a Digia product. See &lt;a href=&quot;http://qt.digia.com/&quot;&gt;qt.digia.com&lt;/a&gt; for more information.&lt;/p&gt;</source>
1103+ <translation type="unfinished">&lt;p&gt;Qt aplikazioen garapenerako plataforma-anitzeko C++ tresna kit bat da.&lt;/p&gt;&lt;p&gt;Qt-k iturburu-bakarreko eramangarritasuna eskaintzen du MS&amp;nbsp;Windows, Mac&amp;nbsp;OS&amp;nbsp;X, Linux, eta Unix merkatal aldaera gehinentzat. Qt eskuragarri dago ere barneraturiko gailuentzat, Qt Barneraturik Linux-rako eta Qt Windows CE-rako bezala.&lt;/p&gt;&lt;p&gt;Qt hiru baimen aukera ezberdinentan dago eskuragarri gure erabiltzaile askotarikoen beharretara egokitzeko.&lt;/p&gt;&lt;p&gt;Qt gure merkatal baimen itunarekin egokia da jabetza/merkatal software garapenerako, non ez duzun nahi iturburu koderik elkarbanatzerik nahi hirugarrenekin edo bestela ezin duzu GNU LGPL 2.1 bertsioa edo GNU GPL 3.0 bertsioa baldintzak bete.&lt;/p&gt;&lt;p&gt;Qt baimendurik GNU LGPL 2.1 bertsioarekin egokia da Qt aplikazioen garapenerako (jabetzakoa edo iturburu irekia) eskaintzen dizularik GNU LGPL 2.1 bertsioaren itun eta baldintzak betetzea.&lt;/p&gt;&lt;p&gt;Qt baimendurik GNU Baimen Publiko Orokorra 3.0 bertsioa egokia da Qt aplikazioak garatzeko non mota honetako aplikazioak GNU GPL 3.0 bertsioa baldintzetan dauden softwarekin elkarturik erabiltzea nahi dituzun edo bestela GNU GPL 3.0 bertsioa ituna betetzea nahi duzun.&lt;/p&gt;&lt;p&gt;Mesedez ikusi &lt;a href=&quot;http://qt.digia.com/product/licensing&quot;&gt;qt.digia.com/product/licensing&lt;/a&gt; Qt baimenari gainbegiratu bat emateako.&lt;/p&gt;&lt;p&gt;Copyrighta (C) 2012 Digia Plc eta/edo bere ordezkaria (-k).&lt;/p&gt;&lt;p&gt;Qt Digia produktu bat da. Ikusi &lt;a href=&quot;http://qt.digia.com/&quot;&gt;qt.digia.com&lt;/a&gt; argibide gehiagorako.&lt;/p&gt;</translation>
1104 </message>
1105 <message>
1106 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1107@@ -4822,7 +4821,7 @@
1108 <message>
1109 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1110 <source>Error downloading %1 - server replied: %2</source>
1111- <translation type="unfinished"></translation>
1112+ <translation>Akatsa %1 jeisterakoan- zerbitzariaren erantzuna: %2</translation>
1113 </message>
1114 <message>
1115 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1116@@ -4842,7 +4841,7 @@
1117 <message>
1118 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1119 <source>Temporary network failure.</source>
1120- <translation type="unfinished"></translation>
1121+ <translation>Aldibaterako sare hutsegitea.</translation>
1122 </message>
1123 </context>
1124 <context>
1125@@ -5072,7 +5071,7 @@
1126 <message>
1127 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1128 <source>PulseAudio Sound Server</source>
1129- <translation type="unfinished"></translation>
1130+ <translation>PulseAudio Soinu Zerbitzaria</translation>
1131 </message>
1132 <message>
1133 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1134@@ -5122,7 +5121,7 @@
1135 <message>
1136 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1137 <source>Image type (non-TrueVision 2.0) not supported</source>
1138- <translation type="unfinished"></translation>
1139+ <translation>Irudi mota (ez-TrueVision 2.0) ez dago sostengatuta</translation>
1140 </message>
1141 <message>
1142 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1143@@ -5153,12 +5152,12 @@
1144 <message>
1145 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1146 <source>Could not begin transaction</source>
1147- <translation type="unfinished"></translation>
1148+ <translation>Ezinezkoa eskualdaketa hasi</translation>
1149 </message>
1150 <message>
1151 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1152 <source>Could not commit transaction</source>
1153- <translation type="unfinished"></translation>
1154+ <translation>Ezinezkoa eskualdaketa aurkeztu</translation>
1155 </message>
1156 <message>
1157 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1158@@ -5501,17 +5500,17 @@
1159 <message>
1160 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1161 <source>Legal</source>
1162- <translation type="unfinished">Legezkoa</translation>
1163+ <translation>Legezkoa</translation>
1164 </message>
1165 <message>
1166 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1167 <source>Letter</source>
1168- <translation type="unfinished">Gutuna</translation>
1169+ <translation>Gutuna</translation>
1170 </message>
1171 <message>
1172 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1173 <source>Tabloid</source>
1174- <translation type="unfinished">Tabloidea</translation>
1175+ <translation>Tabloidea</translation>
1176 </message>
1177 <message>
1178 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1179@@ -5721,7 +5720,7 @@
1180 <message>
1181 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1182 <source>locally connected</source>
1183- <translation type="unfinished"></translation>
1184+ <translation>tokian elkarketaturik</translation>
1185 </message>
1186 <message>
1187 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1188@@ -6926,27 +6925,27 @@
1189 <message>
1190 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1191 <source>Bass Boost</source>
1192- <translation type="unfinished"></translation>
1193+ <translation>Behe Bultzada</translation>
1194 </message>
1195 <message>
1196 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1197 <source>Bass Up</source>
1198- <translation type="unfinished"></translation>
1199+ <translation type="unfinished">Hotslodi Gorapena</translation>
1200 </message>
1201 <message>
1202 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1203 <source>Bass Down</source>
1204- <translation type="unfinished"></translation>
1205+ <translation>Hotslodi Beherapena</translation>
1206 </message>
1207 <message>
1208 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1209 <source>Treble Up</source>
1210- <translation type="unfinished"></translation>
1211+ <translation>Hotsmehe Gorapena</translation>
1212 </message>
1213 <message>
1214 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1215 <source>Treble Down</source>
1216- <translation type="unfinished"></translation>
1217+ <translation>Hotsmehe Gorapena</translation>
1218 </message>
1219 <message>
1220 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1221@@ -7206,12 +7205,12 @@
1222 <message>
1223 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1224 <source>Application Left</source>
1225- <translation type="unfinished"></translation>
1226+ <translation>Aplikazio Ezker</translation>
1227 </message>
1228 <message>
1229 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1230 <source>Application Right</source>
1231- <translation type="unfinished"></translation>
1232+ <translation>Aplikazioa Eskuin</translation>
1233 </message>
1234 <message>
1235 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1236@@ -7236,7 +7235,7 @@
1237 <message>
1238 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1239 <source>Clear Grab</source>
1240- <translation type="unfinished"></translation>
1241+ <translation>Garbitu Grabaketa</translation>
1242 </message>
1243 <message>
1244 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1245@@ -7491,7 +7490,7 @@
1246 <message>
1247 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1248 <source>Ultra Wide Band</source>
1249- <translation type="unfinished"></translation>
1250+ <translation>Banda Ultra Zabala</translation>
1251 </message>
1252 <message>
1253 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1254@@ -7736,7 +7735,7 @@
1255 <message>
1256 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1257 <source>Kana Lock</source>
1258- <translation>Bloketatu Kana</translation>
1259+ <translation>Blokeatu Kana</translation>
1260 </message>
1261 <message>
1262 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1263@@ -7917,7 +7916,7 @@
1264 <message>
1265 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1266 <source>SOCKS version 5 protocol error</source>
1267- <translation type="unfinished"></translation>
1268+ <translation>SOCKS 5 bertsioa protokolo akatsa</translation>
1269 </message>
1270 <message>
1271 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1272@@ -9226,7 +9225,7 @@
1273 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1274 <source>Slider Thumb</source>
1275 <comment>Media controller element</comment>
1276- <translation type="unfinished"></translation>
1277+ <translation>Irriskari Txikirudia</translation>
1278 </message>
1279 <message>
1280 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1281@@ -9480,12 +9479,12 @@
1282 <message>
1283 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1284 <source>JavaScript Prompt - %1</source>
1285- <translation type="unfinished"></translation>
1286+ <translation>JavaScript Galdera - %1</translation>
1287 </message>
1288 <message>
1289 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1290 <source>JavaScript Problem - %1</source>
1291- <translation type="unfinished"></translation>
1292+ <translation>JavaScript Arazoa - %1</translation>
1293 </message>
1294 <message>
1295 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1296@@ -9495,22 +9494,22 @@
1297 <message>
1298 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1299 <source>Move the cursor to the next character</source>
1300- <translation type="unfinished"></translation>
1301+ <translation>Mugitu kurtsorea hurrengo hizkira</translation>
1302 </message>
1303 <message>
1304 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1305 <source>Move the cursor to the previous character</source>
1306- <translation type="unfinished"></translation>
1307+ <translation>Mugitu kurtsorea aurreko hizkira</translation>
1308 </message>
1309 <message>
1310 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1311 <source>Move the cursor to the next word</source>
1312- <translation type="unfinished"></translation>
1313+ <translation>Mugitu kurtsorea hurrengo hitzera</translation>
1314 </message>
1315 <message>
1316 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1317 <source>Move the cursor to the previous word</source>
1318- <translation type="unfinished"></translation>
1319+ <translation>Mugitu kurtsorea aurreko hitzera</translation>
1320 </message>
1321 <message>
1322 <location filename="../../XABIER~1/AppData/Local/Temp/7zO146.tmp" line="601"/>
1323
1324=== added file 'qt-translations/qt_ja.qm'
1325Binary files qt-translations/qt_ja.qm 1970-01-01 00:00:00 +0000 and qt-translations/qt_ja.qm 2014-07-30 14:55:35 +0000 differ
1326=== added file 'qt-translations/qt_ja.ts'
1327--- qt-translations/qt_ja.ts 1970-01-01 00:00:00 +0000
1328+++ qt-translations/qt_ja.ts 2014-07-30 14:55:35 +0000
1329@@ -0,0 +1,10236 @@
1330+<?xml version="1.0" encoding="utf-8"?>
1331+<!DOCTYPE TS>
1332+<TS version="2.0" language="ja">
1333+<context>
1334+ <name>CloseButton</name>
1335+ <message>
1336+ <source>Close Tab</source>
1337+ <translatorcomment>ToolTip</translatorcomment>
1338+ <translation>タブを閉じる</translation>
1339+ </message>
1340+</context>
1341+<context>
1342+ <name>Debugger::JSAgentWatchData</name>
1343+ <message>
1344+ <source>[Array of length %1]</source>
1345+ <translation>[配列長 %1]</translation>
1346+ </message>
1347+ <message>
1348+ <source>&lt;undefined&gt;</source>
1349+ <translation>&lt;未定義&gt;</translation>
1350+ </message>
1351+</context>
1352+<context>
1353+ <name>FakeReply</name>
1354+ <message>
1355+ <source>Fake error!</source>
1356+ <translation>疑似エラー!</translation>
1357+ </message>
1358+ <message>
1359+ <source>Invalid URL</source>
1360+ <translation>無効なURL</translation>
1361+ </message>
1362+</context>
1363+<context>
1364+ <name>MAC_APPLICATION_MENU</name>
1365+ <message>
1366+ <source>Services</source>
1367+ <translation>サービス</translation>
1368+ </message>
1369+ <message>
1370+ <source>Hide %1</source>
1371+ <translation>%1を隠す</translation>
1372+ </message>
1373+ <message>
1374+ <source>Hide Others</source>
1375+ <translation>ほかを隠す</translation>
1376+ </message>
1377+ <message>
1378+ <source>Show All</source>
1379+ <translation>すべてを表示</translation>
1380+ </message>
1381+ <message>
1382+ <source>Preferences...</source>
1383+ <translation>環境設定...</translation>
1384+ </message>
1385+ <message>
1386+ <source>Quit %1</source>
1387+ <translation>%1 を終了</translation>
1388+ </message>
1389+ <message>
1390+ <source>About %1</source>
1391+ <translation>%1 について</translation>
1392+ </message>
1393+</context>
1394+<context>
1395+ <name>Phonon::</name>
1396+ <message>
1397+ <source>Notifications</source>
1398+ <translation>通知</translation>
1399+ </message>
1400+ <message>
1401+ <source>Music</source>
1402+ <translation>音楽</translation>
1403+ </message>
1404+ <message>
1405+ <source>Video</source>
1406+ <translation>動画</translation>
1407+ </message>
1408+ <message>
1409+ <source>Communication</source>
1410+ <translation>コミュニケーション</translation>
1411+ </message>
1412+ <message>
1413+ <source>Games</source>
1414+ <translation>ゲーム</translation>
1415+ </message>
1416+ <message>
1417+ <source>Accessibility</source>
1418+ <translation>ユーザー補助</translation>
1419+ </message>
1420+</context>
1421+<context>
1422+ <name>Phonon::AudioOutput</name>
1423+ <message>
1424+ <source>&lt;html&gt;The audio playback device &lt;b&gt;%1&lt;/b&gt; does not work.&lt;br/&gt;Falling back to &lt;b&gt;%2&lt;/b&gt;.&lt;/html&gt;</source>
1425+ <translation>&lt;html&gt;オーディオ再生デバイス&lt;b&gt;%1&lt;/b&gt;が動作しません。&lt;br/&gt;&lt;b&gt;%2&lt;/b&gt;を使用します。&lt;/html&gt;</translation>
1426+ </message>
1427+ <message>
1428+ <source>&lt;html&gt;Switching to the audio playback device &lt;b&gt;%1&lt;/b&gt;&lt;br/&gt;which just became available and has higher preference.&lt;/html&gt;</source>
1429+ <translation>&lt;html&gt;より高いパフォーマンスを得られるオーディオデバイス &lt;b&gt;%1&lt;/b&gt; が使用可能となったので、使用します。&lt;/html&gt;</translation>
1430+ </message>
1431+ <message>
1432+ <source>Revert back to device &apos;%1&apos;</source>
1433+ <translation>デバイス &apos;%1&apos; に戻す</translation>
1434+ </message>
1435+ <message>
1436+ <source>&lt;html&gt;Switching to the audio playback device &lt;b&gt;%1&lt;/b&gt;&lt;br/&gt;which has higher preference or is specifically configured for this stream.&lt;/html&gt;</source>
1437+ <translation>&lt;html&gt;より高いパフォーマンスを得られるかこのストリーム用に指定されているオーディオデバイス &lt;b&gt;%1&lt;/b&gt; を使用します。&lt;/html&gt;</translation>
1438+ </message>
1439+</context>
1440+<context>
1441+ <name>Phonon::Gstreamer::Backend</name>
1442+ <message>
1443+ <source>Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
1444+ Some video features have been disabled.</source>
1445+ <translation>警告: gstreamer0.10-plugins-good がインストールされていません。幾つかの動画機能は使用できません。</translation>
1446+ </message>
1447+ <message>
1448+ <source>Warning: You do not seem to have the base GStreamer plugins installed.
1449+ All audio and video support has been disabled</source>
1450+ <translation>警告: GStreamer plugin がインストールされていません。すべての音声、動画機能は使用できません</translation>
1451+ </message>
1452+</context>
1453+<context>
1454+ <name>Phonon::Gstreamer::MediaObject</name>
1455+ <message>
1456+ <source>Cannot start playback.
1457+
1458+Check your GStreamer installation and make sure you
1459+have libgstreamer-plugins-base installed.</source>
1460+ <translation>再生できません。
1461+
1462+Gstreamer がインストールされているか確認してください。
1463+libgstreamer-plugins-base はインストールされていますか。</translation>
1464+ </message>
1465+ <message>
1466+ <source>Missing codec helper script assistant.</source>
1467+ <translation>コーデックヘルパースクリプトによる支援が受けられません。</translation>
1468+ </message>
1469+ <message>
1470+ <source>Plugin codec installation failed for codec: %0</source>
1471+ <translation>コーデックプラグインのインストールに失敗しました: %0</translation>
1472+ </message>
1473+ <message>
1474+ <source>A required codec is missing. You need to install the following codec(s) to play this content: %0</source>
1475+ <translation>必要なコーデックがみつかりません。このコンテンツを再生するためには、以下のコーデックをインストールする必要があります: %0</translation>
1476+ </message>
1477+ <message>
1478+ <source>Could not open media source.</source>
1479+ <translation>メディアソースを開けませんでした。</translation>
1480+ </message>
1481+ <message>
1482+ <source>Invalid source type.</source>
1483+ <translation>無効なソースの形式です。</translation>
1484+ </message>
1485+ <message>
1486+ <source>Could not locate media source.</source>
1487+ <translation>メディアソースがみつかりません。</translation>
1488+ </message>
1489+ <message>
1490+ <source>Could not open audio device. The device is already in use.</source>
1491+ <translation>オーディオデバイスを開けませんでした。デバイスは既に他のプロセスにより使用されています。</translation>
1492+ </message>
1493+ <message>
1494+ <source>Could not decode media source.</source>
1495+ <translation>メディアソースを開けませんでした。見つからないか、未知の形式です。</translation>
1496+ </message>
1497+</context>
1498+<context>
1499+ <name>Phonon::MMF</name>
1500+ <message>
1501+ <source>Audio Output</source>
1502+ <translation>オーディオ出力</translation>
1503+ </message>
1504+ <message>
1505+ <source>The audio output device</source>
1506+ <translation>オーディオ出力デバイス</translation>
1507+ </message>
1508+ <message>
1509+ <source>No error</source>
1510+ <translation>エラーはありません</translation>
1511+ </message>
1512+ <message>
1513+ <source>Not found</source>
1514+ <translation>見つかりません</translation>
1515+ </message>
1516+ <message>
1517+ <source>Out of memory</source>
1518+ <translation>メモリが足りません</translation>
1519+ </message>
1520+ <message>
1521+ <source>Not supported</source>
1522+ <translation>サポートされていません</translation>
1523+ </message>
1524+ <message>
1525+ <source>Overflow</source>
1526+ <translation>オーバーフロー</translation>
1527+ </message>
1528+ <message>
1529+ <source>Underflow</source>
1530+ <translation>アンダーフロー</translation>
1531+ </message>
1532+ <message>
1533+ <source>Already exists</source>
1534+ <translation>既に存在します</translation>
1535+ </message>
1536+ <message>
1537+ <source>Path not found</source>
1538+ <translation>パスが見つかりません</translation>
1539+ </message>
1540+ <message>
1541+ <source>In use</source>
1542+ <translation>使用中</translation>
1543+ </message>
1544+ <message>
1545+ <source>Not ready</source>
1546+ <translation>準備不足</translation>
1547+ </message>
1548+ <message>
1549+ <source>Access denied</source>
1550+ <translation>アクセスできません</translation>
1551+ </message>
1552+ <message>
1553+ <source>Could not connect</source>
1554+ <translation>接続できませんでした</translation>
1555+ </message>
1556+ <message>
1557+ <source>Disconnected</source>
1558+ <translation>切断されました</translation>
1559+ </message>
1560+ <message>
1561+ <source>Permission denied</source>
1562+ <translation>許可されていません</translation>
1563+ </message>
1564+ <message>
1565+ <source>Insufficient bandwidth</source>
1566+ <translation>帯域幅が足りません</translation>
1567+ </message>
1568+ <message>
1569+ <source>Network unavailable</source>
1570+ <translation>ネットワークが見つかりません</translation>
1571+ </message>
1572+ <message>
1573+ <source>Network communication error</source>
1574+ <translation>ネットワークの通信エラー</translation>
1575+ </message>
1576+ <message>
1577+ <source>Streaming not supported</source>
1578+ <translation>ストリーミングはサポートされていません</translation>
1579+ </message>
1580+ <message>
1581+ <source>Server alert</source>
1582+ <translation>サーバの警告</translation>
1583+ </message>
1584+ <message>
1585+ <source>Invalid protocol</source>
1586+ <translation>無効なプロトコル</translation>
1587+ </message>
1588+ <message>
1589+ <source>Invalid URL</source>
1590+ <translation>無効なURL</translation>
1591+ </message>
1592+ <message>
1593+ <source>Multicast error</source>
1594+ <translation>マルチキャストエラー</translation>
1595+ </message>
1596+ <message>
1597+ <source>Proxy server error</source>
1598+ <translation>プロキシーサーバのエラー</translation>
1599+ </message>
1600+ <message>
1601+ <source>Proxy server not supported</source>
1602+ <translation>プロキシーサーバはサポートされていません</translation>
1603+ </message>
1604+ <message>
1605+ <source>Audio output error</source>
1606+ <translation>オーディオ出力エラー</translation>
1607+ </message>
1608+ <message>
1609+ <source>Video output error</source>
1610+ <translation>ビデオ出力エラー</translation>
1611+ </message>
1612+ <message>
1613+ <source>Decoder error</source>
1614+ <translation>デコーダエラー</translation>
1615+ </message>
1616+ <message>
1617+ <source>Audio or video components could not be played</source>
1618+ <translation>オーディオもしくはビデオコンポーネントが再生できませんでした</translation>
1619+ </message>
1620+ <message>
1621+ <source>DRM error</source>
1622+ <translation>DRMエラー</translation>
1623+ </message>
1624+ <message>
1625+ <source>Unknown error (%1)</source>
1626+ <translation>未知のエラー (%1)</translation>
1627+ </message>
1628+</context>
1629+<context>
1630+ <name>Phonon::MMF::AbstractMediaPlayer</name>
1631+ <message>
1632+ <source>Not ready to play</source>
1633+ <translation>再生の準備ができていません</translation>
1634+ </message>
1635+ <message>
1636+ <source>Error opening file</source>
1637+ <translation>ファイルのオープン時にエラーが発生しました</translation>
1638+ </message>
1639+ <message>
1640+ <source>Error opening URL</source>
1641+ <translation>URL のオープン時にエラーが発生しました</translation>
1642+ </message>
1643+ <message>
1644+ <source>Error opening resource</source>
1645+ <translation>リソースのオープン時にエラーが発生しました</translation>
1646+ </message>
1647+ <message>
1648+ <source>Error opening source: resource not opened</source>
1649+ <translation>ソースのオープン時にエラーが発生しました: リソースがオープンされていません</translation>
1650+ </message>
1651+ <message>
1652+ <source>Setting volume failed</source>
1653+ <translation>ボリュームの設定に失敗しました</translation>
1654+ </message>
1655+ <message>
1656+ <source>Loading clip failed</source>
1657+ <translation>クリップのロードに失敗しました</translation>
1658+ </message>
1659+ <message>
1660+ <source>Playback complete</source>
1661+ <translation>再生が終了しました</translation>
1662+ </message>
1663+ <message>
1664+ <source>Download error</source>
1665+ <translation>ダウンロードエラー</translation>
1666+ </message>
1667+</context>
1668+<context>
1669+ <name>Phonon::MMF::AbstractVideoPlayer</name>
1670+ <message>
1671+ <source>Pause failed</source>
1672+ <translation>一時停止に失敗しました</translation>
1673+ </message>
1674+ <message>
1675+ <source>Seek failed</source>
1676+ <translation>シークに失敗しました</translation>
1677+ </message>
1678+ <message>
1679+ <source>Getting position failed</source>
1680+ <translation>再生位置の取得に失敗しました</translation>
1681+ </message>
1682+ <message>
1683+ <source>Opening clip failed</source>
1684+ <translation>クリップのオープンに失敗しました</translation>
1685+ </message>
1686+</context>
1687+<context>
1688+ <name>Phonon::MMF::AudioEqualizer</name>
1689+ <message>
1690+ <source>%1 Hz</source>
1691+ <translation>%1 Hz</translation>
1692+ </message>
1693+</context>
1694+<context>
1695+ <name>Phonon::MMF::AudioPlayer</name>
1696+ <message>
1697+ <source>Getting position failed</source>
1698+ <translation>再生位置の取得に失敗しました</translation>
1699+ </message>
1700+</context>
1701+<context>
1702+ <name>Phonon::MMF::DsaVideoPlayer</name>
1703+ <message>
1704+ <source>Video display error</source>
1705+ <translation>ビデオ表示のエラー</translation>
1706+ </message>
1707+</context>
1708+<context>
1709+ <name>Phonon::MMF::EffectFactory</name>
1710+ <message>
1711+ <source>Enabled</source>
1712+ <translation>許可</translation>
1713+ </message>
1714+</context>
1715+<context>
1716+ <name>Phonon::MMF::EnvironmentalReverb</name>
1717+ <message>
1718+ <source>Decay HF ratio (%)</source>
1719+ <extracomment>DecayHFRatio: Ratio of high-frequency decay time to the value specified by DecayTime.</extracomment>
1720+ <translation>高周波減衰率 (%)</translation>
1721+ </message>
1722+ <message>
1723+ <source>Decay time (ms)</source>
1724+ <extracomment>DecayTime: Time over which reverberation is diminished.</extracomment>
1725+ <translation>減衰時間 (ms)</translation>
1726+ </message>
1727+ <message>
1728+ <source>Density (%)</source>
1729+ <extracomment>Density Delay between first and subsequent reflections. Note that the S60 platform documentation does not make clear the distinction between this value and the Diffusion value.</extracomment>
1730+ <translation>密度 (%)</translation>
1731+ </message>
1732+ <message>
1733+ <source>Diffusion (%)</source>
1734+ <extracomment>Diffusion: Delay between first and subsequent reflections. Note that the S60 platform documentation does not make clear the distinction between this value and the Density value.</extracomment>
1735+ <translation>拡散度 (%)</translation>
1736+ </message>
1737+ <message>
1738+ <source>Reflections delay (ms)</source>
1739+ <extracomment>ReflectionsDelay: Amount of delay between the arrival of the direct path from the source and the arrival of the first reflection.</extracomment>
1740+ <translation>反射遅延 (ms)</translation>
1741+ </message>
1742+ <message>
1743+ <source>Reflections level (mB)</source>
1744+ <extracomment>ReflectionsLevel: Amplitude of reflections. This value is corrected by the RoomLevel to give the final reflection amplitude.</extracomment>
1745+ <translation>反射レベル (mB)</translation>
1746+ </message>
1747+ <message>
1748+ <source>Reverb delay (ms)</source>
1749+ <extracomment>ReverbDelay: Amount of time between arrival of the first reflection and start of the late reverberation.</extracomment>
1750+ <translation>リバーブ遅延 (ms)</translation>
1751+ </message>
1752+ <message>
1753+ <source>Reverb level (mB)</source>
1754+ <extracomment>ReverbLevel: Amplitude of reverberations. This value is corrected by the RoomLevel to give the final reverberation amplitude.</extracomment>
1755+ <translation>リバーブ レベル (mB)</translation>
1756+ </message>
1757+ <message>
1758+ <source>Room HF level</source>
1759+ <extracomment>RoomHFLevel: Amplitude of low-pass filter used to attenuate the high frequency component of reflected sound.</extracomment>
1760+ <translation>高周波室内レベル</translation>
1761+ </message>
1762+ <message>
1763+ <source>Room level (mB)</source>
1764+ <extracomment>RoomLevel: Master volume control for all reflected sound.</extracomment>
1765+ <translation>室内レベル (mB)</translation>
1766+ </message>
1767+</context>
1768+<context>
1769+ <name>Phonon::MMF::MediaObject</name>
1770+ <message>
1771+ <source>Error opening source: type not supported</source>
1772+ <translation>ソースのオープン時にエラーが発生しました: ソースはサポートされていないタイプです</translation>
1773+ </message>
1774+ <message>
1775+ <source>Error opening source: resource is compressed</source>
1776+ <translation>ソースのオープン時にエラーが発生しました: リソースが圧縮されています</translation>
1777+ </message>
1778+ <message>
1779+ <source>Error opening source: resource not valid</source>
1780+ <translation>ソースのオープン時にエラーが発生しました: 不正なリソースです</translation>
1781+ </message>
1782+ <message>
1783+ <source>Error opening source: media type could not be determined</source>
1784+ <translation>ソースのオープン時にエラーが発生しました: メディアのタイプが不明です</translation>
1785+ </message>
1786+ <message>
1787+ <source>Failed to set requested IAP</source>
1788+ <translation>要求されたIAPのセットに失敗しました</translation>
1789+ </message>
1790+</context>
1791+<context>
1792+ <name>Phonon::MMF::StereoWidening</name>
1793+ <message>
1794+ <source>Level (%)</source>
1795+ <translation>レベル (%)</translation>
1796+ </message>
1797+</context>
1798+<context>
1799+ <name>Phonon::MMF::SurfaceVideoPlayer</name>
1800+ <message>
1801+ <source>Video display error</source>
1802+ <translation>ビデオ表示のエラー</translation>
1803+ </message>
1804+</context>
1805+<context>
1806+ <name>Phonon::VolumeSlider</name>
1807+ <message>
1808+ <source>Volume: %1%</source>
1809+ <translation>音量: %1%</translation>
1810+ </message>
1811+ <message>
1812+ <source>Use this slider to adjust the volume. The leftmost position is 0%. The rightmost is %1%</source>
1813+ <translation>スライダを用いて音量を調整してください。左端が0%です。右端が%1%になります</translation>
1814+ </message>
1815+ <message>
1816+ <source>Use this slider to adjust the volume. The leftmost position is 0%, the rightmost is %1%</source>
1817+ <translation type="obsolete">スライダを用いて音量を指定してください。左端が0%、右端が%1%になります</translation>
1818+ </message>
1819+ <message>
1820+ <source>Muted</source>
1821+ <translation>ミュート</translation>
1822+ </message>
1823+</context>
1824+<context>
1825+ <name>Q3Accel</name>
1826+ <message>
1827+ <source>%1, %2 not defined</source>
1828+ <translation>%1, %2 は定義されていません</translation>
1829+ </message>
1830+ <message>
1831+ <source>Ambiguous %1 not handled</source>
1832+ <translation>曖昧な %1 は扱えません</translation>
1833+ </message>
1834+</context>
1835+<context>
1836+ <name>Q3DataTable</name>
1837+ <message>
1838+ <source>True</source>
1839+ <translation>真</translation>
1840+ </message>
1841+ <message>
1842+ <source>False</source>
1843+ <translation>偽</translation>
1844+ </message>
1845+ <message>
1846+ <source>Insert</source>
1847+ <translation>挿入</translation>
1848+ </message>
1849+ <message>
1850+ <source>Update</source>
1851+ <translation>アップデート</translation>
1852+ </message>
1853+ <message>
1854+ <source>Delete</source>
1855+ <translation>削除</translation>
1856+ </message>
1857+</context>
1858+<context>
1859+ <name>Q3FileDialog</name>
1860+ <message>
1861+ <source>All Files (*.*)</source>
1862+ <translation>すべてのファイル(*.*)</translation>
1863+ </message>
1864+ <message>
1865+ <source>Open </source>
1866+ <translation>開く</translation>
1867+ </message>
1868+ <message>
1869+ <source>Select a Directory</source>
1870+ <translation>ディレクトリを選択</translation>
1871+ </message>
1872+ <message>
1873+ <source>Copy or Move a File</source>
1874+ <translation>ファイルをコピーまたは移動</translation>
1875+ </message>
1876+ <message>
1877+ <source>Read: %1</source>
1878+ <translation>読み込み: %1</translation>
1879+ </message>
1880+ <message>
1881+ <source>Write: %1</source>
1882+ <translation>書き込み: %1</translation>
1883+ </message>
1884+ <message>
1885+ <source>Cancel</source>
1886+ <translation>キャンセル</translation>
1887+ </message>
1888+ <message>
1889+ <source>All Files (*)</source>
1890+ <translation>すべてのファイル(*)</translation>
1891+ </message>
1892+ <message>
1893+ <source>Name</source>
1894+ <translation>名前</translation>
1895+ </message>
1896+ <message>
1897+ <source>Size</source>
1898+ <translation>サイズ</translation>
1899+ </message>
1900+ <message>
1901+ <source>Type</source>
1902+ <translation>タイプ</translation>
1903+ </message>
1904+ <message>
1905+ <source>Date</source>
1906+ <translation>日付</translation>
1907+ </message>
1908+ <message>
1909+ <source>Attributes</source>
1910+ <translation>属性</translation>
1911+ </message>
1912+ <message>
1913+ <source>&amp;OK</source>
1914+ <translation>&amp;OK</translation>
1915+ </message>
1916+ <message>
1917+ <source>Look &amp;in:</source>
1918+ <translation>検索する場所(&amp;I):</translation>
1919+ </message>
1920+ <message>
1921+ <source>File &amp;name:</source>
1922+ <translation>ファイル名(&amp;N):</translation>
1923+ </message>
1924+ <message>
1925+ <source>File &amp;type:</source>
1926+ <translation>ファイルタイプ(&amp;T):</translation>
1927+ </message>
1928+ <message>
1929+ <source>Back</source>
1930+ <translation>戻る</translation>
1931+ </message>
1932+ <message>
1933+ <source>One directory up</source>
1934+ <translation>1つ上のディレクトリへ移動</translation>
1935+ </message>
1936+ <message>
1937+ <source>Create New Folder</source>
1938+ <translation>新しいフォルダの作成</translation>
1939+ </message>
1940+ <message>
1941+ <source>List View</source>
1942+ <translation>一覧表示</translation>
1943+ </message>
1944+ <message>
1945+ <source>Detail View</source>
1946+ <translation>詳細表示</translation>
1947+ </message>
1948+ <message>
1949+ <source>Preview File Info</source>
1950+ <translation>ファイル情報のプレビュー</translation>
1951+ </message>
1952+ <message>
1953+ <source>Preview File Contents</source>
1954+ <translation>ファイルの内容のプレビュー</translation>
1955+ </message>
1956+ <message>
1957+ <source>Read-write</source>
1958+ <translation>読み込み/書き込み</translation>
1959+ </message>
1960+ <message>
1961+ <source>Read-only</source>
1962+ <translation>読み取り専用</translation>
1963+ </message>
1964+ <message>
1965+ <source>Write-only</source>
1966+ <translation>書き込み専用</translation>
1967+ </message>
1968+ <message>
1969+ <source>Inaccessible</source>
1970+ <translation>アクセス不可</translation>
1971+ </message>
1972+ <message>
1973+ <source>Symlink to File</source>
1974+ <translation>ファイルへのシンボリックリンク</translation>
1975+ </message>
1976+ <message>
1977+ <source>Symlink to Directory</source>
1978+ <translation>ディレクトリへのシンボリックリンク</translation>
1979+ </message>
1980+ <message>
1981+ <source>Symlink to Special</source>
1982+ <translation>スペシャルファイルへのシンボリックリンク</translation>
1983+ </message>
1984+ <message>
1985+ <source>File</source>
1986+ <translation>ファイル</translation>
1987+ </message>
1988+ <message>
1989+ <source>Dir</source>
1990+ <translation>ディレクトリ</translation>
1991+ </message>
1992+ <message>
1993+ <source>Special</source>
1994+ <translation>スペシャル</translation>
1995+ </message>
1996+ <message>
1997+ <source>Open</source>
1998+ <translation>開く</translation>
1999+ </message>
2000+ <message>
2001+ <source>Save As</source>
2002+ <translation>名前を付けて保存</translation>
2003+ </message>
2004+ <message>
2005+ <source>&amp;Open</source>
2006+ <translation>開く(&amp;O)</translation>
2007+ </message>
2008+ <message>
2009+ <source>&amp;Save</source>
2010+ <translation>保存(&amp;S)</translation>
2011+ </message>
2012+ <message>
2013+ <source>&amp;Rename</source>
2014+ <translation>名前の変更(&amp;R)</translation>
2015+ </message>
2016+ <message>
2017+ <source>&amp;Delete</source>
2018+ <translation>削除(&amp;D)</translation>
2019+ </message>
2020+ <message>
2021+ <source>R&amp;eload</source>
2022+ <translation>リロード(&amp;E)</translation>
2023+ </message>
2024+ <message>
2025+ <source>Sort by &amp;Name</source>
2026+ <translation>名前順にソート(&amp;N)</translation>
2027+ </message>
2028+ <message>
2029+ <source>Sort by &amp;Size</source>
2030+ <translation>サイズ順にソート(&amp;S)</translation>
2031+ </message>
2032+ <message>
2033+ <source>Sort by &amp;Date</source>
2034+ <translation>日付順にソート(&amp;D)</translation>
2035+ </message>
2036+ <message>
2037+ <source>&amp;Unsorted</source>
2038+ <translation>ソート解除(&amp;U)</translation>
2039+ </message>
2040+ <message>
2041+ <source>Sort</source>
2042+ <translation>ソート</translation>
2043+ </message>
2044+ <message>
2045+ <source>Show &amp;hidden files</source>
2046+ <translation>隠しファイルの表示(&amp;H)</translation>
2047+ </message>
2048+ <message>
2049+ <source>the file</source>
2050+ <translation>ファイル</translation>
2051+ </message>
2052+ <message>
2053+ <source>the directory</source>
2054+ <translation>ディレクトリ</translation>
2055+ </message>
2056+ <message>
2057+ <source>the symlink</source>
2058+ <translation>シンボリックリンク</translation>
2059+ </message>
2060+ <message>
2061+ <source>Delete %1</source>
2062+ <translation>%1 の削除</translation>
2063+ </message>
2064+ <message>
2065+ <source>&lt;qt&gt;Are you sure you wish to delete %1 &quot;%2&quot;?&lt;/qt&gt;</source>
2066+ <translation>&lt;qt&gt;%1 &quot;%2&quot; を削除しますか?&lt;/qt&gt;</translation>
2067+ </message>
2068+ <message>
2069+ <source>&amp;Yes</source>
2070+ <translation>はい(&amp;Y)</translation>
2071+ </message>
2072+ <message>
2073+ <source>&amp;No</source>
2074+ <translation>いいえ(&amp;N)</translation>
2075+ </message>
2076+ <message>
2077+ <source>New Folder 1</source>
2078+ <translation>新しいフォルダ1</translation>
2079+ </message>
2080+ <message>
2081+ <source>New Folder</source>
2082+ <translation>新しいフォルダ</translation>
2083+ </message>
2084+ <message>
2085+ <source>New Folder %1</source>
2086+ <translation>新しいフォルダ %1</translation>
2087+ </message>
2088+ <message>
2089+ <source>Find Directory</source>
2090+ <translation>ディレクトリの検索</translation>
2091+ </message>
2092+ <message>
2093+ <source>Directories</source>
2094+ <translation>ディレクトリ</translation>
2095+ </message>
2096+ <message>
2097+ <source>Directory:</source>
2098+ <translation>ディレクトリ:</translation>
2099+ </message>
2100+ <message>
2101+ <source>Error</source>
2102+ <translation>エラー</translation>
2103+ </message>
2104+ <message>
2105+ <source>%1
2106+File not found.
2107+Check path and filename.</source>
2108+ <translation>%1
2109+ファイルが見つかりません。
2110+パスおよびファイル名を確認してください。</translation>
2111+ </message>
2112+</context>
2113+<context>
2114+ <name>Q3LocalFs</name>
2115+ <message>
2116+ <source>Could not read directory
2117+%1</source>
2118+ <translation>ディレクトリを読み込めませんでした
2119+%1</translation>
2120+ </message>
2121+ <message>
2122+ <source>Could not create directory
2123+%1</source>
2124+ <translation>ディレクトリを作成できませんでした
2125+%1</translation>
2126+ </message>
2127+ <message>
2128+ <source>Could not remove file or directory
2129+%1</source>
2130+ <translation>ファイルまたはディレクトリを削除できませんでした
2131+%1</translation>
2132+ </message>
2133+ <message>
2134+ <source>Could not rename
2135+%1
2136+to
2137+%2</source>
2138+ <translation>名前を変更できませんでした
2139+%1
2140+を
2141+%2
2142+へ</translation>
2143+ </message>
2144+ <message>
2145+ <source>Could not open
2146+%1</source>
2147+ <translation>開けませんでした
2148+%1</translation>
2149+ </message>
2150+ <message>
2151+ <source>Could not write
2152+%1</source>
2153+ <translation>書き込めませんでした
2154+%1</translation>
2155+ </message>
2156+</context>
2157+<context>
2158+ <name>Q3MainWindow</name>
2159+ <message>
2160+ <source>Line up</source>
2161+ <translation>整列</translation>
2162+ </message>
2163+ <message>
2164+ <source>Customize...</source>
2165+ <translation>カスタマイズ...</translation>
2166+ </message>
2167+</context>
2168+<context>
2169+ <name>Q3NetworkProtocol</name>
2170+ <message>
2171+ <source>Operation stopped by the user</source>
2172+ <translation>操作がユーザによって停止されました</translation>
2173+ </message>
2174+</context>
2175+<context>
2176+ <name>Q3ProgressDialog</name>
2177+ <message>
2178+ <source>Cancel</source>
2179+ <translation>キャンセル</translation>
2180+ </message>
2181+</context>
2182+<context>
2183+ <name>Q3TabDialog</name>
2184+ <message>
2185+ <source>OK</source>
2186+ <translation>OK</translation>
2187+ </message>
2188+ <message>
2189+ <source>Apply</source>
2190+ <translation>適用</translation>
2191+ </message>
2192+ <message>
2193+ <source>Help</source>
2194+ <translation>ヘルプ</translation>
2195+ </message>
2196+ <message>
2197+ <source>Defaults</source>
2198+ <translation>デフォルト</translation>
2199+ </message>
2200+ <message>
2201+ <source>Cancel</source>
2202+ <translation>キャンセル</translation>
2203+ </message>
2204+</context>
2205+<context>
2206+ <name>Q3TextEdit</name>
2207+ <message>
2208+ <source>&amp;Undo</source>
2209+ <translation>元に戻す(&amp;U)</translation>
2210+ </message>
2211+ <message>
2212+ <source>&amp;Redo</source>
2213+ <translation>やり直す(&amp;R)</translation>
2214+ </message>
2215+ <message>
2216+ <source>Cu&amp;t</source>
2217+ <translation>切り取り(&amp;T)</translation>
2218+ </message>
2219+ <message>
2220+ <source>&amp;Copy</source>
2221+ <translation>コピー(&amp;C)</translation>
2222+ </message>
2223+ <message>
2224+ <source>&amp;Paste</source>
2225+ <translation>貼り付け(&amp;P)</translation>
2226+ </message>
2227+ <message>
2228+ <source>Clear</source>
2229+ <translation>消去</translation>
2230+ </message>
2231+ <message>
2232+ <source>Select All</source>
2233+ <translation>すべてを選択</translation>
2234+ </message>
2235+</context>
2236+<context>
2237+ <name>Q3TitleBar</name>
2238+ <message>
2239+ <source>System</source>
2240+ <translation>システム</translation>
2241+ </message>
2242+ <message>
2243+ <source>Restore up</source>
2244+ <translation>元に戻す</translation>
2245+ </message>
2246+ <message>
2247+ <source>Minimize</source>
2248+ <translation>最小化</translation>
2249+ </message>
2250+ <message>
2251+ <source>Restore down</source>
2252+ <translation>元に戻す</translation>
2253+ </message>
2254+ <message>
2255+ <source>Maximize</source>
2256+ <translation>最大化</translation>
2257+ </message>
2258+ <message>
2259+ <source>Close</source>
2260+ <translation>閉じる</translation>
2261+ </message>
2262+ <message>
2263+ <source>Contains commands to manipulate the window</source>
2264+ <translation>ウィンドウを操作するコマンドを含みます</translation>
2265+ </message>
2266+ <message>
2267+ <source>Puts a minimized window back to normal</source>
2268+ <translation>最小化されたウィンドウを元のサイズに戻します</translation>
2269+ </message>
2270+ <message>
2271+ <source>Moves the window out of the way</source>
2272+ <translation>ウィンドウを隠します</translation>
2273+ </message>
2274+ <message>
2275+ <source>Puts a maximized window back to normal</source>
2276+ <translation>最大化されたウィンドウを元のサイズに戻します</translation>
2277+ </message>
2278+ <message>
2279+ <source>Makes the window full screen</source>
2280+ <translation>ウィンドウをフルスクリーンにします</translation>
2281+ </message>
2282+ <message>
2283+ <source>Closes the window</source>
2284+ <translation>ウィンドウを閉じます</translation>
2285+ </message>
2286+ <message>
2287+ <source>Displays the name of the window and contains controls to manipulate it</source>
2288+ <translation>ウィンドウの名前と、ウィンドウを操作するコントロールを表示します</translation>
2289+ </message>
2290+</context>
2291+<context>
2292+ <name>Q3ToolBar</name>
2293+ <message>
2294+ <source>More...</source>
2295+ <translation>その他...</translation>
2296+ </message>
2297+</context>
2298+<context>
2299+ <name>Q3UrlOperator</name>
2300+ <message>
2301+ <source>The protocol `%1&apos; is not supported</source>
2302+ <translation>プロトコル &apos;%1&apos; はサポートされていません</translation>
2303+ </message>
2304+ <message>
2305+ <source>The protocol `%1&apos; does not support listing directories</source>
2306+ <translation>プロトコル &apos;%1&apos; はディレクトリのリスティングをサポートしていません</translation>
2307+ </message>
2308+ <message>
2309+ <source>The protocol `%1&apos; does not support creating new directories</source>
2310+ <translation>プロトコル &apos;%1&apos; は新しいディレクトリの作成をサポートしていません</translation>
2311+ </message>
2312+ <message>
2313+ <source>The protocol `%1&apos; does not support removing files or directories</source>
2314+ <translation>プロトコル &apos;%1&apos; はファイルまたはディレクトリの削除をサポートしていません</translation>
2315+ </message>
2316+ <message>
2317+ <source>The protocol `%1&apos; does not support renaming files or directories</source>
2318+ <translation>プロトコル &apos;%1&apos; はファイルまたはディレクトリの名前の変更をサポートしていません</translation>
2319+ </message>
2320+ <message>
2321+ <source>The protocol `%1&apos; does not support getting files</source>
2322+ <translation>プロトコル &apos;%1&apos; はファイルの取得をサポートしていません</translation>
2323+ </message>
2324+ <message>
2325+ <source>The protocol `%1&apos; does not support putting files</source>
2326+ <translation>プロトコル &apos;%1&apos; はファイルの送信をサポートしていません</translation>
2327+ </message>
2328+ <message>
2329+ <source>The protocol `%1&apos; does not support copying or moving files or directories</source>
2330+ <translation>プロトコル &apos;%1&apos; はファイルまたはディレクトリのコピーまたは移動をサポートしていません</translation>
2331+ </message>
2332+ <message>
2333+ <source>(unknown)</source>
2334+ <translation>(不明)</translation>
2335+ </message>
2336+</context>
2337+<context>
2338+ <name>Q3Wizard</name>
2339+ <message>
2340+ <source>&amp;Cancel</source>
2341+ <translation>キャンセル(&amp;C)</translation>
2342+ </message>
2343+ <message>
2344+ <source>&lt; &amp;Back</source>
2345+ <translation>&lt; 戻る(&amp;B)</translation>
2346+ </message>
2347+ <message>
2348+ <source>&amp;Next &gt;</source>
2349+ <translation>次へ(&amp;N) &gt;</translation>
2350+ </message>
2351+ <message>
2352+ <source>&amp;Finish</source>
2353+ <translation>完了(&amp;F)</translation>
2354+ </message>
2355+ <message>
2356+ <source>&amp;Help</source>
2357+ <translation>ヘルプ(&amp;H)</translation>
2358+ </message>
2359+</context>
2360+<context>
2361+ <name>QAbstractSocket</name>
2362+ <message>
2363+ <source>Host not found</source>
2364+ <translation>ホストが見つかりません</translation>
2365+ </message>
2366+ <message>
2367+ <source>Connection refused</source>
2368+ <translation>接続が拒否されました</translation>
2369+ </message>
2370+ <message>
2371+ <source>Connection timed out</source>
2372+ <translation>接続がタイムアウトしました</translation>
2373+ </message>
2374+ <message>
2375+ <source>Operation on socket is not supported</source>
2376+ <translatorcomment>抽象ソケットクラスでのソケットのエラー</translatorcomment>
2377+ <translation>このソケットへのこの操作はサポートされていません</translation>
2378+ </message>
2379+ <message>
2380+ <source>Socket operation timed out</source>
2381+ <translation>ソケット操作がタイムアウトしました</translation>
2382+ </message>
2383+ <message>
2384+ <source>Socket is not connected</source>
2385+ <translation>ソケットが接続されていません</translation>
2386+ </message>
2387+ <message>
2388+ <source>Network unreachable</source>
2389+ <translation>ネットワークへ到達できません</translation>
2390+ </message>
2391+</context>
2392+<context>
2393+ <name>QAbstractSpinBox</name>
2394+ <message>
2395+ <source>&amp;Step up</source>
2396+ <translation>上(&amp;S)</translation>
2397+ </message>
2398+ <message>
2399+ <source>Step &amp;down</source>
2400+ <translation>下(&amp;D)</translation>
2401+ </message>
2402+ <message>
2403+ <source>&amp;Select All</source>
2404+ <translation>すべてを選択(&amp;S)</translation>
2405+ </message>
2406+</context>
2407+<context>
2408+ <name>QAccessibleButton</name>
2409+ <message>
2410+ <source>Uncheck</source>
2411+ <translation>選択解除</translation>
2412+ </message>
2413+ <message>
2414+ <source>Check</source>
2415+ <translation>選択</translation>
2416+ </message>
2417+ <message>
2418+ <source>Press</source>
2419+ <translation>押す</translation>
2420+ </message>
2421+</context>
2422+<context>
2423+ <name>QApplication</name>
2424+ <message>
2425+ <source>Activate</source>
2426+ <translation>アクティブに</translation>
2427+ </message>
2428+ <message>
2429+ <source>Activates the program&apos;s main window</source>
2430+ <translation>メインウィンドウをアクティブにする</translation>
2431+ </message>
2432+ <message>
2433+ <source>Executable &apos;%1&apos; requires Qt %2, found Qt %3.</source>
2434+ <translation>実行可能ファイル &apos;%1&apos; には Qt %2 が必要です。Qt %3 が見つかりました。</translation>
2435+ </message>
2436+ <message>
2437+ <source>Incompatible Qt Library Error</source>
2438+ <translation>互換性のないQtライブラリエラー</translation>
2439+ </message>
2440+ <message>
2441+ <source>QT_LAYOUT_DIRECTION</source>
2442+ <comment>Translate this string to the string &apos;LTR&apos; in left-to-right languages or to &apos;RTL&apos; in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment>
2443+ <translation>LTR</translation>
2444+ </message>
2445+</context>
2446+<context>
2447+ <name>QAxSelect</name>
2448+ <message>
2449+ <source>Select ActiveX Control</source>
2450+ <translation>ActiveX Control を選択</translation>
2451+ </message>
2452+ <message>
2453+ <source>OK</source>
2454+ <translation>OK</translation>
2455+ </message>
2456+ <message>
2457+ <source>&amp;Cancel</source>
2458+ <translation>キャンセル(&amp;C)</translation>
2459+ </message>
2460+ <message>
2461+ <source>COM &amp;Object:</source>
2462+ <translation>COM オブジェクト(&amp;O):</translation>
2463+ </message>
2464+</context>
2465+<context>
2466+ <name>QCheckBox</name>
2467+ <message>
2468+ <source>Uncheck</source>
2469+ <translation>選択解除</translation>
2470+ </message>
2471+ <message>
2472+ <source>Check</source>
2473+ <translation>選択</translation>
2474+ </message>
2475+ <message>
2476+ <source>Toggle</source>
2477+ <translation>反転</translation>
2478+ </message>
2479+</context>
2480+<context>
2481+ <name>QColorDialog</name>
2482+ <message>
2483+ <source>Hu&amp;e:</source>
2484+ <translation>色相(&amp;E):</translation>
2485+ </message>
2486+ <message>
2487+ <source>&amp;Sat:</source>
2488+ <translation>彩度(&amp;S):</translation>
2489+ </message>
2490+ <message>
2491+ <source>&amp;Val:</source>
2492+ <translation>明度(&amp;V):</translation>
2493+ </message>
2494+ <message>
2495+ <source>&amp;Red:</source>
2496+ <translation>赤(&amp;R):</translation>
2497+ </message>
2498+ <message>
2499+ <source>&amp;Green:</source>
2500+ <translation>緑(&amp;G):</translation>
2501+ </message>
2502+ <message>
2503+ <source>Bl&amp;ue:</source>
2504+ <translation>青(&amp;U):</translation>
2505+ </message>
2506+ <message>
2507+ <source>A&amp;lpha channel:</source>
2508+ <translation>アルファチャネル(&amp;L):</translation>
2509+ </message>
2510+ <message>
2511+ <source>Select Color</source>
2512+ <translation>色</translation>
2513+ </message>
2514+ <message>
2515+ <source>&amp;Basic colors</source>
2516+ <translation>基本的なカラー(&amp;B)</translation>
2517+ </message>
2518+ <message>
2519+ <source>&amp;Custom colors</source>
2520+ <translation>カスタムカラー(&amp;C)</translation>
2521+ </message>
2522+ <message>
2523+ <source>&amp;Add to Custom Colors</source>
2524+ <translation>カスタムカラーに追加(&amp;A)</translation>
2525+ </message>
2526+</context>
2527+<context>
2528+ <name>QComboBox</name>
2529+ <message>
2530+ <source>Open</source>
2531+ <translation>開く</translation>
2532+ </message>
2533+ <message>
2534+ <source>False</source>
2535+ <translation>偽</translation>
2536+ </message>
2537+ <message>
2538+ <source>True</source>
2539+ <translation>真</translation>
2540+ </message>
2541+ <message>
2542+ <source>Close</source>
2543+ <translation>閉じる</translation>
2544+ </message>
2545+</context>
2546+<context>
2547+ <name>QCoreApplication</name>
2548+ <message>
2549+ <source>%1: key is empty</source>
2550+ <comment>QSystemSemaphore</comment>
2551+ <translation>%1: キーが空です</translation>
2552+ </message>
2553+ <message>
2554+ <source>%1: unable to make key</source>
2555+ <comment>QSystemSemaphore</comment>
2556+ <translation>%1: キーを作成できません</translation>
2557+ </message>
2558+ <message>
2559+ <source>%1: ftok failed</source>
2560+ <comment>QSystemSemaphore</comment>
2561+ <translation>%1: fork に失敗しました</translation>
2562+ </message>
2563+ <message>
2564+ <source>%1: already exists</source>
2565+ <comment>QSystemSemaphore</comment>
2566+ <translation>%1: 既に存在します</translation>
2567+ </message>
2568+ <message>
2569+ <source>%1: does not exist</source>
2570+ <comment>QSystemSemaphore</comment>
2571+ <translation>%1: 存在しません</translation>
2572+ </message>
2573+ <message>
2574+ <source>%1: out of resources</source>
2575+ <comment>QSystemSemaphore</comment>
2576+ <translation>%1: リソース不足です</translation>
2577+ </message>
2578+ <message>
2579+ <source>%1: permission denied</source>
2580+ <comment>QSystemSemaphore</comment>
2581+ <translation>%1: 許可されていません</translation>
2582+ </message>
2583+ <message>
2584+ <source>%1: unknown error %2</source>
2585+ <comment>QSystemSemaphore</comment>
2586+ <translation>%1: 未知のエラー %2</translation>
2587+ </message>
2588+</context>
2589+<context>
2590+ <name>QDB2Driver</name>
2591+ <message>
2592+ <source>Unable to connect</source>
2593+ <translation>接続できません</translation>
2594+ </message>
2595+ <message>
2596+ <source>Unable to commit transaction</source>
2597+ <translation>トランザクションをコミットできません</translation>
2598+ </message>
2599+ <message>
2600+ <source>Unable to rollback transaction</source>
2601+ <translation>トランザクションをロールバックできません</translation>
2602+ </message>
2603+ <message>
2604+ <source>Unable to set autocommit</source>
2605+ <translation>オートコミットを設定できません</translation>
2606+ </message>
2607+</context>
2608+<context>
2609+ <name>QDB2Result</name>
2610+ <message>
2611+ <source>Unable to execute statement</source>
2612+ <translation>ステートメントを実行できません</translation>
2613+ </message>
2614+ <message>
2615+ <source>Unable to prepare statement</source>
2616+ <translation>プリペアステートメントを使えません</translation>
2617+ </message>
2618+ <message>
2619+ <source>Unable to bind variable</source>
2620+ <translation>変数をバインドできません</translation>
2621+ </message>
2622+ <message>
2623+ <source>Unable to fetch record %1</source>
2624+ <translation>レコード %1 をフェッチできません</translation>
2625+ </message>
2626+ <message>
2627+ <source>Unable to fetch next</source>
2628+ <translation>次のレコードをフェッチできません</translation>
2629+ </message>
2630+ <message>
2631+ <source>Unable to fetch first</source>
2632+ <translation>最初のレコードをフェッチできません</translation>
2633+ </message>
2634+</context>
2635+<context>
2636+ <name>QDateTimeEdit</name>
2637+ <message>
2638+ <source>AM</source>
2639+ <translation>AM</translation>
2640+ </message>
2641+ <message>
2642+ <source>am</source>
2643+ <translation>am</translation>
2644+ </message>
2645+ <message>
2646+ <source>PM</source>
2647+ <translation>PM</translation>
2648+ </message>
2649+ <message>
2650+ <source>pm</source>
2651+ <translation>pm</translation>
2652+ </message>
2653+</context>
2654+<context>
2655+ <name>QDeclarativeAbstractAnimation</name>
2656+ <message>
2657+ <source>Cannot animate non-existent property &quot;%1&quot;</source>
2658+ <translation>存在しないプロパティ &quot;%1&quot; はアニメーションできません</translation>
2659+ </message>
2660+ <message>
2661+ <source>Cannot animate read-only property &quot;%1&quot;</source>
2662+ <translation>読込専用のプロパティ &quot;%1&quot; はアニメーションできません</translation>
2663+ </message>
2664+ <message>
2665+ <source>Animation is an abstract class</source>
2666+ <translation>Animation は抽象クラスです</translation>
2667+ </message>
2668+</context>
2669+<context>
2670+ <name>QDeclarativeAnchorAnimation</name>
2671+ <message>
2672+ <source>Cannot set a duration of &lt; 0</source>
2673+ <translation>負の値はアニメーション時間として設定できません</translation>
2674+ </message>
2675+</context>
2676+<context>
2677+ <name>QDeclarativeAnchors</name>
2678+ <message>
2679+ <source>Possible anchor loop detected on fill.</source>
2680+ <translation>fill によってアンカーのループが発生しています。</translation>
2681+ </message>
2682+ <message>
2683+ <source>Possible anchor loop detected on centerIn.</source>
2684+ <translation>centerIn によってアンカーのループが発生しています。</translation>
2685+ </message>
2686+ <message>
2687+ <source>Cannot anchor to an item that isn&apos;t a parent or sibling.</source>
2688+ <translation>親でも兄弟でもない要素にはアンカーできません。</translation>
2689+ </message>
2690+ <message>
2691+ <source>Possible anchor loop detected on vertical anchor.</source>
2692+ <translation>縦方向のアンカーによってアンカーのループが発生しています。</translation>
2693+ </message>
2694+ <message>
2695+ <source>Possible anchor loop detected on horizontal anchor.</source>
2696+ <translation>横方向のアンカーによってアンカーのループが発生しています。</translation>
2697+ </message>
2698+ <message>
2699+ <source>Cannot specify left, right, and hcenter anchors.</source>
2700+ <translation>left, right, hcenter のどのアンカーを使用しているか限定できません。</translation>
2701+ </message>
2702+ <message>
2703+ <source>Cannot anchor to a null item.</source>
2704+ <translation>空の要素にはアンカーできません。</translation>
2705+ </message>
2706+ <message>
2707+ <source>Cannot anchor a horizontal edge to a vertical edge.</source>
2708+ <translation>横方向のエッジから縦方向のエッジへはアンカーできません。</translation>
2709+ </message>
2710+ <message>
2711+ <source>Cannot anchor item to self.</source>
2712+ <translation>自分自身へはアンカーできません。</translation>
2713+ </message>
2714+ <message>
2715+ <source>Cannot specify top, bottom, and vcenter anchors.</source>
2716+ <translation>top, bottom, vcenter のどのアンカーを使用しているか限定できません。</translation>
2717+ </message>
2718+ <message>
2719+ <source>Baseline anchor cannot be used in conjunction with top, bottom, or vcenter anchors.</source>
2720+ <translation>baseline アンカーを top, bottom, vcenter アンカーと組み合わせることはできません。</translation>
2721+ </message>
2722+ <message>
2723+ <source>Cannot anchor a vertical edge to a horizontal edge.</source>
2724+ <translation>縦方向のエッジから横方向のエッジへはアンカーできません。</translation>
2725+ </message>
2726+</context>
2727+<context>
2728+ <name>QDeclarativeAnimatedImage</name>
2729+ <message>
2730+ <source>Qt was built without support for QMovie</source>
2731+ <translation>Qt は QMovie のサポートを外してビルドされています</translation>
2732+ </message>
2733+</context>
2734+<context>
2735+ <name>QDeclarativeApplication</name>
2736+ <message>
2737+ <source>Application is an abstract class</source>
2738+ <translation>Application は抽象クラスです</translation>
2739+ </message>
2740+</context>
2741+<context>
2742+ <name>QDeclarativeBehavior</name>
2743+ <message>
2744+ <source>Cannot change the animation assigned to a Behavior.</source>
2745+ <translation>Behavior へ割り当てられたアニメーションは変更できません。</translation>
2746+ </message>
2747+</context>
2748+<context>
2749+ <name>QDeclarativeBinding</name>
2750+ <message>
2751+ <source>Binding loop detected for property &quot;%1&quot;</source>
2752+ <translation>プロパティ &quot;%1&quot; へのバインディングにループが発生しています</translation>
2753+ </message>
2754+</context>
2755+<context>
2756+ <name>QDeclarativeCompiledBindings</name>
2757+ <message>
2758+ <source>Binding loop detected for property &quot;%1&quot;</source>
2759+ <translation>プロパティ &quot;%1&quot; へのバインディングにループが発生しています</translation>
2760+ </message>
2761+</context>
2762+<context>
2763+ <name>QDeclarativeCompiler</name>
2764+ <message>
2765+ <source>Invalid property assignment: &quot;%1&quot; is a read-only property</source>
2766+ <translation>無効なプロパティの値: &quot;%1&quot; は読込専用のプロパティです</translation>
2767+ </message>
2768+ <message>
2769+ <source>Invalid property assignment: unknown enumeration</source>
2770+ <translation>無効なプロパティの値: 未知の列挙型です</translation>
2771+ </message>
2772+ <message>
2773+ <source>Invalid property assignment: string expected</source>
2774+ <translation>無効なプロパティの値: 文字列を指定してください</translation>
2775+ </message>
2776+ <message>
2777+ <source>Invalid property assignment: url expected</source>
2778+ <translation>無効なプロパティの値: URI を指定してください</translation>
2779+ </message>
2780+ <message>
2781+ <source>Invalid property assignment: unsigned int expected</source>
2782+ <translation>無効なプロパティの値: 符号なしの整数を指定してください</translation>
2783+ </message>
2784+ <message>
2785+ <source>Invalid property assignment: int expected</source>
2786+ <translation>無効なプロパティの値: 整数を指定してください</translation>
2787+ </message>
2788+ <message>
2789+ <source>Invalid property assignment: number expected</source>
2790+ <translation>無効なプロパティの値: 数値を指定してください</translation>
2791+ </message>
2792+ <message>
2793+ <source>Invalid property assignment: color expected</source>
2794+ <translation>無効なプロパティの値: 色を指定してください</translation>
2795+ </message>
2796+ <message>
2797+ <source>Invalid property assignment: date expected</source>
2798+ <translation>無効なプロパティの値: 日付を指定してください</translation>
2799+ </message>
2800+ <message>
2801+ <source>Invalid property assignment: time expected</source>
2802+ <translation>無効なプロパティの値: 時間を指定してください</translation>
2803+ </message>
2804+ <message>
2805+ <source>Invalid property assignment: datetime expected</source>
2806+ <translation>無効なプロパティの値: 日付と時間を指定してください</translation>
2807+ </message>
2808+ <message>
2809+ <source>Invalid property assignment: point expected</source>
2810+ <translation>無効なプロパティの値: 位置を指定してください</translation>
2811+ </message>
2812+ <message>
2813+ <source>Invalid property assignment: size expected</source>
2814+ <translation>無効なプロパティの値: サイズを指定してください</translation>
2815+ </message>
2816+ <message>
2817+ <source>Invalid property assignment: rect expected</source>
2818+ <translation>無効なプロパティの値: 矩形を指定してください</translation>
2819+ </message>
2820+ <message>
2821+ <source>Invalid property assignment: boolean expected</source>
2822+ <translation>無効なプロパティの値: 真偽値を指定してください</translation>
2823+ </message>
2824+ <message>
2825+ <source>Invalid property assignment: 3D vector expected</source>
2826+ <translation>無効なプロパティの値: 3D ベクターを指定してください</translation>
2827+ </message>
2828+ <message>
2829+ <source>Invalid property assignment: unsupported type &quot;%1&quot;</source>
2830+ <translation>無効なプロパティの値: 未知の型 &quot;%1&quot; です</translation>
2831+ </message>
2832+ <message>
2833+ <source>Element is not creatable.</source>
2834+ <translation>要素が作成できません。</translation>
2835+ </message>
2836+ <message>
2837+ <source>Component elements may not contain properties other than id</source>
2838+ <translation>コンポーネント要素に ID 以外のプロパティが含まれていません</translation>
2839+ </message>
2840+ <message>
2841+ <source>Invalid component id specification</source>
2842+ <translation>無効なコンポーネント ID の指定です</translation>
2843+ </message>
2844+ <message>
2845+ <source>id is not unique</source>
2846+ <translation>ID が重複しています</translation>
2847+ </message>
2848+ <message>
2849+ <source>Invalid component body specification</source>
2850+ <translation>無効なコンポーネントボディの指定です</translation>
2851+ </message>
2852+ <message>
2853+ <source>Component objects cannot declare new properties.</source>
2854+ <translation>コンポーネントオブジェクトに新しいプロパティを宣言できません。</translation>
2855+ </message>
2856+ <message>
2857+ <source>Component objects cannot declare new signals.</source>
2858+ <translation>コンポーネントオブジェクトに新しいシグナルを宣言できません。</translation>
2859+ </message>
2860+ <message>
2861+ <source>Component objects cannot declare new functions.</source>
2862+ <translation>コンポーネントオブジェクトに新しい関数を宣言できません。</translation>
2863+ </message>
2864+ <message>
2865+ <source>Cannot create empty component specification</source>
2866+ <translation>仕様が空であるコンポーネントは作成できません</translation>
2867+ </message>
2868+ <message>
2869+ <source>&quot;%1.%2&quot; is not available in %3 %4.%5.</source>
2870+ <translation>%3 %4.%5 で &quot;%1.%2&quot; は利用できません。</translation>
2871+ </message>
2872+ <message>
2873+ <source>&quot;%1.%2&quot; is not available due to component versioning.</source>
2874+ <translation>コンポーネントのバージョンの問題により &quot;%1.%2&quot; は利用できません。</translation>
2875+ </message>
2876+ <message>
2877+ <source>Incorrectly specified signal assignment</source>
2878+ <translation>仕様と異なるシグナルが割り当てられています</translation>
2879+ </message>
2880+ <message>
2881+ <source>Cannot assign a value to a signal (expecting a script to be run)</source>
2882+ <translation>値はシグナルに割り当てできません(ただし、スクリプトは除きます)</translation>
2883+ </message>
2884+ <message>
2885+ <source>Empty signal assignment</source>
2886+ <translation>シグナルへの割り当てが空です</translation>
2887+ </message>
2888+ <message>
2889+ <source>Empty property assignment</source>
2890+ <translation>プロパティの値が空です</translation>
2891+ </message>
2892+ <message>
2893+ <source>Attached properties cannot be used here</source>
2894+ <translation>アタッチされたプロパティはここでは利用できません</translation>
2895+ </message>
2896+ <message>
2897+ <source>Non-existent attached object</source>
2898+ <translation>アタッチされたオブジェクトが存在しません</translation>
2899+ </message>
2900+ <message>
2901+ <source>Invalid attached object assignment</source>
2902+ <translation>無効なアタッチされたオブジェクトへの割り当て</translation>
2903+ </message>
2904+ <message>
2905+ <source>Cannot assign to non-existent default property</source>
2906+ <translation>存在しないデフォルトプロパティへは割り当てできません</translation>
2907+ </message>
2908+ <message>
2909+ <source>Cannot assign to non-existent property &quot;%1&quot;</source>
2910+ <translation>存在しないプロパティ &quot;%1&quot; へは割り当てできません</translation>
2911+ </message>
2912+ <message>
2913+ <source>Invalid use of namespace</source>
2914+ <translation>無効な名前空間の使用法です</translation>
2915+ </message>
2916+ <message>
2917+ <source>Not an attached property name</source>
2918+ <translation>アタッチされたプロパティの名前ではありません</translation>
2919+ </message>
2920+ <message>
2921+ <source>Invalid use of id property</source>
2922+ <translation>無効な ID プロパティの使用法です</translation>
2923+ </message>
2924+ <message>
2925+ <source>Property has already been assigned a value</source>
2926+ <translation>プロパティには既に値が割り当てられています</translation>
2927+ </message>
2928+ <message>
2929+ <source>Invalid grouped property access</source>
2930+ <translation>無効なグループ化されたプロパティへのアクセスです</translation>
2931+ </message>
2932+ <message>
2933+ <source>Cannot assign a value directly to a grouped property</source>
2934+ <translation>グループ化されたプロパティに直接値を割り当てできません</translation>
2935+ </message>
2936+ <message>
2937+ <source>Invalid property use</source>
2938+ <translation>無効なプロパティの使用法です</translation>
2939+ </message>
2940+ <message>
2941+ <source>Property assignment expected</source>
2942+ <translation>プロパティに値が必要です</translation>
2943+ </message>
2944+ <message>
2945+ <source>Single property assignment expected</source>
2946+ <translation>プロパティに複数の値は割り当てできません</translation>
2947+ </message>
2948+ <message>
2949+ <source>Unexpected object assignment</source>
2950+ <translation>オブジェクトを割り当てできません</translation>
2951+ </message>
2952+ <message>
2953+ <source>Cannot assign object to list</source>
2954+ <translation>オブジェクトをリストに割り当てできません</translation>
2955+ </message>
2956+ <message>
2957+ <source>Can only assign one binding to lists</source>
2958+ <translation>リストへは一つのバインディングのみ割り当てることができます</translation>
2959+ </message>
2960+ <message>
2961+ <source>Cannot assign primitives to lists</source>
2962+ <translation>プリミティブをリストに割り当てできません</translation>
2963+ </message>
2964+ <message>
2965+ <source>Cannot assign multiple values to a script property</source>
2966+ <translation>複数の値をスクリプトプロパティに割り当てできません</translation>
2967+ </message>
2968+ <message>
2969+ <source>Invalid property assignment: script expected</source>
2970+ <translation>無効なプロパティの値: スクリプトを指定してください</translation>
2971+ </message>
2972+ <message>
2973+ <source>Cannot assign multiple values to a singular property</source>
2974+ <translation>複数の値を単数プロパティに割り当てできません</translation>
2975+ </message>
2976+ <message>
2977+ <source>Cannot assign object to property</source>
2978+ <translation>オブジェクトをプロパティに割り当てできません</translation>
2979+ </message>
2980+ <message>
2981+ <source>&quot;%1&quot; cannot operate on &quot;%2&quot;</source>
2982+ <translation>&quot;%1&quot; は &quot;%2&quot; を操作できません</translation>
2983+ </message>
2984+ <message>
2985+ <source>Duplicate default property</source>
2986+ <translation>デフォルトプロパティが重複しています</translation>
2987+ </message>
2988+ <message>
2989+ <source>Duplicate property name</source>
2990+ <translation>プロパティの名前が重複しています</translation>
2991+ </message>
2992+ <message>
2993+ <source>Property names cannot begin with an upper case letter</source>
2994+ <translation>プロパティの名前を大文字から始めることはできません</translation>
2995+ </message>
2996+ <message>
2997+ <source>Illegal property name</source>
2998+ <translation>プロパティの名前が無効です</translation>
2999+ </message>
3000+ <message>
3001+ <source>Duplicate signal name</source>
3002+ <translation>シグナルの名前が重複しています</translation>
3003+ </message>
3004+ <message>
3005+ <source>Signal names cannot begin with an upper case letter</source>
3006+ <translation>シグナルの名前を大文字から始めることはできません</translation>
3007+ </message>
3008+ <message>
3009+ <source>Illegal signal name</source>
3010+ <translation>シグナルの名前が無効です</translation>
3011+ </message>
3012+ <message>
3013+ <source>Duplicate method name</source>
3014+ <translation>メソッドの名前が重複しています</translation>
3015+ </message>
3016+ <message>
3017+ <source>Method names cannot begin with an upper case letter</source>
3018+ <translation>メソッドの名前を大文字から始めることはできません</translation>
3019+ </message>
3020+ <message>
3021+ <source>Illegal method name</source>
3022+ <translation>メソッドの名前が無効です</translation>
3023+ </message>
3024+ <message>
3025+ <source>Property value set multiple times</source>
3026+ <translation>複数回プロパティに値を割り当てています</translation>
3027+ </message>
3028+ <message>
3029+ <source>Invalid property nesting</source>
3030+ <translation>無効なプロパティのネストです</translation>
3031+ </message>
3032+ <message>
3033+ <source>Cannot override FINAL property</source>
3034+ <translation>FINAL プロパティは上書きできません</translation>
3035+ </message>
3036+ <message>
3037+ <source>Invalid property type</source>
3038+ <translation>無効なプロパティの型です</translation>
3039+ </message>
3040+ <message>
3041+ <source>Invalid empty ID</source>
3042+ <translation>空の ID は無効です</translation>
3043+ </message>
3044+ <message>
3045+ <source>IDs cannot start with an uppercase letter</source>
3046+ <translation>ID を大文字から始めることはできません</translation>
3047+ </message>
3048+ <message>
3049+ <source>IDs must start with a letter or underscore</source>
3050+ <translation>ID は英字もしくはアンダースコアで始めてください</translation>
3051+ </message>
3052+ <message>
3053+ <source>IDs must contain only letters, numbers, and underscores</source>
3054+ <translation>ID には英数字およびアンダースコアのみ使用できます</translation>
3055+ </message>
3056+ <message>
3057+ <source>ID illegally masks global JavaScript property</source>
3058+ <translation>ID はグローバルな JavaScript のプロパティを不正に隠しています</translation>
3059+ </message>
3060+ <message>
3061+ <source>No property alias location</source>
3062+ <translation>プロパティのエイリアスへのパスがありません</translation>
3063+ </message>
3064+ <message>
3065+ <source>Invalid alias location</source>
3066+ <translation>無効なエイリアスのパス</translation>
3067+ </message>
3068+ <message>
3069+ <source>Invalid alias reference. An alias reference must be specified as &lt;id&gt;, &lt;id&gt;.&lt;property&gt; or &lt;id&gt;.&lt;value property&gt;.&lt;property&gt;</source>
3070+ <translation>無効なエイリアスの参照です。エイリアスの参照先は &lt;ID&gt;, &lt;ID&gt;.&lt;プロパティ&gt; もしくは &lt;ID&gt;.&lt;値プロパティ&gt;.&lt;プロパティ&gt; のいずれかでなくてはいけません</translation>
3071+ </message>
3072+ <message>
3073+ <source>Alias property exceeds alias bounds</source>
3074+ <translation>エイリアスプロパティがエイリアスの境界を越えています</translation>
3075+ </message>
3076+ <message>
3077+ <source>Invalid alias reference. Unable to find id &quot;%1&quot;</source>
3078+ <translation>無効なエイリアスの参照です。ID &quot;%1&quot; が見つかりません</translation>
3079+ </message>
3080+</context>
3081+<context>
3082+ <name>QDeclarativeComponent</name>
3083+ <message>
3084+ <source>Invalid empty URL</source>
3085+ <translation>空の URL は無効です</translation>
3086+ </message>
3087+ <message>
3088+ <source>createObject: value is not an object</source>
3089+ <translation>createObject: 値がオブジェクトではありません</translation>
3090+ </message>
3091+</context>
3092+<context>
3093+ <name>QDeclarativeConnections</name>
3094+ <message>
3095+ <source>Cannot assign to non-existent property &quot;%1&quot;</source>
3096+ <translation>存在しないプロパティ &quot;%1&quot; へは割り当てできません</translation>
3097+ </message>
3098+ <message>
3099+ <source>Connections: nested objects not allowed</source>
3100+ <translation>接続: オブジェクトのネストは許可されていません</translation>
3101+ </message>
3102+ <message>
3103+ <source>Connections: syntax error</source>
3104+ <translation>接続: 構文エラー</translation>
3105+ </message>
3106+ <message>
3107+ <source>Connections: script expected</source>
3108+ <translation>接続: スクリプトを指定してください</translation>
3109+ </message>
3110+</context>
3111+<context>
3112+ <name>QDeclarativeEngine</name>
3113+ <message>
3114+ <source>executeSql called outside transaction()</source>
3115+ <translation>transaction() の外部から executeSql が呼び出されました</translation>
3116+ </message>
3117+ <message>
3118+ <source>Read-only Transaction</source>
3119+ <translation>読込専用のトランザクションです</translation>
3120+ </message>
3121+ <message>
3122+ <source>Version mismatch: expected %1, found %2</source>
3123+ <translation>バージョンが一致しません: 予期したバージョンは %1 ですが、 %2 が見つかりました</translation>
3124+ </message>
3125+ <message>
3126+ <source>SQL transaction failed</source>
3127+ <translation>SQL のトランザクションを失敗しました</translation>
3128+ </message>
3129+ <message>
3130+ <source>transaction: missing callback</source>
3131+ <translation>トランザクション: コールバックが欠けています</translation>
3132+ </message>
3133+ <message>
3134+ <source>SQL: database version mismatch</source>
3135+ <translation>SQL: データーベースのバージョンが一致しません</translation>
3136+ </message>
3137+</context>
3138+<context>
3139+ <name>QDeclarativeFlipable</name>
3140+ <message>
3141+ <source>front is a write-once property</source>
3142+ <translation>front は一度のみ書き込み可能なプロパティです</translation>
3143+ </message>
3144+ <message>
3145+ <source>back is a write-once property</source>
3146+ <translation>back は一度のみ書き込み可能なプロパティです</translation>
3147+ </message>
3148+</context>
3149+<context>
3150+ <name>QDeclarativeImportDatabase</name>
3151+ <message>
3152+ <source>cannot load module &quot;%1&quot;: File name case mismatch for &quot;%2&quot;</source>
3153+ <translation>モジュール &quot;%1&quot; がロードできません: ファイル名の大文字小文字が &quot;%2&quot; に合っていません</translation>
3154+ </message>
3155+ <message>
3156+ <source>module &quot;%1&quot; definition &quot;%2&quot; not readable</source>
3157+ <translation>&quot;%1&quot; モジュールの定義 &quot;%2&quot; が読めません</translation>
3158+ </message>
3159+ <message>
3160+ <source>plugin cannot be loaded for module &quot;%1&quot;: %2</source>
3161+ <translation>&quot;%1&quot; モジュール用のプラグインがロードできません: %2</translation>
3162+ </message>
3163+ <message>
3164+ <source>module &quot;%1&quot; plugin &quot;%2&quot; not found</source>
3165+ <translation>&quot;%1&quot; モジュールの &quot;%2&quot; プラグインが見つかりません</translation>
3166+ </message>
3167+ <message>
3168+ <source>module &quot;%1&quot; version %2.%3 is not installed</source>
3169+ <translation>バージョン %2.%3 の &quot;%1&quot; モジュールがインストールされていません</translation>
3170+ </message>
3171+ <message>
3172+ <source>module &quot;%1&quot; is not installed</source>
3173+ <translation>&quot;%1&quot; モジュールがインストールされていません</translation>
3174+ </message>
3175+ <message>
3176+ <source>&quot;%1&quot;: no such directory</source>
3177+ <translation>&quot;%1&quot;: そのようなディレクトリはありません</translation>
3178+ </message>
3179+ <message>
3180+ <source>import &quot;%1&quot; has no qmldir and no namespace</source>
3181+ <translation>import する &quot;%1&quot; に qmldir も名前空間もありません</translation>
3182+ </message>
3183+ <message>
3184+ <source>- %1 is not a namespace</source>
3185+ <translation>- %1 は名前空間ではありません</translation>
3186+ </message>
3187+ <message>
3188+ <source>- nested namespaces not allowed</source>
3189+ <translation>- 名前空間のネストは許可されていません</translation>
3190+ </message>
3191+ <message>
3192+ <source>local directory</source>
3193+ <translation>ローカルディレクトリ</translation>
3194+ </message>
3195+ <message>
3196+ <source>is ambiguous. Found in %1 and in %2</source>
3197+ <translation>を特定できません。%1 と %2 の双方で見つけました</translation>
3198+ </message>
3199+ <message>
3200+ <source>is ambiguous. Found in %1 in version %2.%3 and %4.%5</source>
3201+ <translation>を特定できません。%1 にバージョン %2.%3 と %4.%5 の双方を見つけました</translation>
3202+ </message>
3203+ <message>
3204+ <source>is instantiated recursively</source>
3205+ <translation>の使用の際に再帰が発生しています</translation>
3206+ </message>
3207+ <message>
3208+ <source>is not a type</source>
3209+ <translation>は型ではありません</translation>
3210+ </message>
3211+ <message>
3212+ <source>File name case mismatch for &quot;%2&quot;</source>
3213+ <translation>ファイル名の大文字小文字が &quot;%2&quot; に合っていません</translation>
3214+ </message>
3215+</context>
3216+<context>
3217+ <name>QDeclarativeKeyNavigationAttached</name>
3218+ <message>
3219+ <source>KeyNavigation is only available via attached properties</source>
3220+ <translation>KeyNavigation はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます</translation>
3221+ </message>
3222+</context>
3223+<context>
3224+ <name>QDeclarativeKeysAttached</name>
3225+ <message>
3226+ <source>Keys is only available via attached properties</source>
3227+ <translation>Keys はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます</translation>
3228+ </message>
3229+</context>
3230+<context>
3231+ <name>QDeclarativeLayoutMirroringAttached</name>
3232+ <message>
3233+ <source>LayoutDirection attached property only works with Items</source>
3234+ <translation>アタッチされたプロパティ LayoutDirection はアイテムでのみ利用できます</translation>
3235+ </message>
3236+ <message>
3237+ <source>LayoutMirroring is only available via attached properties</source>
3238+ <translation>LayoutMirroring はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます</translation>
3239+ </message>
3240+</context>
3241+<context>
3242+ <name>QDeclarativeListModel</name>
3243+ <message>
3244+ <source>remove: index %1 out of range</source>
3245+ <translation>remove: インデックス %1 は有効範囲外の値です</translation>
3246+ </message>
3247+ <message>
3248+ <source>insert: value is not an object</source>
3249+ <translation>insert: オブジェクト以外の値は挿入できません</translation>
3250+ </message>
3251+ <message>
3252+ <source>insert: index %1 out of range</source>
3253+ <translation>insert: インデックス %1 は有効範囲外の値です</translation>
3254+ </message>
3255+ <message>
3256+ <source>move: out of range</source>
3257+ <translation>move: 有効範囲外の値です</translation>
3258+ </message>
3259+ <message>
3260+ <source>append: value is not an object</source>
3261+ <translation>append: オブジェクト以外の値は追加できません</translation>
3262+ </message>
3263+ <message>
3264+ <source>set: value is not an object</source>
3265+ <translation>set: オブジェクト以外の値は代入できません</translation>
3266+ </message>
3267+ <message>
3268+ <source>set: index %1 out of range</source>
3269+ <translation>set: インデックス %1 は有効範囲外の値です</translation>
3270+ </message>
3271+ <message>
3272+ <source>ListElement: cannot contain nested elements</source>
3273+ <translation>ListElement: ネストした要素は保持できません</translation>
3274+ </message>
3275+ <message>
3276+ <source>ListElement: cannot use reserved &quot;id&quot; property</source>
3277+ <translation>ListElement: 予約語 &quot;id&quot; をプロパティに使用できません</translation>
3278+ </message>
3279+ <message>
3280+ <source>ListElement: cannot use script for property value</source>
3281+ <translation>ListElement: スクリプトをプロパティの値には使用できません</translation>
3282+ </message>
3283+ <message>
3284+ <source>ListModel: undefined property &apos;%1&apos;</source>
3285+ <translation>ListModel: &apos;%1&apos; は未定義のプロパティです</translation>
3286+ </message>
3287+</context>
3288+<context>
3289+ <name>QDeclarativeLoader</name>
3290+ <message>
3291+ <source>Loader does not support loading non-visual elements.</source>
3292+ <translation>Loader は可視化できない要素の読み込みをサポートしていません。</translation>
3293+ </message>
3294+</context>
3295+<context>
3296+ <name>QDeclarativeParentAnimation</name>
3297+ <message>
3298+ <source>Unable to preserve appearance under complex transform</source>
3299+ <translation>複雑な変換を伴う外観は保持できません</translation>
3300+ </message>
3301+ <message>
3302+ <source>Unable to preserve appearance under non-uniform scale</source>
3303+ <translation>不均等な拡大/縮小を伴う外観は保持できません</translation>
3304+ </message>
3305+ <message>
3306+ <source>Unable to preserve appearance under scale of 0</source>
3307+ <translation>サイズが0に縮小される変換を伴う外観は保持できません</translation>
3308+ </message>
3309+</context>
3310+<context>
3311+ <name>QDeclarativeParentChange</name>
3312+ <message>
3313+ <source>Unable to preserve appearance under complex transform</source>
3314+ <translation>複雑な変換を伴う外観は保持できません</translation>
3315+ </message>
3316+ <message>
3317+ <source>Unable to preserve appearance under non-uniform scale</source>
3318+ <translation>不均等な拡大/縮小を伴う外観は保持できません</translation>
3319+ </message>
3320+ <message>
3321+ <source>Unable to preserve appearance under scale of 0</source>
3322+ <translation>サイズが0に縮小される変換を伴う外観は保持できません</translation>
3323+ </message>
3324+</context>
3325+<context>
3326+ <name>QDeclarativeParser</name>
3327+ <message>
3328+ <source>Illegal unicode escape sequence</source>
3329+ <translation>無効な Unicode のエスケープシーケンスです</translation>
3330+ </message>
3331+ <message>
3332+ <source>Illegal character</source>
3333+ <translation>無効な文字です</translation>
3334+ </message>
3335+ <message>
3336+ <source>Unclosed string at end of line</source>
3337+ <translation>文字列が行末で閉じていません</translation>
3338+ </message>
3339+ <message>
3340+ <source>Illegal escape sequence</source>
3341+ <translation>無効なエスケープシーケンスです</translation>
3342+ </message>
3343+ <message>
3344+ <source>Unclosed comment at end of file</source>
3345+ <translation>コメントが行末で閉じていません</translation>
3346+ </message>
3347+ <message>
3348+ <source>Illegal syntax for exponential number</source>
3349+ <translation>無効な指数の構文です</translation>
3350+ </message>
3351+ <message>
3352+ <source>Identifier cannot start with numeric literal</source>
3353+ <translation>識別子は数字で始めることはできません</translation>
3354+ </message>
3355+ <message>
3356+ <source>Unterminated regular expression literal</source>
3357+ <translation>正規表現リテラルが閉じていません</translation>
3358+ </message>
3359+ <message>
3360+ <source>Invalid regular expression flag &apos;%0&apos;</source>
3361+ <translation>&apos;%0&apos; は無効な正規表現のフラグです</translation>
3362+ </message>
3363+ <message>
3364+ <source>Unterminated regular expression backslash sequence</source>
3365+ <translation>正規表現のバックスラッシュエスケープが閉じていません</translation>
3366+ </message>
3367+ <message>
3368+ <source>Unterminated regular expression class</source>
3369+ <translation>正規表現の文字クラスが閉じていません</translation>
3370+ </message>
3371+ <message>
3372+ <source>Syntax error</source>
3373+ <translation>構文エラー</translation>
3374+ </message>
3375+ <message>
3376+ <source>Unexpected token `%1&apos;</source>
3377+ <translation>&apos;%1&apos; は予期しないトークンです</translation>
3378+ </message>
3379+ <message>
3380+ <source>Expected token `%1&apos;</source>
3381+ <translation>トークン &apos;%1&apos; を予期してます</translation>
3382+ </message>
3383+ <message>
3384+ <source>Property value set multiple times</source>
3385+ <translation>複数回プロパティに値を割り当てています</translation>
3386+ </message>
3387+ <message>
3388+ <source>Expected type name</source>
3389+ <translation>予期する型の名前</translation>
3390+ </message>
3391+ <message>
3392+ <source>Invalid import qualifier ID</source>
3393+ <translation>import する名前空間の ID が無効です</translation>
3394+ </message>
3395+ <message>
3396+ <source>Reserved name &quot;Qt&quot; cannot be used as an qualifier</source>
3397+ <translation>予約語 &quot;Qt&quot; を import する名前空間に使用することはできません</translation>
3398+ </message>
3399+ <message>
3400+ <source>Script import qualifiers must be unique.</source>
3401+ <translation>スクリプトを import する名前空間は一意である必要があります。</translation>
3402+ </message>
3403+ <message>
3404+ <source>Script import requires a qualifier</source>
3405+ <translation>スクリプトを import する際には名前空間の指定が必要です</translation>
3406+ </message>
3407+ <message>
3408+ <source>Library import requires a version</source>
3409+ <translation>ライブラリの import にはバージョンが必要です</translation>
3410+ </message>
3411+ <message>
3412+ <source>Expected parameter type</source>
3413+ <translation>予期するパラメータの型</translation>
3414+ </message>
3415+ <message>
3416+ <source>Invalid property type modifier</source>
3417+ <translation>無効なプロパティの型の修飾子</translation>
3418+ </message>
3419+ <message>
3420+ <source>Unexpected property type modifier</source>
3421+ <translation>予期しないプロパティの型の修飾子</translation>
3422+ </message>
3423+ <message>
3424+ <source>Expected property type</source>
3425+ <translation>予期するプロパティの型</translation>
3426+ </message>
3427+ <message>
3428+ <source>Readonly not yet supported</source>
3429+ <translation>Readonly はまだサポートされていません</translation>
3430+ </message>
3431+ <message>
3432+ <source>JavaScript declaration outside Script element</source>
3433+ <translation>Script 要素の外部での JavaScript の宣言</translation>
3434+ </message>
3435+</context>
3436+<context>
3437+ <name>QDeclarativePauseAnimation</name>
3438+ <message>
3439+ <source>Cannot set a duration of &lt; 0</source>
3440+ <translation>負の値はアニメーション時間として設定できません</translation>
3441+ </message>
3442+</context>
3443+<context>
3444+ <name>QDeclarativePixmap</name>
3445+ <message>
3446+ <source>Error decoding: %1: %2</source>
3447+ <translation>デコード中にエラーが発生しました: %1: %2</translation>
3448+ </message>
3449+ <message>
3450+ <source>Failed to get image from provider: %1</source>
3451+ <translation>プロバイダーからの画像の取得に失敗しました: %1</translation>
3452+ </message>
3453+ <message>
3454+ <source>Cannot open: %1</source>
3455+ <translation>開けませんでした: %1</translation>
3456+ </message>
3457+</context>
3458+<context>
3459+ <name>QDeclarativePropertyAnimation</name>
3460+ <message>
3461+ <source>Cannot set a duration of &lt; 0</source>
3462+ <translation>負の値はアニメーション時間として設定できません</translation>
3463+ </message>
3464+</context>
3465+<context>
3466+ <name>QDeclarativePropertyChanges</name>
3467+ <message>
3468+ <source>PropertyChanges does not support creating state-specific objects.</source>
3469+ <translation>PropertyChanges は状態特有のオブジェクトの作成をサポートしていません。</translation>
3470+ </message>
3471+ <message>
3472+ <source>Cannot assign to non-existent property &quot;%1&quot;</source>
3473+ <translation>存在しないプロパティ &quot;%1&quot; へは割り当てできません</translation>
3474+ </message>
3475+ <message>
3476+ <source>Cannot assign to read-only property &quot;%1&quot;</source>
3477+ <translation>読込専用のプロパティ &quot;%1&quot; へは割り当てできません</translation>
3478+ </message>
3479+</context>
3480+<context>
3481+ <name>QDeclarativeTextInput</name>
3482+ <message>
3483+ <source>Could not load cursor delegate</source>
3484+ <translation>カーソルデリゲートがロードできません</translation>
3485+ </message>
3486+ <message>
3487+ <source>Could not instantiate cursor delegate</source>
3488+ <translation>カーソルデリゲートのインスタンスを作成できません</translation>
3489+ </message>
3490+</context>
3491+<context>
3492+ <name>QDeclarativeTypeLoader</name>
3493+ <message>
3494+ <source>Script %1 unavailable</source>
3495+ <translation>スクリプト %1 が利用できません</translation>
3496+ </message>
3497+ <message>
3498+ <source>Type %1 unavailable</source>
3499+ <translation>型 %1 が利用できません</translation>
3500+ </message>
3501+ <message>
3502+ <source>Namespace %1 cannot be used as a type</source>
3503+ <translation>名前空間 %1 を型として使用することはできません</translation>
3504+ </message>
3505+ <message>
3506+ <source>%1 %2</source>
3507+ <translation>%1 %2</translation>
3508+ </message>
3509+</context>
3510+<context>
3511+ <name>QDeclarativeVME</name>
3512+ <message>
3513+ <source>Unable to create object of type %1</source>
3514+ <translation>型 %1 のオブジェクトを作成できません</translation>
3515+ </message>
3516+ <message>
3517+ <source>Cannot assign value %1 to property %2</source>
3518+ <translation>プロパティ %2 へ値 %1 を割り当てできません</translation>
3519+ </message>
3520+ <message>
3521+ <source>Cannot assign object type %1 with no default method</source>
3522+ <translation>デフォルトメソッドの無い型 %1 のオブジェクトは割り当てできません</translation>
3523+ </message>
3524+ <message>
3525+ <source>Cannot connect mismatched signal/slot %1 %vs. %2</source>
3526+ <translation>型の合わないシグナルとスロット(%1 %vs %2)を接続することはできません</translation>
3527+ </message>
3528+ <message>
3529+ <source>Cannot assign an object to signal property %1</source>
3530+ <translation>オブジェクトをシグナルプロパティ %1 に割り当てることはできません</translation>
3531+ </message>
3532+ <message>
3533+ <source>Cannot assign object to list</source>
3534+ <translation>オブジェクトをリストに割り当てることはできません</translation>
3535+ </message>
3536+ <message>
3537+ <source>Cannot assign object to interface property</source>
3538+ <translation>オブジェクトをインターフェースプロパティに割り当てることはできません</translation>
3539+ </message>
3540+ <message>
3541+ <source>Unable to create attached object</source>
3542+ <translation>アタッチされたオブジェクトを作成できません</translation>
3543+ </message>
3544+ <message>
3545+ <source>Cannot set properties on %1 as it is null</source>
3546+ <translation>%1 のプロパティが空のため値を代入できません</translation>
3547+ </message>
3548+</context>
3549+<context>
3550+ <name>QDeclarativeVisualDataModel</name>
3551+ <message>
3552+ <source>Delegate component must be Item type.</source>
3553+ <translation>デリゲートコンポーネントの型は Item である必要があります。</translation>
3554+ </message>
3555+</context>
3556+<context>
3557+ <name>QDeclarativeXmlListModel</name>
3558+ <message>
3559+ <source>Qt was built without support for xmlpatterns</source>
3560+ <translation>Qt は xmlpatterns のサポートを外してビルドされています</translation>
3561+ </message>
3562+</context>
3563+<context>
3564+ <name>QDeclarativeXmlListModelRole</name>
3565+ <message>
3566+ <source>An XmlRole query must not start with &apos;/&apos;</source>
3567+ <translation>XmlRorl のクエリーを &apos;/&apos; で始めてはいけません</translation>
3568+ </message>
3569+</context>
3570+<context>
3571+ <name>QDeclarativeXmlRoleList</name>
3572+ <message>
3573+ <source>An XmlListModel query must start with &apos;/&apos; or &quot;//&quot;</source>
3574+ <translation>XmlListModel のクエリーは &apos;/&apos; か &quot;//&quot; で始まる必要があります</translation>
3575+ </message>
3576+</context>
3577+<context>
3578+ <name>QDial</name>
3579+ <message>
3580+ <source>QDial</source>
3581+ <translation>ダイヤル</translation>
3582+ </message>
3583+ <message>
3584+ <source>SpeedoMeter</source>
3585+ <translation>スピードメータ</translation>
3586+ </message>
3587+ <message>
3588+ <source>SliderHandle</source>
3589+ <translation>スライダハンドル</translation>
3590+ </message>
3591+</context>
3592+<context>
3593+ <name>QDialog</name>
3594+ <message>
3595+ <source>What&apos;s This?</source>
3596+ <translation>ヒント</translation>
3597+ </message>
3598+ <message>
3599+ <source>Done</source>
3600+ <translation>終了</translation>
3601+ </message>
3602+</context>
3603+<context>
3604+ <name>QDialogButtonBox</name>
3605+ <message>
3606+ <source>OK</source>
3607+ <translation>OK</translation>
3608+ </message>
3609+ <message>
3610+ <source>Cancel</source>
3611+ <translation>キャンセル</translation>
3612+ </message>
3613+ <message>
3614+ <source>Apply</source>
3615+ <translation>適用</translation>
3616+ </message>
3617+ <message>
3618+ <source>Ignore</source>
3619+ <translation>無視</translation>
3620+ </message>
3621+ <message>
3622+ <source>Retry</source>
3623+ <translation>再試行</translation>
3624+ </message>
3625+ <message>
3626+ <source>Abort</source>
3627+ <translation>中止</translation>
3628+ </message>
3629+ <message>
3630+ <source>Help</source>
3631+ <translation>ヘルプ</translation>
3632+ </message>
3633+ <message>
3634+ <source>Save</source>
3635+ <translation>保存</translation>
3636+ </message>
3637+ <message>
3638+ <source>&amp;Save</source>
3639+ <translation>保存(&amp;S)</translation>
3640+ </message>
3641+ <message>
3642+ <source>Open</source>
3643+ <translation>開く</translation>
3644+ </message>
3645+ <message>
3646+ <source>&amp;Cancel</source>
3647+ <translation>キャンセル(&amp;C)</translation>
3648+ </message>
3649+ <message>
3650+ <source>Close</source>
3651+ <translation>閉じる</translation>
3652+ </message>
3653+ <message>
3654+ <source>&amp;Close</source>
3655+ <translation>閉じる(&amp;C)</translation>
3656+ </message>
3657+ <message>
3658+ <source>Reset</source>
3659+ <translation>リセット</translation>
3660+ </message>
3661+ <message>
3662+ <source>Don&apos;t Save</source>
3663+ <translation>保存しない</translation>
3664+ </message>
3665+ <message>
3666+ <source>Close without Saving</source>
3667+ <translation>保存せずに閉じる</translation>
3668+ </message>
3669+ <message>
3670+ <source>Discard</source>
3671+ <translation>変更を破棄</translation>
3672+ </message>
3673+ <message>
3674+ <source>&amp;Yes</source>
3675+ <translation>はい(&amp;Y)</translation>
3676+ </message>
3677+ <message>
3678+ <source>Yes to &amp;All</source>
3679+ <translation>全てにはい(&amp;A)</translation>
3680+ </message>
3681+ <message>
3682+ <source>&amp;No</source>
3683+ <translation>いいえ(&amp;N)</translation>
3684+ </message>
3685+ <message>
3686+ <source>N&amp;o to All</source>
3687+ <translation>全てにいいえ(&amp;O)</translation>
3688+ </message>
3689+ <message>
3690+ <source>Save All</source>
3691+ <translation>すべて保存</translation>
3692+ </message>
3693+ <message>
3694+ <source>Restore Defaults</source>
3695+ <translation>デフォルトに戻す</translation>
3696+ </message>
3697+ <message>
3698+ <source>&amp;OK</source>
3699+ <translation>&amp;OK</translation>
3700+ </message>
3701+</context>
3702+<context>
3703+ <name>QDirModel</name>
3704+ <message>
3705+ <source>Name</source>
3706+ <translation>名前</translation>
3707+ </message>
3708+ <message>
3709+ <source>Size</source>
3710+ <translation>サイズ</translation>
3711+ </message>
3712+ <message>
3713+ <source>Date Modified</source>
3714+ <translation>更新日</translation>
3715+ </message>
3716+ <message>
3717+ <source>Kind</source>
3718+ <comment>Match OS X Finder</comment>
3719+ <translation>種類</translation>
3720+ </message>
3721+ <message>
3722+ <source>Type</source>
3723+ <comment>All other platforms</comment>
3724+ <translation>タイプ</translation>
3725+ </message>
3726+</context>
3727+<context>
3728+ <name>QDockWidget</name>
3729+ <message>
3730+ <source>Close</source>
3731+ <translation>閉じる</translation>
3732+ </message>
3733+ <message>
3734+ <source>Dock</source>
3735+ <translation>ドック</translation>
3736+ </message>
3737+ <message>
3738+ <source>Float</source>
3739+ <translation>フロート</translation>
3740+ </message>
3741+</context>
3742+<context>
3743+ <name>QDoubleSpinBox</name>
3744+ <message>
3745+ <source>More</source>
3746+ <translation>増やす</translation>
3747+ </message>
3748+ <message>
3749+ <source>Less</source>
3750+ <translation>減らす</translation>
3751+ </message>
3752+</context>
3753+<context>
3754+ <name>QErrorMessage</name>
3755+ <message>
3756+ <source>Debug Message:</source>
3757+ <translation>デバッグメッセージ:</translation>
3758+ </message>
3759+ <message>
3760+ <source>Warning:</source>
3761+ <translation>警告:</translation>
3762+ </message>
3763+ <message>
3764+ <source>Fatal Error:</source>
3765+ <translation>致命的なエラー:</translation>
3766+ </message>
3767+ <message>
3768+ <source>&amp;Show this message again</source>
3769+ <translation>次回もこのメッセージを表示する(&amp;S)</translation>
3770+ </message>
3771+ <message>
3772+ <source>&amp;OK</source>
3773+ <translation>&amp;OK</translation>
3774+ </message>
3775+</context>
3776+<context>
3777+ <name>QFile</name>
3778+ <message>
3779+ <source>Destination file exists</source>
3780+ <translation>新しい名前のファイルは既に存在します</translation>
3781+ </message>
3782+ <message>
3783+ <source>Will not rename sequential file using block copy</source>
3784+ <translation>ブロックコピーを用いてシーケンシャルファイルの名前を変更することはできません</translation>
3785+ </message>
3786+ <message>
3787+ <source>Cannot remove source file</source>
3788+ <translation>元のファイルを削除できません</translation>
3789+ </message>
3790+ <message>
3791+ <source>Cannot open %1 for input</source>
3792+ <translation>コピー元ファイル %1 を読めません</translation>
3793+ </message>
3794+ <message>
3795+ <source>Cannot open for output</source>
3796+ <translation>コピー先のファイルを開けません</translation>
3797+ </message>
3798+ <message>
3799+ <source>Failure to write block</source>
3800+ <translation>書き込みに失敗しました</translation>
3801+ </message>
3802+ <message>
3803+ <source>Cannot create %1 for output</source>
3804+ <translation>コピー先として %1 を作成できません</translation>
3805+ </message>
3806+ <message>
3807+ <source>No file engine available or engine does not support UnMapExtension</source>
3808+ <translation>ファイルエンジンが見つからないか、UnMapExtension をサポートしていません</translation>
3809+ </message>
3810+</context>
3811+<context>
3812+ <name>QFileDialog</name>
3813+ <message>
3814+ <source>All Files (*)</source>
3815+ <translation>すべてのファイル(*)</translation>
3816+ </message>
3817+ <message>
3818+ <source>Directories</source>
3819+ <translation>ディレクトリ</translation>
3820+ </message>
3821+ <message>
3822+ <source>Directory:</source>
3823+ <translation>ディレクトリ:</translation>
3824+ </message>
3825+ <message>
3826+ <source>File &amp;name:</source>
3827+ <translation>ファイル名(&amp;N):</translation>
3828+ </message>
3829+ <message>
3830+ <source>&amp;Open</source>
3831+ <translation>開く(&amp;O)</translation>
3832+ </message>
3833+ <message>
3834+ <source>&amp;Save</source>
3835+ <translation>保存(&amp;S)</translation>
3836+ </message>
3837+ <message>
3838+ <source>Open</source>
3839+ <translation>開く</translation>
3840+ </message>
3841+ <message>
3842+ <source>%1 already exists.
3843+Do you want to replace it?</source>
3844+ <translation>%1 はすでに存在します。
3845+置き換えますか?</translation>
3846+ </message>
3847+ <message>
3848+ <source>%1
3849+File not found.
3850+Please verify the correct file name was given.</source>
3851+ <translation>%1
3852+ファイルが見つかりません。
3853+正しいファイル名が入力されたかどうか確認してください。</translation>
3854+ </message>
3855+ <message>
3856+ <source>My Computer</source>
3857+ <translation>マイコンピュータ</translation>
3858+ </message>
3859+ <message>
3860+ <source>%1
3861+Directory not found.
3862+Please verify the correct directory name was given.</source>
3863+ <translation>%1
3864+ディレクトリが見つかりません。
3865+正しいディレクトリ名が入力されたかどうか確認してください。</translation>
3866+ </message>
3867+ <message>
3868+ <source>&amp;Rename</source>
3869+ <translation>名前の変更(&amp;R)</translation>
3870+ </message>
3871+ <message>
3872+ <source>&amp;Delete</source>
3873+ <translation>削除(&amp;D)</translation>
3874+ </message>
3875+ <message>
3876+ <source>Show &amp;hidden files</source>
3877+ <translation>隠しファイルの表示(&amp;H)</translation>
3878+ </message>
3879+ <message>
3880+ <source>Back</source>
3881+ <translation>戻る</translation>
3882+ </message>
3883+ <message>
3884+ <source>Parent Directory</source>
3885+ <translation>親ディレクトリ</translation>
3886+ </message>
3887+ <message>
3888+ <source>Create New Folder</source>
3889+ <translation>新しいフォルダの作成</translation>
3890+ </message>
3891+ <message>
3892+ <source>List View</source>
3893+ <translation>一覧表示</translation>
3894+ </message>
3895+ <message>
3896+ <source>Detail View</source>
3897+ <translation>詳細表示</translation>
3898+ </message>
3899+ <message>
3900+ <source>Look in:</source>
3901+ <translation>検索する場所:</translation>
3902+ </message>
3903+ <message>
3904+ <source>Files of type:</source>
3905+ <translation>ファイルの種類:</translation>
3906+ </message>
3907+ <message>
3908+ <source>Drive</source>
3909+ <translation>ドライブ</translation>
3910+ </message>
3911+ <message>
3912+ <source>File</source>
3913+ <translation>ファイル</translation>
3914+ </message>
3915+ <message>
3916+ <source>File Folder</source>
3917+ <comment>Match Windows Explorer</comment>
3918+ <translation>ファイルフォルダ</translation>
3919+ </message>
3920+ <message>
3921+ <source>Folder</source>
3922+ <comment>All other platforms</comment>
3923+ <translation>フォルダ</translation>
3924+ </message>
3925+ <message>
3926+ <source>Alias</source>
3927+ <comment>Mac OS X Finder</comment>
3928+ <translation>エイリアス</translation>
3929+ </message>
3930+ <message>
3931+ <source>Shortcut</source>
3932+ <comment>All other platforms</comment>
3933+ <translation>ショートカット</translation>
3934+ </message>
3935+ <message>
3936+ <source>Unknown</source>
3937+ <translation>不明</translation>
3938+ </message>
3939+ <message>
3940+ <source>All Files (*.*)</source>
3941+ <translation>すべてのファイル(*.*)</translation>
3942+ </message>
3943+ <message>
3944+ <source>Save As</source>
3945+ <translation>名前を付けて保存</translation>
3946+ </message>
3947+ <message>
3948+ <source>&apos;%1&apos; is write protected.
3949+Do you want to delete it anyway?</source>
3950+ <translation>&apos;%1&apos; は書き込みが禁止されています。
3951+本当に削除しますか?</translation>
3952+ </message>
3953+ <message>
3954+ <source>Are sure you want to delete &apos;%1&apos;?</source>
3955+ <translation>&apos;%1&apos; を本当に削除しますか?</translation>
3956+ </message>
3957+ <message>
3958+ <source>Could not delete directory.</source>
3959+ <translation>ディレクトリを削除できませんでした。</translation>
3960+ </message>
3961+ <message>
3962+ <source>Find Directory</source>
3963+ <translation>ディレクトリの検索</translation>
3964+ </message>
3965+ <message>
3966+ <source>Show </source>
3967+ <translation>表示</translation>
3968+ </message>
3969+ <message>
3970+ <source>&amp;New Folder</source>
3971+ <translation>新しいフォルダ(&amp;N)</translation>
3972+ </message>
3973+ <message>
3974+ <source>&amp;Choose</source>
3975+ <translation>選択(&amp;C)</translation>
3976+ </message>
3977+ <message>
3978+ <source>New Folder</source>
3979+ <translation>新しいフォルダ</translation>
3980+ </message>
3981+ <message>
3982+ <source>Recent Places</source>
3983+ <translation>履歴</translation>
3984+ </message>
3985+ <message>
3986+ <source>Forward</source>
3987+ <translation>進む</translation>
3988+ </message>
3989+ <message>
3990+ <source>Remove</source>
3991+ <translation>削除</translation>
3992+ </message>
3993+ <message>
3994+ <source>Go back</source>
3995+ <translation>戻る</translation>
3996+ </message>
3997+ <message>
3998+ <source>Go forward</source>
3999+ <translation>進む</translation>
4000+ </message>
4001+ <message>
4002+ <source>Go to the parent directory</source>
4003+ <translation>親ディレクトリへ移動</translation>
4004+ </message>
4005+ <message>
4006+ <source>Create a New Folder</source>
4007+ <translation>新しいフォルダの作成</translation>
4008+ </message>
4009+ <message>
4010+ <source>Change to list view mode</source>
4011+ <translation>リスト表示モードへ変更</translation>
4012+ </message>
4013+ <message>
4014+ <source>Change to detail view mode</source>
4015+ <translation>詳細表示モードへ変更</translation>
4016+ </message>
4017+</context>
4018+<context>
4019+ <name>QFileSystemModel</name>
4020+ <message>
4021+ <source>Name</source>
4022+ <translation>名前</translation>
4023+ </message>
4024+ <message>
4025+ <source>Size</source>
4026+ <translation>サイズ</translation>
4027+ </message>
4028+ <message>
4029+ <source>Date Modified</source>
4030+ <translation>更新日</translation>
4031+ </message>
4032+ <message>
4033+ <source>Kind</source>
4034+ <comment>Match OS X Finder</comment>
4035+ <translation>種類</translation>
4036+ </message>
4037+ <message>
4038+ <source>Type</source>
4039+ <comment>All other platforms</comment>
4040+ <translation>タイプ</translation>
4041+ </message>
4042+ <message>
4043+ <source>%1 TB</source>
4044+ <translation>%1 TB</translation>
4045+ </message>
4046+ <message>
4047+ <source>%1 GB</source>
4048+ <translation>%1 GB</translation>
4049+ </message>
4050+ <message>
4051+ <source>%1 MB</source>
4052+ <translation>%1 MB</translation>
4053+ </message>
4054+ <message>
4055+ <source>%1 KB</source>
4056+ <translation>%1 KB</translation>
4057+ </message>
4058+ <message>
4059+ <source>%1 bytes</source>
4060+ <translation>%1 バイト</translation>
4061+ </message>
4062+ <message>
4063+ <source>Invalid filename</source>
4064+ <translation>無効なファイル名</translation>
4065+ </message>
4066+ <message>
4067+ <source>&lt;b&gt;The name &quot;%1&quot; can not be used.&lt;/b&gt;&lt;p&gt;Try using another name, with fewer characters or no punctuations marks.</source>
4068+ <translation>&lt;b&gt;ファイル名 &quot;%1&quot; は使用できません。&lt;/b&gt;&lt;p&gt;名前を短くしたり、アクセント記号などを削除して再度試してください。</translation>
4069+ </message>
4070+ <message>
4071+ <source>My Computer</source>
4072+ <translation>マイコンピュータ</translation>
4073+ </message>
4074+ <message>
4075+ <source>Computer</source>
4076+ <translation>コンピュータ</translation>
4077+ </message>
4078+ <message>
4079+ <source>%1 byte(s)</source>
4080+ <translation>%1 バイト</translation>
4081+ </message>
4082+</context>
4083+<context>
4084+ <name>QFontDatabase</name>
4085+ <message>
4086+ <source>Normal</source>
4087+ <translatorcomment>ここはどう訳すべきか...</translatorcomment>
4088+ <translation>明朝</translation>
4089+ </message>
4090+ <message>
4091+ <source>Bold</source>
4092+ <translation>ゴシック</translation>
4093+ </message>
4094+ <message>
4095+ <source>Demi Bold</source>
4096+ <translation>Demi Bold</translation>
4097+ </message>
4098+ <message>
4099+ <source>Black</source>
4100+ <translation>太字</translation>
4101+ </message>
4102+ <message>
4103+ <source>Demi</source>
4104+ <translation>Demi</translation>
4105+ </message>
4106+ <message>
4107+ <source>Light</source>
4108+ <translation>細字</translation>
4109+ </message>
4110+ <message>
4111+ <source>Italic</source>
4112+ <translation>斜体</translation>
4113+ </message>
4114+ <message>
4115+ <source>Oblique</source>
4116+ <translation>斜体</translation>
4117+ </message>
4118+ <message>
4119+ <source>Any</source>
4120+ <translation>すべて</translation>
4121+ </message>
4122+ <message>
4123+ <source>Latin</source>
4124+ <translation>ラテン</translation>
4125+ </message>
4126+ <message>
4127+ <source>Greek</source>
4128+ <translation>ギリシャ</translation>
4129+ </message>
4130+ <message>
4131+ <source>Cyrillic</source>
4132+ <translation>キリル</translation>
4133+ </message>
4134+ <message>
4135+ <source>Armenian</source>
4136+ <translation>アルメニア</translation>
4137+ </message>
4138+ <message>
4139+ <source>Hebrew</source>
4140+ <translation>ヘブライ</translation>
4141+ </message>
4142+ <message>
4143+ <source>Arabic</source>
4144+ <translation>アラビア</translation>
4145+ </message>
4146+ <message>
4147+ <source>Syriac</source>
4148+ <translation>シリア</translation>
4149+ </message>
4150+ <message>
4151+ <source>Thaana</source>
4152+ <translation>ターナ</translation>
4153+ </message>
4154+ <message>
4155+ <source>Devanagari</source>
4156+ <translation>デーヴァナーガリー</translation>
4157+ </message>
4158+ <message>
4159+ <source>Bengali</source>
4160+ <translation>ベンガル</translation>
4161+ </message>
4162+ <message>
4163+ <source>Gurmukhi</source>
4164+ <translation>グルムキー</translation>
4165+ </message>
4166+ <message>
4167+ <source>Gujarati</source>
4168+ <translation>グジャラート</translation>
4169+ </message>
4170+ <message>
4171+ <source>Oriya</source>
4172+ <translation>オリヤー</translation>
4173+ </message>
4174+ <message>
4175+ <source>Tamil</source>
4176+ <translation>タミル</translation>
4177+ </message>
4178+ <message>
4179+ <source>Telugu</source>
4180+ <translation>テルグ</translation>
4181+ </message>
4182+ <message>
4183+ <source>Kannada</source>
4184+ <translation>カンナダ</translation>
4185+ </message>
4186+ <message>
4187+ <source>Malayalam</source>
4188+ <translation>マラヤーラム</translation>
4189+ </message>
4190+ <message>
4191+ <source>Sinhala</source>
4192+ <translation>シンハラ</translation>
4193+ </message>
4194+ <message>
4195+ <source>Thai</source>
4196+ <translation>タイ</translation>
4197+ </message>
4198+ <message>
4199+ <source>Lao</source>
4200+ <translation>ラーオ</translation>
4201+ </message>
4202+ <message>
4203+ <source>Tibetan</source>
4204+ <translation>チベット</translation>
4205+ </message>
4206+ <message>
4207+ <source>Myanmar</source>
4208+ <translation>ビルマ</translation>
4209+ </message>
4210+ <message>
4211+ <source>Georgian</source>
4212+ <translation>グルジア</translation>
4213+ </message>
4214+ <message>
4215+ <source>Khmer</source>
4216+ <translation>クメール</translation>
4217+ </message>
4218+ <message>
4219+ <source>Simplified Chinese</source>
4220+ <translation>簡体中国</translation>
4221+ </message>
4222+ <message>
4223+ <source>Traditional Chinese</source>
4224+ <translation>繁体中国</translation>
4225+ </message>
4226+ <message>
4227+ <source>Japanese</source>
4228+ <translation>日本</translation>
4229+ </message>
4230+ <message>
4231+ <source>Korean</source>
4232+ <translation>ハングル</translation>
4233+ </message>
4234+ <message>
4235+ <source>Vietnamese</source>
4236+ <translation>ベトナム</translation>
4237+ </message>
4238+ <message>
4239+ <source>Symbol</source>
4240+ <translation>記号</translation>
4241+ </message>
4242+ <message>
4243+ <source>Ogham</source>
4244+ <translation>オガム</translation>
4245+ </message>
4246+ <message>
4247+ <source>Runic</source>
4248+ <translation>ルーン</translation>
4249+ </message>
4250+ <message>
4251+ <source>N&apos;Ko</source>
4252+ <translation>ンコ</translation>
4253+ </message>
4254+</context>
4255+<context>
4256+ <name>QFontDialog</name>
4257+ <message>
4258+ <source>&amp;Font</source>
4259+ <translation>フォント(&amp;F)</translation>
4260+ </message>
4261+ <message>
4262+ <source>Font st&amp;yle</source>
4263+ <translation>フォントスタイル(&amp;Y)</translation>
4264+ </message>
4265+ <message>
4266+ <source>&amp;Size</source>
4267+ <translation>サイズ(&amp;S)</translation>
4268+ </message>
4269+ <message>
4270+ <source>Effects</source>
4271+ <translation>文字飾り</translation>
4272+ </message>
4273+ <message>
4274+ <source>Stri&amp;keout</source>
4275+ <translation>取り消し線(&amp;K)</translation>
4276+ </message>
4277+ <message>
4278+ <source>&amp;Underline</source>
4279+ <translation>下線(&amp;U)</translation>
4280+ </message>
4281+ <message>
4282+ <source>Sample</source>
4283+ <translation>サンプル</translation>
4284+ </message>
4285+ <message>
4286+ <source>Wr&amp;iting System</source>
4287+ <translation>言語(&amp;I)</translation>
4288+ </message>
4289+ <message>
4290+ <source>Select Font</source>
4291+ <translation>フォントの選択</translation>
4292+ </message>
4293+</context>
4294+<context>
4295+ <name>QFtp</name>
4296+ <message>
4297+ <source>Not connected</source>
4298+ <translation>未接続です</translation>
4299+ </message>
4300+ <message>
4301+ <source>Host %1 not found</source>
4302+ <translation>ホスト %1 が見つかりません</translation>
4303+ </message>
4304+ <message>
4305+ <source>Connection refused to host %1</source>
4306+ <translation>ホスト %1 への接続が拒否されました</translation>
4307+ </message>
4308+ <message>
4309+ <source>Connection timed out to host %1</source>
4310+ <translation>ホスト %1 への接続がタイムアウトしました</translation>
4311+ </message>
4312+ <message>
4313+ <source>Connected to host %1</source>
4314+ <translation>ホスト %1 に接続しました</translation>
4315+ </message>
4316+ <message>
4317+ <source>Connection refused for data connection</source>
4318+ <translation>データ接続のための接続が拒否されました</translation>
4319+ </message>
4320+ <message>
4321+ <source>Unknown error</source>
4322+ <translation>未知のエラー</translation>
4323+ </message>
4324+ <message>
4325+ <source>Connecting to host failed:
4326+%1</source>
4327+ <translation>ホストへの接続に失敗しました:
4328+%1</translation>
4329+ </message>
4330+ <message>
4331+ <source>Login failed:
4332+%1</source>
4333+ <translation>ログインに失敗しました:
4334+%1</translation>
4335+ </message>
4336+ <message>
4337+ <source>Listing directory failed:
4338+%1</source>
4339+ <translation>ディレクトリのリストに失敗しました:
4340+%1</translation>
4341+ </message>
4342+ <message>
4343+ <source>Changing directory failed:
4344+%1</source>
4345+ <translation>ディレクトリの変更に失敗しました:
4346+%1</translation>
4347+ </message>
4348+ <message>
4349+ <source>Downloading file failed:
4350+%1</source>
4351+ <translation>ファイルのダウンロードに失敗しました:
4352+%1</translation>
4353+ </message>
4354+ <message>
4355+ <source>Uploading file failed:
4356+%1</source>
4357+ <translation>ファイルのアップロードに失敗しました:
4358+%1</translation>
4359+ </message>
4360+ <message>
4361+ <source>Removing file failed:
4362+%1</source>
4363+ <translation>ファイルの削除に失敗しました:
4364+%1</translation>
4365+ </message>
4366+ <message>
4367+ <source>Creating directory failed:
4368+%1</source>
4369+ <translation>ディレクトリの作成に失敗しました:
4370+%1</translation>
4371+ </message>
4372+ <message>
4373+ <source>Removing directory failed:
4374+%1</source>
4375+ <translation>ディレクトリの削除に失敗しました:
4376+%1</translation>
4377+ </message>
4378+ <message>
4379+ <source>Connection closed</source>
4380+ <translation>接続が閉じられました</translation>
4381+ </message>
4382+ <message>
4383+ <source>Host %1 found</source>
4384+ <translation>ホスト %1 が見つかりました</translation>
4385+ </message>
4386+ <message>
4387+ <source>Connection to %1 closed</source>
4388+ <translation>%1 への接続が閉じられました</translation>
4389+ </message>
4390+ <message>
4391+ <source>Host found</source>
4392+ <translation>ホストが見つかりました</translation>
4393+ </message>
4394+ <message>
4395+ <source>Connected to host</source>
4396+ <translation>ホストに接続しました</translation>
4397+ </message>
4398+</context>
4399+<context>
4400+ <name>QHostInfo</name>
4401+ <message>
4402+ <source>Unknown error</source>
4403+ <translation>未知のエラー</translation>
4404+ </message>
4405+ <message>
4406+ <source>No host name given</source>
4407+ <translation>ホストネームが与えられていません</translation>
4408+ </message>
4409+</context>
4410+<context>
4411+ <name>QHostInfoAgent</name>
4412+ <message>
4413+ <source>Host not found</source>
4414+ <translation>ホストが見つかりません</translation>
4415+ </message>
4416+ <message>
4417+ <source>Unknown address type</source>
4418+ <translation>未知のアドレス型です</translation>
4419+ </message>
4420+ <message>
4421+ <source>No host name given</source>
4422+ <translation>ホストネームが与えられていません</translation>
4423+ </message>
4424+ <message>
4425+ <source>Invalid hostname</source>
4426+ <translation>無効なホスト名</translation>
4427+ </message>
4428+ <message>
4429+ <source>Unknown error</source>
4430+ <translation>未知のエラー</translation>
4431+ </message>
4432+</context>
4433+<context>
4434+ <name>QHttp</name>
4435+ <message>
4436+ <source>HTTPS connection requested but SSL support not compiled in</source>
4437+ <translation>HTTPSによる接続が要求されましたが、SSLのサポートがコンパイル時に組み込まれていないため、接続できません</translation>
4438+ </message>
4439+ <message>
4440+ <source>Unknown error</source>
4441+ <translation>未知のエラー</translation>
4442+ </message>
4443+ <message>
4444+ <source>Request aborted</source>
4445+ <translation>要求が中止されました</translation>
4446+ </message>
4447+ <message>
4448+ <source>No server set to connect to</source>
4449+ <translation>接続が設定されているサーバがありません</translation>
4450+ </message>
4451+ <message>
4452+ <source>Wrong content length</source>
4453+ <translation>コンテンツの長さが正しくありません</translation>
4454+ </message>
4455+ <message>
4456+ <source>Server closed connection unexpectedly</source>
4457+ <translation>サーバの接続が予期せず閉じられました</translation>
4458+ </message>
4459+ <message>
4460+ <source>Unknown authentication method</source>
4461+ <translation>非対応の認証方法が要求されました</translation>
4462+ </message>
4463+ <message>
4464+ <source>Error writing response to device</source>
4465+ <translation>デバイスへの書き込み時にエラーが発生しました</translation>
4466+ </message>
4467+ <message>
4468+ <source>Connection refused</source>
4469+ <translation>接続が拒否されました</translation>
4470+ </message>
4471+ <message>
4472+ <source>Host %1 not found</source>
4473+ <translation>ホスト %1 が見つかりません</translation>
4474+ </message>
4475+ <message>
4476+ <source>HTTP request failed</source>
4477+ <translation>HTTP要求に失敗しました</translation>
4478+ </message>
4479+ <message>
4480+ <source>Invalid HTTP response header</source>
4481+ <translation>無効なHTTP応答ヘッダです</translation>
4482+ </message>
4483+ <message>
4484+ <source>Invalid HTTP chunked body</source>
4485+ <translation>無効なHTTPチャンクドボディです</translation>
4486+ </message>
4487+ <message>
4488+ <source>Host %1 found</source>
4489+ <translation>ホスト %1 が見つかりました</translation>
4490+ </message>
4491+ <message>
4492+ <source>Connected to host %1</source>
4493+ <translation>ホスト %1 に接続しました</translation>
4494+ </message>
4495+ <message>
4496+ <source>Connection to %1 closed</source>
4497+ <translation>%1 への接続が閉じられました</translation>
4498+ </message>
4499+ <message>
4500+ <source>Host found</source>
4501+ <translation>ホストが見つかりました</translation>
4502+ </message>
4503+ <message>
4504+ <source>Connected to host</source>
4505+ <translation>ホストに接続しました</translation>
4506+ </message>
4507+ <message>
4508+ <source>Connection closed</source>
4509+ <translation>接続が閉じられました</translation>
4510+ </message>
4511+ <message>
4512+ <source>Proxy authentication required</source>
4513+ <translation>プロキシーの認証が必要です</translation>
4514+ </message>
4515+ <message>
4516+ <source>Authentication required</source>
4517+ <translation>認証が必要です</translation>
4518+ </message>
4519+ <message>
4520+ <source>Connection refused (or timed out)</source>
4521+ <translation>接続が拒否されたか、タイムアウトしました</translation>
4522+ </message>
4523+ <message>
4524+ <source>Proxy requires authentication</source>
4525+ <translation>プロキシーの認証が必要です</translation>
4526+ </message>
4527+ <message>
4528+ <source>Host requires authentication</source>
4529+ <translation>ホストの認証が必要です</translation>
4530+ </message>
4531+ <message>
4532+ <source>Data corrupted</source>
4533+ <translation>データが破損しています</translation>
4534+ </message>
4535+ <message>
4536+ <source>Unknown protocol specified</source>
4537+ <translation>未対応のプロトコルです</translation>
4538+ </message>
4539+ <message>
4540+ <source>SSL handshake failed</source>
4541+ <translation>SSLのハンドシェークに失敗しました</translation>
4542+ </message>
4543+</context>
4544+<context>
4545+ <name>QHttpSocketEngine</name>
4546+ <message>
4547+ <source>Did not receive HTTP response from proxy</source>
4548+ <translation>プロキシーからHTTPレスポンスを受信できませんでした</translation>
4549+ </message>
4550+ <message>
4551+ <source>Error parsing authentication request from proxy</source>
4552+ <translation>プロキシーからの認証要求のパースに失敗しました</translation>
4553+ </message>
4554+ <message>
4555+ <source>Authentication required</source>
4556+ <translation>認証が必要です</translation>
4557+ </message>
4558+ <message>
4559+ <source>Proxy denied connection</source>
4560+ <translation>プロキシーが接続を拒否しました</translation>
4561+ </message>
4562+ <message>
4563+ <source>Error communicating with HTTP proxy</source>
4564+ <translation>HTTP プロキシーとの通信にて、エラーが発生しました</translation>
4565+ </message>
4566+ <message>
4567+ <source>Proxy server not found</source>
4568+ <translation>プロキシーサーバが見つかりません</translation>
4569+ </message>
4570+ <message>
4571+ <source>Proxy connection refused</source>
4572+ <translation>プロキシーが接続を拒否しました</translation>
4573+ </message>
4574+ <message>
4575+ <source>Proxy server connection timed out</source>
4576+ <translation>プロキシーとの接続がタイムアウトしました</translation>
4577+ </message>
4578+ <message>
4579+ <source>Proxy connection closed prematurely</source>
4580+ <translation>プロキシーの接続が通信の終了前に切断されました</translation>
4581+ </message>
4582+</context>
4583+<context>
4584+ <name>QIBaseDriver</name>
4585+ <message>
4586+ <source>Error opening database</source>
4587+ <translation>データベースのオープン時にエラーが発生しました</translation>
4588+ </message>
4589+ <message>
4590+ <source>Could not start transaction</source>
4591+ <translation>トランザクションを開始できませんでした</translation>
4592+ </message>
4593+ <message>
4594+ <source>Unable to commit transaction</source>
4595+ <translation>トランザクションをコミットできません</translation>
4596+ </message>
4597+ <message>
4598+ <source>Unable to rollback transaction</source>
4599+ <translation>トランザクションをロールバックできません</translation>
4600+ </message>
4601+</context>
4602+<context>
4603+ <name>QIBaseResult</name>
4604+ <message>
4605+ <source>Unable to create BLOB</source>
4606+ <translation>バイナリラージオブジェクトを作成できません</translation>
4607+ </message>
4608+ <message>
4609+ <source>Unable to write BLOB</source>
4610+ <translation>バイナリラージオブジェクトを書き込めません</translation>
4611+ </message>
4612+ <message>
4613+ <source>Unable to open BLOB</source>
4614+ <translation>バイナリラージオブジェクトを開けません</translation>
4615+ </message>
4616+ <message>
4617+ <source>Unable to read BLOB</source>
4618+ <translation>バイナリラージオブジェクトを読み込めません</translation>
4619+ </message>
4620+ <message>
4621+ <source>Could not find array</source>
4622+ <translation>配列が見つかりませんでした</translation>
4623+ </message>
4624+ <message>
4625+ <source>Could not get array data</source>
4626+ <translation>配列データを取得できませんでした</translation>
4627+ </message>
4628+ <message>
4629+ <source>Could not get query info</source>
4630+ <translation>クエリー情報を取得できませんでした</translation>
4631+ </message>
4632+ <message>
4633+ <source>Could not start transaction</source>
4634+ <translation>トランザクションを開始できませんでした</translation>
4635+ </message>
4636+ <message>
4637+ <source>Unable to commit transaction</source>
4638+ <translation>トランザクションをコミットできません</translation>
4639+ </message>
4640+ <message>
4641+ <source>Could not allocate statement</source>
4642+ <translation>ステートメントの領域を確保できませんでした</translation>
4643+ </message>
4644+ <message>
4645+ <source>Could not prepare statement</source>
4646+ <translation>プリペアステートメントを使えませんでした</translation>
4647+ </message>
4648+ <message>
4649+ <source>Could not describe input statement</source>
4650+ <translation>INPUT ステートメントの情報を取得できませんでした</translation>
4651+ </message>
4652+ <message>
4653+ <source>Could not describe statement</source>
4654+ <translation>ステートメントの情報を取得できませんでした</translation>
4655+ </message>
4656+ <message>
4657+ <source>Unable to close statement</source>
4658+ <translation>ステートメントをクローズできません</translation>
4659+ </message>
4660+ <message>
4661+ <source>Unable to execute query</source>
4662+ <translation>クエリーを実行できません</translation>
4663+ </message>
4664+ <message>
4665+ <source>Could not fetch next item</source>
4666+ <translation>次のレコードをフェッチできませんでした</translation>
4667+ </message>
4668+ <message>
4669+ <source>Could not get statement info</source>
4670+ <translation>ステートメントの情報を取得できませんでした</translation>
4671+ </message>
4672+</context>
4673+<context>
4674+ <name>QIODevice</name>
4675+ <message>
4676+ <source>Permission denied</source>
4677+ <translation>許可されていません</translation>
4678+ </message>
4679+ <message>
4680+ <source>Too many open files</source>
4681+ <translation>開かれたファイルが多すぎます</translation>
4682+ </message>
4683+ <message>
4684+ <source>No such file or directory</source>
4685+ <translation>そのようなファイルやディレクトリはありません</translation>
4686+ </message>
4687+ <message>
4688+ <source>No space left on device</source>
4689+ <translation>デバイスの残り容量がありません</translation>
4690+ </message>
4691+ <message>
4692+ <source>Unknown error</source>
4693+ <translation>未知のエラー</translation>
4694+ </message>
4695+</context>
4696+<context>
4697+ <name>QInputContext</name>
4698+ <message>
4699+ <source>XIM</source>
4700+ <translation>XIM</translation>
4701+ </message>
4702+ <message>
4703+ <source>FEP</source>
4704+ <translation>FEP</translation>
4705+ </message>
4706+ <message>
4707+ <source>XIM input method</source>
4708+ <translation>XIM 入力メソッド</translation>
4709+ </message>
4710+ <message>
4711+ <source>Windows input method</source>
4712+ <translation>Windows 入力メソッド</translation>
4713+ </message>
4714+ <message>
4715+ <source>Mac OS X input method</source>
4716+ <translation>Mac OS X 入力メソッド</translation>
4717+ </message>
4718+ <message>
4719+ <source>S60 FEP input method</source>
4720+ <translation>S60 FEP 入力メソッド</translation>
4721+ </message>
4722+</context>
4723+<context>
4724+ <name>QInputDialog</name>
4725+ <message>
4726+ <source>Enter a value:</source>
4727+ <translation>数値を入力:</translation>
4728+ </message>
4729+</context>
4730+<context>
4731+ <name>QLibrary</name>
4732+ <message>
4733+ <source>Plugin verification data mismatch in &apos;%1&apos;</source>
4734+ <translation>&apos;%1&apos; でプラグイン検証データが一致しません</translation>
4735+ </message>
4736+ <message>
4737+ <source>The plugin &apos;%1&apos; uses incompatible Qt library. (%2.%3.%4) [%5]</source>
4738+ <translation>プラグイン &apos;%1&apos; は、互換性のない Qt ライブラリを使用しています。(%2.%3.%4) [%5]</translation>
4739+ </message>
4740+ <message>
4741+ <source>The plugin &apos;%1&apos; uses incompatible Qt library. Expected build key &quot;%2&quot;, got &quot;%3&quot;</source>
4742+ <translation>プラグイン &apos;%1&apos; は、互換性のない Qt ライブラリを使用しています。ビルドキー &quot;%2&quot; が必要ですが、&quot;%3&quot; しかありません </translation>
4743+ </message>
4744+ <message>
4745+ <source>Unknown error</source>
4746+ <translation>未知のエラー</translation>
4747+ </message>
4748+ <message>
4749+ <source>The shared library was not found.</source>
4750+ <translation>共有ライブラリがみつかりません。</translation>
4751+ </message>
4752+ <message>
4753+ <source>The file &apos;%1&apos; is not a valid Qt plugin.</source>
4754+ <translation>ファイル &apos;%1&apos; は Qt プラグインではありません。</translation>
4755+ </message>
4756+ <message>
4757+ <source>The plugin &apos;%1&apos; uses incompatible Qt library. (Cannot mix debug and release libraries.)</source>
4758+ <translation>プラグイン &apos;%1&apos; はこの Qt と互換性のないライブラリを使用しています。 (デバック版とリリース版のライブラリを同時に使用することはできません)</translation>
4759+ </message>
4760+ <message>
4761+ <source>Cannot load library %1: %2</source>
4762+ <translation>ライブラリ &apos;%1&apos; を読み込めません: %2</translation>
4763+ </message>
4764+ <message>
4765+ <source>Cannot unload library %1: %2</source>
4766+ <translation>ライブラリ %1 を解放できません: %2</translation>
4767+ </message>
4768+ <message>
4769+ <source>Cannot resolve symbol &quot;%1&quot; in %2: %3</source>
4770+ <translation>&apos;%2&apos;に含まれる識別子 &quot;%1&quot; を解決できません: %3</translation>
4771+ </message>
4772+ <message>
4773+ <source>&apos;%1&apos; is not an ELF object (%2)</source>
4774+ <translation>&apos;%1&apos; は ELF オブジェクトではありません(%2)</translation>
4775+ </message>
4776+ <message>
4777+ <source>&apos;%1&apos; is not an ELF object</source>
4778+ <translation>&apos;%1&apos; は ELF オブジェクトではありません</translation>
4779+ </message>
4780+ <message>
4781+ <source>&apos;%1&apos; is an invalid ELF object (%2)</source>
4782+ <translation>&apos;%1&apos; は無効な ELF オブジェクトです(%2)</translation>
4783+ </message>
4784+</context>
4785+<context>
4786+ <name>QLineEdit</name>
4787+ <message>
4788+ <source>&amp;Undo</source>
4789+ <translation>元に戻す(&amp;U)</translation>
4790+ </message>
4791+ <message>
4792+ <source>&amp;Redo</source>
4793+ <translation>やり直す(&amp;R)</translation>
4794+ </message>
4795+ <message>
4796+ <source>Cu&amp;t</source>
4797+ <translation>切り取り(&amp;T)</translation>
4798+ </message>
4799+ <message>
4800+ <source>&amp;Copy</source>
4801+ <translation>コピー(&amp;C)</translation>
4802+ </message>
4803+ <message>
4804+ <source>&amp;Paste</source>
4805+ <translation>貼り付け(&amp;P)</translation>
4806+ </message>
4807+ <message>
4808+ <source>Delete</source>
4809+ <translation>削除</translation>
4810+ </message>
4811+ <message>
4812+ <source>Select All</source>
4813+ <translation>すべてを選択</translation>
4814+ </message>
4815+</context>
4816+<context>
4817+ <name>QLocalServer</name>
4818+ <message>
4819+ <source>%1: Name error</source>
4820+ <translation>%1: 名前の解決に失敗</translation>
4821+ </message>
4822+ <message>
4823+ <source>%1: Permission denied</source>
4824+ <translation>%1: 許可されていません</translation>
4825+ </message>
4826+ <message>
4827+ <source>%1: Address in use</source>
4828+ <translation>%1: アドレスは既に使用されています</translation>
4829+ </message>
4830+ <message>
4831+ <source>%1: Unknown error %2</source>
4832+ <translation>%1: 未知のエラー %2</translation>
4833+ </message>
4834+</context>
4835+<context>
4836+ <name>QLocalSocket</name>
4837+ <message>
4838+ <source>%1: Connection refused</source>
4839+ <translation>%1: 接続が拒否されました</translation>
4840+ </message>
4841+ <message>
4842+ <source>%1: Remote closed</source>
4843+ <translation>%1: リモートにより接続が閉じられました</translation>
4844+ </message>
4845+ <message>
4846+ <source>%1: Invalid name</source>
4847+ <translation>%1: 無効な名前です</translation>
4848+ </message>
4849+ <message>
4850+ <source>%1: Socket access error</source>
4851+ <translation>%1: ソケットアクセスのエラーです</translation>
4852+ </message>
4853+ <message>
4854+ <source>%1: Socket resource error</source>
4855+ <translation>%1: ソケットリソースのエラーです</translation>
4856+ </message>
4857+ <message>
4858+ <source>%1: Socket operation timed out</source>
4859+ <translation>%1: ソケット操作がタイムアウトしました</translation>
4860+ </message>
4861+ <message>
4862+ <source>%1: Datagram too large</source>
4863+ <translation>%1: データグラムが大きすぎます</translation>
4864+ </message>
4865+ <message>
4866+ <source>%1: Connection error</source>
4867+ <translation>%1: 接続のエラーが発生しました</translation>
4868+ </message>
4869+ <message>
4870+ <source>%1: The socket operation is not supported</source>
4871+ <translation>%1: そのソケット操作はサポートされていません</translation>
4872+ </message>
4873+ <message>
4874+ <source>%1: Unknown error</source>
4875+ <translation>%1: 未知のエラーです</translation>
4876+ </message>
4877+ <message>
4878+ <source>%1: Unknown error %2</source>
4879+ <translation>%1: 未知のエラー %2</translation>
4880+ </message>
4881+ <message>
4882+ <source>%1: Access denied</source>
4883+ <translation>%1: アクセスできません</translation>
4884+ </message>
4885+</context>
4886+<context>
4887+ <name>QMYSQLDriver</name>
4888+ <message>
4889+ <source>Unable to open database &apos;</source>
4890+ <translation>データベースを開けません &apos;</translation>
4891+ </message>
4892+ <message>
4893+ <source>Unable to connect</source>
4894+ <translation>接続できません</translation>
4895+ </message>
4896+ <message>
4897+ <source>Unable to begin transaction</source>
4898+ <translation>トランザクションを開始できません</translation>
4899+ </message>
4900+ <message>
4901+ <source>Unable to commit transaction</source>
4902+ <translation>トランザクションをコミットできません</translation>
4903+ </message>
4904+ <message>
4905+ <source>Unable to rollback transaction</source>
4906+ <translation>トランザクションをロールバックできません</translation>
4907+ </message>
4908+</context>
4909+<context>
4910+ <name>QMYSQLResult</name>
4911+ <message>
4912+ <source>Unable to fetch data</source>
4913+ <translation>データをフェッチできません</translation>
4914+ </message>
4915+ <message>
4916+ <source>Unable to execute query</source>
4917+ <translation>クエリーを実行できません</translation>
4918+ </message>
4919+ <message>
4920+ <source>Unable to store result</source>
4921+ <translation>実行結果を記録できません</translation>
4922+ </message>
4923+ <message>
4924+ <source>Unable to prepare statement</source>
4925+ <translation>プリペアステートメントを使えません</translation>
4926+ </message>
4927+ <message>
4928+ <source>Unable to reset statement</source>
4929+ <translation>ステートメントをリセットできません</translation>
4930+ </message>
4931+ <message>
4932+ <source>Unable to bind value</source>
4933+ <translation>値をバインドできません</translation>
4934+ </message>
4935+ <message>
4936+ <source>Unable to execute statement</source>
4937+ <translation>ステートメントを実行できません</translation>
4938+ </message>
4939+ <message>
4940+ <source>Unable to bind outvalues</source>
4941+ <translation>出力値をバインドできません</translation>
4942+ </message>
4943+ <message>
4944+ <source>Unable to store statement results</source>
4945+ <translation>ステートメントの実行結果を記録できません</translation>
4946+ </message>
4947+ <message>
4948+ <source>Unable to execute next query</source>
4949+ <translation>次のクエリーを実行できません</translation>
4950+ </message>
4951+ <message>
4952+ <source>Unable to store next result</source>
4953+ <translation>次の結果を記録できません</translation>
4954+ </message>
4955+</context>
4956+<context>
4957+ <name>QMdiArea</name>
4958+ <message>
4959+ <source>(Untitled)</source>
4960+ <translation>(タイトルなし)</translation>
4961+ </message>
4962+</context>
4963+<context>
4964+ <name>QMdiSubWindow</name>
4965+ <message>
4966+ <source>%1 - [%2]</source>
4967+ <translation>%1 - [%2]</translation>
4968+ </message>
4969+ <message>
4970+ <source>Close</source>
4971+ <translation>閉じる</translation>
4972+ </message>
4973+ <message>
4974+ <source>Minimize</source>
4975+ <translation>最小化</translation>
4976+ </message>
4977+ <message>
4978+ <source>Restore Down</source>
4979+ <translation>元に戻す</translation>
4980+ </message>
4981+ <message>
4982+ <source>&amp;Restore</source>
4983+ <translation>元に戻す(&amp;R)</translation>
4984+ </message>
4985+ <message>
4986+ <source>&amp;Move</source>
4987+ <translation>移動(&amp;M)</translation>
4988+ </message>
4989+ <message>
4990+ <source>&amp;Size</source>
4991+ <translation>サイズ(&amp;S)</translation>
4992+ </message>
4993+ <message>
4994+ <source>Mi&amp;nimize</source>
4995+ <translation>最小化(&amp;N)</translation>
4996+ </message>
4997+ <message>
4998+ <source>Ma&amp;ximize</source>
4999+ <translation>最大化(&amp;X)</translation>
5000+ </message>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: