mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Merge branch 'master' of https://github.com/pejakm/QupZilla
Conflicts: src/data/html/speeddial.html src/network/qupzillaschemehandler.cpp
This commit is contained in:
commit
156d67f25e
@ -7,21 +7,22 @@ body {background: #eeeeee url(%IMG_BACKGROUND%) no-repeat center center;backgrou
|
||||
body * {-webkit-user-select: none;font-size: 100%;line-height: 1.6;margin: 0px;}
|
||||
.add {position: absolute;right:10px;top:10px;width: 24px;height: 24px;background: url(%IMG_PLUS%); cursor: pointer;}
|
||||
|
||||
#quickdial {margin: auto;}
|
||||
#quickdial div.entry {position: relative;width: 231px;height: 150px;float: left;border-width: 10px;
|
||||
#quickdial {margin: auto;text-align: center;}
|
||||
#quickdial div.entry {position: relative;width: %SD-SIZE%px;float: left;border-width: 10px;
|
||||
-webkit-border-image: url(%BOX-BORDER%) 10;margin: 5px;}
|
||||
#quickdial img {display: block;margin: auto;}
|
||||
#quickdial a {position: absolute;left: 0px;top: 0px;width: 231px;height: 130px;}
|
||||
#quickdial img[src*=".png"] {width: %SD-SIZE%px;height: auto;}
|
||||
#quickdial a {position: absolute;left: 0px;top: 0px;width: 100%;height: 87%;}
|
||||
|
||||
div.entry:hover .edit, div.entry:hover .close, div.entry:hover .reload{display: inline;}
|
||||
span.boxTitle {width:231px;max-height: 20px; position: absolute;top: 133px;left: 0px;text-align: center;overflow:hidden;}
|
||||
span.close {width: 14px;height: 14px;position: absolute;left: 215px;top: 135px;
|
||||
span.boxTitle {width:100%;max-height: 20px; position: absolute;top: 88%;left: 0px;text-align: center;overflow:hidden;}
|
||||
span.close {width: 14px;height: 14px;position: absolute;left: 92%;top: 90%;
|
||||
background: url(%IMG_CLOSE%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
||||
span.close:hover {border-color: grey; border-radius: 3px;}
|
||||
span.edit {width: 14px;height: 14px;position: absolute;left: 0px;top: 135px;
|
||||
span.edit {width: 14px;height: 14px;position: absolute;left: 0px;top: 90%;
|
||||
background: url(%IMG_EDIT%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
||||
span.edit:hover {border-color: grey; border-radius: 3px;}
|
||||
span.reload {width: 16px;height: 16px;position: absolute;left: 213px;top: 0px;background: url(%IMG_RELOAD%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
||||
span.reload {width: 16px;height: 16px;position: absolute;left: 92%;top: 0px;background: url(%IMG_RELOAD%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
||||
span.reload:hover {border-color: grey; border-radius: 4px;}
|
||||
|
||||
#overlay-edit {width: 380px;max-height: 265px;border-width: 20px;margin-left: auto;margin-right: auto;margin-top: 100px;
|
||||
@ -33,19 +34,18 @@ span.reload:hover {border-color: grey; border-radius: 4px;}
|
||||
.formTable input[type="text"] {width: 100%;-webkit-user-select: auto;}
|
||||
|
||||
.sett {position: absolute;right:36px;top:10px;width: 24px;height: 24px;background: url(%IMG_SETTINGS%); cursor: pointer;}
|
||||
#settingsBox {position: absolute;right:58px;top:25px;width: 245px;height: auto;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;display: none;padding:8px 20px;border: 1px solid transparent;}
|
||||
#settingsBox .title {margin-bottom: 1px;padding-bottom:2px;}
|
||||
#settingsBox {position: absolute;right:58px;top:25px;width: 250px;height: auto;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;padding: 8px 15px;border: 1px solid transparent;opacity: 1;z-index:200}
|
||||
#settingsBox .content {float:right;}
|
||||
#settingsBox .thumbhold {margin: 2px;padding: 1px;border-radius: 10px;text-align:center;width: 100px; height: 100px;background: #AAA;}
|
||||
#settingsBox .thumbhold p {margin: 0;padding: 0;background: #eeeeee url(%IMG_BACKGROUND%) no-repeat center center;background-size: %B_SIZE%;width: 98px;height:98px;border-radius: 10px;position: relative;left: 1px;top: 1px;}
|
||||
#settingsBox p label {margin: 2px;padding: 1px;text-align: center;}
|
||||
#settingsBox p select {margin: 2px;padding: 1px;text-align: center;width: 100px;}
|
||||
#settingsBox p select option {text-align: center;}
|
||||
#settingsBox .togop {margin-bottom: 1px;padding-bottom:2px;}
|
||||
#settingsBox .button {margin: 2px;padding: 1px;text-align:center;width: 100px;}
|
||||
#settingsBox .rowsel {margin: 2px;padding: 1px;border-bottom: 1px solid #888;}
|
||||
#settingsBox .rowsel label {width: 130px;}
|
||||
#settingsBox .rowsel input {text-align:center;width: 75px;margin-bottom: 6px;margin-right: 4px;float: right;}
|
||||
#settingsBox .rowsel span {font-weight: bold;text-align: center;float: right;margin-left: 2px;}
|
||||
#settingsBox .rowsel {margin: 2px;padding: 3px 0;border-bottom: 1px solid #888;}
|
||||
#settingsBox .rowsel input {text-align: center;width: 150px;height: 12px;margin: 0px;padding-bottom: 0;}
|
||||
#settingsBox .rowsel span {font-weight: bold;text-align: center;margin: 2px;margin-right: 7px;display: inline-block;width: 25px;}
|
||||
</style>
|
||||
<script type="text/javascript" src="%JQUERY%"></script>
|
||||
<script type="text/javascript" src="%JQUERY-UI%"></script>
|
||||
@ -61,6 +61,10 @@ var TITLE_RELOAD = '%TITLE-RELOAD%';
|
||||
var TITLE_FETCHTITLE = '%TITLE-FETCHTITLE%';
|
||||
var MAX_PAGES_ROW = %ROW-PAGES%;
|
||||
|
||||
$(document).ready(function () {
|
||||
$('head').append('<style type="text/css" media="screen">#quickdial div.entry {height: ' + Math.round(%SD-SIZE% / 1.54) + 'px;}</style>');
|
||||
});
|
||||
|
||||
var editingId = -1;
|
||||
|
||||
function onRemoveClick(box) {
|
||||
@ -274,38 +278,23 @@ function removeBox(id) {
|
||||
function alignPage() {
|
||||
var width = $(window).width();
|
||||
var height = $(window).height();
|
||||
var boxWidth = Math.floor(%SD-SIZE% + 30);
|
||||
var boxHeight = Math.floor(Math.round(%SD-SIZE% / 1.54) + 40);
|
||||
|
||||
// 1 box width: 262px
|
||||
var maxBoxes = Math.floor(width / 262);
|
||||
var maxBoxes = Math.floor(width / boxWidth);
|
||||
if (maxBoxes > MAX_PAGES_ROW) maxBoxes = MAX_PAGES_ROW;
|
||||
if (maxBoxes < 1) maxBoxes = 1;
|
||||
|
||||
var maxwidth = maxBoxes * 262;
|
||||
var maxwidth = maxBoxes * boxWidth;
|
||||
$("#quickdial").css('width', maxwidth + 'px');
|
||||
|
||||
var boxesCount = $("#quickdial").children("div").size();
|
||||
var rows = Math.ceil(boxesCount / maxBoxes);
|
||||
var margintop = (height - rows * 190) / 2;
|
||||
var margintop = (height - rows * boxHeight) / 2;
|
||||
if (margintop < 0) margintop = 0;
|
||||
$("#quickdial").css('margin-top', margintop + 'px');
|
||||
}
|
||||
|
||||
function toggleDisplay(id) {
|
||||
var div = document.getElementById(id);
|
||||
div.style.display = (div.style.display == 'block' ? 'none' : 'block');
|
||||
}
|
||||
|
||||
function checkSet() {
|
||||
var checkb = document.getElementById('BgImgToggle');
|
||||
var BgImgSel = document.getElementById('BgImgSel');
|
||||
var BgImgSz = document.getElementById('BgImgSelSiz');
|
||||
var bgImg = '%IMG_BACKGROUND%';
|
||||
checkb.checked = (bgImg == '' ? false : true);
|
||||
BgImgSel.disabled = (bgImg == '' ? true : false);
|
||||
BgImgSz.disabled = (bgImg == '' ? true : false);
|
||||
BgImgSz.selectedIndex
|
||||
}
|
||||
|
||||
function bgImageSel() {
|
||||
var img = speeddial.getOpenFileName();
|
||||
if (img) {
|
||||
@ -314,6 +303,7 @@ function bgImageSel() {
|
||||
}
|
||||
|
||||
function saveSettings() {
|
||||
<<<<<<< HEAD
|
||||
var BgImg = document.getElementById('BgImgHold').value;
|
||||
var BgImgSz = document.getElementById('BgImgSelSiz').value;
|
||||
MAX_PAGES_ROW = document.getElementById('PgInRow').value;
|
||||
@ -323,6 +313,12 @@ function saveSettings() {
|
||||
|
||||
document.getElementById('settingsBox').style.display = 'none';
|
||||
alignPage();
|
||||
=======
|
||||
speeddial.setBackgroundImage($('#BgImgHold').val());
|
||||
speeddial.setBackgroundImageSize($('#BgImgSelSiz').val());
|
||||
speeddial.setPagesInRow($('#PgInRow').val());
|
||||
speeddial.setSdSize($('#SdSize').val());
|
||||
>>>>>>> 5a9e3ba389b76c5e8b0477483f6298ff5dd53ddc
|
||||
}
|
||||
|
||||
function bgImgToggle() {
|
||||
@ -330,18 +326,20 @@ function bgImgToggle() {
|
||||
var BgImgSel = document.getElementById('BgImgSel');
|
||||
var BgImgHold = document.getElementById('BgImgHold');
|
||||
var BgImgSz = document.getElementById('BgImgSelSiz');
|
||||
if (check.checked) {
|
||||
BgImgSel.disabled = false;
|
||||
BgImgHold.disabled = false;
|
||||
BgImgSz.disabled = false;
|
||||
BgImgHold.value = '%IMG_BACKGROUND%';
|
||||
}
|
||||
else {
|
||||
BgImgSel.disabled = true;
|
||||
BgImgHold.disabled = true;
|
||||
BgImgSz.disabled = true;
|
||||
BgImgHold.value = '';
|
||||
}
|
||||
|
||||
BgImgSel.disabled = (check.checked ? false : true);
|
||||
BgImgHold.disabled = (check.checked ? false : true);
|
||||
BgImgSz.disabled = (check.checked ? false : true);
|
||||
BgImgHold.value = (check.checked ? '%IMG_BACKGROUND%' : '');
|
||||
}
|
||||
|
||||
function sdSizeToggle() {
|
||||
var check = document.getElementById('SdSizeToggle');
|
||||
var SdSize = document.getElementById('SdSize');
|
||||
var SdSizeSl = document.getElementById('sliderValueSd');
|
||||
SdSize.disabled = (check.checked ? false : true);
|
||||
SdSize.value = (check.checked ? SdSize.value : 231);
|
||||
SdSizeSl.innerHTML = (check.checked ? %SD-SIZE% : 231);
|
||||
}
|
||||
|
||||
function bgImgUpdate() {
|
||||
@ -355,13 +353,23 @@ function bgImgUpdate() {
|
||||
document.body.style.backgroundSize = imgSize;
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", checkSet, false);
|
||||
$(document).ready(function () {
|
||||
$('#BgImgSelSiz').val('%B_SIZE%').attr('selected','selected');
|
||||
var bgImg = '%IMG_BACKGROUND%';
|
||||
var sdSize = '%SD-SIZE%';
|
||||
bgImg == '' ? $('#BgImgToggle').prop('checked', false) : $('#BgImgToggle').prop('checked', true)
|
||||
sdSize == '231' ? $('#SdSizeToggle').prop('checked', false) : $('#SdSizeToggle').prop('checked', true)
|
||||
$('#BgImgToggle').is(':checked') ? $('#BgImgSel').removeAttr('disabled') : $('#BgImgSel').attr('disabled', 'disabled');
|
||||
$('#BgImgToggle').is(':checked') ? $('#BgImgSelSiz').removeAttr('disabled') : $('#BgImgSelSiz').attr('disabled', 'disabled');
|
||||
$('#SdSizeToggle').is(':checked') ? $('#SdSize').removeAttr('disabled') : $('#SdSize').attr('disabled', 'disabled');
|
||||
});
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="quickdial"></div>
|
||||
<a onClick="toggleDisplay('settingsBox');" title="%SETTINGS-TITLE%" class="sett"></a>
|
||||
<a onClick="$('#fadeOverlay2').css({'filter' : 'alpha(opacity=95)'}).fadeIn();$('#fadeOverlay2').click(function() { $(this).fadeOut('slow'); });$('#settingsBox').click(function(event) { event.stopPropagation(); });" title="%SETTINGS-TITLE%" class="sett"></a>
|
||||
<a onClick="onEditClick(addBox('', NEW_PAGE, '')); alignPage();" title="%ADD-TITLE%" class="add"></a>
|
||||
|
||||
<script type="text/javascript">
|
||||
@ -381,12 +389,47 @@ $("#quickdial").sortable({
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<div id="settingsBox">
|
||||
<div class="rowsel">
|
||||
<span id="sliderValue">%ROW-PAGES%</span>
|
||||
<input id="PgInRow" type="range" min="2" max="8" value="%ROW-PAGES%" step="1" onchange="document.getElementById('sliderValue').innerHTML = this.value;" />
|
||||
<label for="PgInRow">%TXT_NRROWS%</label>
|
||||
<div id="fadeOverlay2" style="opacity:0.95;display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;background:grey;">
|
||||
<div id="settingsBox">
|
||||
<div class="togop">
|
||||
<label for="PgInRow">%TXT_NRROWS%</label>
|
||||
</div>
|
||||
<div class="rowsel">
|
||||
<span id="sliderValuePg">%ROW-PAGES%</span>
|
||||
<input id="PgInRow" type="range" min="2" max="8" value="%ROW-PAGES%" step="1" onchange="$('#sliderValuePg').html(this.value);" />
|
||||
</div>
|
||||
<div class="togop">
|
||||
<input type="checkbox" name="sdsizet" id="SdSizeToggle" onchange="sdSizeToggle()" /> <label for="SdSizeToggle">%TXT_SDSIZE%</label>
|
||||
</div>
|
||||
<div class="rowsel">
|
||||
<span id="sliderValueSd">%SD-SIZE%</span>
|
||||
<input id="SdSize" type="range" min="145" max="280" value="%SD-SIZE%" step="1" onchange="$('#sliderValueSd').html(this.value);" />
|
||||
</div>
|
||||
<div class="togop">
|
||||
<input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" /> <label for="BgImgToggle">%TXT_NOTE%</label>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>
|
||||
<input id="BgImgSel" type="button" class="button" value="%TXT_SELECTIMAGE%" onclick="bgImageSel();bgImgUpdate()" />
|
||||
<input id="BgImgHold" type="hidden" value="%IMG_BACKGROUND%" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="BgImgSelSiz">%TXT_PLACEMENT%</label><br />
|
||||
<select id="BgImgSelSiz" name="imgselsize" onchange="bgImgUpdate()">
|
||||
<option value="auto">%TXT_AUTO%</option>
|
||||
<option value="cover">%TXT_COVER%</option>
|
||||
<option value="contain">%TXT_FIT%</option>
|
||||
<option value="100% auto">%TXT_FWIDTH%</option>
|
||||
<option value="auto 100%">%TXT_FHEIGHT%</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<input class="button" type="button" value="%APPLY%" onClick="saveSettings();$('#fadeOverlay2').fadeOut('slow', function(){window.location.reload();});" />
|
||||
</p>
|
||||
</div>
|
||||
<div class="thumbhold"><p id="thumb"></p></div>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
<div class="title"><input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" /> <label for="BgImgToggle">%TXT_NOTE%</label></div>
|
||||
<div class="content">
|
||||
<p>
|
||||
@ -408,6 +451,8 @@ $("#quickdial").sortable({
|
||||
</p>
|
||||
</div>
|
||||
<div class="thumbhold"><p id="thumb" ></p></div>
|
||||
=======
|
||||
>>>>>>> 5a9e3ba389b76c5e8b0477483f6298ff5dd53ddc
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -267,7 +267,12 @@ QString QupZillaSchemeReply::speeddialPage()
|
||||
dPage.replace("%TXT_FHEIGHT%", tr("Fit Height"));
|
||||
dPage.replace("%TXT_NOTE%", tr("Use background image"));
|
||||
dPage.replace("%TXT_SELECTIMAGE%", tr("Select image"));
|
||||
<<<<<<< HEAD
|
||||
dPage.replace("%TXT_NRROWS%", tr("Max pages in row:"));
|
||||
=======
|
||||
dPage.replace("%TXT_NRROWS%", tr("Max number of pages in a row:"));
|
||||
dPage.replace("%TXT_SDSIZE%", tr("Change size of dials"));
|
||||
>>>>>>> 5a9e3ba389b76c5e8b0477483f6298ff5dd53ddc
|
||||
}
|
||||
|
||||
QString page = dPage;
|
||||
@ -275,5 +280,6 @@ QString QupZillaSchemeReply::speeddialPage()
|
||||
page.replace("%IMG_BACKGROUND%", mApp->plugins()->speedDial()->backgroundImage());
|
||||
page.replace("%B_SIZE%", mApp->plugins()->speedDial()->backgroundImageSize());
|
||||
page.replace("%ROW-PAGES%", QString::number(mApp->plugins()->speedDial()->pagesInRow()));
|
||||
page.replace("%SD-SIZE%", QString::number(mApp->plugins()->speedDial()->sdSize()));
|
||||
return page;
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ void SpeedDial::loadSettings()
|
||||
m_backgroundImage = settings.value("background", "").toString();
|
||||
m_backgroundImageSize = settings.value("backsize", "auto").toString();
|
||||
m_maxPagesInRow = settings.value("pagesrow", 4).toInt();
|
||||
m_sizeOfSpeedDials = settings.value("sdsize", 231).toInt();
|
||||
settings.endGroup();
|
||||
|
||||
if (m_allPages.isEmpty()) {
|
||||
@ -67,6 +68,7 @@ void SpeedDial::saveSettings()
|
||||
settings.setValue("background", m_backgroundImage);
|
||||
settings.setValue("backsize", m_backgroundImageSize);
|
||||
settings.setValue("pagesrow", m_maxPagesInRow);
|
||||
settings.setValue("sdsize", m_sizeOfSpeedDials);
|
||||
settings.endGroup();
|
||||
}
|
||||
|
||||
@ -108,6 +110,15 @@ int SpeedDial::pagesInRow()
|
||||
return m_maxPagesInRow;
|
||||
}
|
||||
|
||||
int SpeedDial::sdSize()
|
||||
{
|
||||
if (!m_loaded) {
|
||||
loadSettings();
|
||||
}
|
||||
|
||||
return m_sizeOfSpeedDials;
|
||||
}
|
||||
|
||||
QString SpeedDial::backgroundImage()
|
||||
{
|
||||
if (!m_loaded) {
|
||||
@ -227,6 +238,11 @@ void SpeedDial::setPagesInRow(int count)
|
||||
m_maxPagesInRow = count;
|
||||
}
|
||||
|
||||
void SpeedDial::setSdSize(int count)
|
||||
{
|
||||
m_sizeOfSpeedDials = count;
|
||||
}
|
||||
|
||||
void SpeedDial::thumbnailCreated(const QPixmap &image)
|
||||
{
|
||||
PageThumbnailer* thumbnailer = qobject_cast<PageThumbnailer*>(sender());
|
||||
|
@ -40,6 +40,7 @@ public:
|
||||
void addPage(const QUrl &url, const QString &title);
|
||||
|
||||
int pagesInRow();
|
||||
int sdSize();
|
||||
QString backgroundImage();
|
||||
QString backgroundImageSize();
|
||||
QString initialScript();
|
||||
@ -55,6 +56,7 @@ public slots:
|
||||
Q_INVOKABLE void setBackgroundImage(const QString &image);
|
||||
Q_INVOKABLE void setBackgroundImageSize(const QString &size);
|
||||
Q_INVOKABLE void setPagesInRow(int count);
|
||||
Q_INVOKABLE void setSdSize(int count);
|
||||
|
||||
private slots:
|
||||
void thumbnailCreated(const QPixmap &image);
|
||||
@ -66,6 +68,7 @@ private:
|
||||
QString m_backgroundImage;
|
||||
QString m_backgroundImageSize;
|
||||
int m_maxPagesInRow;
|
||||
int m_sizeOfSpeedDials;
|
||||
|
||||
QList<QWeakPointer<QWebFrame> > m_webFrames;
|
||||
|
||||
|
@ -3323,7 +3323,12 @@ nebyl nalezen!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4106,12 +4111,12 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation>Zvolte obrázek...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Nepodařilo se načíst</translation>
|
||||
</message>
|
||||
|
@ -3370,7 +3370,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
@ -4102,12 +4107,12 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Laden nicht möglich</translation>
|
||||
</message>
|
||||
|
@ -3318,7 +3318,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4100,12 +4105,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Αδυναμία φόρτωσης</translation>
|
||||
</message>
|
||||
|
@ -3266,7 +3266,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4042,12 +4047,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3317,7 +3317,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4099,12 +4104,12 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>No se puede cargar</translation>
|
||||
</message>
|
||||
|
@ -3320,7 +3320,12 @@ n'a pas été trouvé!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4103,12 +4108,12 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Impossible d'actualiser</translation>
|
||||
</message>
|
||||
|
@ -3320,7 +3320,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4102,12 +4107,12 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Caricamento impossibile</translation>
|
||||
</message>
|
||||
|
@ -3319,7 +3319,12 @@ werd niet gevonden!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4102,12 +4107,12 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation>Selecteer afbeelding...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Niet in staat om te laden</translation>
|
||||
</message>
|
||||
|
@ -3321,7 +3321,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4103,12 +4108,12 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Nie można wczytać</translation>
|
||||
</message>
|
||||
|
@ -3317,7 +3317,12 @@ não foi encontrado!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4099,12 +4104,12 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation>Selecione a imagem...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Incapaz de carregar</translation>
|
||||
</message>
|
||||
|
@ -3329,7 +3329,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4112,12 +4117,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Невозможно загрузить</translation>
|
||||
</message>
|
||||
|
@ -2682,7 +2682,11 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -3269,8 +3269,13 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<translation>Најв. страница у реду:</translation>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation>Максималан број брзих бирања у реду:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation>Промијени величину брзих бирања</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="252"/>
|
||||
@ -4047,12 +4052,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation>Изабери слику...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Не могу да учитам</translation>
|
||||
</message>
|
||||
|
@ -3269,8 +3269,13 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<translation>Најв. страница у реду:</translation>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation>Максималан број брзих бирања у реду:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation>Промени величину брзих бирања</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="252"/>
|
||||
@ -4047,12 +4052,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation>Изабери слику...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>Не могу да учитам</translation>
|
||||
</message>
|
||||
|
@ -3311,7 +3311,12 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="270"/>
|
||||
<source>Max dials in row:</source>
|
||||
<source>Max number of pages in a row:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/network/qupzillaschemehandler.cpp" line="271"/>
|
||||
<source>Change size of dials</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
@ -4091,12 +4096,12 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla
|
||||
<context>
|
||||
<name>SpeedDial</name>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="212"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="223"/>
|
||||
<source>Select image...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="244"/>
|
||||
<location filename="../src/plugins/speeddial.cpp" line="260"/>
|
||||
<source>Unable to load</source>
|
||||
<translation>无法加载</translation>
|
||||
</message>
|
||||
|
Loading…
Reference in New Issue
Block a user