Web: Remove GUI
Web no longer provides a user-visible browser, but only a simple server for remote interaction with FreeCAD. Dependency on QtWebWengine has been removed.
5
.github/workflows/sub_buildUbuntu2004.yml
vendored
@@ -133,14 +133,9 @@ jobs:
|
|||||||
python3-pyside2.qtgui \
|
python3-pyside2.qtgui \
|
||||||
python3-pyside2.qtnetwork \
|
python3-pyside2.qtnetwork \
|
||||||
python3-pyside2.qtsvg \
|
python3-pyside2.qtsvg \
|
||||||
python3-pyside2.qtwebchannel \
|
|
||||||
python3-pyside2.qtwebengine \
|
|
||||||
python3-pyside2.qtwebenginecore \
|
|
||||||
python3-pyside2.qtwebenginewidgets \
|
|
||||||
python3-pyside2.qtwidgets \
|
python3-pyside2.qtwidgets \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
qtwebengine5-dev \
|
|
||||||
shiboken2 \
|
shiboken2 \
|
||||||
swig \
|
swig \
|
||||||
xvfb
|
xvfb
|
||||||
|
|||||||
5
.github/workflows/sub_lint.yml
vendored
@@ -466,14 +466,9 @@ jobs:
|
|||||||
python3-pyside2.qtgui \
|
python3-pyside2.qtgui \
|
||||||
python3-pyside2.qtnetwork \
|
python3-pyside2.qtnetwork \
|
||||||
python3-pyside2.qtsvg \
|
python3-pyside2.qtsvg \
|
||||||
python3-pyside2.qtwebengine \
|
|
||||||
python3-pyside2.qtwebenginecore \
|
|
||||||
python3-pyside2.qtwebenginewidgets \
|
|
||||||
python3-pyside2.qtwebchannel \
|
|
||||||
python3-pyside2.qtwidgets \
|
python3-pyside2.qtwidgets \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
qtwebengine5-dev \
|
|
||||||
shiboken2 \
|
shiboken2 \
|
||||||
swig \
|
swig \
|
||||||
ccache \
|
ccache \
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ macro(CopyLibpackDirectories)
|
|||||||
message(STATUS "=======================================\n"
|
message(STATUS "=======================================\n"
|
||||||
"Copying libpack dependency directories to build directory for Windows MSVC build.\n")
|
"Copying libpack dependency directories to build directory for Windows MSVC build.\n")
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/assistant.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/bin/assistant.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/QtWebEngineProcess.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/QtWebEngineProcessd.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/qt.conf DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/bin/qt.conf DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/platforms DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/platforms DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/imageformats DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/imageformats DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
@@ -14,7 +12,6 @@ macro(CopyLibpackDirectories)
|
|||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/printsupport DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/printsupport DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_BINARY_DIR})
|
file(COPY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_BINARY_DIR})
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/translations/qtwebengine_locales DESTINATION ${CMAKE_BINARY_DIR}/translations)
|
|
||||||
message(STATUS "... end copying.\n=======================================\n")
|
message(STATUS "... end copying.\n=======================================\n")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@@ -31,9 +28,6 @@ macro(CopyLibpackDirectories)
|
|||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/imageformats DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/imageformats DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/platforms DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/platforms DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
file(COPY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/QtWebEngineProcess.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/bin/QtWebEngineProcessd.exe DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/translations/qtwebengine_locales DESTINATION ${CMAKE_BINARY_DIR}/translations)
|
|
||||||
file(COPY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_BINARY_DIR})
|
file(COPY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_BINARY_DIR})
|
||||||
file(WRITE ${CMAKE_BINARY_DIR}/bin/qt.conf "[Paths]\nPrefix=..\n")
|
file(WRITE ${CMAKE_BINARY_DIR}/bin/qt.conf "[Paths]\nPrefix=..\n")
|
||||||
endif()
|
endif()
|
||||||
@@ -48,7 +42,6 @@ macro(CopyLibpackDirectories)
|
|||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/sqldrivers DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/sqldrivers DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/styles DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/printsupport DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/plugins/printsupport DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/translations/qtwebengine_locales DESTINATION ${CMAKE_INSTALL_PREFIX}/translations)
|
|
||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_INSTALL_PREFIX})
|
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/resources DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||||||
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/bin DESTINATION ${CMAKE_INSTALL_PREFIX})
|
install(DIRECTORY ${FREECAD_LIBPACK_DIR}/bin DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||||||
message(STATUS "Created install commands for INSTALL target.\n")
|
message(STATUS "Created install commands for INSTALL target.\n")
|
||||||
|
|||||||
@@ -170,7 +170,6 @@ macro(PrintFinalReport)
|
|||||||
simple(QtXml ${QtXml_VERSION})
|
simple(QtXml ${QtXml_VERSION})
|
||||||
conditional(QtTest ENABLE_DEVELOPER_TESTS "not needed" ${QtTest_VERSION})
|
conditional(QtTest ENABLE_DEVELOPER_TESTS "not needed" ${QtTest_VERSION})
|
||||||
if (BUILD_GUI)
|
if (BUILD_GUI)
|
||||||
conditional(QtWebEngineWidgets BUILD_WEB "not needed (BUILD_WEB is OFF)" ${QtWebEngineWidgets_VERSION})
|
|
||||||
conditional(DesignerPlugin BUILD_DESIGNER_PLUGIN
|
conditional(DesignerPlugin BUILD_DESIGNER_PLUGIN
|
||||||
"not built (BUILD_DESIGNER_PLUGIN is OFF)"
|
"not built (BUILD_DESIGNER_PLUGIN is OFF)"
|
||||||
"[${DESIGNER_PLUGIN_LOCATION}/${libFreeCAD_widgets}]"
|
"[${DESIGNER_PLUGIN_LOCATION}/${libFreeCAD_widgets}]"
|
||||||
|
|||||||
@@ -89,12 +89,6 @@ macro(SetupShibokenAndPyside)
|
|||||||
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtSvg.py "from PySide${PYSIDE_MAJOR_VERSION}.QtSvg import *\n")
|
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtSvg.py "from PySide${PYSIDE_MAJOR_VERSION}.QtSvg import *\n")
|
||||||
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtUiTools.py "from PySide${PYSIDE_MAJOR_VERSION}.QtUiTools import *\n")
|
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtUiTools.py "from PySide${PYSIDE_MAJOR_VERSION}.QtUiTools import *\n")
|
||||||
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtWidgets.py "from PySide${PYSIDE_MAJOR_VERSION}.QtWidgets import *\n")
|
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtWidgets.py "from PySide${PYSIDE_MAJOR_VERSION}.QtWidgets import *\n")
|
||||||
if(PYSIDE_MAJOR_VERSION LESS 6)
|
|
||||||
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtWebEngineWidgets.py "from PySide${PYSIDE_MAJOR_VERSION}.QtWebEngineWidgets import *\n")
|
|
||||||
else()
|
|
||||||
file(WRITE ${CMAKE_BINARY_DIR}/Ext/PySide/QtWebEngineWidgets.py "from PySide${PYSIDE_MAJOR_VERSION}.QtWebEngineWidgets import *\n"
|
|
||||||
"from PySide${PYSIDE_MAJOR_VERSION}.QtWebEngineCore import QWebEnginePage\n")
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE AND NOT BUILD_WITH_CONDA)
|
if(APPLE AND NOT BUILD_WITH_CONDA)
|
||||||
|
|||||||
@@ -66,9 +66,7 @@ BuildRequires: boost-devel
|
|||||||
BuildRequires: boost-python3-devel
|
BuildRequires: boost-python3-devel
|
||||||
BuildRequires: eigen3-devel
|
BuildRequires: eigen3-devel
|
||||||
# Qt5 dependencies
|
# Qt5 dependencies
|
||||||
BuildRequires: qt5-qtwebengine-devel
|
\BuildRequires: qt5-qtsvg-devel
|
||||||
#BuildRequires: qt5-qtwebkit-devel
|
|
||||||
BuildRequires: qt5-qtsvg-devel
|
|
||||||
BuildRequires: qt5-qttools-static
|
BuildRequires: qt5-qttools-static
|
||||||
|
|
||||||
BuildRequires: fmt-devel
|
BuildRequires: fmt-devel
|
||||||
|
|||||||
@@ -86,10 +86,6 @@ else(MSVC)
|
|||||||
)
|
)
|
||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
|
|
||||||
if (QtWebEngineWidgets_FOUND AND BUILD_WITH_CONDA)
|
|
||||||
add_definitions(-DQTWEBENGINE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${QtCore_INCLUDE_DIRS}
|
${QtCore_INCLUDE_DIRS}
|
||||||
${QtWidgets_INCLUDE_DIRS}
|
${QtWidgets_INCLUDE_DIRS}
|
||||||
|
|||||||
@@ -64,13 +64,5 @@
|
|||||||
<file>qtmultimedia_uk.qm</file>
|
<file>qtmultimedia_uk.qm</file>
|
||||||
<file>qtmultimedia_zh_CN.qm</file>
|
<file>qtmultimedia_zh_CN.qm</file>
|
||||||
<file>qtmultimedia_zh_TW.qm</file>
|
<file>qtmultimedia_zh_TW.qm</file>
|
||||||
<file>qtwebengine_ca.qm</file>
|
|
||||||
<file>qtwebengine_de.qm</file>
|
|
||||||
<file>qtwebengine_es.qm</file>
|
|
||||||
<file>qtwebengine_ko.qm</file>
|
|
||||||
<file>qtwebengine_pl.qm</file>
|
|
||||||
<file>qtwebengine_ru.qm</file>
|
|
||||||
<file>qtwebengine_uk.qm</file>
|
|
||||||
<file>qtwebengine_zh_CN.qm</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
@@ -951,44 +951,17 @@ void NoneWorkbench::setupContextMenu(const char* recipient,MenuItem* item) const
|
|||||||
{
|
{
|
||||||
Q_UNUSED(recipient);
|
Q_UNUSED(recipient);
|
||||||
Q_UNUSED(item);
|
Q_UNUSED(item);
|
||||||
|
StdWorkbench::setupContextMenu(recipient, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem* NoneWorkbench::setupMenuBar() const
|
MenuItem* NoneWorkbench::setupMenuBar() const
|
||||||
{
|
{
|
||||||
// Setup the default menu bar
|
return StdWorkbench::setupMenuBar();
|
||||||
auto menuBar = new MenuItem;
|
|
||||||
|
|
||||||
// File
|
|
||||||
auto file = new MenuItem( menuBar );
|
|
||||||
file->setCommand("&File");
|
|
||||||
*file << "Std_Quit";
|
|
||||||
|
|
||||||
// Edit
|
|
||||||
auto edit = new MenuItem( menuBar );
|
|
||||||
edit->setCommand("&Edit");
|
|
||||||
*edit << "Std_DlgPreferences";
|
|
||||||
|
|
||||||
// View
|
|
||||||
auto view = new MenuItem( menuBar );
|
|
||||||
view->setCommand("&View");
|
|
||||||
*view << "Std_Workbench";
|
|
||||||
|
|
||||||
// Separator
|
|
||||||
auto sep = new MenuItem( menuBar );
|
|
||||||
sep->setCommand("Separator");
|
|
||||||
|
|
||||||
// Help
|
|
||||||
auto help = new MenuItem( menuBar );
|
|
||||||
help->setCommand("&Help");
|
|
||||||
*help << "Std_OnlineHelp" << "Std_About";
|
|
||||||
|
|
||||||
return menuBar;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolBarItem* NoneWorkbench::setupToolBars() const
|
ToolBarItem* NoneWorkbench::setupToolBars() const
|
||||||
{
|
{
|
||||||
auto root = new ToolBarItem;
|
return StdWorkbench::setupToolBars();
|
||||||
return root;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolBarItem* NoneWorkbench::setupCommandBars() const
|
ToolBarItem* NoneWorkbench::setupCommandBars() const
|
||||||
|
|||||||
@@ -88,32 +88,6 @@ set(XCTEST_PATH "${XCODE_PATH}/Platforms/MacOSX.platform/Developer/Library/Frame
|
|||||||
# add qt assistant to bundle
|
# add qt assistant to bundle
|
||||||
install(PROGRAMS "${Qt5Core_DIR}/../../../libexec/Assistant.app/Contents/MacOS/Assistant" DESTINATION ${CMAKE_INSTALL_PREFIX}/MacOS)
|
install(PROGRAMS "${Qt5Core_DIR}/../../../libexec/Assistant.app/Contents/MacOS/Assistant" DESTINATION ${CMAKE_INSTALL_PREFIX}/MacOS)
|
||||||
|
|
||||||
# add QtWebEngineProcess to bundle
|
|
||||||
if(BUILD_WEB)
|
|
||||||
install(PROGRAMS "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess" DESTINATION ${CMAKE_INSTALL_PREFIX}/MacOS)
|
|
||||||
|
|
||||||
# add locales to bundle
|
|
||||||
file(GLOB _locales_files RELATIVE "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/qtwebengine_locales" "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/qtwebengine_locales/*")
|
|
||||||
foreach(_locales_file ${_locales_files})
|
|
||||||
get_filename_component(_resolved_file "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/qtwebengine_locales/${_locales_file}" REALPATH)
|
|
||||||
list(APPEND _locales_resolved_files ${_resolved_file})
|
|
||||||
endforeach()
|
|
||||||
install(FILES ${_locales_resolved_files} DESTINATION "${CMAKE_INSTALL_PREFIX}/MacOS/qtwebengine_locales")
|
|
||||||
|
|
||||||
# add pak
|
|
||||||
file(GLOB _pak_files RELATIVE "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/" "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/*.pak")
|
|
||||||
foreach(_pak_file ${_pak_files})
|
|
||||||
get_filename_component(_pak_resolved_file "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/${_pak_file}" REALPATH)
|
|
||||||
list(APPEND _pak_resolved_files ${_pak_resolved_file})
|
|
||||||
endforeach()
|
|
||||||
install(FILES ${_pak_resolved_files} DESTINATION "${CMAKE_INSTALL_PREFIX}/")
|
|
||||||
|
|
||||||
# add icudtl.dat
|
|
||||||
|
|
||||||
install(PROGRAMS "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/icudtl.dat" DESTINATION ${CMAKE_INSTALL_PREFIX}/)
|
|
||||||
install(PROGRAMS "${Qt5Core_DIR}/../../../lib/QtWebEngineCore.framework/Versions/5/Resources/QtWebEngineCore.prl" DESTINATION ${CMAKE_INSTALL_PREFIX}/)
|
|
||||||
endif(BUILD_WEB)
|
|
||||||
|
|
||||||
|
|
||||||
# Ensure the actual plugin files are installed instead of symlinks.
|
# Ensure the actual plugin files are installed instead of symlinks.
|
||||||
file(GLOB _subdirs RELATIVE "${QT_PLUGINS_DIR}" "${QT_PLUGINS_DIR}/*")
|
file(GLOB _subdirs RELATIVE "${QT_PLUGINS_DIR}" "${QT_PLUGINS_DIR}/*")
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ LOCTXT = translate(
|
|||||||
)
|
)
|
||||||
LOGTXT = translate(
|
LOGTXT = translate(
|
||||||
"Help",
|
"Help",
|
||||||
"PySide QtWebEngineWidgets module is not available. Help rendering is done with the Web module",
|
"PySide QtWebEngineWidgets module is not available. Help rendering is done with the system browser",
|
||||||
)
|
)
|
||||||
CONVERTTXT = translate(
|
CONVERTTXT = translate(
|
||||||
"Help",
|
"Help",
|
||||||
@@ -244,14 +244,13 @@ def show_tab(html, baseurl, title, view=None):
|
|||||||
|
|
||||||
def get_qtwebwidgets(html, baseurl, title):
|
def get_qtwebwidgets(html, baseurl, title):
|
||||||
"""opens a web module view if qtwebwidgets module is not available, and returns False"""
|
"""opens a web module view if qtwebwidgets module is not available, and returns False"""
|
||||||
|
from PySide import QtGui
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from PySide import QtGui, QtWebEngineWidgets
|
from PySide import QtWebEngineWidgets
|
||||||
except:
|
except:
|
||||||
FreeCAD.Console.PrintLog(LOGTXT + "\n")
|
FreeCAD.Console.PrintLog(LOGTXT + "\n")
|
||||||
import WebGui
|
QtGui.QDesktopServices.openUrl(baseurl)
|
||||||
|
|
||||||
WebGui.openBrowserHTML(html, baseurl, title, ICON)
|
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|||||||
@@ -52,7 +52,11 @@ class WorkbenchTestCase(unittest.TestCase):
|
|||||||
print("Activate workbench '{}'".format(i))
|
print("Activate workbench '{}'".format(i))
|
||||||
cobj = CallableCheckWarning()
|
cobj = CallableCheckWarning()
|
||||||
QtCore.QTimer.singleShot(500, cobj)
|
QtCore.QTimer.singleShot(500, cobj)
|
||||||
success = FreeCADGui.activateWorkbench(i)
|
if FreeCADGui.activeWorkbench().name() != i:
|
||||||
|
success = FreeCADGui.activateWorkbench(i)
|
||||||
|
else:
|
||||||
|
# Cannot test activation of an already-active workbench
|
||||||
|
success = True
|
||||||
FreeCAD.Console.PrintLog(
|
FreeCAD.Console.PrintLog(
|
||||||
"Active: " + FreeCADGui.activeWorkbench().name() + " Expected: " + i + "\n"
|
"Active: " + FreeCADGui.activeWorkbench().name() + " Expected: " + i + "\n"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,18 +1,9 @@
|
|||||||
|
|
||||||
add_subdirectory(App)
|
add_subdirectory(App)
|
||||||
|
|
||||||
set(Web_Scripts
|
set(Web_Scripts
|
||||||
Init.py
|
Init.py
|
||||||
TestWebGui.py
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(BUILD_GUI)
|
|
||||||
if(QtWebEngineWidgets_FOUND)
|
|
||||||
add_subdirectory(Gui)
|
|
||||||
list (APPEND Web_Scripts InitGui.py)
|
|
||||||
endif()
|
|
||||||
endif(BUILD_GUI)
|
|
||||||
|
|
||||||
add_custom_target(WebScripts ALL
|
add_custom_target(WebScripts ALL
|
||||||
SOURCES ${Web_Scripts}
|
SOURCES ${Web_Scripts}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,224 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
#ifndef _PreComp_
|
|
||||||
#include <QAbstractNativeEventFilter>
|
|
||||||
#include <QApplication>
|
|
||||||
#include <QIcon>
|
|
||||||
#include <QUrl>
|
|
||||||
#include <string>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
|
||||||
#include <Windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <Base/Console.h>
|
|
||||||
#include <Base/Interpreter.h>
|
|
||||||
#include <Base/PyObjectBase.h>
|
|
||||||
#include <Gui/Application.h>
|
|
||||||
#include <Gui/Language/Translator.h>
|
|
||||||
#include <Gui/MainWindow.h>
|
|
||||||
|
|
||||||
#include "BrowserView.h"
|
|
||||||
#include "Workbench.h"
|
|
||||||
|
|
||||||
|
|
||||||
// use a different name to CreateCommand()
|
|
||||||
void CreateWebCommands();
|
|
||||||
|
|
||||||
void loadWebResource()
|
|
||||||
{
|
|
||||||
// add resources and reloads the translators
|
|
||||||
Q_INIT_RESOURCE(Web);
|
|
||||||
Q_INIT_RESOURCE(Web_translation);
|
|
||||||
Gui::Translator::instance()->refresh();
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
class Module: public Py::ExtensionModule<Module>
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
Module()
|
|
||||||
: Py::ExtensionModule<Module>("WebGui")
|
|
||||||
{
|
|
||||||
add_varargs_method("openBrowser", &Module::openBrowser);
|
|
||||||
add_varargs_method("openBrowserHTML", &Module::openBrowserHTML);
|
|
||||||
add_varargs_method("openBrowserWindow", &Module::openBrowserWindow);
|
|
||||||
add_varargs_method("open",
|
|
||||||
&Module::openBrowser,
|
|
||||||
"open(htmlcode,baseurl,[title,iconpath])\n"
|
|
||||||
"Load a local (X)HTML file.");
|
|
||||||
add_varargs_method("insert",
|
|
||||||
&Module::openBrowser,
|
|
||||||
"insert(string)\n"
|
|
||||||
"Load a local (X)HTML file.");
|
|
||||||
initialize("This module is the WebGui module."); // register with Python
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
|
||||||
Py::Object openBrowser(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
const char* url;
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "s", &url)) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
WebGui::BrowserView* pcBrowserView;
|
|
||||||
|
|
||||||
pcBrowserView = new WebGui::BrowserView(Gui::getMainWindow());
|
|
||||||
pcBrowserView->setWindowTitle(QObject::tr("Browser"));
|
|
||||||
pcBrowserView->resize(400, 300);
|
|
||||||
pcBrowserView->load(url);
|
|
||||||
Gui::getMainWindow()->addWindow(pcBrowserView);
|
|
||||||
if (!Gui::getMainWindow()->activeWindow()) {
|
|
||||||
Gui::getMainWindow()->setActiveWindow(pcBrowserView);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Py::None();
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object openBrowserHTML(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
const char* HtmlCode;
|
|
||||||
const char* BaseUrl;
|
|
||||||
const char* IconPath;
|
|
||||||
char* TabName = nullptr;
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(),
|
|
||||||
"ss|ets",
|
|
||||||
&HtmlCode,
|
|
||||||
&BaseUrl,
|
|
||||||
"utf-8",
|
|
||||||
&TabName,
|
|
||||||
&IconPath)) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string EncodedName = "Browser";
|
|
||||||
if (TabName) {
|
|
||||||
EncodedName = std::string(TabName);
|
|
||||||
PyMem_Free(TabName);
|
|
||||||
}
|
|
||||||
|
|
||||||
WebGui::BrowserView* pcBrowserView = nullptr;
|
|
||||||
pcBrowserView = new WebGui::BrowserView(Gui::getMainWindow());
|
|
||||||
pcBrowserView->resize(400, 300);
|
|
||||||
pcBrowserView->setHtml(QString::fromUtf8(HtmlCode), QUrl(QString::fromLatin1(BaseUrl)));
|
|
||||||
pcBrowserView->setWindowTitle(QString::fromUtf8(EncodedName.c_str()));
|
|
||||||
if (IconPath) {
|
|
||||||
pcBrowserView->setWindowIcon(QIcon(QString::fromUtf8(IconPath)));
|
|
||||||
}
|
|
||||||
Gui::getMainWindow()->addWindow(pcBrowserView);
|
|
||||||
if (!Gui::getMainWindow()->activeWindow()) {
|
|
||||||
Gui::getMainWindow()->setActiveWindow(pcBrowserView);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Py::None();
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object openBrowserWindow(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
char* TabName = nullptr;
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "|et", "utf-8", &TabName)) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string EncodedName = "Browser";
|
|
||||||
if (TabName) {
|
|
||||||
EncodedName = std::string(TabName);
|
|
||||||
PyMem_Free(TabName);
|
|
||||||
}
|
|
||||||
|
|
||||||
WebGui::BrowserView* pcBrowserView = nullptr;
|
|
||||||
pcBrowserView = new WebGui::BrowserView(Gui::getMainWindow());
|
|
||||||
pcBrowserView->resize(400, 300);
|
|
||||||
pcBrowserView->setWindowTitle(QString::fromUtf8(EncodedName.c_str()));
|
|
||||||
Gui::getMainWindow()->addWindow(pcBrowserView);
|
|
||||||
if (!Gui::getMainWindow()->activeWindow()) {
|
|
||||||
Gui::getMainWindow()->setActiveWindow(pcBrowserView);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Py::asObject(pcBrowserView->getPyObject());
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
PyObject* initModule()
|
|
||||||
{
|
|
||||||
return Base::Interpreter().addModule(new Module);
|
|
||||||
}
|
|
||||||
|
|
||||||
class NativeEventFilter: public QAbstractNativeEventFilter
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
bool nativeEventFilter(const QByteArray& eventType, void* message, qintptr* result) override
|
|
||||||
#else
|
|
||||||
bool nativeEventFilter(const QByteArray& eventType, void* message, long* result) override
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
Q_UNUSED(eventType)
|
|
||||||
Q_UNUSED(result)
|
|
||||||
|
|
||||||
// Fixes bug #9364: WM_INPUTLANGCHANGEREQUEST seems to freeze FreeCAD
|
|
||||||
#ifdef Q_OS_WIN32
|
|
||||||
MSG* msg = (MSG*)(message);
|
|
||||||
if (msg->message == WM_INPUTLANGCHANGEREQUEST) {
|
|
||||||
Base::Console().Log("Ignore WM_INPUTLANGCHANGEREQUEST\n");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
Q_UNUSED(message)
|
|
||||||
#endif
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace WebGui
|
|
||||||
|
|
||||||
|
|
||||||
/* Python entry */
|
|
||||||
PyMOD_INIT_FUNC(WebGui)
|
|
||||||
{
|
|
||||||
if (!Gui::Application::Instance) {
|
|
||||||
PyErr_SetString(PyExc_ImportError, "Cannot load Gui module in console application.");
|
|
||||||
PyMOD_Return(nullptr);
|
|
||||||
}
|
|
||||||
|
|
||||||
PyObject* mod = WebGui::initModule();
|
|
||||||
Base::Console().Log("Loading GUI of Web module... done\n");
|
|
||||||
|
|
||||||
// instantiating the commands
|
|
||||||
CreateWebCommands();
|
|
||||||
WebGui::BrowserView::init();
|
|
||||||
WebGui::Workbench::init();
|
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
|
||||||
qApp->installNativeEventFilter(new WebGui::NativeEventFilter);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// add resources and reloads the translators
|
|
||||||
loadWebResource();
|
|
||||||
|
|
||||||
PyMOD_Return(mod);
|
|
||||||
}
|
|
||||||
@@ -1,987 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2009 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
#ifndef _PreComp_
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include <QApplication>
|
|
||||||
#include <QDesktopServices>
|
|
||||||
#include <QFileInfo>
|
|
||||||
#include <QLatin1String>
|
|
||||||
#include <QLineEdit>
|
|
||||||
#include <QMenu>
|
|
||||||
#include <QMessageBox>
|
|
||||||
#include <QMouseEvent>
|
|
||||||
#include <QNetworkRequest>
|
|
||||||
#include <QRegularExpression>
|
|
||||||
#include <QRegularExpressionMatch>
|
|
||||||
#include <QSignalMapper>
|
|
||||||
#include <QStatusBar>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(QTWEBENGINE)
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
#include <QWebEngineContextMenuData>
|
|
||||||
#else
|
|
||||||
#include <QWebEngineContextMenuRequest>
|
|
||||||
#endif
|
|
||||||
#include <QWebEnginePage>
|
|
||||||
#include <QWebEngineProfile>
|
|
||||||
#include <QWebEngineSettings>
|
|
||||||
#include <QWebEngineUrlRequestInfo>
|
|
||||||
#include <QWebEngineUrlRequestInterceptor>
|
|
||||||
#include <QWebEngineView>
|
|
||||||
#elif defined(QTWEBKIT)
|
|
||||||
#include <QNetworkAccessManager>
|
|
||||||
#include <QWebFrame>
|
|
||||||
#include <QWebSettings>
|
|
||||||
#include <QWebView>
|
|
||||||
using QWebEngineView = QWebView;
|
|
||||||
using QWebEnginePage = QWebPage;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <App/Document.h>
|
|
||||||
#include <Base/Exception.h>
|
|
||||||
#include <Base/Parameter.h>
|
|
||||||
#include <Base/Tools.h>
|
|
||||||
#include <Gui/Application.h>
|
|
||||||
#include <Gui/Command.h>
|
|
||||||
#include <Gui/DownloadManager.h>
|
|
||||||
#include <Gui/MDIViewPy.h>
|
|
||||||
#include <Gui/MainWindow.h>
|
|
||||||
#include <Gui/ProgressBar.h>
|
|
||||||
#include <Gui/TextDocumentEditorView.h>
|
|
||||||
|
|
||||||
#include "BrowserView.h"
|
|
||||||
#include "CookieJar.h"
|
|
||||||
|
|
||||||
|
|
||||||
using namespace WebGui;
|
|
||||||
using namespace Gui;
|
|
||||||
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
enum WebAction
|
|
||||||
{
|
|
||||||
OpenLink = 0,
|
|
||||||
OpenLinkInNewWindow = 1,
|
|
||||||
ViewSource = 2 // QWebView doesn't have a ViewSource option
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
class WebEngineUrlRequestInterceptor: public QWebEngineUrlRequestInterceptor
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
explicit WebEngineUrlRequestInterceptor(BrowserView* parent)
|
|
||||||
: QWebEngineUrlRequestInterceptor(parent)
|
|
||||||
, m_parent(parent)
|
|
||||||
{}
|
|
||||||
|
|
||||||
void interceptRequest(QWebEngineUrlRequestInfo& info) override
|
|
||||||
{
|
|
||||||
// do something with this resource, click or get img for example
|
|
||||||
if (info.navigationType() == QWebEngineUrlRequestInfo::NavigationTypeLink) {
|
|
||||||
// wash out windows file:///C:/something ->file://C:/something
|
|
||||||
QUrl url = info.requestUrl();
|
|
||||||
// match & catch drive letter forward
|
|
||||||
QRegularExpression re(QLatin1String("^/([a-zA-Z]\\:.*)"));
|
|
||||||
QRegularExpressionMatch match = re.match(url.path());
|
|
||||||
|
|
||||||
if (url.host().isEmpty() && url.isLocalFile() && match.hasMatch()) {
|
|
||||||
// clip / in file urs ie /C:/something -> C:/something
|
|
||||||
url.setPath(match.captured(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
// invoke thread safe.
|
|
||||||
QMetaObject::invokeMethod(m_parent, "urlFilter", Q_ARG(QUrl, url));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
|
||||||
BrowserView* m_parent;
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------------------------
|
|
||||||
UrlWidget::UrlWidget(BrowserView* view)
|
|
||||||
: QLineEdit(view)
|
|
||||||
, m_view(view)
|
|
||||||
{
|
|
||||||
setText(QLatin1String("https://"));
|
|
||||||
hide();
|
|
||||||
}
|
|
||||||
|
|
||||||
UrlWidget::~UrlWidget() = default;
|
|
||||||
|
|
||||||
void UrlWidget::keyPressEvent(QKeyEvent* keyEvt)
|
|
||||||
{
|
|
||||||
switch (keyEvt->key()) {
|
|
||||||
case Qt::Key_Escape:
|
|
||||||
hide();
|
|
||||||
break;
|
|
||||||
case Qt::Key_Return:
|
|
||||||
case Qt::Key_Enter:
|
|
||||||
m_view->load(text().toLatin1());
|
|
||||||
hide();
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
QLineEdit::keyPressEvent(keyEvt);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void UrlWidget::display()
|
|
||||||
{
|
|
||||||
setFixedWidth(m_view->size().width());
|
|
||||||
setText(m_view->url().toString());
|
|
||||||
show();
|
|
||||||
setFocus(Qt::ActiveWindowFocusReason);
|
|
||||||
}
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class BrowserViewPy: public Py::PythonExtension<BrowserViewPy>
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
using BaseType = Py::PythonExtension<BrowserViewPy>;
|
|
||||||
static void init_type(); // announce properties and methods
|
|
||||||
|
|
||||||
explicit BrowserViewPy(BrowserView* view);
|
|
||||||
~BrowserViewPy() override;
|
|
||||||
|
|
||||||
Py::Object repr() override;
|
|
||||||
Py::Object getattr(const char*) override;
|
|
||||||
Py::Object cast_to_base(const Py::Tuple&);
|
|
||||||
|
|
||||||
Py::Object setHtml(const Py::Tuple&);
|
|
||||||
Py::Object load(const Py::Tuple&);
|
|
||||||
Py::Object stop(const Py::Tuple&);
|
|
||||||
Py::Object url(const Py::Tuple&);
|
|
||||||
|
|
||||||
BrowserView* getBrowserViewPtr();
|
|
||||||
|
|
||||||
private:
|
|
||||||
Gui::MDIViewPy base;
|
|
||||||
};
|
|
||||||
|
|
||||||
void BrowserViewPy::init_type()
|
|
||||||
{
|
|
||||||
behaviors().name("BrowserView");
|
|
||||||
behaviors().doc("Python interface class to BrowserView");
|
|
||||||
// you must have overwritten the virtual functions
|
|
||||||
behaviors().supportRepr();
|
|
||||||
behaviors().supportGetattr();
|
|
||||||
behaviors().supportSetattr();
|
|
||||||
behaviors().readyType();
|
|
||||||
|
|
||||||
add_varargs_method("setHtml", &BrowserViewPy::setHtml, "setHtml(str)");
|
|
||||||
add_varargs_method("load", &BrowserViewPy::load, "load(url)");
|
|
||||||
add_varargs_method("stop", &BrowserViewPy::stop, "stop()");
|
|
||||||
add_varargs_method("url", &BrowserViewPy::url, "url()");
|
|
||||||
add_varargs_method("cast_to_base",
|
|
||||||
&BrowserViewPy::cast_to_base,
|
|
||||||
"cast_to_base() cast to MDIView class");
|
|
||||||
}
|
|
||||||
|
|
||||||
BrowserViewPy::BrowserViewPy(BrowserView* view)
|
|
||||||
: base(view)
|
|
||||||
{}
|
|
||||||
|
|
||||||
BrowserViewPy::~BrowserViewPy() = default;
|
|
||||||
|
|
||||||
BrowserView* BrowserViewPy::getBrowserViewPtr()
|
|
||||||
{
|
|
||||||
return qobject_cast<BrowserView*>(base.getMDIViewPtr());
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::cast_to_base(const Py::Tuple&)
|
|
||||||
{
|
|
||||||
return Gui::MDIViewPy::create(base.getMDIViewPtr());
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::repr()
|
|
||||||
{
|
|
||||||
std::stringstream s;
|
|
||||||
s << "<BrowserView at " << this << ">";
|
|
||||||
return Py::String(s.str());
|
|
||||||
}
|
|
||||||
|
|
||||||
// Since with PyCXX it's not possible to make a sub-class of MDIViewPy
|
|
||||||
// a trick is to use MDIViewPy as class member and override getattr() to
|
|
||||||
// join the attributes of both classes. This way all methods of MDIViewPy
|
|
||||||
// appear for SheetViewPy, too.
|
|
||||||
Py::Object BrowserViewPy::getattr(const char* attr)
|
|
||||||
{
|
|
||||||
if (!getBrowserViewPtr()) {
|
|
||||||
std::ostringstream s_out;
|
|
||||||
s_out << "Cannot access attribute '" << attr << "' of deleted object";
|
|
||||||
throw Py::RuntimeError(s_out.str());
|
|
||||||
}
|
|
||||||
std::string name(attr);
|
|
||||||
if (name == "__dict__" || name == "__class__") {
|
|
||||||
Py::Dict dict_self(BaseType::getattr("__dict__"));
|
|
||||||
Py::Dict dict_base(base.getattr("__dict__"));
|
|
||||||
for (const auto& it : dict_base) {
|
|
||||||
dict_self.setItem(it.first, it.second);
|
|
||||||
}
|
|
||||||
return dict_self;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
return BaseType::getattr(attr);
|
|
||||||
}
|
|
||||||
catch (Py::AttributeError& e) {
|
|
||||||
e.clear();
|
|
||||||
return base.getattr(attr);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::setHtml(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
char* HtmlCode;
|
|
||||||
char* BaseUrl;
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "et|s", "utf-8", &HtmlCode, &BaseUrl)) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string EncodedHtml = std::string(HtmlCode);
|
|
||||||
PyMem_Free(HtmlCode);
|
|
||||||
|
|
||||||
getBrowserViewPtr()->setHtml(QString::fromUtf8(EncodedHtml.c_str()),
|
|
||||||
QUrl(QString::fromUtf8(BaseUrl)));
|
|
||||||
return Py::None();
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::load(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
char* BaseUrl;
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "s", &BaseUrl)) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
getBrowserViewPtr()->load(BaseUrl);
|
|
||||||
return Py::None();
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::stop(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "")) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
getBrowserViewPtr()->stop();
|
|
||||||
return Py::None();
|
|
||||||
}
|
|
||||||
|
|
||||||
Py::Object BrowserViewPy::url(const Py::Tuple& args)
|
|
||||||
{
|
|
||||||
if (!PyArg_ParseTuple(args.ptr(), "")) {
|
|
||||||
throw Py::Exception();
|
|
||||||
}
|
|
||||||
|
|
||||||
QUrl url = getBrowserViewPtr()->url();
|
|
||||||
return Py::String(url.toString().toStdString());
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace WebGui
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructs a WebView widget which can be zoomed with Ctrl+Mousewheel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
WebView::WebView(QWidget* parent)
|
|
||||||
: QWebEngineView(parent)
|
|
||||||
{
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
// Increase html font size for high DPI displays
|
|
||||||
QRect mainScreenSize = QApplication::primaryScreen()->geometry();
|
|
||||||
if (mainScreenSize.width() > 1920) {
|
|
||||||
setTextSizeMultiplier(mainScreenSize.width() / 1920.0);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebView::mousePressEvent(QMouseEvent* event)
|
|
||||||
{
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
if (event->button() == Qt::MiddleButton) {
|
|
||||||
QWebHitTestResult r = page()->mainFrame()->hitTestContent(event->pos());
|
|
||||||
if (!r.linkUrl().isEmpty()) {
|
|
||||||
openLinkInNewWindow(r.linkUrl());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
QWebEngineView::mousePressEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebView::wheelEvent(QWheelEvent* event)
|
|
||||||
{
|
|
||||||
if (QApplication::keyboardModifiers() & Qt::ControlModifier) {
|
|
||||||
qreal factor = zoomFactor() + (-event->angleDelta().y() / 800.0);
|
|
||||||
setZoomFactor(factor);
|
|
||||||
event->accept();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
QWebEngineView::wheelEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebView::contextMenuEvent(QContextMenuEvent* event)
|
|
||||||
{
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
const QWebEngineContextMenuData r = page()->contextMenuData();
|
|
||||||
QUrl linkUrl = r.linkUrl();
|
|
||||||
#else
|
|
||||||
const QWebEngineContextMenuRequest* r = this->lastContextMenuRequest();
|
|
||||||
QUrl linkUrl = r->linkUrl();
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
QWebHitTestResult r = page()->mainFrame()->hitTestContent(event->pos());
|
|
||||||
QUrl linkUrl = r.linkUrl();
|
|
||||||
#endif
|
|
||||||
if (!linkUrl.isEmpty()) {
|
|
||||||
QMenu menu(this);
|
|
||||||
|
|
||||||
// building a custom signal for external browser action
|
|
||||||
QSignalMapper* signalMapper = new QSignalMapper(&menu);
|
|
||||||
signalMapper->setProperty("url", QVariant(linkUrl));
|
|
||||||
|
|
||||||
QAction* extAction = menu.addAction(tr("Open in External Browser"));
|
|
||||||
signalMapper->setMapping(extAction, WebAction::OpenLink);
|
|
||||||
|
|
||||||
QAction* newAction = menu.addAction(tr("Open in new window"));
|
|
||||||
signalMapper->setMapping(newAction, WebAction::OpenLinkInNewWindow);
|
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
|
||||||
connect(signalMapper,
|
|
||||||
qOverload<int>(&QSignalMapper::mapped),
|
|
||||||
this,
|
|
||||||
&WebView::triggerContextMenuAction);
|
|
||||||
#else
|
|
||||||
connect(signalMapper, &QSignalMapper::mappedInt, this, &WebView::triggerContextMenuAction);
|
|
||||||
#endif
|
|
||||||
connect(extAction, &QAction::triggered, signalMapper, qOverload<>(&QSignalMapper::map));
|
|
||||||
connect(newAction, &QAction::triggered, signalMapper, qOverload<>(&QSignalMapper::map));
|
|
||||||
|
|
||||||
menu.addAction(pageAction(QWebEnginePage::DownloadLinkToDisk));
|
|
||||||
menu.addAction(pageAction(QWebEnginePage::CopyLinkToClipboard));
|
|
||||||
menu.exec(mapToGlobal(event->pos()));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#if defined(QTWEBENGINE)
|
|
||||||
else { // for view source
|
|
||||||
// QWebEngine caches standardContextMenu, guard so we only add signalmapper once
|
|
||||||
static bool firstRun = true;
|
|
||||||
if (firstRun) {
|
|
||||||
firstRun = false;
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
QMenu* menu = page()->createStandardContextMenu();
|
|
||||||
#else
|
|
||||||
QMenu* menu = this->createStandardContextMenu();
|
|
||||||
#endif
|
|
||||||
QList<QAction*> actions = menu->actions();
|
|
||||||
for (QAction* ac : actions) {
|
|
||||||
if (ac->data().toInt() == WebAction::ViewSource) {
|
|
||||||
QSignalMapper* signalMapper = new QSignalMapper(this);
|
|
||||||
signalMapper->setProperty("url", QVariant(linkUrl));
|
|
||||||
signalMapper->setMapping(ac, WebAction::ViewSource);
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
|
||||||
connect(signalMapper,
|
|
||||||
qOverload<int>(&QSignalMapper::mapped),
|
|
||||||
this,
|
|
||||||
&WebView::triggerContextMenuAction);
|
|
||||||
#else
|
|
||||||
connect(signalMapper,
|
|
||||||
&QSignalMapper::mappedInt,
|
|
||||||
this,
|
|
||||||
&WebView::triggerContextMenuAction);
|
|
||||||
#endif
|
|
||||||
connect(ac,
|
|
||||||
&QAction::triggered,
|
|
||||||
signalMapper,
|
|
||||||
qOverload<>(&QSignalMapper::map));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
else {
|
|
||||||
QMenu* menu = page()->createStandardContextMenu();
|
|
||||||
QAction* ac = menu->addAction(tr("View source"));
|
|
||||||
ac->setData(WebAction::ViewSource);
|
|
||||||
QSignalMapper* signalMapper = new QSignalMapper(this);
|
|
||||||
signalMapper->setProperty("url", QVariant(linkUrl));
|
|
||||||
signalMapper->setMapping(ac, WebAction::ViewSource);
|
|
||||||
connect(signalMapper, SIGNAL(mapped(int)), this, SLOT(triggerContextMenuAction(int)));
|
|
||||||
connect(ac, SIGNAL(triggered()), signalMapper, SLOT(map()));
|
|
||||||
menu->exec(event->globalPos());
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
QWebEngineView::contextMenuEvent(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebView::triggerContextMenuAction(int id)
|
|
||||||
{
|
|
||||||
QObject* s = sender();
|
|
||||||
QUrl url = s->property("url").toUrl();
|
|
||||||
|
|
||||||
switch (id) {
|
|
||||||
case WebAction::OpenLink:
|
|
||||||
Q_EMIT openLinkInExternalBrowser(url);
|
|
||||||
break;
|
|
||||||
case WebAction::OpenLinkInNewWindow:
|
|
||||||
Q_EMIT openLinkInNewWindow(url);
|
|
||||||
break;
|
|
||||||
case WebAction::ViewSource:
|
|
||||||
Q_EMIT viewSource(url);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
|
||||||
|
|
||||||
/* TRANSLATOR Gui::BrowserView */
|
|
||||||
|
|
||||||
TYPESYSTEM_SOURCE_ABSTRACT(WebGui::BrowserView, Gui::MDIView)
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructs a BrowserView which is a child of 'parent', with the
|
|
||||||
* name 'name'.
|
|
||||||
*/
|
|
||||||
BrowserView::BrowserView(QWidget* parent)
|
|
||||||
: MDIView(nullptr, parent, Qt::WindowFlags())
|
|
||||||
, WindowParameter("Browser")
|
|
||||||
, isLoading(false)
|
|
||||||
{
|
|
||||||
#if defined(QTWEBENGINE)
|
|
||||||
// Otherwise cause crash on exit, probably due to double deletion
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose, false);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
view = new WebView(this);
|
|
||||||
setCentralWidget(view);
|
|
||||||
view->setAttribute(Qt::WA_OpaquePaintEvent, true);
|
|
||||||
|
|
||||||
urlWgt = new UrlWidget(this);
|
|
||||||
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
textSizeMultiplier = 1.0;
|
|
||||||
|
|
||||||
view->page()->setLinkDelegationPolicy(QWebPage::DelegateAllLinks);
|
|
||||||
view->page()->setForwardUnsupportedContent(true);
|
|
||||||
|
|
||||||
// set our custom cookie manager
|
|
||||||
FcCookieJar* cookiejar = new FcCookieJar(this);
|
|
||||||
view->page()->networkAccessManager()->setCookieJar(cookiejar);
|
|
||||||
|
|
||||||
// enable local storage so we can store stuff across sessions (startpage)
|
|
||||||
QWebSettings* settings = view->settings();
|
|
||||||
settings->setAttribute(QWebSettings::LocalStorageEnabled, true);
|
|
||||||
settings->setLocalStoragePath(
|
|
||||||
QString::fromUtf8((App::Application::getUserAppDataDir() + "webdata").c_str()));
|
|
||||||
|
|
||||||
// setting background to white
|
|
||||||
QPalette palette = view->palette();
|
|
||||||
palette.setBrush(QPalette::Base, Qt::white);
|
|
||||||
view->page()->setPalette(palette);
|
|
||||||
|
|
||||||
connect(view->page(),
|
|
||||||
SIGNAL(linkHovered(const QString&, const QString&, const QString&)),
|
|
||||||
this,
|
|
||||||
SLOT(onLinkHovered(const QString&, const QString&, const QString&)));
|
|
||||||
connect(view, SIGNAL(linkClicked(const QUrl&)), this, SLOT(urlFilter(const QUrl&)));
|
|
||||||
connect(view->page(),
|
|
||||||
SIGNAL(downloadRequested(const QNetworkRequest&)),
|
|
||||||
this,
|
|
||||||
SLOT(onDownloadRequested(const QNetworkRequest&)));
|
|
||||||
connect(view->page(),
|
|
||||||
SIGNAL(unsupportedContent(QNetworkReply*)),
|
|
||||||
this,
|
|
||||||
SLOT(onUnsupportedContent(QNetworkReply*)));
|
|
||||||
|
|
||||||
#else // QTWEBENGINE
|
|
||||||
// QWebEngine doesn't support direct access to network
|
|
||||||
// nor rendering access
|
|
||||||
QWebEngineProfile* profile = view->page()->profile();
|
|
||||||
QString basePath =
|
|
||||||
QString::fromStdString(App::Application::getUserAppDataDir()) + QLatin1String("webdata/");
|
|
||||||
profile->setPersistentStoragePath(basePath + QLatin1String("persistent"));
|
|
||||||
profile->setCachePath(basePath + QLatin1String("cache"));
|
|
||||||
|
|
||||||
interceptLinks = new WebEngineUrlRequestInterceptor(this);
|
|
||||||
|
|
||||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 13, 0))
|
|
||||||
profile->setUrlRequestInterceptor(interceptLinks);
|
|
||||||
#else
|
|
||||||
profile->setRequestInterceptor(interceptLinks);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
view->settings()->setAttribute(QWebEngineSettings::AutoLoadIconsForPage, true);
|
|
||||||
view->settings()->setAttribute(QWebEngineSettings::FocusOnNavigationEnabled, false);
|
|
||||||
|
|
||||||
connect(view->page()->profile(),
|
|
||||||
&QWebEngineProfile::downloadRequested,
|
|
||||||
this,
|
|
||||||
&BrowserView::onDownloadRequested);
|
|
||||||
connect(view->page(), &QWebEnginePage::iconChanged, this, &BrowserView::setWindowIcon);
|
|
||||||
connect(view->page(), &QWebEnginePage::linkHovered, this, &BrowserView::onLinkHovered);
|
|
||||||
#endif
|
|
||||||
connect(view, &WebView::viewSource, this, &BrowserView::onViewSource);
|
|
||||||
connect(view, &WebView::loadStarted, this, &BrowserView::onLoadStarted);
|
|
||||||
connect(view, &WebView::loadProgress, this, &BrowserView::onLoadProgress);
|
|
||||||
connect(view, &WebView::loadFinished, this, &BrowserView::onLoadFinished);
|
|
||||||
connect(view,
|
|
||||||
&WebView::openLinkInExternalBrowser,
|
|
||||||
this,
|
|
||||||
&BrowserView::onOpenLinkInExternalBrowser);
|
|
||||||
connect(view, &WebView::openLinkInNewWindow, this, &BrowserView::onOpenLinkInNewWindow);
|
|
||||||
connect(view, &WebView::loadStarted, this, &BrowserView::onUpdateBrowserActions);
|
|
||||||
connect(view, &WebView::loadFinished, this, &BrowserView::onUpdateBrowserActions);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Destroys the object and frees any allocated resources */
|
|
||||||
BrowserView::~BrowserView()
|
|
||||||
{
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
delete interceptLinks; // cleanup not handled implicitly
|
|
||||||
#endif
|
|
||||||
delete view;
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::urlFilter(const QUrl& url)
|
|
||||||
{
|
|
||||||
QString scheme = url.scheme();
|
|
||||||
QString host = url.host();
|
|
||||||
// QString username = url.userName();
|
|
||||||
|
|
||||||
// path handling
|
|
||||||
QString path = url.path();
|
|
||||||
QUrl exturl(url);
|
|
||||||
|
|
||||||
// query
|
|
||||||
QString q;
|
|
||||||
if (url.hasQuery()) {
|
|
||||||
q = url.query();
|
|
||||||
}
|
|
||||||
|
|
||||||
// QString fragment = url. fragment();
|
|
||||||
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
if (scheme == QString::fromLatin1("http") || scheme == QString::fromLatin1("https")) {
|
|
||||||
load(url);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
// Small trick to force opening a link in an external browser: use exthttp or exthttps
|
|
||||||
// Write your URL as exthttp://www.example.com
|
|
||||||
else if (scheme == QString::fromLatin1("exthttp")) {
|
|
||||||
exturl.setScheme(QString::fromLatin1("http"));
|
|
||||||
QDesktopServices::openUrl(exturl);
|
|
||||||
stop(); // stop qwebengine, should do nothing in qwebkit at this point
|
|
||||||
}
|
|
||||||
else if (scheme == QString::fromLatin1("exthttps")) {
|
|
||||||
exturl.setScheme(QString::fromLatin1("https"));
|
|
||||||
QDesktopServices::openUrl(exturl);
|
|
||||||
stop(); // stop qwebengine, should do nothing in qwebkit at this point
|
|
||||||
}
|
|
||||||
// run scripts if not from somewhere else!
|
|
||||||
if ((scheme.size() < 2 || scheme == QString::fromLatin1("file")) && host.isEmpty()) {
|
|
||||||
QFileInfo fi(path);
|
|
||||||
if (fi.exists()) {
|
|
||||||
QString ext = fi.completeSuffix();
|
|
||||||
if (ext == QString::fromLatin1("py")) {
|
|
||||||
stop(); // stop qwebengine, should do nothing in qwebkit at this point
|
|
||||||
|
|
||||||
try {
|
|
||||||
if (!q.isEmpty()) {
|
|
||||||
// encapsulate the value in quotes
|
|
||||||
q = q.replace(QString::fromLatin1("="), QString::fromLatin1("=\""))
|
|
||||||
+ QString::fromLatin1("\"");
|
|
||||||
q = q.replace(QString::fromLatin1("%"), QString::fromLatin1("%%"));
|
|
||||||
// url queries in the form of somescript.py?key=value, the first key=value
|
|
||||||
// will be printed in the py console as key="value"
|
|
||||||
Gui::Command::doCommand(Gui::Command::Gui, q.toStdString().c_str());
|
|
||||||
}
|
|
||||||
// Gui::Command::doCommand(Gui::Command::Gui,"execfile('%s')",(const char*)
|
|
||||||
// fi.absoluteFilePath(). toLocal8Bit());
|
|
||||||
QString filename = Base::Tools::escapeEncodeFilename(fi.absoluteFilePath());
|
|
||||||
// Set flag indicating that this load/restore has been initiated by the user
|
|
||||||
// (not by a macro)
|
|
||||||
Gui::Application::Instance->setStatus(
|
|
||||||
Gui::Application::UserInitiatedOpenDocument,
|
|
||||||
true);
|
|
||||||
Gui::Command::doCommand(Gui::Command::Gui,
|
|
||||||
"with open('%s') as file:\n\texec(file.read())",
|
|
||||||
(const char*)filename.toUtf8());
|
|
||||||
Gui::Application::Instance->setStatus(
|
|
||||||
Gui::Application::UserInitiatedOpenDocument,
|
|
||||||
false);
|
|
||||||
}
|
|
||||||
catch (const Base::Exception& e) {
|
|
||||||
QMessageBox::critical(this, tr("Error"), QString::fromUtf8(e.what()));
|
|
||||||
}
|
|
||||||
|
|
||||||
App::Document* doc = BaseView::getAppDocument();
|
|
||||||
if (doc && doc->testStatus(App::Document::PartialRestore)) {
|
|
||||||
QMessageBox::critical(
|
|
||||||
this,
|
|
||||||
tr("Error"),
|
|
||||||
tr("There were errors while loading the file. Some data might have been "
|
|
||||||
"modified or not recovered at all. Look in the report view for more "
|
|
||||||
"specific information about the objects involved."));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (doc && doc->testStatus(App::Document::RestoreError)) {
|
|
||||||
QMessageBox::critical(
|
|
||||||
this,
|
|
||||||
tr("Error"),
|
|
||||||
tr("There were serious errors while loading the file. Some data might have "
|
|
||||||
"been modified or not recovered at all. Saving the project will most "
|
|
||||||
"likely result in loss of data."));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
QMessageBox::warning(Gui::getMainWindow(),
|
|
||||||
QObject::tr("File does not exist!"),
|
|
||||||
fi.absoluteFilePath());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
bool BrowserView::chckHostAllowed(const QString& host)
|
|
||||||
{
|
|
||||||
// only check if a local file, later we can do here a dialog to ask the user if
|
|
||||||
return host.isEmpty();
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
void BrowserView::onDownloadRequested(QWebEngineDownloadItem* request)
|
|
||||||
#else
|
|
||||||
void BrowserView::onDownloadRequested(QWebEngineDownloadRequest* request)
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
QUrl url = request->url();
|
|
||||||
if (!url.isLocalFile()) {
|
|
||||||
request->accept();
|
|
||||||
Gui::Dialog::DownloadManager::getInstance()->download(request->url());
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
request->cancel();
|
|
||||||
Gui::getMainWindow()->loadUrls(App::GetApplication().getActiveDocument(),
|
|
||||||
QList<QUrl>() << url);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::setWindowIcon(const QIcon& icon)
|
|
||||||
{
|
|
||||||
Gui::MDIView::setWindowIcon(icon);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onLinkHovered(const QString& url)
|
|
||||||
{
|
|
||||||
Gui::getMainWindow()->statusBar()->showMessage(url);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onViewSource(const QUrl& url)
|
|
||||||
{
|
|
||||||
Q_UNUSED(url);
|
|
||||||
view->page()->toHtml([=](const QString& pageSource) {
|
|
||||||
QPlainTextEdit* editorWidget = new QPlainTextEdit {};
|
|
||||||
App::TextDocument* txtDoc = new App::TextDocument;
|
|
||||||
TextDocumentEditorView* textDocView =
|
|
||||||
new TextDocumentEditorView {txtDoc, editorWidget, getMainWindow()};
|
|
||||||
editorWidget->setReadOnly(true);
|
|
||||||
editorWidget->setPlainText(pageSource);
|
|
||||||
getMainWindow()->addWindow(textDocView);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
void BrowserView::onDownloadRequested(const QNetworkRequest& request)
|
|
||||||
{
|
|
||||||
QUrl url = request.url();
|
|
||||||
if (!url.isLocalFile()) {
|
|
||||||
Gui::Dialog::DownloadManager::getInstance()->download(request);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Gui::getMainWindow()->loadUrls(App::GetApplication().getActiveDocument(),
|
|
||||||
QList<QUrl>() << url);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onUnsupportedContent(QNetworkReply* reply)
|
|
||||||
{
|
|
||||||
// Do not call handleUnsupportedContent() directly otherwise we won't get
|
|
||||||
// the metaDataChanged() signal of the reply.
|
|
||||||
Gui::Dialog::DownloadManager::getInstance()->download(reply->url());
|
|
||||||
// Due to setting the policy QWebPage::DelegateAllLinks the urlFilter()
|
|
||||||
// slot is called even when clicking on a downloadable file but the page
|
|
||||||
// then fails to load. Thus, we reload the previous url.
|
|
||||||
view->reload();
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onLinkHovered(const QString& link,
|
|
||||||
const QString& title,
|
|
||||||
const QString& textContent)
|
|
||||||
{
|
|
||||||
Q_UNUSED(title)
|
|
||||||
Q_UNUSED(textContent)
|
|
||||||
QUrl url = QUrl::fromEncoded(link.toLatin1());
|
|
||||||
QString str = url.isValid() ? url.toString() : link;
|
|
||||||
Gui::getMainWindow()->statusBar()->showMessage(str);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onViewSource(const QUrl& url)
|
|
||||||
{
|
|
||||||
Q_UNUSED(url);
|
|
||||||
if (!view->page() || !view->page()->currentFrame()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
QString pageSource = view->page()->currentFrame()->toHtml();
|
|
||||||
QPlainTextEdit* editorWidget = new QPlainTextEdit {};
|
|
||||||
App::TextDocument* txtDoc = new App::TextDocument;
|
|
||||||
TextDocumentEditorView* textDocView =
|
|
||||||
new TextDocumentEditorView {txtDoc, editorWidget, getMainWindow()};
|
|
||||||
editorWidget->setReadOnly(true);
|
|
||||||
editorWidget->setPlainText(pageSource);
|
|
||||||
getMainWindow()->addWindow(textDocView);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void BrowserView::load(const char* URL)
|
|
||||||
{
|
|
||||||
QUrl url = QUrl::fromUserInput(QString::fromUtf8(URL));
|
|
||||||
load(url);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::load(const QUrl& url)
|
|
||||||
{
|
|
||||||
if (isLoading) {
|
|
||||||
stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
urlWgt->setText(url.toString());
|
|
||||||
|
|
||||||
view->load(url);
|
|
||||||
view->setUrl(url);
|
|
||||||
if (url.scheme().size() < 2) {
|
|
||||||
QString path = url.path();
|
|
||||||
QFileInfo fi(path);
|
|
||||||
QString name = fi.baseName();
|
|
||||||
|
|
||||||
setWindowTitle(name);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
setWindowTitle(url.host());
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
setWindowIcon(QWebSettings::iconForUrl(url));
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::setHtml(const QString& HtmlCode, const QUrl& BaseUrl)
|
|
||||||
{
|
|
||||||
if (isLoading) {
|
|
||||||
stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
view->setHtml(HtmlCode, BaseUrl);
|
|
||||||
#ifdef QTWEBKIT
|
|
||||||
setWindowIcon(QWebSettings::iconForUrl(BaseUrl));
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::stop()
|
|
||||||
{
|
|
||||||
view->stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
QUrl BrowserView::url() const
|
|
||||||
{
|
|
||||||
return view->url();
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onLoadStarted()
|
|
||||||
{
|
|
||||||
QProgressBar* bar = Gui::SequencerBar::instance()->getProgressBar();
|
|
||||||
bar->setRange(0, 100);
|
|
||||||
bar->show();
|
|
||||||
Gui::getMainWindow()->showMessage(tr("Loading %1...").arg(view->url().toString()));
|
|
||||||
isLoading = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onLoadProgress(int step)
|
|
||||||
{
|
|
||||||
QProgressBar* bar = Gui::SequencerBar::instance()->getProgressBar();
|
|
||||||
bar->setValue(step);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onLoadFinished(bool ok)
|
|
||||||
{
|
|
||||||
Q_UNUSED(ok)
|
|
||||||
|
|
||||||
QProgressBar* bar = SequencerBar::instance()->getProgressBar();
|
|
||||||
bar->setValue(100);
|
|
||||||
bar->hide();
|
|
||||||
Gui::MainWindow* win = Gui::getMainWindow();
|
|
||||||
if (win) {
|
|
||||||
win->showMessage(QString());
|
|
||||||
}
|
|
||||||
isLoading = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onOpenLinkInExternalBrowser(const QUrl& url)
|
|
||||||
{
|
|
||||||
QDesktopServices::openUrl(url);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onOpenLinkInNewWindow(const QUrl& url)
|
|
||||||
{
|
|
||||||
BrowserView* view = new WebGui::BrowserView(Gui::getMainWindow());
|
|
||||||
view->setWindowTitle(QObject::tr("Browser"));
|
|
||||||
view->resize(400, 300);
|
|
||||||
view->load(url);
|
|
||||||
Gui::getMainWindow()->addWindow(view);
|
|
||||||
Gui::getMainWindow()->setActiveWindow(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::onUpdateBrowserActions()
|
|
||||||
{
|
|
||||||
CommandManager& mgr = Application::Instance->commandManager();
|
|
||||||
std::vector<const char*> cmds = {"Web_BrowserBack",
|
|
||||||
"Web_BrowserNext",
|
|
||||||
"Web_BrowserRefresh",
|
|
||||||
"Web_BrowserStop",
|
|
||||||
"Web_BrowserZoomIn",
|
|
||||||
"Web_BrowserZoomOut",
|
|
||||||
"Web_BrowserSetURL"};
|
|
||||||
for (const auto& it : cmds) {
|
|
||||||
Gui::Command* cmd = mgr.getCommandByName(it);
|
|
||||||
if (cmd) {
|
|
||||||
cmd->testActive();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void BrowserView::OnChange(Base::Subject<const char*>& rCaller, const char* rcReason)
|
|
||||||
{
|
|
||||||
Q_UNUSED(rCaller);
|
|
||||||
Q_UNUSED(rcReason);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Runs the action specified by \a pMsg.
|
|
||||||
*/
|
|
||||||
bool BrowserView::onMsg(const char* pMsg, const char**)
|
|
||||||
{
|
|
||||||
if (strcmp(pMsg, "Back") == 0) {
|
|
||||||
view->back();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "Next") == 0) {
|
|
||||||
view->forward();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "Refresh") == 0) {
|
|
||||||
view->reload();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "Stop") == 0) {
|
|
||||||
stop();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "ZoomIn") == 0) {
|
|
||||||
qreal factor = view->zoomFactor();
|
|
||||||
view->setZoomFactor(factor + 0.2);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "ZoomOut") == 0) {
|
|
||||||
qreal factor = view->zoomFactor();
|
|
||||||
view->setZoomFactor(factor - 0.2);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
else if (strcmp(pMsg, "SetURL") == 0) {
|
|
||||||
if (urlWgt->isVisible()) {
|
|
||||||
urlWgt->hide();
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
urlWgt->display();
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Checks if the action \a pMsg is available. This is for enabling/disabling
|
|
||||||
* the corresponding buttons or menu items for this action.
|
|
||||||
*/
|
|
||||||
bool BrowserView::onHasMsg(const char* pMsg) const
|
|
||||||
{
|
|
||||||
if (strcmp(pMsg, "Back") == 0) {
|
|
||||||
return view->page()->action(QWebEnginePage::Back)->isEnabled();
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "Next") == 0) {
|
|
||||||
return view->page()->action(QWebEnginePage::Forward)->isEnabled();
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "Refresh") == 0) {
|
|
||||||
return !isLoading;
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "Stop") == 0) {
|
|
||||||
return isLoading;
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "ZoomIn") == 0) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "ZoomOut") == 0) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (strcmp(pMsg, "SetURL") == 0) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Checking on close state. */
|
|
||||||
bool BrowserView::canClose()
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
PyObject* BrowserView::getPyObject()
|
|
||||||
{
|
|
||||||
static bool init = false;
|
|
||||||
if (!init) {
|
|
||||||
init = true;
|
|
||||||
BrowserViewPy::init_type();
|
|
||||||
}
|
|
||||||
|
|
||||||
return new BrowserViewPy(this);
|
|
||||||
}
|
|
||||||
#include "moc_BrowserView.cpp"
|
|
||||||
@@ -1,164 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2009 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#ifndef WEBGUI_BROWSERVIEW_H
|
|
||||||
#define WEBGUI_BROWSERVIEW_H
|
|
||||||
|
|
||||||
#include <QLineEdit>
|
|
||||||
#include <QPointer>
|
|
||||||
#if defined(QTWEBENGINE)
|
|
||||||
#include <QWebEngineView>
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
class WebEngineUrlRequestInterceptor;
|
|
||||||
}
|
|
||||||
#elif defined(QTWEBKIT)
|
|
||||||
#include <QWebView>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <Gui/MDIView.h>
|
|
||||||
#include <Gui/Window.h>
|
|
||||||
#include <Mod/Web/WebGlobal.h>
|
|
||||||
|
|
||||||
class QNetworkReply;
|
|
||||||
class QNetworkRequest;
|
|
||||||
class QUrl;
|
|
||||||
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
class UrlWidget;
|
|
||||||
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
class WebGuiExport WebView: public QWebEngineView
|
|
||||||
#else
|
|
||||||
class WebGuiExport WebView: public QWebView
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit WebView(QWidget* parent = nullptr);
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void mousePressEvent(QMouseEvent* event) override;
|
|
||||||
void wheelEvent(QWheelEvent* event) override;
|
|
||||||
void contextMenuEvent(QContextMenuEvent* event) override;
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
|
||||||
void triggerContextMenuAction(int);
|
|
||||||
|
|
||||||
Q_SIGNALS:
|
|
||||||
void openLinkInExternalBrowser(const QUrl&);
|
|
||||||
void openLinkInNewWindow(const QUrl&);
|
|
||||||
void viewSource(const QUrl&);
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A special view class which sends the messages from the application to
|
|
||||||
* the editor and embeds it in a window.
|
|
||||||
*/
|
|
||||||
class WebGuiExport BrowserView: public Gui::MDIView, public Gui::WindowParameter
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
TYPESYSTEM_HEADER_WITH_OVERRIDE();
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit BrowserView(QWidget* parent);
|
|
||||||
~BrowserView() override;
|
|
||||||
|
|
||||||
void load(const char* URL);
|
|
||||||
void load(const QUrl& url);
|
|
||||||
void setHtml(const QString& HtmlCode, const QUrl& BaseUrl);
|
|
||||||
void stop();
|
|
||||||
QUrl url() const;
|
|
||||||
|
|
||||||
void OnChange(Base::Subject<const char*>& rCaller, const char* rcReason) override;
|
|
||||||
|
|
||||||
const char* getName() const override
|
|
||||||
{
|
|
||||||
return "BrowserView";
|
|
||||||
}
|
|
||||||
PyObject* getPyObject() override;
|
|
||||||
|
|
||||||
bool onMsg(const char* pMsg, const char** ppReturn) override;
|
|
||||||
bool onHasMsg(const char* pMsg) const override;
|
|
||||||
|
|
||||||
bool canClose() override;
|
|
||||||
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
public Q_SLOTS:
|
|
||||||
void setWindowIcon(const QIcon& icon);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
protected Q_SLOTS:
|
|
||||||
void onLoadStarted();
|
|
||||||
void onLoadProgress(int);
|
|
||||||
void onLoadFinished(bool);
|
|
||||||
bool chckHostAllowed(const QString& host);
|
|
||||||
void urlFilter(const QUrl& url);
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
void onDownloadRequested(QWebEngineDownloadItem* request);
|
|
||||||
#else
|
|
||||||
void onDownloadRequested(QWebEngineDownloadRequest* request);
|
|
||||||
#endif
|
|
||||||
void onLinkHovered(const QString& url);
|
|
||||||
#else
|
|
||||||
void onDownloadRequested(const QNetworkRequest& request);
|
|
||||||
void onUnsupportedContent(QNetworkReply* reply);
|
|
||||||
void onLinkHovered(const QString& link, const QString& title, const QString& textContent);
|
|
||||||
#endif
|
|
||||||
void onViewSource(const QUrl& url);
|
|
||||||
void onOpenLinkInExternalBrowser(const QUrl& url);
|
|
||||||
void onOpenLinkInNewWindow(const QUrl&);
|
|
||||||
void onUpdateBrowserActions();
|
|
||||||
|
|
||||||
private:
|
|
||||||
QPointer<WebView> view;
|
|
||||||
bool isLoading;
|
|
||||||
UrlWidget* urlWgt;
|
|
||||||
#ifdef QTWEBENGINE
|
|
||||||
WebEngineUrlRequestInterceptor* interceptLinks;
|
|
||||||
#else
|
|
||||||
float textSizeMultiplier;
|
|
||||||
#endif
|
|
||||||
};
|
|
||||||
|
|
||||||
// the URL ardressbar lineedit
|
|
||||||
class UrlWidget: public QLineEdit
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
BrowserView* m_view;
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit UrlWidget(BrowserView* view);
|
|
||||||
~UrlWidget() override;
|
|
||||||
void display();
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void keyPressEvent(QKeyEvent* keyEvt) override;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace WebGui
|
|
||||||
|
|
||||||
#endif // WEBGUI_BROWSERVIEW_H
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
include_directories(
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
${Boost_INCLUDE_DIRS}
|
|
||||||
${COIN3D_INCLUDE_DIRS}
|
|
||||||
${ZLIB_INCLUDE_DIR}
|
|
||||||
${PYTHON_INCLUDE_DIRS}
|
|
||||||
${XercesC_INCLUDE_DIRS}
|
|
||||||
)
|
|
||||||
|
|
||||||
if (QtWebEngineWidgets_FOUND)
|
|
||||||
add_definitions(-DQTWEBENGINE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(WebGui_LIBS
|
|
||||||
FreeCADGui
|
|
||||||
)
|
|
||||||
|
|
||||||
include_directories(${QtWebEngineWidgets_INCLUDE_DIRS})
|
|
||||||
list(APPEND WebGui_LIBS ${QtWebEngineWidgets_LIBRARIES})
|
|
||||||
|
|
||||||
set (Web_TR_QRC ${CMAKE_CURRENT_BINARY_DIR}/Resources/Web_translation.qrc)
|
|
||||||
qt_find_and_add_translation(QM_SRCS "Resources/translations/*_*.ts"
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/Resources/translations)
|
|
||||||
qt_create_resource_file(${Web_TR_QRC} ${QM_SRCS})
|
|
||||||
qt_add_resources(Web_QRC_SRCS Resources/Web.qrc ${Web_TR_QRC})
|
|
||||||
|
|
||||||
SET(WebGui_SRCS
|
|
||||||
${Web_QRC_SRCS}
|
|
||||||
AppWebGui.cpp
|
|
||||||
Command.cpp
|
|
||||||
PreCompiled.cpp
|
|
||||||
PreCompiled.h
|
|
||||||
Workbench.cpp
|
|
||||||
Workbench.h
|
|
||||||
BrowserView.h
|
|
||||||
BrowserView.cpp
|
|
||||||
CookieJar.cpp
|
|
||||||
CookieJar.h
|
|
||||||
)
|
|
||||||
|
|
||||||
SET(WebGuiIcon_SVG
|
|
||||||
Resources/icons/WebWorkbench.svg
|
|
||||||
)
|
|
||||||
|
|
||||||
if(FREECAD_USE_PCH)
|
|
||||||
add_definitions(-D_PreComp_)
|
|
||||||
GET_MSVC_PRECOMPILED_SOURCE("PreCompiled.cpp" PCH_SRCS ${WebGui_SRCS})
|
|
||||||
ADD_MSVC_PRECOMPILED_HEADER(WebGui PreCompiled.h PreCompiled.cpp PCH_SRCS)
|
|
||||||
endif(FREECAD_USE_PCH)
|
|
||||||
|
|
||||||
add_library(WebGui SHARED ${WebGui_SRCS} ${WebGuiIcon_SVG})
|
|
||||||
target_link_libraries(WebGui ${WebGui_LIBS})
|
|
||||||
|
|
||||||
SET_BIN_DIR(WebGui WebGui /Mod/Web)
|
|
||||||
SET_PYTHON_PREFIX_SUFFIX(WebGui)
|
|
||||||
|
|
||||||
fc_copy_sources(WebGui "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Web" ${WebGuiIcon_SVG})
|
|
||||||
|
|
||||||
INSTALL(TARGETS WebGui DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
||||||
|
|
||||||
INSTALL(FILES ${WebGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Web/Resources/icons")
|
|
||||||
@@ -1,278 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
|
|
||||||
#include <Gui/Application.h>
|
|
||||||
#include <Gui/Command.h>
|
|
||||||
|
|
||||||
#include "BrowserView.h"
|
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
using namespace Gui;
|
|
||||||
using namespace WebGui;
|
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebOpenWebsite
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD(CmdWebOpenWebsite)
|
|
||||||
|
|
||||||
CmdWebOpenWebsite::CmdWebOpenWebsite()
|
|
||||||
: Command("Web_OpenWebsite")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Open website...");
|
|
||||||
sToolTipText = QT_TR_NOOP("Opens a website in FreeCAD");
|
|
||||||
sWhatsThis = "Web_OpenWebsite";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-browser";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void CmdWebOpenWebsite::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Doc, "import WebGui");
|
|
||||||
doCommand(Command::Gui, "WebGui.openBrowser('https://www.freecad.org/')");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserBack
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserBack)
|
|
||||||
|
|
||||||
CmdWebBrowserBack::CmdWebBrowserBack()
|
|
||||||
: Command("Web_BrowserBack")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Previous page");
|
|
||||||
sToolTipText = QT_TR_NOOP("Go back to the previous page");
|
|
||||||
sWhatsThis = "Web_BrowserBack";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-previous";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserBack::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('Back')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserBack::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("Back");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserNext
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserNext)
|
|
||||||
|
|
||||||
CmdWebBrowserNext::CmdWebBrowserNext()
|
|
||||||
: Command("Web_BrowserNext")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Next page");
|
|
||||||
sToolTipText = QT_TR_NOOP("Go to the next page");
|
|
||||||
sWhatsThis = "Web_BrowserNext";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-next";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserNext::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('Next')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserNext::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("Next");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserRefresh
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserRefresh)
|
|
||||||
|
|
||||||
CmdWebBrowserRefresh::CmdWebBrowserRefresh()
|
|
||||||
: Command("Web_BrowserRefresh")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Refresh web page");
|
|
||||||
sToolTipText = QT_TR_NOOP("Refresh web page");
|
|
||||||
sWhatsThis = "Web_BrowserRefresh";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-refresh";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserRefresh::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('Refresh')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserRefresh::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("Refresh");
|
|
||||||
}
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserStop
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserStop)
|
|
||||||
|
|
||||||
CmdWebBrowserStop::CmdWebBrowserStop()
|
|
||||||
: Command("Web_BrowserStop")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Stop loading");
|
|
||||||
sToolTipText = QT_TR_NOOP("Stop loading");
|
|
||||||
sWhatsThis = "Web_BrowserStop";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-stop";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void CmdWebBrowserStop::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('Stop')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserStop::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("Stop");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserZoomIn
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserZoomIn)
|
|
||||||
|
|
||||||
CmdWebBrowserZoomIn::CmdWebBrowserZoomIn()
|
|
||||||
: Command("Web_BrowserZoomIn")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Zoom in");
|
|
||||||
sToolTipText = QT_TR_NOOP("Zoom in");
|
|
||||||
sWhatsThis = "Web_BrowserZoomIn";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-zoom-in";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserZoomIn::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('ZoomIn')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserZoomIn::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("ZoomIn");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserZoomOut
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserZoomOut)
|
|
||||||
|
|
||||||
CmdWebBrowserZoomOut::CmdWebBrowserZoomOut()
|
|
||||||
: Command("Web_BrowserZoomOut")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Zoom out");
|
|
||||||
sToolTipText = QT_TR_NOOP("Zoom out");
|
|
||||||
sWhatsThis = "Web_BrowserZoomOut";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-zoom-out";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserZoomOut::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('ZoomOut')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserZoomOut::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("ZoomOut");
|
|
||||||
}
|
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
// CmdWebBrowserSetUrl
|
|
||||||
//===========================================================================
|
|
||||||
|
|
||||||
DEF_STD_CMD_A(CmdWebBrowserSetURL)
|
|
||||||
|
|
||||||
CmdWebBrowserSetURL::CmdWebBrowserSetURL()
|
|
||||||
: Command("Web_BrowserSetURL")
|
|
||||||
{
|
|
||||||
sAppModule = "Web";
|
|
||||||
sGroup = QT_TR_NOOP("Web");
|
|
||||||
sMenuText = QT_TR_NOOP("Set URL");
|
|
||||||
sToolTipText = QT_TR_NOOP("Set URL");
|
|
||||||
sWhatsThis = "Web_BrowserSetURL";
|
|
||||||
sStatusTip = sToolTipText;
|
|
||||||
sPixmap = "actions/web-set-url";
|
|
||||||
}
|
|
||||||
|
|
||||||
void CmdWebBrowserSetURL::activated(int iMsg)
|
|
||||||
{
|
|
||||||
Q_UNUSED(iMsg);
|
|
||||||
doCommand(Command::Gui, "Gui.SendMsgToActiveView('SetURL')");
|
|
||||||
}
|
|
||||||
|
|
||||||
bool CmdWebBrowserSetURL::isActive()
|
|
||||||
{
|
|
||||||
return getGuiApplication()->sendHasMsgToActiveView("SetURL");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void CreateWebCommands()
|
|
||||||
{
|
|
||||||
Gui::CommandManager& rcCmdMgr = Gui::Application::Instance->commandManager();
|
|
||||||
|
|
||||||
rcCmdMgr.addCommand(new CmdWebOpenWebsite());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserBack());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserNext());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserRefresh());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserStop());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserZoomIn());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserZoomOut());
|
|
||||||
rcCmdMgr.addCommand(new CmdWebBrowserSetURL());
|
|
||||||
}
|
|
||||||
@@ -1,138 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2016 Yorik van Havre <yorik@uncreated.net> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
#ifndef _PreComp_
|
|
||||||
#include <QNetworkCookie>
|
|
||||||
#include <QTextStream>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <App/Application.h>
|
|
||||||
#include <Base/FileInfo.h>
|
|
||||||
|
|
||||||
#include "CookieJar.h"
|
|
||||||
|
|
||||||
|
|
||||||
using namespace WebGui;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The default cookiejar of qt does not implement saving and restoring of
|
|
||||||
* cookies to disk. So we extend it here, and make it save and restore cookies
|
|
||||||
* to a simple text file saved in the FreeCAD user folder.
|
|
||||||
* adapted from https://github.com/adobe/webkit/blob/master/Tools/QtTestBrowser
|
|
||||||
*/
|
|
||||||
|
|
||||||
FcCookieJar::FcCookieJar(QObject* parent)
|
|
||||||
: QNetworkCookieJar(parent)
|
|
||||||
{
|
|
||||||
// We use a timer for the real disk write to avoid multiple IO
|
|
||||||
// syscalls in sequence (when loading pages which set multiple cookies).
|
|
||||||
m_timer.setInterval(10000);
|
|
||||||
m_timer.setSingleShot(true);
|
|
||||||
connect(&m_timer, &QTimer::timeout, this, &FcCookieJar::saveToDisk);
|
|
||||||
Base::FileInfo cookiefile(App::Application::getUserAppDataDir() + "cookies");
|
|
||||||
m_file.setFileName(QString::fromUtf8(cookiefile.filePath().c_str()));
|
|
||||||
if (allCookies().isEmpty()) {
|
|
||||||
loadFromDisk();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
FcCookieJar::~FcCookieJar()
|
|
||||||
{
|
|
||||||
extractRawCookies();
|
|
||||||
saveToDisk();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool FcCookieJar::setCookiesFromUrl(const QList<QNetworkCookie>& cookieList, const QUrl& url)
|
|
||||||
{
|
|
||||||
bool status = QNetworkCookieJar::setCookiesFromUrl(cookieList, url);
|
|
||||||
if (status) {
|
|
||||||
scheduleSaveToDisk();
|
|
||||||
}
|
|
||||||
return status;
|
|
||||||
}
|
|
||||||
|
|
||||||
void FcCookieJar::scheduleSaveToDisk()
|
|
||||||
{
|
|
||||||
// We extract the raw cookies here because the user may
|
|
||||||
// enable/disable/clear cookies while the timer is running.
|
|
||||||
extractRawCookies();
|
|
||||||
m_timer.start();
|
|
||||||
}
|
|
||||||
|
|
||||||
void FcCookieJar::extractRawCookies()
|
|
||||||
{
|
|
||||||
QList<QNetworkCookie> cookies = allCookies();
|
|
||||||
m_rawCookies.clear();
|
|
||||||
|
|
||||||
for (const auto& it : cookies) {
|
|
||||||
if (!it.isSessionCookie()) {
|
|
||||||
m_rawCookies.append(it.toRawForm());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void FcCookieJar::saveToDisk()
|
|
||||||
{
|
|
||||||
m_timer.stop();
|
|
||||||
|
|
||||||
if (m_file.open(QIODevice::WriteOnly | QIODevice::Text)) {
|
|
||||||
QTextStream out(&m_file);
|
|
||||||
for (const auto& it : m_rawCookies) {
|
|
||||||
out << it + "\n";
|
|
||||||
}
|
|
||||||
m_file.close();
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
qWarning("IO error handling cookiejar file");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void FcCookieJar::loadFromDisk()
|
|
||||||
{
|
|
||||||
if (!m_file.exists()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
QList<QNetworkCookie> cookies;
|
|
||||||
|
|
||||||
if (m_file.open(QIODevice::ReadOnly | QIODevice::Text)) {
|
|
||||||
QTextStream in(&m_file);
|
|
||||||
while (!in.atEnd()) {
|
|
||||||
cookies.append(QNetworkCookie::parseCookies(in.readLine().toUtf8()));
|
|
||||||
}
|
|
||||||
m_file.close();
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
qWarning("IO error handling cookiejar file");
|
|
||||||
}
|
|
||||||
|
|
||||||
setAllCookies(cookies);
|
|
||||||
}
|
|
||||||
|
|
||||||
void FcCookieJar::reset()
|
|
||||||
{
|
|
||||||
setAllCookies(QList<QNetworkCookie>());
|
|
||||||
scheduleSaveToDisk();
|
|
||||||
}
|
|
||||||
|
|
||||||
#include "moc_CookieJar.cpp"
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2016 Yorik van Havre <yorik@uncreated.net> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef WEBGUI_COOKIEJAR_H
|
|
||||||
#define WEBGUI_COOKIEJAR_H
|
|
||||||
|
|
||||||
#include <Mod/Web/WebGlobal.h>
|
|
||||||
#include <QFile>
|
|
||||||
#include <QNetworkCookieJar>
|
|
||||||
#include <QTimer>
|
|
||||||
|
|
||||||
class QNetworkCookieJar;
|
|
||||||
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
|
|
||||||
class WebGuiExport FcCookieJar: public QNetworkCookieJar
|
|
||||||
{
|
|
||||||
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit FcCookieJar(QObject* parent = nullptr);
|
|
||||||
~FcCookieJar() override;
|
|
||||||
bool setCookiesFromUrl(const QList<QNetworkCookie>&, const QUrl&) override;
|
|
||||||
|
|
||||||
public Q_SLOTS:
|
|
||||||
void scheduleSaveToDisk();
|
|
||||||
void loadFromDisk();
|
|
||||||
void reset();
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
|
||||||
void saveToDisk();
|
|
||||||
|
|
||||||
private:
|
|
||||||
void extractRawCookies();
|
|
||||||
QList<QByteArray> m_rawCookies;
|
|
||||||
QFile m_file;
|
|
||||||
QTimer m_timer;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace WebGui
|
|
||||||
|
|
||||||
#endif // WEBGUI_COOKIEJAR_H
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#ifndef WEBGUI_PRECOMPILED_H
|
|
||||||
#define WEBGUI_PRECOMPILED_H
|
|
||||||
|
|
||||||
#include <FCConfig.h>
|
|
||||||
|
|
||||||
#ifdef _PreComp_
|
|
||||||
|
|
||||||
// STL
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
// Qt
|
|
||||||
#include <QAbstractNativeEventFilter>
|
|
||||||
#include <QApplication>
|
|
||||||
#include <QDesktopServices>
|
|
||||||
#include <QFileInfo>
|
|
||||||
#include <QIcon>
|
|
||||||
#include <QLatin1String>
|
|
||||||
#include <QLineEdit>
|
|
||||||
#include <QMenu>
|
|
||||||
#include <QMessageBox>
|
|
||||||
#include <QMouseEvent>
|
|
||||||
#include <QNetworkCookie>
|
|
||||||
#include <QNetworkRequest>
|
|
||||||
#include <QRegularExpression>
|
|
||||||
#include <QRegularExpressionMatch>
|
|
||||||
#include <QSignalMapper>
|
|
||||||
#include <QStatusBar>
|
|
||||||
#include <QTextStream>
|
|
||||||
#include <QUrl>
|
|
||||||
|
|
||||||
#endif //_PreComp_
|
|
||||||
|
|
||||||
#endif // WEBGUI_PRECOMPILED_H
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
python ..\..\..\..\Tools\dir2qrc.py -v -o Drawing.qrc
|
|
||||||
@pause
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<RCC>
|
|
||||||
<qresource prefix="/">
|
|
||||||
<file>icons/actions/web-browser.svg</file>
|
|
||||||
<file>icons/actions/web-home.svg</file>
|
|
||||||
<file>icons/actions/web-next.svg</file>
|
|
||||||
<file>icons/actions/web-previous.svg</file>
|
|
||||||
<file>icons/actions/web-refresh.svg</file>
|
|
||||||
<file>icons/actions/web-stop.svg</file>
|
|
||||||
<file>icons/actions/web-zoom-in.svg</file>
|
|
||||||
<file>icons/actions/web-zoom-out.svg</file>
|
|
||||||
<file>icons/actions/web-sketchfab.svg</file>
|
|
||||||
<file>icons/actions/web-set-url.svg</file>
|
|
||||||
<file>icons/WebWorkbench.svg</file>
|
|
||||||
</qresource>
|
|
||||||
</RCC>
|
|
||||||
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 20 KiB |
@@ -1,867 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="web-previous.svg"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
id="svg11300"
|
|
||||||
height="64"
|
|
||||||
width="64"
|
|
||||||
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
|
|
||||||
inkscape:export-xdpi="90.000000"
|
|
||||||
inkscape:export-ydpi="90.000000"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs3">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3882">
|
|
||||||
<stop
|
|
||||||
id="stop3884"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#8ae234;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop3886"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#4e9a06;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective128" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2591">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#73d216"
|
|
||||||
offset="0"
|
|
||||||
id="stop2593" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4e9a06"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop2595" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient10314">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#7ea5d6;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop10316" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#467ec5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop10318" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient8938">
|
|
||||||
<stop
|
|
||||||
id="stop8940"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#fdc674;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop8942"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#d88103;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient8662"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop8664"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop8666"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7636"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop7638"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7640"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7614">
|
|
||||||
<stop
|
|
||||||
id="stop7616"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.21590909"
|
|
||||||
id="stop7649" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#838383;stop-opacity:1.0000000;"
|
|
||||||
offset="0.50000000"
|
|
||||||
id="stop7632" />
|
|
||||||
<stop
|
|
||||||
id="stop7618"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#838383;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7608">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop7610" />
|
|
||||||
<stop
|
|
||||||
id="stop7622"
|
|
||||||
offset="0.46022728"
|
|
||||||
style="stop-color:#e3e3e3;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#dadada;stop-opacity:0.67058824;"
|
|
||||||
offset="0.61970556"
|
|
||||||
id="stop7624" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d1d1d1;stop-opacity:0.34285715;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop7612" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7602">
|
|
||||||
<stop
|
|
||||||
id="stop7604"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop7606"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7586">
|
|
||||||
<stop
|
|
||||||
id="stop7588"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#525252;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop7590"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#000000;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient12836">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#515152;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop12838" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#515152;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop12840" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient12828">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#cccccd;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop12830" />
|
|
||||||
<stop
|
|
||||||
id="stop12862"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#adadae;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#8f8f90;stop-opacity:0.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop12832" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient12810">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop12812" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop12814" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11625">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fce94f;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11627" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fce94f;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11629" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11615">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#636363;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11617" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11619" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11602">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11604" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c5c5c5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11606" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11594">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11596" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11598" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11520">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fbfbfb;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11522" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11524" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11508">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11510" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11512" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11494">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ef2929;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11496" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ef2929;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11498" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11415">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#204a87;stop-opacity:0.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11417" />
|
|
||||||
<stop
|
|
||||||
id="stop11423"
|
|
||||||
offset="0.50000000"
|
|
||||||
style="stop-color:#204a87;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#204a87;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11419" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11399">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11401" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11403" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11425"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="15.82836"
|
|
||||||
y1="3.774456"
|
|
||||||
x2="43.615788"
|
|
||||||
y2="34.462429"
|
|
||||||
gradientTransform="translate(-60.28571,-0.285714)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11427"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="9.6957054"
|
|
||||||
y1="9.3458843"
|
|
||||||
x2="35.679932"
|
|
||||||
y2="39.033859"
|
|
||||||
gradientTransform="translate(-60.57143,0)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11439"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-60.85714,0.428571)"
|
|
||||||
x1="13.267134"
|
|
||||||
y1="19.774456"
|
|
||||||
x2="26.758644"
|
|
||||||
y2="33.462429" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11399"
|
|
||||||
id="radialGradient11441"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
|
|
||||||
cx="12.071428"
|
|
||||||
cy="39.142857"
|
|
||||||
fx="12.071428"
|
|
||||||
fy="39.142857"
|
|
||||||
r="8.5" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11494"
|
|
||||||
id="radialGradient11500"
|
|
||||||
cx="27.577173"
|
|
||||||
cy="15.048258"
|
|
||||||
fx="27.577173"
|
|
||||||
fy="15.048258"
|
|
||||||
r="3.8335035"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.243453,0,0,1.243453,-6.713754,-3.742847)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11494"
|
|
||||||
id="radialGradient11504"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.243453,0,0,1.243453,-6.713754,-3.742847)"
|
|
||||||
cx="27.577173"
|
|
||||||
cy="16.049133"
|
|
||||||
fx="27.577173"
|
|
||||||
fy="16.049133"
|
|
||||||
r="3.8335035" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11508"
|
|
||||||
id="radialGradient11514"
|
|
||||||
cx="30.203562"
|
|
||||||
cy="44.565483"
|
|
||||||
fx="30.203562"
|
|
||||||
fy="44.565483"
|
|
||||||
r="6.5659914"
|
|
||||||
gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11520"
|
|
||||||
id="radialGradient11526"
|
|
||||||
cx="24.44569"
|
|
||||||
cy="35.87817"
|
|
||||||
fx="24.44569"
|
|
||||||
fy="35.87817"
|
|
||||||
r="20.530962"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.995058,0,0,1.855412,24.94925,-30.2043)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11508"
|
|
||||||
id="radialGradient11532"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
|
|
||||||
cx="30.203562"
|
|
||||||
cy="44.565483"
|
|
||||||
fx="30.203562"
|
|
||||||
fy="44.565483"
|
|
||||||
r="6.5659914" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11594"
|
|
||||||
id="linearGradient11600"
|
|
||||||
x1="20.092352"
|
|
||||||
y1="8.9471626"
|
|
||||||
x2="31.799011"
|
|
||||||
y2="38.947163"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.045319,0,0,0.957884,48.16627,1.415543)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11520"
|
|
||||||
id="linearGradient11608"
|
|
||||||
x1="24.445671"
|
|
||||||
y1="0.49847093"
|
|
||||||
x2="24.445671"
|
|
||||||
y2="39.447163"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.984324,0,0,0.957884,49.65734,1.415543)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11615"
|
|
||||||
id="radialGradient11621"
|
|
||||||
cx="25"
|
|
||||||
cy="27.749998"
|
|
||||||
fx="25"
|
|
||||||
fy="27.749998"
|
|
||||||
r="4.75"
|
|
||||||
gradientTransform="matrix(3.570338,0,0,4.5099,-64.25843,-94.25499)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11631"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11635"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientTransform="translate(2,0)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11639"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11643"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11647"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(8,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11655"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11657"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11659"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11661"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12816"
|
|
||||||
x1="65.623962"
|
|
||||||
y1="21.459778"
|
|
||||||
x2="87.528969"
|
|
||||||
y2="21.459778"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12818"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="84.998962"
|
|
||||||
y1="25.209778"
|
|
||||||
x2="62.591469"
|
|
||||||
y2="12.022278" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12828"
|
|
||||||
id="radialGradient12834"
|
|
||||||
cx="88.593018"
|
|
||||||
cy="33.39867"
|
|
||||||
fx="88.593018"
|
|
||||||
fy="33.39867"
|
|
||||||
r="7.0056138"
|
|
||||||
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.82757,9.44387,-15.99848)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12836"
|
|
||||||
id="linearGradient12842"
|
|
||||||
x1="88.75"
|
|
||||||
y1="31.65625"
|
|
||||||
x2="92.0625"
|
|
||||||
y2="36.65625"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12878"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="65.623962"
|
|
||||||
y1="21.459778"
|
|
||||||
x2="87.528969"
|
|
||||||
y2="21.459778" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12836"
|
|
||||||
id="linearGradient12880"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="88.75"
|
|
||||||
y1="31.65625"
|
|
||||||
x2="92.0625"
|
|
||||||
y2="36.65625" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12828"
|
|
||||||
id="radialGradient12882"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.82757,9.44387,-15.99848)"
|
|
||||||
cx="88.593018"
|
|
||||||
cy="33.39867"
|
|
||||||
fx="88.593018"
|
|
||||||
fy="33.39867"
|
|
||||||
r="7.0056138" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12884"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="84.998962"
|
|
||||||
y1="25.209778"
|
|
||||||
x2="62.591469"
|
|
||||||
y2="12.022278" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11615"
|
|
||||||
id="radialGradient12894"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(3.570338,0,0,4.5099,-64.25843,-94.25499)"
|
|
||||||
cx="25"
|
|
||||||
cy="27.749998"
|
|
||||||
fx="25"
|
|
||||||
fy="27.749998"
|
|
||||||
r="4.75" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12896"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientTransform="translate(0.07267442,-0.181686)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12898"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12900"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12902"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12911"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(0.07267442,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12913"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12915"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
y2="21.06741"
|
|
||||||
x2="24.44569"
|
|
||||||
y1="33.447811"
|
|
||||||
x1="31.597168"
|
|
||||||
gradientTransform="matrix(0.476329,0,0,0.627721,62.0756,9.156933)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient7584"
|
|
||||||
xlink:href="#linearGradient11594"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(2.407878,0,0,1.86105,14.96976,-20.55775)"
|
|
||||||
r="6.0270014"
|
|
||||||
fy="29.099535"
|
|
||||||
fx="24.39909"
|
|
||||||
cy="29.099535"
|
|
||||||
cx="24.39909"
|
|
||||||
id="radialGradient7592"
|
|
||||||
xlink:href="#linearGradient7586"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
y2="11.042997"
|
|
||||||
x2="22.585604"
|
|
||||||
y1="34.149513"
|
|
||||||
x1="22.585604"
|
|
||||||
gradientTransform="matrix(1.059222,0,0,0.808101,48.08657,4.001391)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient7596"
|
|
||||||
xlink:href="#linearGradient7608"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(49.3207,0)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="38.454056"
|
|
||||||
x2="28.284273"
|
|
||||||
y1="28.554562"
|
|
||||||
x1="25.279068"
|
|
||||||
id="linearGradient7642"
|
|
||||||
xlink:href="#linearGradient7636"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(2.777122,-0.08126449,0.06891211,2.223012,4.035118,-33.24798)"
|
|
||||||
r="4.4774761"
|
|
||||||
fy="29.60956"
|
|
||||||
fx="24.483574"
|
|
||||||
cy="29.60956"
|
|
||||||
cx="24.483574"
|
|
||||||
id="radialGradient7647"
|
|
||||||
xlink:href="#linearGradient7614"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
|
||||||
r="15.644737"
|
|
||||||
fy="36.421127"
|
|
||||||
fx="24.837126"
|
|
||||||
cy="36.421127"
|
|
||||||
cx="24.837126"
|
|
||||||
id="radialGradient8668"
|
|
||||||
xlink:href="#linearGradient8662"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2591"
|
|
||||||
id="radialGradient2597"
|
|
||||||
cx="22.291636"
|
|
||||||
cy="32.797512"
|
|
||||||
fx="22.291636"
|
|
||||||
fy="32.797512"
|
|
||||||
r="16.9562"
|
|
||||||
gradientTransform="matrix(-1.232294,0,0,1.4912385,59.082908,-17.49055)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3882"
|
|
||||||
id="linearGradient3880"
|
|
||||||
x1="35.178761"
|
|
||||||
y1="-0.19493106"
|
|
||||||
x2="28.180153"
|
|
||||||
y2="33.177586"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
inkscape:cy="28.590808"
|
|
||||||
inkscape:cx="17.445305"
|
|
||||||
inkscape:zoom="8"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
borderopacity="0.25490196"
|
|
||||||
bordercolor="#666666"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
id="base"
|
|
||||||
fill="#4e9a06"
|
|
||||||
stroke="#4e9a06"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-bbox="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3872"
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata4">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Jakub Steiner</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>go</rdf:li>
|
|
||||||
<rdf:li>previous</rdf:li>
|
|
||||||
<rdf:li>left</rdf:li>
|
|
||||||
<rdf:li>arrow</rdf:li>
|
|
||||||
<rdf:li>pointer</rdf:li>
|
|
||||||
<rdf:li><</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
transform="matrix(-1.858166,0,0,1.3100083,79.151503,-10.711979)"
|
|
||||||
d="m 40.481863,36.421127 a 15.644737,8.3968935 0 1 1 -31.2894745,0 15.644737,8.3968935 0 1 1 31.2894745,0 z"
|
|
||||||
sodipodi:ry="8.3968935"
|
|
||||||
sodipodi:rx="15.644737"
|
|
||||||
sodipodi:cy="36.421127"
|
|
||||||
sodipodi:cx="24.837126"
|
|
||||||
id="path8660"
|
|
||||||
style="opacity:0.29946522;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
sodipodi:type="arc" />
|
|
||||||
<g
|
|
||||||
id="g3874"
|
|
||||||
transform="matrix(-1.1430847,0,0,1.1386615,65.212302,-2.7780395)"
|
|
||||||
style="stroke:#172a04;stroke-width:1.75304663">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="color:#000000;fill:url(#linearGradient3880);fill-opacity:1;fill-rule:evenodd;stroke:#172a04;stroke-width:1.75304663000000010;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
d="m 52.675276,3.3179654 0,26.3467236 -19.246168,0 0,12.295138 -27.9944262,-25.4685 27.9944262,-25.4684993 0,12.2951377 z"
|
|
||||||
id="path8643"
|
|
||||||
sodipodi:nodetypes="cccccccc" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccc"
|
|
||||||
id="path8658"
|
|
||||||
d="m 50.925624,5.0744137 0,22.8338273 -19.246168,-4e-6 0,9.932156 L 8.0591592,16.491327 31.679456,-5.0800528 l 0,10.1544665 z"
|
|
||||||
style="color:#000000;fill:none;stroke:#8ae234;stroke-width:1.75304663;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 26 KiB |
@@ -1,867 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="web-previous.svg"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
id="svg11300"
|
|
||||||
height="64"
|
|
||||||
width="64"
|
|
||||||
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
|
|
||||||
inkscape:export-xdpi="90.000000"
|
|
||||||
inkscape:export-ydpi="90.000000"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs3">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3882">
|
|
||||||
<stop
|
|
||||||
id="stop3884"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#8ae234;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop3886"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#4e9a06;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective128" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2591">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#73d216"
|
|
||||||
offset="0"
|
|
||||||
id="stop2593" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4e9a06"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop2595" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient10314">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#7ea5d6;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop10316" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#467ec5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop10318" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient8938">
|
|
||||||
<stop
|
|
||||||
id="stop8940"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#fdc674;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop8942"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#d88103;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient8662"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop8664"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop8666"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7636"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop7638"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#000000;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop7640"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#000000;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7614">
|
|
||||||
<stop
|
|
||||||
id="stop7616"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.21590909"
|
|
||||||
id="stop7649" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#838383;stop-opacity:1.0000000;"
|
|
||||||
offset="0.50000000"
|
|
||||||
id="stop7632" />
|
|
||||||
<stop
|
|
||||||
id="stop7618"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#838383;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7608">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop7610" />
|
|
||||||
<stop
|
|
||||||
id="stop7622"
|
|
||||||
offset="0.46022728"
|
|
||||||
style="stop-color:#e3e3e3;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#dadada;stop-opacity:0.67058824;"
|
|
||||||
offset="0.61970556"
|
|
||||||
id="stop7624" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d1d1d1;stop-opacity:0.34285715;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop7612" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7602">
|
|
||||||
<stop
|
|
||||||
id="stop7604"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop7606"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7586">
|
|
||||||
<stop
|
|
||||||
id="stop7588"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#525252;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop7590"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#000000;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient12836">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#515152;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop12838" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#515152;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop12840" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient12828">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#cccccd;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop12830" />
|
|
||||||
<stop
|
|
||||||
id="stop12862"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#adadae;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#8f8f90;stop-opacity:0.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop12832" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient12810">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop12812" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop12814" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11625">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fce94f;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11627" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fce94f;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11629" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11615">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#636363;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11617" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11619" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11602">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11604" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c5c5c5;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11606" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11594">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11596" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11598" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11520">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#fbfbfb;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11522" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11524" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11508">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11510" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11512" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11494">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ef2929;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11496" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ef2929;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11498" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11415">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#204a87;stop-opacity:0.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11417" />
|
|
||||||
<stop
|
|
||||||
id="stop11423"
|
|
||||||
offset="0.50000000"
|
|
||||||
style="stop-color:#204a87;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#204a87;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11419" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient11399">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop11401" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop11403" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11425"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="15.82836"
|
|
||||||
y1="3.774456"
|
|
||||||
x2="43.615788"
|
|
||||||
y2="34.462429"
|
|
||||||
gradientTransform="translate(-60.28571,-0.285714)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11427"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="9.6957054"
|
|
||||||
y1="9.3458843"
|
|
||||||
x2="35.679932"
|
|
||||||
y2="39.033859"
|
|
||||||
gradientTransform="translate(-60.57143,0)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11415"
|
|
||||||
id="linearGradient11439"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-60.85714,0.428571)"
|
|
||||||
x1="13.267134"
|
|
||||||
y1="19.774456"
|
|
||||||
x2="26.758644"
|
|
||||||
y2="33.462429" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11399"
|
|
||||||
id="radialGradient11441"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
|
|
||||||
cx="12.071428"
|
|
||||||
cy="39.142857"
|
|
||||||
fx="12.071428"
|
|
||||||
fy="39.142857"
|
|
||||||
r="8.5" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11494"
|
|
||||||
id="radialGradient11500"
|
|
||||||
cx="27.577173"
|
|
||||||
cy="15.048258"
|
|
||||||
fx="27.577173"
|
|
||||||
fy="15.048258"
|
|
||||||
r="3.8335035"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.243453,0,0,1.243453,-6.713754,-3.742847)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11494"
|
|
||||||
id="radialGradient11504"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.243453,0,0,1.243453,-6.713754,-3.742847)"
|
|
||||||
cx="27.577173"
|
|
||||||
cy="16.049133"
|
|
||||||
fx="27.577173"
|
|
||||||
fy="16.049133"
|
|
||||||
r="3.8335035" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11508"
|
|
||||||
id="radialGradient11514"
|
|
||||||
cx="30.203562"
|
|
||||||
cy="44.565483"
|
|
||||||
fx="30.203562"
|
|
||||||
fy="44.565483"
|
|
||||||
r="6.5659914"
|
|
||||||
gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11520"
|
|
||||||
id="radialGradient11526"
|
|
||||||
cx="24.44569"
|
|
||||||
cy="35.87817"
|
|
||||||
fx="24.44569"
|
|
||||||
fy="35.87817"
|
|
||||||
r="20.530962"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.995058,0,0,1.855412,24.94925,-30.2043)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11508"
|
|
||||||
id="radialGradient11532"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
|
|
||||||
cx="30.203562"
|
|
||||||
cy="44.565483"
|
|
||||||
fx="30.203562"
|
|
||||||
fy="44.565483"
|
|
||||||
r="6.5659914" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11594"
|
|
||||||
id="linearGradient11600"
|
|
||||||
x1="20.092352"
|
|
||||||
y1="8.9471626"
|
|
||||||
x2="31.799011"
|
|
||||||
y2="38.947163"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.045319,0,0,0.957884,48.16627,1.415543)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11520"
|
|
||||||
id="linearGradient11608"
|
|
||||||
x1="24.445671"
|
|
||||||
y1="0.49847093"
|
|
||||||
x2="24.445671"
|
|
||||||
y2="39.447163"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.984324,0,0,0.957884,49.65734,1.415543)" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11615"
|
|
||||||
id="radialGradient11621"
|
|
||||||
cx="25"
|
|
||||||
cy="27.749998"
|
|
||||||
fx="25"
|
|
||||||
fy="27.749998"
|
|
||||||
r="4.75"
|
|
||||||
gradientTransform="matrix(3.570338,0,0,4.5099,-64.25843,-94.25499)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11631"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11635"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientTransform="translate(2,0)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11639"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11643"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11647"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(8,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11655"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11657"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11659"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient11661"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12816"
|
|
||||||
x1="65.623962"
|
|
||||||
y1="21.459778"
|
|
||||||
x2="87.528969"
|
|
||||||
y2="21.459778"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12818"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="84.998962"
|
|
||||||
y1="25.209778"
|
|
||||||
x2="62.591469"
|
|
||||||
y2="12.022278" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12828"
|
|
||||||
id="radialGradient12834"
|
|
||||||
cx="88.593018"
|
|
||||||
cy="33.39867"
|
|
||||||
fx="88.593018"
|
|
||||||
fy="33.39867"
|
|
||||||
r="7.0056138"
|
|
||||||
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.82757,9.44387,-15.99848)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12836"
|
|
||||||
id="linearGradient12842"
|
|
||||||
x1="88.75"
|
|
||||||
y1="31.65625"
|
|
||||||
x2="92.0625"
|
|
||||||
y2="36.65625"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12878"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="65.623962"
|
|
||||||
y1="21.459778"
|
|
||||||
x2="87.528969"
|
|
||||||
y2="21.459778" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12836"
|
|
||||||
id="linearGradient12880"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="88.75"
|
|
||||||
y1="31.65625"
|
|
||||||
x2="92.0625"
|
|
||||||
y2="36.65625" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12828"
|
|
||||||
id="radialGradient12882"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.969219,0.227988,-0.194668,0.82757,9.44387,-15.99848)"
|
|
||||||
cx="88.593018"
|
|
||||||
cy="33.39867"
|
|
||||||
fx="88.593018"
|
|
||||||
fy="33.39867"
|
|
||||||
r="7.0056138" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient12810"
|
|
||||||
id="linearGradient12884"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="84.998962"
|
|
||||||
y1="25.209778"
|
|
||||||
x2="62.591469"
|
|
||||||
y2="12.022278" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11615"
|
|
||||||
id="radialGradient12894"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(3.570338,0,0,4.5099,-64.25843,-94.25499)"
|
|
||||||
cx="25"
|
|
||||||
cy="27.749998"
|
|
||||||
fx="25"
|
|
||||||
fy="27.749998"
|
|
||||||
r="4.75" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12896"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375"
|
|
||||||
gradientTransform="translate(0.07267442,-0.181686)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12898"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12900"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12902"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(6,0)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12911"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(0.07267442,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12913"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(2.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient11625"
|
|
||||||
id="linearGradient12915"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(4.072674,-0.181686)"
|
|
||||||
x1="21.5"
|
|
||||||
y1="30"
|
|
||||||
x2="21.5"
|
|
||||||
y2="27.375" />
|
|
||||||
<linearGradient
|
|
||||||
y2="21.06741"
|
|
||||||
x2="24.44569"
|
|
||||||
y1="33.447811"
|
|
||||||
x1="31.597168"
|
|
||||||
gradientTransform="matrix(0.476329,0,0,0.627721,62.0756,9.156933)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient7584"
|
|
||||||
xlink:href="#linearGradient11594"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(2.407878,0,0,1.86105,14.96976,-20.55775)"
|
|
||||||
r="6.0270014"
|
|
||||||
fy="29.099535"
|
|
||||||
fx="24.39909"
|
|
||||||
cy="29.099535"
|
|
||||||
cx="24.39909"
|
|
||||||
id="radialGradient7592"
|
|
||||||
xlink:href="#linearGradient7586"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
y2="11.042997"
|
|
||||||
x2="22.585604"
|
|
||||||
y1="34.149513"
|
|
||||||
x1="22.585604"
|
|
||||||
gradientTransform="matrix(1.059222,0,0,0.808101,48.08657,4.001391)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient7596"
|
|
||||||
xlink:href="#linearGradient7608"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(49.3207,0)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="38.454056"
|
|
||||||
x2="28.284273"
|
|
||||||
y1="28.554562"
|
|
||||||
x1="25.279068"
|
|
||||||
id="linearGradient7642"
|
|
||||||
xlink:href="#linearGradient7636"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(2.777122,-0.08126449,0.06891211,2.223012,4.035118,-33.24798)"
|
|
||||||
r="4.4774761"
|
|
||||||
fy="29.60956"
|
|
||||||
fx="24.483574"
|
|
||||||
cy="29.60956"
|
|
||||||
cx="24.483574"
|
|
||||||
id="radialGradient7647"
|
|
||||||
xlink:href="#linearGradient7614"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
|
||||||
r="15.644737"
|
|
||||||
fy="36.421127"
|
|
||||||
fx="24.837126"
|
|
||||||
cy="36.421127"
|
|
||||||
cx="24.837126"
|
|
||||||
id="radialGradient8668"
|
|
||||||
xlink:href="#linearGradient8662"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2591"
|
|
||||||
id="radialGradient2597"
|
|
||||||
cx="22.291636"
|
|
||||||
cy="32.797512"
|
|
||||||
fx="22.291636"
|
|
||||||
fy="32.797512"
|
|
||||||
r="16.9562"
|
|
||||||
gradientTransform="matrix(-1.232294,0,0,1.4912385,59.082908,-17.49055)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3882"
|
|
||||||
id="linearGradient3880"
|
|
||||||
x1="28.561192"
|
|
||||||
y1="0.18929172"
|
|
||||||
x2="35.453842"
|
|
||||||
y2="32.793362"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
inkscape:cy="28.590808"
|
|
||||||
inkscape:cx="17.445305"
|
|
||||||
inkscape:zoom="8"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
borderopacity="0.25490196"
|
|
||||||
bordercolor="#666666"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
id="base"
|
|
||||||
fill="#4e9a06"
|
|
||||||
stroke="#4e9a06"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-bbox="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3872"
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata4">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Jakub Steiner</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
<dc:title>Go Previous</dc:title>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>go</rdf:li>
|
|
||||||
<rdf:li>previous</rdf:li>
|
|
||||||
<rdf:li>left</rdf:li>
|
|
||||||
<rdf:li>arrow</rdf:li>
|
|
||||||
<rdf:li>pointer</rdf:li>
|
|
||||||
<rdf:li><</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
transform="matrix(-1.858166,0,0,1.3100083,79.151503,-10.711979)"
|
|
||||||
d="m 40.481863,36.421127 a 15.644737,8.3968935 0 1 1 -31.2894745,0 15.644737,8.3968935 0 1 1 31.2894745,0 z"
|
|
||||||
sodipodi:ry="8.3968935"
|
|
||||||
sodipodi:rx="15.644737"
|
|
||||||
sodipodi:cy="36.421127"
|
|
||||||
sodipodi:cx="24.837126"
|
|
||||||
id="path8660"
|
|
||||||
style="opacity:0.29946522;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
sodipodi:type="arc" />
|
|
||||||
<g
|
|
||||||
id="g3874"
|
|
||||||
transform="matrix(1.1430847,0,0,1.1386615,-1.2123016,-2.7780395)"
|
|
||||||
style="stroke:#172a04;stroke-width:1.75304664">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="color:#000000;fill:url(#linearGradient3880);fill-opacity:1;fill-rule:evenodd;stroke:#172a04;stroke-width:1.75304663;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
d="m 52.675276,3.3179654 0,26.3467236 -19.246168,0 0,12.295138 -27.9944262,-25.4685 27.9944262,-25.4684993 0,12.2951377 z"
|
|
||||||
id="path8643"
|
|
||||||
sodipodi:nodetypes="cccccccc" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccc"
|
|
||||||
id="path8658"
|
|
||||||
d="m 50.925624,5.0744137 0,22.8338273 -19.246168,-4e-6 0,9.932156 L 8.0591592,16.491327 31.679456,-5.0800528 l 0,10.1544665 z"
|
|
||||||
style="color:#000000;fill:none;stroke:#8ae234;stroke-width:1.75304663;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 26 KiB |
@@ -1,659 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
inkscape:export-ydpi="90.000000"
|
|
||||||
inkscape:export-xdpi="90.000000"
|
|
||||||
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
|
|
||||||
width="64"
|
|
||||||
height="64"
|
|
||||||
id="svg11300"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="web-refresh.svg"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs3">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3063">
|
|
||||||
<stop
|
|
||||||
id="stop3065"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop3067"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#204a87;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective58" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2690">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2692" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2694" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2682">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3977c3;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2684" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#89aedc;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2686" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2402">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2404" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#528ac5;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2406" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2380">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop2382" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2384" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2871">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2873" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2875" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2847">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2849" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2851" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2831">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2833" />
|
|
||||||
<stop
|
|
||||||
id="stop2855"
|
|
||||||
offset="0.33333334"
|
|
||||||
style="stop-color:#5b86be;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#83a8d8;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2835" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2797">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2799" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2801" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient8662">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop8664" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop8666" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2831"
|
|
||||||
id="linearGradient1486"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.370336,0,0,1.3589114,0.02150968,-18.214919)"
|
|
||||||
x1="13.478554"
|
|
||||||
y1="10.612206"
|
|
||||||
x2="15.419417"
|
|
||||||
y2="19.115122" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2847"
|
|
||||||
id="linearGradient1488"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.370336,0,0,-1.3589114,64.512944,44.464873)"
|
|
||||||
x1="37.128052"
|
|
||||||
y1="29.729605"
|
|
||||||
x2="37.065414"
|
|
||||||
y2="26.194071" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1491"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1493"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient1501"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient8662"
|
|
||||||
id="radialGradient1503"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
|
||||||
cx="24.837126"
|
|
||||||
cy="36.421127"
|
|
||||||
fx="24.837126"
|
|
||||||
fy="36.421127"
|
|
||||||
r="15.644737" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3063"
|
|
||||||
id="linearGradient2386"
|
|
||||||
x1="42.703487"
|
|
||||||
y1="20.547306"
|
|
||||||
x2="26.605606"
|
|
||||||
y2="33.634254"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2402"
|
|
||||||
id="linearGradient2408"
|
|
||||||
x1="18.935766"
|
|
||||||
y1="23.667896"
|
|
||||||
x2="53.588623"
|
|
||||||
y2="26.649363"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2682"
|
|
||||||
id="linearGradient2688"
|
|
||||||
x1="36.713837"
|
|
||||||
y1="31.455952"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.370336,0,0,1.3589114,-0.33380651,-16.948724)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2690"
|
|
||||||
id="linearGradient2696"
|
|
||||||
x1="32.647972"
|
|
||||||
y1="30.748846"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.370336,0,0,1.3589114,-0.33380651,-16.948724)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380"
|
|
||||||
id="linearGradient3034"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="41.791897"
|
|
||||||
y1="20.134634"
|
|
||||||
x2="23.705669"
|
|
||||||
y2="34.083359" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient3036"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2402"
|
|
||||||
id="linearGradient3038"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="18.935766"
|
|
||||||
y1="23.667896"
|
|
||||||
x2="53.588623"
|
|
||||||
y2="26.649363" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient3040"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2831-7"
|
|
||||||
id="linearGradient1486-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.370336,0,0,1.3589114,0.30396568,-17.325948)"
|
|
||||||
x1="13.478554"
|
|
||||||
y1="10.612206"
|
|
||||||
x2="15.419417"
|
|
||||||
y2="19.115122" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2831-7">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2833-4" />
|
|
||||||
<stop
|
|
||||||
id="stop2855-0"
|
|
||||||
offset="0.33333334"
|
|
||||||
style="stop-color:#5b86be;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#83a8d8;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2835-9" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2847-8"
|
|
||||||
id="linearGradient1488-4"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.370336,0,0,-1.3589114,64.7954,45.353844)"
|
|
||||||
x1="37.128052"
|
|
||||||
y1="29.729605"
|
|
||||||
x2="37.065414"
|
|
||||||
y2="26.194071" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2847-8">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2849-8" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2851-2" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380-5"
|
|
||||||
id="linearGradient2386-4"
|
|
||||||
x1="62.513836"
|
|
||||||
y1="36.061237"
|
|
||||||
x2="15.984863"
|
|
||||||
y2="20.60858"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2380-5">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b9cfe7;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop2382-5" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2384-1" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380-5"
|
|
||||||
id="linearGradient3034-7"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="62.513836"
|
|
||||||
y1="36.061237"
|
|
||||||
x2="15.984863"
|
|
||||||
y2="20.60858" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3895">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b9cfe7;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop3897" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop3899" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797-1"
|
|
||||||
id="linearGradient3861-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2797-1">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2799-5" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2801-2" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3063"
|
|
||||||
id="linearGradient3858"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="42.703487"
|
|
||||||
y1="20.547306"
|
|
||||||
x2="26.605606"
|
|
||||||
y2="33.634254" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2831-2"
|
|
||||||
id="linearGradient1486-5"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.370336,0,0,1.3589114,0.02150968,-18.214919)"
|
|
||||||
x1="13.478554"
|
|
||||||
y1="10.612206"
|
|
||||||
x2="15.419417"
|
|
||||||
y2="19.115122" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2831-2">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2833-3" />
|
|
||||||
<stop
|
|
||||||
id="stop2855-1"
|
|
||||||
offset="0.33333334"
|
|
||||||
style="stop-color:#5b86be;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#83a8d8;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2835-6" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2847-82"
|
|
||||||
id="linearGradient1488-8"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1.370336,0,0,-1.3589114,64.512944,44.464873)"
|
|
||||||
x1="37.128052"
|
|
||||||
y1="29.729605"
|
|
||||||
x2="37.065414"
|
|
||||||
y2="26.194071" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2847-82">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2849-7" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2851-7" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3063-2"
|
|
||||||
id="linearGradient3858-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="42.703487"
|
|
||||||
y1="20.547306"
|
|
||||||
x2="26.605606"
|
|
||||||
y2="33.634254" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3063-2">
|
|
||||||
<stop
|
|
||||||
id="stop3065-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop3067-0"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#204a87;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380-9"
|
|
||||||
id="linearGradient3034-4"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="26.221533"
|
|
||||||
y1="31.125586"
|
|
||||||
x2="46.731483"
|
|
||||||
y2="21.766298" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2380-9">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop2382-4" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2384-6" />
|
|
||||||
</linearGradient>
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
stroke="#3465a4"
|
|
||||||
fill="#729fcf"
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="0.25490196"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="7.9999996"
|
|
||||||
inkscape:cx="72.289799"
|
|
||||||
inkscape:cy="6.3252334"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:snap-nodes="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3042" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata4">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Jakub Steiner</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
<dc:title>View Refresh</dc:title>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>reload</rdf:li>
|
|
||||||
<rdf:li>refresh</rdf:li>
|
|
||||||
<rdf:li>view</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
transform="matrix(-2.0414388,0,0,-1.3606128,83.542608,85.352711)"
|
|
||||||
d="m 40.481863,36.421127 c 0,4.637477 -7.004387,8.396894 -15.644737,8.396894 -8.64035,0 -15.6447375,-3.759417 -15.6447375,-8.396894 0,-4.637476 7.0043875,-8.396893 15.6447375,-8.396893 8.64035,0 15.644737,3.759417 15.644737,8.396893 z"
|
|
||||||
sodipodi:ry="8.3968935"
|
|
||||||
sodipodi:rx="15.644737"
|
|
||||||
sodipodi:cy="36.421127"
|
|
||||||
sodipodi:cx="24.837126"
|
|
||||||
id="path8660"
|
|
||||||
style="opacity:0.38333333;color:#000000;fill:url(#radialGradient1503);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
sodipodi:type="arc"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
inkscape:r_cy="true" />
|
|
||||||
<g
|
|
||||||
id="g3863">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
id="path2865"
|
|
||||||
d="m 27,-3.6915582 c 0,0 -12.247378,-0.8493196 -8.478954,13.4192502 l -10.534458,0 c 0,0 0.685168,-16.137073 19.013412,-13.4192502 z"
|
|
||||||
style="color:#000000;fill:url(#linearGradient1486);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1488);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" />
|
|
||||||
<g
|
|
||||||
style="fill:url(#linearGradient3858);fill-opacity:1;stroke:#204a87;stroke-width:0.73280919000000000;stroke-opacity:1"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
transform="matrix(-0.79349441,-0.66481753,-0.67040672,0.78687903,77.66003,0.94046451)"
|
|
||||||
id="g1878">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
style="color:#000000;fill:url(#linearGradient3034);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.93339872000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
|
|
||||||
d="M 44.306783,50.229694 C 62.821497,35.818859 49.664587,13.411704 22.462411,12.49765 L 22.113843,3.1515478 7.6245439,20.496754 22.714328,33.219189 c 0,0 -0.251917,-9.88122 -0.251917,-9.88122 18.82976,0.998977 32.981627,14.071729 21.844372,26.891725 z"
|
|
||||||
id="path1880"
|
|
||||||
sodipodi:nodetypes="ccccccc" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g2805"
|
|
||||||
transform="matrix(-0.69686517,-0.58385766,-0.58876622,0.69105539,72.350404,1.0127423)"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
style="fill:none;stroke:#729fcf;stroke-width:0.73280919;stroke-opacity:1">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
id="path2807"
|
|
||||||
d="M 52.368857,42.344789 C 57.336994,33.465615 49.176003,12.601866 19.05552,12.672851 L 18.677956,5.6633463 7.4378077,19.282655 19.129354,29.167094 18.807724,20.554957 c 18.244937,0.381972 33.804002,9.457851 33.561133,21.789832 z"
|
|
||||||
style="color:#000000;fill:none;stroke:#729fcf;stroke-width:2.20148993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:21;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
inkscape:r_cy="true" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="matrix(-1,0,0,-1,65.986588,29)"
|
|
||||||
id="g3863-0">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
id="path2865-3"
|
|
||||||
d="m 27,-3.6915582 c 0,0 -12.247378,-0.8493196 -8.478954,13.4192502 l -10.534458,0 c 0,0 0.685168,-16.137073 19.013412,-13.4192502 z"
|
|
||||||
style="color:#000000;fill:url(#linearGradient1486-5);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1488-8);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" />
|
|
||||||
<g
|
|
||||||
style="fill:url(#linearGradient3858-1);fill-opacity:1;stroke:#204a87;stroke-width:0.73280919;stroke-opacity:1"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
transform="matrix(-0.79349441,-0.66481753,-0.67040672,0.78687903,77.66003,0.94046451)"
|
|
||||||
id="g1878-6">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
style="color:#000000;fill:url(#linearGradient3034-4);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.93339872000000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
|
|
||||||
d="M 44.306783,50.229694 C 62.821497,35.818859 49.664587,13.411704 22.462411,12.49765 L 22.113843,3.1515478 7.6245439,20.496754 22.714328,33.219189 c 0,0 -0.251917,-9.88122 -0.251917,-9.88122 18.82976,0.998977 32.981627,14.071729 21.844372,26.891725 z"
|
|
||||||
id="path1880-2"
|
|
||||||
sodipodi:nodetypes="ccccccc" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g2805-4"
|
|
||||||
transform="matrix(-0.69686517,-0.58385766,-0.58876622,0.69105539,72.350404,1.0127423)"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
inkscape:r_cy="true"
|
|
||||||
style="fill:none;stroke:#729fcf;stroke-width:0.73280919;stroke-opacity:1">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
id="path2807-5"
|
|
||||||
d="M 52.368857,42.344789 C 57.864671,33.591679 49.176003,12.601866 19.05552,12.672851 L 18.677956,5.6633463 7.4378077,19.282655 19.129354,29.167094 18.807724,20.554957 c 18.244937,0.381972 33.804002,9.457851 33.561133,21.789832 z"
|
|
||||||
style="color:#000000;fill:none;stroke:#729fcf;stroke-width:2.20148993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:21;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
|
|
||||||
inkscape:r_cx="true"
|
|
||||||
inkscape:r_cy="true" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 66 KiB |
@@ -1,77 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="64"
|
|
||||||
height="64"
|
|
||||||
viewBox="0 0 16.933329 16.933333"
|
|
||||||
version="1.1"
|
|
||||||
id="svg4526"
|
|
||||||
inkscape:version="0.92.1 r15371"
|
|
||||||
sodipodi:docname="web-sketchfab.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4520" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2.8"
|
|
||||||
inkscape:cx="62.910611"
|
|
||||||
inkscape:cy="2.0041616"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
units="px"
|
|
||||||
width="49px"
|
|
||||||
inkscape:window-width="1360"
|
|
||||||
inkscape:window-height="739"
|
|
||||||
inkscape:window-x="1920"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4523">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-280.06667)">
|
|
||||||
<g
|
|
||||||
id="g56"
|
|
||||||
transform="matrix(0.03906056,0,0,-0.03906056,8.4531576,281.04755)">
|
|
||||||
<path
|
|
||||||
d="m 0,0 c -106.512,0 -192.826,-86.347 -192.826,-192.843 0,-106.496 86.314,-192.843 192.826,-192.843 106.512,0 192.843,86.347 192.843,192.843 C 192.843,-86.347 106.512,0 0,0"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
id="path58"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g60"
|
|
||||||
transform="matrix(0.03906056,0,0,-0.03906056,12.491566,291.36405)">
|
|
||||||
<path
|
|
||||||
d="M 0,0 -88.744,-51.24 V 55.405 L 0,103.355 Z m -105.471,80.231 -105.388,55.868 105.388,60.86 105.405,-60.86 z m -15.868,-131.454 -89.074,51.421 v 103.736 l 89.074,-48.116 z m 17.951,329.587 C -217.504,278.364 -310,185.851 -310,71.736 c 0,-114.116 92.496,-206.629 206.612,-206.629 114.115,0 206.611,92.513 206.611,206.629 0.017,114.115 -92.479,206.628 -206.611,206.628"
|
|
||||||
style="fill:#1caad9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
id="path62"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 2.7 KiB |
@@ -1,343 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="64"
|
|
||||||
height="64"
|
|
||||||
id="svg6361"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="web-stop.svg"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs3">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3814">
|
|
||||||
<stop
|
|
||||||
id="stop3816"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ef2929;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop3818"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#a40000;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective52" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2256">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ff0202;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2258" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ff9b9b;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2260" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2248">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2250" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2252" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient9647">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop9649" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#dbdbdb;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop9651" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient21644">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop21646" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop21648" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient21644"
|
|
||||||
id="radialGradient21650"
|
|
||||||
cx="25.125"
|
|
||||||
cy="36.75"
|
|
||||||
fx="25.125"
|
|
||||||
fy="36.75"
|
|
||||||
r="15.75"
|
|
||||||
gradientTransform="matrix(1,0,0,0.595238,0,14.875)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient7895">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7897" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7899" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient4981">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#cc0000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop4983" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b30000;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop4985" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient15762"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop15764"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop15766"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient14236">
|
|
||||||
<stop
|
|
||||||
id="stop14238"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#ed4040;stop-opacity:1.0000000;" />
|
|
||||||
<stop
|
|
||||||
id="stop14240"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#a40000;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11780">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ff8b8b;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11782" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ec1b1b;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11784" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient11014">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#a80000;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop11016" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c60000;stop-opacity:1.0000000;"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop13245" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#e50000;stop-opacity:1.0000000;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop11018" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="9.650753"
|
|
||||||
x2="9.8940229"
|
|
||||||
y1="5.3855424"
|
|
||||||
x1="5.736527"
|
|
||||||
gradientTransform="matrix(-1,0,0,-1,31.7217,31.29079)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient15772"
|
|
||||||
xlink:href="#linearGradient15762"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7895"
|
|
||||||
id="linearGradient7901"
|
|
||||||
x1="15.578875"
|
|
||||||
y1="16.285088"
|
|
||||||
x2="32.166405"
|
|
||||||
y2="28.394291"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient4981"
|
|
||||||
id="linearGradient2243"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="23.995985"
|
|
||||||
y1="20.105337"
|
|
||||||
x2="41.047836"
|
|
||||||
y2="37.959785"
|
|
||||||
gradientTransform="matrix(0.988373,0,0,0.988373,0.279002,0.278984)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3814"
|
|
||||||
id="linearGradient3036"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.98637639,0,0,0.98633492,0.26966884,-1.7302616)"
|
|
||||||
x1="22.513117"
|
|
||||||
y1="5.4577837"
|
|
||||||
x2="31.41033"
|
|
||||||
y2="42.531067" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2248"
|
|
||||||
id="radialGradient3040"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(4.154957,0,0,3.198723,-52.84553,-23.50921)"
|
|
||||||
cx="16.75"
|
|
||||||
cy="10.666344"
|
|
||||||
fx="16.75"
|
|
||||||
fy="10.666344"
|
|
||||||
r="21.25" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient9647"
|
|
||||||
id="radialGradient3042"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0106013,0.89170704,-1.1207745,1.2702111,23.902046,-32.434663)"
|
|
||||||
cx="19.770409"
|
|
||||||
cy="24.319469"
|
|
||||||
fx="19.770409"
|
|
||||||
fy="24.319469"
|
|
||||||
r="12.30225" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="0.15294118"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="11.313708"
|
|
||||||
inkscape:cx="20.891768"
|
|
||||||
inkscape:cy="13.851714"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
inkscape:showpageshadow="true"
|
|
||||||
inkscape:snap-bbox="false"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3028"
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata4">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Stop</dc:title>
|
|
||||||
<dc:date>2005-10-16</dc:date>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Andreas Nilsson</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>stop</rdf:li>
|
|
||||||
<rdf:li>halt</rdf:li>
|
|
||||||
<rdf:li>error</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
<dc:contributor>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Jakub Steiner</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:contributor>
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.63068183;color:#000000;fill:url(#radialGradient21650);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
|
|
||||||
id="path21642"
|
|
||||||
sodipodi:cx="25.125"
|
|
||||||
sodipodi:cy="36.75"
|
|
||||||
sodipodi:rx="15.75"
|
|
||||||
sodipodi:ry="9.375"
|
|
||||||
d="m 40.875,36.75 a 15.75,9.375 0 1 1 -31.5,0 15.75,9.375 0 1 1 31.5,0 z"
|
|
||||||
transform="matrix(1.904762,0,0,0.64,-15.857143,18.48)" />
|
|
||||||
<g
|
|
||||||
id="g3030"
|
|
||||||
transform="matrix(1.3673653,0,0,1.3673653,-0.7330057,-13.994905)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccccc"
|
|
||||||
id="path9480"
|
|
||||||
d="m 15.648269,0.72760735 16.852542,0 12.646602,12.91552665 0,17.649127 -12.47628,11.852687 -17.192872,0 -12.748189,-12.663223 0,-16.959227 12.918197,-12.79489065 z"
|
|
||||||
style="fill:url(#linearGradient3036);fill-opacity:1;fill-rule:evenodd;stroke:#860000;stroke-width:1.46266710999999990;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccccc"
|
|
||||||
id="path9482"
|
|
||||||
d="m 16.247847,2.1902743 15.635854,0 11.801045,11.9691277 0,16.489848 -11.425362,11.033031 -16.156452,0 -11.910193,-11.831093 0,-15.766079 12.055108,-11.8948347 z"
|
|
||||||
style="fill:none;stroke:#ef2929;stroke-width:1.46266699;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path2787"
|
|
||||||
d="m 16.625408,10.234942 -4.388001,4.388001 7.313335,7.313335 -7.313335,7.313334 4.388001,4.388001 7.313334,-7.313334 7.313335,7.313334 4.388001,-4.388001 -7.313335,-7.313334 7.313335,-7.313335 -4.388001,-4.388001 -7.313335,7.313335 z"
|
|
||||||
style="fill:url(#radialGradient3042);fill-opacity:1;fill-rule:evenodd;stroke:#ef2929;stroke-width:1.46266699;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
sodipodi:nodetypes="ccccccccccccc" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 11 KiB |
@@ -1,452 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="64"
|
|
||||||
height="64"
|
|
||||||
id="svg6431"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="web-zoom-in.svg"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs6433">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3057">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop3059" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop3061" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective70" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2091">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2093" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2095" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7916">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7918" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0.34020618;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop7920" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient8662">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop8664" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop8666" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient8662"
|
|
||||||
id="radialGradient1503"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
|
||||||
cx="24.837126"
|
|
||||||
cy="36.421127"
|
|
||||||
fx="24.837126"
|
|
||||||
fy="36.421127"
|
|
||||||
r="15.644737" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2847">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2849" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2851" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2847"
|
|
||||||
id="linearGradient1488"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1,0,0,-1,-1.24248,40.0817)"
|
|
||||||
x1="37.128052"
|
|
||||||
y1="29.729605"
|
|
||||||
x2="37.065414"
|
|
||||||
y2="26.194071" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2831">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2833" />
|
|
||||||
<stop
|
|
||||||
id="stop2855"
|
|
||||||
offset="0.33333334"
|
|
||||||
style="stop-color:#5b86be;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#83a8d8;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2835" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2831"
|
|
||||||
id="linearGradient1486"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.30498,-6.043298)"
|
|
||||||
x1="13.478554"
|
|
||||||
y1="10.612206"
|
|
||||||
x2="15.419417"
|
|
||||||
y2="19.115122" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2380">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b9cfe7;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop2382" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2384" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2682">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3977c3;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2684" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#89aedc;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2686" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2682"
|
|
||||||
id="linearGradient2688"
|
|
||||||
x1="36.713837"
|
|
||||||
y1="31.455952"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.77039,-5.765705)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2690">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2692" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2694" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2690"
|
|
||||||
id="linearGradient2696"
|
|
||||||
x1="32.647972"
|
|
||||||
y1="30.748846"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.77039,-5.765705)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2871">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2873" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2875" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2402">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2404" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#528ac5;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2406" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1493"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2797">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2799" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2801" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1491"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient7179">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7181" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7183" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2316">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2318" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0.65979379;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2320" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient1322">
|
|
||||||
<stop
|
|
||||||
id="stop1324"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#729fcf" />
|
|
||||||
<stop
|
|
||||||
id="stop1326"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#5187d6;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7179"
|
|
||||||
id="linearGradient7185"
|
|
||||||
x1="13.435029"
|
|
||||||
y1="13.604306"
|
|
||||||
x2="22.374878"
|
|
||||||
y2="23.554308"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7179"
|
|
||||||
id="linearGradient7189"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="13.435029"
|
|
||||||
y1="13.604306"
|
|
||||||
x2="22.374878"
|
|
||||||
y2="23.554308"
|
|
||||||
gradientTransform="matrix(-1,0,0,-1,47.93934,50.02474)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380"
|
|
||||||
id="linearGradient7180"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="62.513836"
|
|
||||||
y1="36.061237"
|
|
||||||
x2="15.984863"
|
|
||||||
y2="20.60858" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient7182"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2402"
|
|
||||||
id="linearGradient7184"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="18.935766"
|
|
||||||
y1="23.667896"
|
|
||||||
x2="53.588623"
|
|
||||||
y2="26.649363" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient7186"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2091"
|
|
||||||
id="radialGradient2097"
|
|
||||||
cx="23.070683"
|
|
||||||
cy="35.127438"
|
|
||||||
fx="23.070683"
|
|
||||||
fy="35.127438"
|
|
||||||
r="10.31934"
|
|
||||||
gradientTransform="matrix(0.914812,0.01265023,-0.00821502,0.213562,2.253914,27.18889)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3057"
|
|
||||||
id="linearGradient3053"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.9455392,0,0,1.9455392,-47.998185,-58.673094)"
|
|
||||||
x1="41.511921"
|
|
||||||
y1="26.271811"
|
|
||||||
x2="42.984806"
|
|
||||||
y2="49.460072" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="0.15686275"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="45.254834"
|
|
||||||
inkscape:cx="27.702682"
|
|
||||||
inkscape:cy="50.664714"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="true"
|
|
||||||
inkscape:snap-bbox="false"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3046"
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata6436">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Add</dc:title>
|
|
||||||
<dc:date>2006-01-04</dc:date>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Andreas Nilsson</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>http://tango-project.org</dc:source>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>add</rdf:li>
|
|
||||||
<rdf:li>plus</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.10824741;fill:url(#radialGradient2097);fill-opacity:1;stroke:none"
|
|
||||||
id="path1361"
|
|
||||||
sodipodi:cx="22.958872"
|
|
||||||
sodipodi:cy="34.94062"
|
|
||||||
sodipodi:rx="10.31934"
|
|
||||||
sodipodi:ry="2.320194"
|
|
||||||
d="m 33.278212,34.94062 a 10.31934,2.320194 0 1 1 -20.63868,0 10.31934,2.320194 0 1 1 20.63868,0 z"
|
|
||||||
transform="matrix(2.9071627,0,0,2.1549921,-34.745177,-34.296761)" />
|
|
||||||
<g
|
|
||||||
id="g3048"
|
|
||||||
transform="matrix(1.0469189,0,0,1.0861452,-3.3021784,-0.78846229)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccccccccc"
|
|
||||||
id="text1314"
|
|
||||||
d="m 40.406357,40.315477 0,-18.413744 19.103676,0 0,-12.8896209 -19.103676,0 0,-18.4137443 -13.372574,0 1e-6,18.4137443 -19.1036765,0 -1e-6,12.8896209 19.1036765,0 -1e-6,18.413744 z"
|
|
||||||
style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#3465a4;stroke:#0b1521;stroke-width:1.87555385;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;font-family:Bitstream Vera Sans" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccccccccc"
|
|
||||||
id="path7076"
|
|
||||||
d="m 38.495989,38.474103 0,-18.413744 19.103676,0 0,-9.206872 -19.103676,0 0,-18.4137448 -9.551838,0 4e-6,18.4137448 -19.1036768,0 -4e-6,9.206872 19.1036768,0 1.3e-5,18.413744 9.551838,0 z"
|
|
||||||
style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient3053);fill-opacity:1;stroke:#729fcf;stroke-width:1.87555385;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB |
@@ -1,452 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="64"
|
|
||||||
height="64"
|
|
||||||
id="svg6431"
|
|
||||||
sodipodi:version="0.32"
|
|
||||||
inkscape:version="0.48.5 r10040"
|
|
||||||
sodipodi:docname="web-zoom-in.svg"
|
|
||||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
|
||||||
version="1.1">
|
|
||||||
<defs
|
|
||||||
id="defs6433">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3057">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf"
|
|
||||||
offset="0.0000000"
|
|
||||||
id="stop3059" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop3061" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:perspective
|
|
||||||
sodipodi:type="inkscape:persp3d"
|
|
||||||
inkscape:vp_x="0 : 24 : 1"
|
|
||||||
inkscape:vp_y="0 : 1000 : 0"
|
|
||||||
inkscape:vp_z="48 : 24 : 1"
|
|
||||||
inkscape:persp3d-origin="24 : 16 : 1"
|
|
||||||
id="perspective70" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2091">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2093" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2095" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient7916">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7918" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0.34020618;"
|
|
||||||
offset="1.0000000"
|
|
||||||
id="stop7920" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient8662">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop8664" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop8666" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient8662"
|
|
||||||
id="radialGradient1503"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
|
|
||||||
cx="24.837126"
|
|
||||||
cy="36.421127"
|
|
||||||
fx="24.837126"
|
|
||||||
fy="36.421127"
|
|
||||||
r="15.644737" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2847">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2849" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2851" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2847"
|
|
||||||
id="linearGradient1488"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-1,0,0,-1,-1.24248,40.0817)"
|
|
||||||
x1="37.128052"
|
|
||||||
y1="29.729605"
|
|
||||||
x2="37.065414"
|
|
||||||
y2="26.194071" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2831">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2833" />
|
|
||||||
<stop
|
|
||||||
id="stop2855"
|
|
||||||
offset="0.33333334"
|
|
||||||
style="stop-color:#5b86be;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#83a8d8;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2835" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2831"
|
|
||||||
id="linearGradient1486"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.30498,-6.043298)"
|
|
||||||
x1="13.478554"
|
|
||||||
y1="10.612206"
|
|
||||||
x2="15.419417"
|
|
||||||
y2="19.115122" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2380">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b9cfe7;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop2382" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2384" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2682">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3977c3;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2684" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#89aedc;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2686" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2682"
|
|
||||||
id="linearGradient2688"
|
|
||||||
x1="36.713837"
|
|
||||||
y1="31.455952"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.77039,-5.765705)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2690">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2692" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#c4d7eb;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2694" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2690"
|
|
||||||
id="linearGradient2696"
|
|
||||||
x1="32.647972"
|
|
||||||
y1="30.748846"
|
|
||||||
x2="37.124462"
|
|
||||||
y2="24.842253"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(-48.77039,-5.765705)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2871">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2873" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3465a4;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop2875" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2402">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2404" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#528ac5;stop-opacity:1;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2406" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1493"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient2797">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2799" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2801" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2797"
|
|
||||||
id="linearGradient1491"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="5.9649177"
|
|
||||||
y1="26.048164"
|
|
||||||
x2="52.854095"
|
|
||||||
y2="26.048164" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient7179">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop7181" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop7183" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient2316">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop2318" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0.65979379;"
|
|
||||||
offset="1"
|
|
||||||
id="stop2320" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient1322">
|
|
||||||
<stop
|
|
||||||
id="stop1324"
|
|
||||||
offset="0.0000000"
|
|
||||||
style="stop-color:#729fcf" />
|
|
||||||
<stop
|
|
||||||
id="stop1326"
|
|
||||||
offset="1.0000000"
|
|
||||||
style="stop-color:#5187d6;stop-opacity:1.0000000;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7179"
|
|
||||||
id="linearGradient7185"
|
|
||||||
x1="13.435029"
|
|
||||||
y1="13.604306"
|
|
||||||
x2="22.374878"
|
|
||||||
y2="23.554308"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient7179"
|
|
||||||
id="linearGradient7189"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="13.435029"
|
|
||||||
y1="13.604306"
|
|
||||||
x2="22.374878"
|
|
||||||
y2="23.554308"
|
|
||||||
gradientTransform="matrix(-1,0,0,-1,47.93934,50.02474)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2380"
|
|
||||||
id="linearGradient7180"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="62.513836"
|
|
||||||
y1="36.061237"
|
|
||||||
x2="15.984863"
|
|
||||||
y2="20.60858" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient7182"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2402"
|
|
||||||
id="linearGradient7184"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="18.935766"
|
|
||||||
y1="23.667896"
|
|
||||||
x2="53.588623"
|
|
||||||
y2="26.649363" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2871"
|
|
||||||
id="linearGradient7186"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="46.834816"
|
|
||||||
y1="45.264122"
|
|
||||||
x2="45.380436"
|
|
||||||
y2="50.939667" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient2091"
|
|
||||||
id="radialGradient2097"
|
|
||||||
cx="23.070683"
|
|
||||||
cy="35.127438"
|
|
||||||
fx="23.070683"
|
|
||||||
fy="35.127438"
|
|
||||||
r="10.31934"
|
|
||||||
gradientTransform="matrix(0.914812,0.01265023,-0.00821502,0.213562,2.253914,27.18889)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3057"
|
|
||||||
id="linearGradient3053"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.9455392,0,0,1.9455392,-47.998185,-58.673094)"
|
|
||||||
x1="42.002884"
|
|
||||||
y1="35.736408"
|
|
||||||
x2="42.984806"
|
|
||||||
y2="40.468704" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="0.15686275"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16"
|
|
||||||
inkscape:cx="31.519444"
|
|
||||||
inkscape:cy="21.914501"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1057"
|
|
||||||
inkscape:window-x="1912"
|
|
||||||
inkscape:window-y="-8"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
inkscape:showpageshadow="true"
|
|
||||||
inkscape:snap-bbox="false"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3046"
|
|
||||||
empspacing="2"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata6436">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
<dc:date>2006-01-04</dc:date>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>Andreas Nilsson</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:source>http://tango-project.org</dc:source>
|
|
||||||
<dc:subject>
|
|
||||||
<rdf:Bag>
|
|
||||||
<rdf:li>add</rdf:li>
|
|
||||||
<rdf:li>plus</rdf:li>
|
|
||||||
</rdf:Bag>
|
|
||||||
</dc:subject>
|
|
||||||
<cc:license
|
|
||||||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
|
|
||||||
</cc:Work>
|
|
||||||
<cc:License
|
|
||||||
rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
|
||||||
<cc:permits
|
|
||||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
|
||||||
</cc:License>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,16)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.10824741;fill:url(#radialGradient2097);fill-opacity:1;stroke:none"
|
|
||||||
id="path1361"
|
|
||||||
sodipodi:cx="22.958872"
|
|
||||||
sodipodi:cy="34.94062"
|
|
||||||
sodipodi:rx="10.31934"
|
|
||||||
sodipodi:ry="2.320194"
|
|
||||||
d="m 33.278212,34.94062 a 10.31934,2.320194 0 1 1 -20.63868,0 10.31934,2.320194 0 1 1 20.63868,0 z"
|
|
||||||
transform="matrix(2.9071627,0,0,2.1549921,-34.745177,-48.296761)" />
|
|
||||||
<g
|
|
||||||
id="g3048"
|
|
||||||
transform="matrix(1.0469189,0,0,1.0861452,-3.3021784,-0.78846229)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccccccccc"
|
|
||||||
id="text1314"
|
|
||||||
d="m 40.406357,21.901733 0,0 19.103676,0 0,-12.8896209 -19.103676,0 0,0 -13.372574,0 1e-6,0 -19.1036765,0 -1e-6,12.8896209 19.1036765,0 -1e-6,0 z"
|
|
||||||
style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#3465a4;stroke:#0b1521;stroke-width:1.87555385;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;font-family:Bitstream Vera Sans" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccccccccc"
|
|
||||||
id="path7076"
|
|
||||||
d="m 38.495989,20.060359 0,0 19.103676,0 0,-9.206872 -19.103676,0 0,0 -9.551838,0 4e-6,0 -19.1036768,0 -4e-6,9.206872 19.1036768,0 0,0 z"
|
|
||||||
style="font-size:59.90107727000000200px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient3053);fill-opacity:1;stroke:#729fcf;stroke-width:1.87555385000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB |
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="af" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="76"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="77"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Vorige Bladsy</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="78"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Gaan terug na die vorige bladsy</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="105"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="106"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Volgende bladsy</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="107"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Gaan na die volgende bladsy</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="134"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="135"/>
|
|
||||||
<location filename="../../Command.cpp" line="136"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Verfris webblad</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="250"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="251"/>
|
|
||||||
<location filename="../../Command.cpp" line="252"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation type="unfinished">Set URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="162"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="163"/>
|
|
||||||
<location filename="../../Command.cpp" line="164"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Hou op laai</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="192"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="193"/>
|
|
||||||
<location filename="../../Command.cpp" line="194"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Vergroot</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="221"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="222"/>
|
|
||||||
<location filename="../../Command.cpp" line="223"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Verklein</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="50"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="51"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Open webwerf...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="52"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Open 'n webwerf in FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="88"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="713"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Webleser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="528"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Die lêer bestaan nie!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="516"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Fout</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation type="unfinished">There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="684"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Laai tans%1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="288"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Maak in eksterne webleser oop</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="292"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Open in nuwe venster</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="324"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation type="unfinished">View source</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="46"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigasie</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ar" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="76"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="77"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>الصفحة السابقة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="78"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>ارجع للصفحة السابقة</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="105"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="106"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>الصفحة التالية</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="107"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>اذهب للصفحة التالية</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="134"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="135"/>
|
|
||||||
<location filename="../../Command.cpp" line="136"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>تحديث الصفحة</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="250"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="251"/>
|
|
||||||
<location filename="../../Command.cpp" line="252"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>تحديد الرابط</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="162"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="163"/>
|
|
||||||
<location filename="../../Command.cpp" line="164"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>إيقاف التحميل</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="192"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="193"/>
|
|
||||||
<location filename="../../Command.cpp" line="194"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>تكبير</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="221"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="222"/>
|
|
||||||
<location filename="../../Command.cpp" line="223"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>تصغير</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="50"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>شبكة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="51"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>فتح الموقع...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="52"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>فتح موقع ويب في FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="89"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="713"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>المتصفح</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="528"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>الملف غير موجود!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="516"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>خطأ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>ظهرت أخطاء أثناء تحميل الملف. ربما قد تم تعديل بعض البيانات أو أنه لم يتم استرجاعها. للمزيد من المعلومات المحددة عن العناصر المعنية يرجى الاطلاع على التقرير.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="684"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>تحميل %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="288"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>فتح في متصفح خارجي</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="292"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>فتح في صفحة جديدة</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="324"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>عرض المصدر</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="46"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>التصفح</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,195 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="be" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Папярэдняя старонка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Вярнуцца на папярэднюю старонку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Наступная старонка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Перайсці на наступную старонку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Абнавіць інтэрнэт-старонку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Задаць URL-спасылак</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Спыніць загрузку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Павялічыць маштаб</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Паменшыць маштаб</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Інтэрнэт</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Адчыніць інтэрнэт-сайт...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Адчыняе інтэрнэт-сайт у FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Інтэрнэт-аглядальнік</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Файл не існуе!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Памылка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Пры загрузцы файла ўзніклі памылкі. Некаторыя дадзеныя маглі быць змененыя альбо наогул не адноўленыя. Паглядзіце ў акне справаздачы для атрымання больш падрабязнай інфармацыі аб закранутых аб'ектах.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Пры загрузцы файла былі дапушчаныя сур'ёзныя памылкі.
|
|
||||||
Некаторыя дадзеныя маглі быць змененыя ці наогул не адноўленыя.
|
|
||||||
Захаванне праекта, хутчэй за ўсё, прывядзе да страты дадзеных.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Загрузка %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Адчыніць у вонкавым Інтэрнэт-аглядальніку</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Адчыніць у новым акне</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Глядзець зыходны код</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Навігацыя</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="bg" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="76"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="77"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Предишна страница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="78"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Към предишната страница</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="105"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="106"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Следваща страница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="107"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Към следващата страница</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="134"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="135"/>
|
|
||||||
<location filename="../../Command.cpp" line="136"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Презареди страницата</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="250"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="251"/>
|
|
||||||
<location filename="../../Command.cpp" line="252"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Въведи адрес</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="162"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="163"/>
|
|
||||||
<location filename="../../Command.cpp" line="164"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Спиране на зареждането</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="192"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="193"/>
|
|
||||||
<location filename="../../Command.cpp" line="194"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Увеличи мащаба</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="221"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="222"/>
|
|
||||||
<location filename="../../Command.cpp" line="223"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Намали мащаба</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="50"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Уеб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="51"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Отваряне на уебсайта...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="52"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Отвори уеб сайт във FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="89"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="713"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Браузър</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="528"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Файлът не съществува!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="516"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Грешка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Възникнаха грешки при зареждане на файла. Някои данни може да са били модифицирани или не възстановени изобщо. Погледнете в изгледа на отчети за по-конкретна информация.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="684"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Зареждане %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="288"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Отваряне във външен браузър</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="292"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Отваряне в нов прозорец</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="324"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Виж кода</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="46"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Навигация</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ca" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Pàgina anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Torna a la pàgina anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Pàgina següent</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ves a la pàgina següent</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Actualitza la pàgina web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Estableix l'URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Atura la càrrega</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Apropa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Allunya</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Obre el lloc web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Obre un lloc web al FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>El fitxer no existeix!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Error</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>S'han produït errors en carregar el fitxer. Algunes dades es poden haver modificat o no s'han recuperat. Consulteu la vista d'informe per a obtenir informació més específica sobre els objectes implicats.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Hi ha hagut errors greus en carregar el fitxer. Pot ser que s'hagin modificat dades o no s'hagin recuperat. Desar el projecte probablement provocarà la pèrdua de dades.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>S'està carregant %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Obre en un navegador extern</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Obre en una finestra nova</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Visualitza la font</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegació</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="cs" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Předchozí stránka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Přejít zpět na předchozí stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Další stránka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Přejít na další stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Aktualizovat webovou stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Nastavit URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Zastavit načítání</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Přiblížit</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Oddálit</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Otevřít webovou stránku...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Otevře webovou stránku v FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Prohlížeč</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Soubor neexistuje!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Chyba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Při načítání souboru se objevily chyby. Některé data mohla být modifikována nebo nebyla vůbec obnovena. Podívejte se do Zobrazení reportu pro konkrétnější informaci o zúčastněných objektech.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Při načítání souboru došlo k vážným chybám. Některá data mohla být změněna nebo vůbec neobnovena. Uložení projektu s největší pravděpodobností povede ke ztrátě dat.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Načítání %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Otevřít v externím prohlížeči</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Otevřít v novém okně</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Zobrazit zdroj</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigace</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="da" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Forrige side</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Gå tilbage til forrige side</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Næste side</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Gå til næste side</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Genopfrisk hjemmeside</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Sæt URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Stop indlæsning</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Zoom ind</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Zoom ud</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Åben hjemmeside...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Åbner en hjemmeside i FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Filen findes ikke!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Fejl</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Der var fejl under indlæsning af filen. Data kan være ændret eller ikke indlæst. Tjek rapportvisningen for uddybende information omkring de involverede objekter.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Der var alvorlige fejl under indlæsning af filen. Nogle data kan være blevet ændret eller slet ikke gendannet. Hvis du gemmer projektet, vil det sandsynligvis medføre tab af data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Indlæser %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Åben i et eksternt Browser vindue</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Åben i et nyt vindue</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Vis kilde</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigation</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="de" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Vorherige Seite</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Zurück zur vorherigen Seite</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Nächste Seite</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Zur nächsten Seite</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Webseite aktualisieren</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL festlegen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Ladevorgang anhalten</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Vergrößern</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Verkleinern</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Webseite öffnen...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Öffnet eine Webseite in FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Datei nicht vorhanden!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Fehler</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Beim Laden der Datei sind Fehler aufgetreten. Einige Daten wurden möglicherweise geändert oder gar nicht wiederhergestellt. Im Ausgabefenster finden sich genauere Informationen zu den betroffenen Objekten.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Es gab schwerwiegende Fehler beim Laden der Datei. Einige Daten wurden möglicherweise geändert oder konnten nicht wiederhergestellt werden. Das Speichern des Projekts wird höchstwahrscheinlich zu Datenverlust führen.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1 wird geladen...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>In externem Browser öffnen</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>In neuem Fenster öffnen</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Quelle anzeigen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigation</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="el" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Προηγούμενη σελίδα</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Επιστροφή στην προηγούμενη σελίδα</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Επόμενη σελίδα</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Μετάβαση στην επόμενη σελίδα</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Ανανέωση της ιστοσελίδας</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Καθορίστε τον σύνδεσμο URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Διακοπή φόρτωσης</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Μεγέθυνση</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Σμίκρυνση</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Διαδίκτυο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Άνοιγμα ιστοσελίδας...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Ανοίγει μια ιστοσελίδα στο FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Περιηγητής</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Το αρχείο δεν υπάρχει!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Σφάλμα</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Υπήρξαν σφάλματα κατά τη φόρτωση του αρχείου. Ορισμένα δεδομένα ενδέχεται να έχουν τροποποιηθεί ή να μην έχουν ανακτηθεί καθόλου. Κοιτάξτε στην έκθεση για πιο συγκεκριμένες πληροφορίες σχετικά με τα σχετικά αντικείμενα.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Υπήρξαν σοβαρά σφάλματα κατά τη φόρτωση του αρχείου. Ορισμένα δεδομένα ενδέχεται να έχουν τροποποιηθεί ή να μην έχουν ανακτηθεί καθόλου. Η αποθήκευση του έργου πιθανότατα θα οδηγήσει σε απώλεια δεδομένων.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Πραγματοποιείται φόρτωση του %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Άνοιγμα σε Εξωτερικό Περιηγητή</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Άνοιγμα σε νέο παράθυρο</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Προβολή πηγαίου κώδικα</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Πλοήγηση</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="es-AR" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Página anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Volver a la página anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Página siguiente</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ir a la página siguiente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Actualizar la página web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Configurar URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Detener la carga</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Acercar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Alejar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Abrir sitio Web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Abrir sitio web en FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>¡El archivo no existe!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Error</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Hubo errores al cargar el archivo. Algunos datos pueden haber sido modificados o no recuperados. Busque en la vista del informe información más específica sobre los objetos involucrados.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Hubo errores graves al cargar el archivo. Algunos datos pueden haber sido modificados o no recuperados. Guardar el proyecto muy probablemente resultará en la pérdida de datos.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Cargando %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Abrir en Navegador Externo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Abrir en una nueva ventana</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Ver Código Fuente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegación</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="es-ES" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Página anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Volver a la página anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Página siguiente</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ir a la página siguiente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Actualizar la página web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Configurar URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Detener la carga </translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Acercar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Alejar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Abrir sitio Web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Abrir sitio web en FreeCAD </translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>¡El archivo no existe!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Error</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Hubo errores al cargar el archivo. Algunos datos pueden haber sido modificados o no recuperados en absoluto. Busque en la vista de informe para obtener información más específica sobre los objetos involucrados.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Hubo errores graves al cargar el archivo. Algunos datos pueden haber sido modificados o no recuperados. Guardar el proyecto muy probablemente resultará en la pérdida de datos.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Cargando %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Abrir en navegador externo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Abrir en una nueva ventana</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Ver fuente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegación</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="eu" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Aurreko orria</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Itzuli aurreko orrira</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Hurrengo orria</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Joan hurrengo orrira</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Freskatu web-orria</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Ezarri URLa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Gelditu kargatzea</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Handiagotu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Txikiagotu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Weba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Ireki webgunea...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Webgune bat irekitzen du FreeCADen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Nabigatzailea</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Fitxategia ez da existitzen!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Errorea</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Erroreak izan dira fitxategia kargatzean. Beharbada zenbait datu aldatu egin dira edo ez dira erabat berreskuratu. Begiratu txostenean arazoak izan dituzten objektuei buruzko informazio gehiago jasotzeko.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Errore larriak gertatu dira fitxategia kargatzean. Zenbait datu aldatuta agertu daitezke edo ez dira berreskuratu. Proiektua gordetzen bada, ziur aski datuak galduko dira.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1 kargatzen...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Ireki kanpoko nabigatzailean</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Ireki leiho berrian</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Bistarau iturburua</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Nabigazioa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="fi" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Edellinen sivu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Siirry edelliselle sivulle</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Seuraava sivu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Siirry seuraavalle sivulle</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Päivitä sivu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Aseta URL-osoite</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Lopeta lataus</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Suurenna kokoa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Pienennä kokoa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Avaa sivu...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Avaa verkkosivuston FreeCADissa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Selain</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Tiedostoa ei ole!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Virhe</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Tiedoston latauksessa tapahtui virheitä. Joitakin tietoja on ehkä muutettu tai niitä ei ole palautettu lainkaan. Katso raporttinäkymää, josta saa tarkempaa tietoa asiaan liittyvistä kohteista.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Tiedostoa ladattaessa tapahtui vakavia virheitä. Joitakin tietoja on ehkä muutettu tai niitä ei ole palautettu lainkaan. Projektin tallentaminen johtaa mitä todennäköisimmin tietojen menettämiseen.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Ladataan %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Avaa ulkoisella selaimella</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Avaa uudessa ikkunassa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Näytä lähdekoodi</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Siirtyminen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="fil" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Nakaraang pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Bumalik sa nakaraang pahina</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Kasunod na pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Pumunta sa kasunod na pahina</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>I-refresh ang pahina ng web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation type="unfinished">Set URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Ihinto ang paghakut</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Palakihin</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Paliitin</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Pahina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Buksan ang lugar ng web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Magbukas ng lugar ng web sa freecad</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="86"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="805"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="613"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Ang file ay hindi umiiral!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="601"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Kamalian</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation type="unfinished">There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="773"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Naghahakut %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="364"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Buksan sa External Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="368"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Buksan ang bagong bintana</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="404"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation type="unfinished">View source</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Layag</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="fr" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Page précédente</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Revenir à la page précédente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Page suivante</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Aller à la page suivante</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Rafraîchir la page web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Définir un URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Arrêter le chargement</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Zoom avant</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Zoom arrière</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Ouvrir un site web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Ouvre un site web dans FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navigateur</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Le fichier n'existe pas !</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Erreur</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Des erreurs sont survenues lors du chargement du fichier. Certaines données pourraient avoir été modifiées ou pas du tout récupérées. Consultez la Vue rapport pour plus d’informations sur les objets concernés.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>De graves erreurs se sont produites lors du chargement du fichier. Certaines données ont pu être modifiées ou n'ont pas été récupérées du tout. L'enregistrement du projet entraînera très probablement une perte de données.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Chargement %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Ouvrir dans un navigateur externe</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Ouvrir dans une nouvelle fenêtre</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Afficher la source</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigation</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="gl" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Páxina Anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Volver á páxina anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Páxina seguinte</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ir á páxina seguinte</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Actualizar a páxina web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Axustes URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Deter a carga</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Achegar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Afastar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Abrir unha páxina da internet...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Abre unha páxina da internet no FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>O ficheiro non existe!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Erro</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Houbo erros ao cargar o ficheiro. Alúns dados poden ter sido modificados ou non recuperados de todo. Vexa a vista do informe para obter información máis específica sobre os obxectos ligados.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Cargando %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Abrir noutro navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Abrir nunha nova xanela</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Vista fonte</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegación</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="hr" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Prijašnja stranica</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Vrati se na prijašnju stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Sljedeća stranica</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Idi na sljedeću stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Osvježi internet stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Postavi URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Zaustavi učitavanje</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Povećaj</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Umanji</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Otvori internet stranicu...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Otvori internet stranicu u FreeCAD-u</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Preglednik</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Datoteka ne postoji!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Pogreška</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Pojavile su se pogreške tijekom učitavanja datoteke. Neki podaci su možda promijenjeni ili nisu oporavljeni potuno. Pogledajte prikaz izvješća za više podataka o objektima koji su uključeni.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Došlo je do ozbiljnih pogrešaka prilikom učitavanja datoteke. Neki su podaci možda izmijenjeni ili uopće nisu vraćeni. Spremanje projekta najvjerojatnije će rezultirati gubitkom podataka.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Učitavanje %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Otvori u vanjskom pregledniku</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Otvori u novom prozoru</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Pogledaj izvor</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigacija</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="hu" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Előző oldal</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Ugrás az előző oldalra</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Következő oldal</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ugrás a következő oldalra</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Weboldal frissítése</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL meghatározás</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Letöltés megállítása</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Nagyítás</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Kicsinyítés</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Weboldal megnyitása...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Weboldal megnyitása a FreeCAD-on belül</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Böngésző</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>A fájl nem létezik!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Hiba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Hiba történt a fájl betöltésekor. Néhány adat lehet, hogy módosított vagy nem egyáltalán nem viszaállított. Nézze meg a jelentés nézetet részletesebb információért az érintett objektumokhoz.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>A fájl betöltése közben súlyos hibák történtek. Előfordulhat, hogy néhány adat módosult, vagy egyáltalán nem állt helyre. A terv mentése valószínűleg adatvesztést eredményez.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1 betöltve...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Megnyitás külső böngészőben</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Megnyitás új ablakban</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Forrás nézet</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigáció</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="id" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Previous page</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Kembali ke halaman sebelumnya</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Halaman berikutnya</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Pergi ke halaman berikutnya</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Refresh halaman web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Atur URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Menghentikan pemuatan</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Memperbesar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Perkecil</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Buka situs web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Membuka situs web dalam FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>File tidak ada!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Kesalahan</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Ada kesalahan saat memuat file. Beberapa data mungkin telah dimodifikasi atau tidak dipulihkan sama sekali. Lihat di tampilan laporan untuk informasi yang lebih spesifik tentang objek yang terlibat.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Memuat %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Buka di Browser eksternal</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Buka di jendela baru</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Lihat sumber</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigasi</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="it" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Pagina precedente</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Torna alla pagina precedente</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Pagina successiva</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Va alla pagina successiva</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Aggiorna la pagina web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Imposta URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Interrompi il caricamento</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Ingrandisci</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Riduci</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Apri il sito web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Apri un sito Web in FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Il file non esiste!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Errore</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Si sono verificati degli errori durante il caricamento del file. Alcuni dati potrebbero essere stati modificati o non acquisiti. Guardare nella vista report per avere informazioni più specifiche sugli oggetti coinvolti.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Ci sono stati errori gravi durante il caricamento del file. Alcuni dati potrebbero essere stati modificati o non recuperati affatto. Il salvataggio del progetto molto probabilmente si tradurrà in perdita di dati.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Caricamento %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Apri nel Browser esterno</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Apri in una nuova finestra</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Visualizza l'origine</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigazione</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ja" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>前のページ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>前のページに戻る</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>次のページ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>次のページに進む</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>ウェブページを更新</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URLを設定</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>読み込みを中止</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>ズームイン</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>ズームアウト</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ウェブ</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>ウェブサイトを開く</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>FreeCAD でウェブサイトを開く</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>ブラウザー</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>ファイルが存在しません!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>エラー</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>ファイルの読み込み中にエラーが発生しました。一部のデータが変更、または完全に復元されていない可能性があります。関連するオブジェクトのより詳細な情報についてはレポートビューを確認してください。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>ファイルの読み込み中に重大なエラーが発生しました。一部のデータが変更されたか、完全に復元されていない可能性があります。 プロジェクトを保存すると、データが失われる恐れがあります。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1 を読み込み中・・・</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>外部ブラウザーで開く</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>新しいウィンドウで開く</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>ソース表示</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>ナビゲーション</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ka" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>წინა გვერდი</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>წინა გვერდზე დაბრუნება</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>მომდევნო გვერდი</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>შემდეგი გვერდზე გადასვლა</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>გვერდის განახლება</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL ის დაყენება</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>ჩატვირთვის შეწყვეტა</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>გადიდება</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>დაპატარავება</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>ვები</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>ვებგვერდის გახსნა...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>ვებგვერდის FreeCAD-ში გახსნა</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>ბრაუზერი</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>ფაილი არ არსებობს!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>შეცდომა</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>შეცდომა ფაილის ჩატვირთვისას. მონაცემები შეიძლება შეცვლილი იყოს ან საერთოდ არ იქნება წაკითხული. მეტი ინფორმაციის სანახავად ჩაიხედეთ რეპორტში.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>სერიოზული შეცდომები ფაილის ჩატვირთვისას. ზოგიერთი მონაცემი შეიძლება შეცვლილი იყოს ან საერთოდ ვერ აღდგეს. პროექტის შენახვა სავარაუდოდ გამოიწვევს მონაცემთა დაკარგვას.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1-ის ჩატვირთვა...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>გარე ბრაუზერში გახსნა</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>ახალ ფანჯარაში გახსნა</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>წყაროს ნახვა</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>ნავიგაცია</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="kab" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="76"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="77"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Asebter yezrin</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="78"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Uɣal ar usebter yezrin</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="105"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="106"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Asebter d-iteddun</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="107"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ddu ar usebter d-iteddun</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="134"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="135"/>
|
|
||||||
<location filename="../../Command.cpp" line="136"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Smiren asebter</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="250"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="251"/>
|
|
||||||
<location filename="../../Command.cpp" line="252"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation type="unfinished">Set URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="162"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="163"/>
|
|
||||||
<location filename="../../Command.cpp" line="164"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation type="unfinished">Stop loading</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="192"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="193"/>
|
|
||||||
<location filename="../../Command.cpp" line="194"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Semɣer</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="221"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="222"/>
|
|
||||||
<location filename="../../Command.cpp" line="223"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Semẓi</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="50"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="51"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation type="unfinished">Open website...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="52"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation type="unfinished">Opens a website in FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="88"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="713"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Iminig</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="528"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation type="unfinished">File does not exist!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="516"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Tuccḍa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation type="unfinished">There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="684"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation type="unfinished">Loading %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="288"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation type="unfinished">Open in External Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="292"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation type="unfinished">Open in new window</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="324"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation type="unfinished">View source</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="46"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Tunigin</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ko" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>이전 페이지</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>이전 페이지로 돌아가기</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>다음 페이지</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>다음 페이지로 가기</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>웹 페이지 새로 고침</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL 설정</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>불러오기 중지</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>확대</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>축소</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>웹</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>웹사이트 열기...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>FreeCAD에서 웹사이트를 엽니다</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>브라우저</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>파일이 존재하지 않습니다!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>에러</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>파일을 불러오는 동안 오류가 발생했습니다. 일부 데이터가 수정되었거나 전혀 복구되지 않았을 수 있습니다. 관련된 객체에 대한 보다 구체적인 정보는 보고서 보기에서 확인하십시오.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>파일을 불러오는 동안 심각한 오류가 발생했습니다. 일부 데이터가 수정되었거나 전혀 복구되지 않았을 수 있습니다. 프로젝트를 저장하면 데이터가 손실될 가능성이 높습니다.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>%1 불러오는 중...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>외부 브라우저에서 열기</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>새 창에서 열기</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>소스 보기</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>탐색</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="lt" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Ankstesnis puslapis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Grįžti į ankstesnį puslapį</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Sekantis puslapis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Eiti į sekantį puslapį</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Iš naujo įkelti puslapį</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Nurodyti adresą</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Stabdyti įkėlimą</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Priartinti</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Nutolinti</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Žiniatinklis</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Atverti svetainę...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Atidaryti žiniatinklio svetainę tinklalapį programoje</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="86"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="805"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Naršyklė</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="613"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Failo nėra!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="601"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Klaida</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Įkeliant failą įvyko klaidų. Kai kurie duomenys gali būti pakeisti arba atstatyti ne iki galo. Norėdami sužinoti daugiau apie paveiktus objektus, pažvelkite į ataskaitos rodinį.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="773"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Įkeliama %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="364"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Atverti išorine naršykle</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="368"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Atidaryti naujame lange</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="404"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Peržiūrėti išeities tekstą</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Naršymas</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="nl" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Vorige pagina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Teruggaan naar de vorige pagina</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Volgende pagina</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Naar de volgende pagina gaan</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Webpagina vernieuwen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL instellen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Stoppen met laden</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Inzoomen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Uitzoomen</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Website openen...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Opent een website in FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Bestand bestaat niet!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Fout</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Er zijn fouten opgetreden tijdens het laden van het bestand. Sommige gegevens zijn misschien gewijzigd of helemaal hersteld. Kijk in de rapportweergave voor meer specifieke informatie over de objecten die hierbij zijn betrokken.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Er zijn ernstige fouten opgetreden tijdens het laden van het bestand. Sommige gegevens zijn mogelijk gewijzigd of helemaal niet hersteld. Het opslaan van het project zal waarschijnlijk leiden tot data-verlies.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Laden %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Open in externe Browser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>In nieuw venster openen</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Bron weergeven</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigatie</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="no" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="76"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="77"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Forrige side</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="78"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Gå tilbake til forrige side</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="105"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="106"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Neste side</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="107"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Gå til neste side</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="134"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="135"/>
|
|
||||||
<location filename="../../Command.cpp" line="136"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Oppdater side</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="250"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="251"/>
|
|
||||||
<location filename="../../Command.cpp" line="252"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Sett URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="162"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="163"/>
|
|
||||||
<location filename="../../Command.cpp" line="164"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Stopp innlasting</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="192"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="193"/>
|
|
||||||
<location filename="../../Command.cpp" line="194"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Zoom inn</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="221"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="222"/>
|
|
||||||
<location filename="../../Command.cpp" line="223"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Zoome ut</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="50"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Nett</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="51"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Åpne nettside...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="52"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Åpne en nettside i FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="88"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="713"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Nettleser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="528"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Filen finnes ikke!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="516"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Feil</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="521"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Det oppstod feil under innlasting av filen. Enkelte data kan være endret eller ikke gjenopprettet i det hele tatt. Se i rapportvisningen for mer spesifikk informasjon om de involverte objektene.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="524"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="684"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Laster inn %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="288"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Åpne i ekstern nettleser</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="292"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Åpne i nytt vindu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="324"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Se kildekode</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="46"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigasjon</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="pl" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Sieć</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Poprzednia strona</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Powróć do poprzedniej strony</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Następna strona</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Idź do kolejnej strony</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Odśwież stronę</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Wprowadź adres URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Zatrzymaj ładowanie</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Powiększ</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Pomniejsz</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Witryna</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Otwórz witrynę ...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Otwórz witrynę w programie FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Przeglądarka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Plik nie istnieje!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Błąd</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Podczas wczytywania pliku wystąpiły błędy. Niektóre dane mogły zostać zmodyfikowane lub w ogóle nie zostały odtworzone. Zajrzyj do widoku raportu w celu uzyskania bardziej szczegółowych informacji na temat obiektów, których to dotyczy.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Podczas ładowania pliku wystąpiły poważne błędy. Niektóre dane mogły zostać zmodyfikowane lub w ogóle nie zostały odzyskane. Zapisanie projektu najprawdopodobniej spowoduje utratę danych.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Ładowanie %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Otwórz w zewnętrznej przeglądarce</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Otwórz w nowym oknie</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Pokaż źródło</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Nawigacja</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="pt-BR" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Página anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Voltar à página anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Próxima página</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ir para a próxima página</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Atualizar a página</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Defina URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Parar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Ampliar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Diminuir</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Abrir página...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Abrir uma página da web no FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Esse arquivo não existe!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Erro</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Houve erros ao carregar o arquivo. Alguns dados podem ter sido modificados ou não recuperados. Veja a vista de relatório para obter informações mais específicas sobre os objetos envolvidos.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Ocorreram erros graves ao carregar o arquivo. Alguns dados podem ter sido modificados ou não recuperados. Salvar o projeto provavelmente resultará em perda de dados.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Carregando %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Abrir em um navegador externo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Abrir em nova janela</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Ver fonte</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegação</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="pt-PT" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Página anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Voltar à pagina anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Página seguinte</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Ir para a próxima página</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Atualizar a página da web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Configurar URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Parar carregamento</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Ampliar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Afastar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Abrir uma página de internet...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Abre uma página de internet no FreeCad</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>O ficheiro não existe!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Erro</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Houve erros ao carregar o ficheiro. Alguns dados podem ter sido modificados ou não recuperados de todo. Veja a vista de relatório para obter informações mais específicas sobre os objetos envolvidos.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Carregando %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Abrir em Navegador Externo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Abrir numa nova janela</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Ver código-fonte</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegação</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ro" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Pagina anterioară</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Înapoi la pagina precedentă</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Pagina următoare</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Avansează la pagina următoare</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Reâmprospătează pagina web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Setați adresa URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Oprește încărcarea</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Mărește</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Micșorează</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Deschide pagina web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Deschide o pagină web în FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navigator</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Fișierul nu există!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Eroare</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Au existat erori în timpul încărcării fişierului. Unele date s-ar putea să fi fost modificate sau să se nu recupereze deloc. Uitați-vă în raportul vizualizării pentru mai multe informaţii specifice despre obiectele implicate.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Au existat erori grave în timpul încărcării fișierului. Unele date ar fi putut fi modificate sau nu au fost recuperate deloc. Salvarea proiectului va duce cel mai probabil la pierderea datelor.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Se încarcă %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Deschide în navigator extern</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Deschide intr-o fereastra noua</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Vezi sursa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigare</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ru" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Предыдущая страница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Вернуться на предыдущую страницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Следующая страница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Перейти на следующую страницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Обновить страницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Установить URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Остановить загрузку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Увеличить</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Уменьшить</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Открыть сайт...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Открывает сайт в FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Браузер</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Файл не существует!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Ошибка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Произошли ошибки при загрузке файла. Возможно, некоторые данные были изменены или не восстановлены. Посмотрите в окно отчета для более конкретной информации о затронутых объектах.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>При загрузке файла произошли серьезные ошибки. Некоторые данные могли быть изменены или вообще не восстановлены. Сохранение проекта, скорее всего, приведет к потере данных.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Загрузка %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Открыть во внешнем браузере</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Открыть в новом окне</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Просмотр кода страницы</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Навигация</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="sk" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Predošlá stránka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Choď naspäť na predošlú stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Ďalšia stránka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Choď na ďalšiu stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Obnoviť internetovú stránku</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Nastaviť URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Zastaviť načítanie</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Priblížiť</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Vzdialiť</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Otvoriť internetové stránky...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Otvorí internetové stránky vo FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="86"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="805"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Prehliadač</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="613"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Súbor neexistuje!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="601"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Chyba</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="606"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Pri načítaní súboru nastala chyba. Niektoré dáta mohli byť zmenené, alebo sa vôbec neobnovili. Pozrite si zobrazenie výpisu, v ktorom nájdete detailnejšie informácie o objektoch, ktorých sa to týka.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="609"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="773"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Načítanie %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="364"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Otvoriť v externom prehliadači</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="368"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Otvoriť v novom okne</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="404"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Zobraziť zdroj</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigácia</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="sl" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Prejšnja stran</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Pojdi nazaj na prejšnjo stran</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Naslednja stran</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Pojdi na naslednjo stran</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Osveži spletno stran</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Nastavi URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Ustavi nalaganje</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Približaj</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Oddalji</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Splet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Odpri spletno stran …</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Odpre spletno stran v FreeCADu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Brskalnik</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Datoteka ne obstaja!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Napaka</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Med nalaganjem datoteke je prišlo do napake. Nekateri podatki so se lahko spremenili ali pa se sploh niso obnovili. Poglej v okno poročil za podrobnejše informacije o vpletenih objektih.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Pri nalaganju datoteke je prišlo do resnih napak. Določeni podatki so bili lahko spremenjeni ali pa sploh niso bili obnovljeni. Če projekt shranite, bo najverjetneje prišlo do izgube podatkov.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Nalaganje %1 …</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Odpri v zunanjem brskalniku</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Odpri v novem oknu</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Prikaz vira</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigacija</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="sr-CS" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Prethodna stranica</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Idi nazad na prethodnu stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Sledeća stranica</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Idi na sledeću stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Osvežite stranicu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Podesi URL adresu</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Zaustavi učitavanje</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Uveličaj</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Umanji</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Internet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Otvori veb sajt...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Otvara veb sajt u FreeCAD-u</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Pregledač</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Datoteka ne postoji!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Greška</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Došlo je do grešaka prilikom učitavanja datoteke. Neki podaci su možda izmenjeni ili uopšte nisu oporavljeni. U prikazu izveštaja potraži određenije informacije na ovu temu.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Došlo je do ozbiljnih grešaka pri učitavanju datoteke. Neki podaci su možda izmenjeni ili uopšte nisu vraćeni. Snimanje projekta će najverovatnije dovesti do gubitka podataka.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Učitavam „%1“...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Otvori u spoljnom pregledaču</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Otvori u novom prozoru</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Prikaži izvor</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigacija</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="sr" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Претходна cтраница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Иди назад на претходну cтраницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Cледећа cтраница</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Иди на cледећу cтраницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Оcвежи cтраницу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Подеси URL адресу</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Зауcтави учитавање</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Увеличај</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Умањи</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Интернет</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Отвори веб сајт...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Отвара веб сајт у FreeCAD-у</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Прегледач</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Датотека не постоји!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Грешка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Дошло је до грешака приликом учитавања датотеке. Неки подаци су можда измењени или уопште нису опорављени. У приказу извештаја потражи одређеније информације на ову тему.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Дошло је до озбиљних грешака при учитавању датотеке. Неки подаци су можда измењени или уопште нису враћени. Снимање пројекта ће највероватније довести до губитка података.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Учитавам „%1“...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Отвори у спољном прегледачу</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Отвори у новом прозору</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Прикажи извор</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Навигација</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="sv-SE" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Föregående sida</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Gå tillbaka till föregående sida</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Nästa sida</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Gå till nästa sida</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Uppdatera webbsida</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Ange URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Avbryt hämtning</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Zooma in</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Zooma ut</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Webb</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Öppna hemsida...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Öppnar en webbplats i FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Webbläsare</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Filen existerar inte!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Fel</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Det uppstod ett fel under inläsning av filen. Viss data kan ha ändrats eller inte återställts alls. Titta i rapportvyn för mer specifik information om de inblandade objekten.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Det uppstod allvarliga fel vid inläsning av filen. Vissa data kan ha ändrats eller inte återställts alls. Att spara projektet kommer sannolikt att resultera i förlust av data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Laddar %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Öppna i extern webbläsare</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Öppna i nytt fönster</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Visa källa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navigering</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="tr" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Önceki sayfa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Önceki sayfaya dön</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Sonraki sayfa</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Sonraki sayfaya git</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Sayfayı yenile</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>URL Ayarla</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Yüklemeyi durdur</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Yakınlaş</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Uzaklaş</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>İnternet</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Web sayfasını aç...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>FreeCAD içinde bir web sayfası açar</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Tarayıcı</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Dosya mevcut değil!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Hata</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Dosya yüklemesi esnasında hatalar vardı. Bazı veriler değiştirilmiş veya hiç kurtarılmamış olabilir. İlgili nesneler hakkında daha spesifik bilgi için rapor görünümüne bakın.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>Dosyayı yüklerken ciddi hatalar oluştu. Bazı veriler değiştirilmiş veya hiç kurtarılmamış olabilir. Projenin kaydedilmesi büyük olasılıkla veri kaybına neden olacaktır.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Yükleniyor %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Dış tarayıcıda aç</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Yeni pencerede aç</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Kaynağı görüntüle</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Gezinme</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="uk" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Попередня сторінка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Повертається на попередню сторінку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Наступна сторінка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Переходить на наступну сторінку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Оновити веб-сторінку</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Задати URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Зупинити завантаження</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Збільшити масштаб</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Зменшити масштаб</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Веб</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Відкрити веб-сайт...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Веб-сайт відкривається у FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Браузер</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Файл не існує!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Помилка</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Під час завантаження файлу виникли помилки. Деякі дані, можливо, були змінені або взагалі не відновлені. Ознайомтесь зі звітом для більш отримання конкретної інформації щодо таких обʼєктів.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>При завантаженні файлу сталася серйозна помилка. Можливо, деякі дані були змінені або взагалі не відновлені. Збереження проєкту швидше за все, призведе до втрати даних.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Завантаження %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Відкрити у зовнішньому браузері</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Відкрити у новому вікні</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Переглянути вихідний код</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Навігація</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="val-ES" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Pàgina anterior</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Vés a la pàgina anterior</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Pàgina següent</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Vés a la pàgina següent</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Actualitza la pàgina web</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>Estableix l'URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Para la càrrega</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Apropa</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Allunya</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Obri una pàgina web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Obri una pàgina web en el FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Navegador</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>El fitxer no existeix.</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Error</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>Hi hagué errors quan es carregava el fitxer. Algunes dades s'han pogut modificar o no s'han recuperat. Busqueu en la vista d'informes per a obtindre informació més específica sobre els objectes implicats.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>S'està carregant 1%...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Obri en un navegador extern</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Obri en una finestra nova</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Visualitza la vista</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Navegació</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="vi" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>Trang trước</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>Quay trở lại trang trước</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>Trang tiếp theo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>Đến trang tiếp theo</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>Làm mới trang</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation type="unfinished">Set URL</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>Dừng tải</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>Phóng to</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>Thu nhỏ</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>Web</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>Mở Trang web...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>Mở một trang web trong FreeCAD</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="815"/>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="86"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>Trình duyệt</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="623"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>Tệp không tồn tại!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="611"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="616"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="619"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>Lỗi</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="616"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation type="unfinished">There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="619"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation type="unfinished">There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="783"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>Đang tải %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="362"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>Mở trong trình duyệt ngoài</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="365"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>Mở trong cửa sổ mới</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="411"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>Xem mã nguồn</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>Điều hướng</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="zh-CN" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>下一页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>返回到上一页</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>下页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>转到下一页</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>刷新页面</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>设置链接</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>停止加载</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>放大</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>缩小</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>网页</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>打开网站...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>在 FreeCAD 中打开一个网站</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>浏览器</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>文件不存在!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>错误</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>加载文件时出错。有些数据可能已经修改或未全部恢复。在报告视图中查看有关对象的更多信息。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>加载文件时出现严重错误。有些数据可能已被修改或根本没有恢复。 保存项目很可能导致数据丢失。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>正在加载 %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>在外部浏览器中打开</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>在新窗口中打开</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>查看来源</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>导航栏</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="zh-TW" sourcelanguage="en">
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserBack</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="72"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="73"/>
|
|
||||||
<source>Previous page</source>
|
|
||||||
<translation>上一頁</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="74"/>
|
|
||||||
<source>Go back to the previous page</source>
|
|
||||||
<translation>回到上一頁</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserNext</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="101"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="102"/>
|
|
||||||
<source>Next page</source>
|
|
||||||
<translation>下一頁</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="103"/>
|
|
||||||
<source>Go to the next page</source>
|
|
||||||
<translation>前進下一頁</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserRefresh</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="130"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="131"/>
|
|
||||||
<location filename="../../Command.cpp" line="132"/>
|
|
||||||
<source>Refresh web page</source>
|
|
||||||
<translation>刷新網頁</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserSetURL</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="246"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="247"/>
|
|
||||||
<location filename="../../Command.cpp" line="248"/>
|
|
||||||
<source>Set URL</source>
|
|
||||||
<translation>設定網址</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserStop</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="158"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="159"/>
|
|
||||||
<location filename="../../Command.cpp" line="160"/>
|
|
||||||
<source>Stop loading</source>
|
|
||||||
<translation>停止載入</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomIn</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="188"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="189"/>
|
|
||||||
<location filename="../../Command.cpp" line="190"/>
|
|
||||||
<source>Zoom in</source>
|
|
||||||
<translation>放大</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebBrowserZoomOut</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="217"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="218"/>
|
|
||||||
<location filename="../../Command.cpp" line="219"/>
|
|
||||||
<source>Zoom out</source>
|
|
||||||
<translation>縮小</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>CmdWebOpenWebsite</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="46"/>
|
|
||||||
<source>Web</source>
|
|
||||||
<translation>網站</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="47"/>
|
|
||||||
<source>Open website...</source>
|
|
||||||
<translation>開啟網頁...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Command.cpp" line="48"/>
|
|
||||||
<source>Opens a website in FreeCAD</source>
|
|
||||||
<translation>於FreeCAD中開啟網頁</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../AppWebGui.cpp" line="91"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="865"/>
|
|
||||||
<source>Browser</source>
|
|
||||||
<translation>瀏覽器</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="668"/>
|
|
||||||
<source>File does not exist!</source>
|
|
||||||
<translation>檔案不存在!</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::BrowserView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="643"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="650"/>
|
|
||||||
<location filename="../../BrowserView.cpp" line="659"/>
|
|
||||||
<source>Error</source>
|
|
||||||
<translation>錯誤</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="651"/>
|
|
||||||
<source>There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved.</source>
|
|
||||||
<translation>載入檔案時出錯. 某些數據可能已被修改或根本未恢復. 查看報告來了解所涉及物件的更多具體資訊.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="660"/>
|
|
||||||
<source>There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data.</source>
|
|
||||||
<translation>在載入檔案時出現嚴重錯誤。某些資料可能已被修改或未能完全恢復。儲存該專案將很可能導致資料損失。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="833"/>
|
|
||||||
<source>Loading %1...</source>
|
|
||||||
<translation>載入 %1...</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>WebGui::WebView</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="370"/>
|
|
||||||
<source>Open in External Browser</source>
|
|
||||||
<translation>於外部瀏覽器開啟</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="373"/>
|
|
||||||
<source>Open in new window</source>
|
|
||||||
<translation>於新視窗中開啟</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../../BrowserView.cpp" line="431"/>
|
|
||||||
<source>View source</source>
|
|
||||||
<translation>檢視原始碼</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>Workbench</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../../Workbench.cpp" line="36"/>
|
|
||||||
<source>Navigation</source>
|
|
||||||
<translation>導覽</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
||||||
@@ -1,339 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Werner Mayer <wmayer[at]users.sourceforge.net> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
|
||||||
|
|
||||||
#include <Gui/Application.h>
|
|
||||||
#include <Gui/Command.h>
|
|
||||||
#include <Gui/Selection.h>
|
|
||||||
#include <Gui/ToolBarManager.h>
|
|
||||||
|
|
||||||
#include "Workbench.h"
|
|
||||||
|
|
||||||
|
|
||||||
using namespace WebGui;
|
|
||||||
|
|
||||||
#if 0 // needed for Qt's lupdate utility
|
|
||||||
qApp->translate("Workbench", "Navigation");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// @namespace WebGui @class Workbench
|
|
||||||
TYPESYSTEM_SOURCE(WebGui::Workbench, Gui::StdWorkbench)
|
|
||||||
|
|
||||||
Workbench::Workbench() = default;
|
|
||||||
|
|
||||||
Workbench::~Workbench() = default;
|
|
||||||
|
|
||||||
void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) const
|
|
||||||
{
|
|
||||||
Q_UNUSED(recipient);
|
|
||||||
Q_UNUSED(item);
|
|
||||||
// if (strcmp(recipient,"View") == 0)
|
|
||||||
//{
|
|
||||||
// Gui::MenuItem* StdViews = new Gui::MenuItem();
|
|
||||||
// StdViews->setCommand( "Standard views" );
|
|
||||||
|
|
||||||
// *StdViews << "Std_ViewAxo" << "Separator" << "Std_ViewFront" << "Std_ViewTop" <<
|
|
||||||
// "Std_ViewRight"
|
|
||||||
// << "Std_ViewRear" << "Std_ViewBottom" << "Std_ViewLeft";
|
|
||||||
|
|
||||||
// *item << "Std_ViewFitAll" << "Std_ViewFitSelection" << StdViews
|
|
||||||
// << "Separator" << "Std_ViewDockUndockFullscreen";
|
|
||||||
|
|
||||||
// if ( Gui::Selection().countObjectsOfType(App::DocumentObject::getClassTypeId()) > 0 )
|
|
||||||
// *item << "Separator" << "Std_SetAppearance" << "Std_ToggleVisibility" <<
|
|
||||||
// "Std_TreeSelection"
|
|
||||||
// << "Std_RandomColor" << "Separator" << "Std_Delete";
|
|
||||||
//}
|
|
||||||
// else if (strcmp(recipient,"Tree") == 0)
|
|
||||||
//{
|
|
||||||
// if ( Gui::Selection().countObjectsOfType(App::DocumentObject::getClassTypeId()) > 0 )
|
|
||||||
// *item << "Std_SetAppearance" << "Std_ToggleVisibility"
|
|
||||||
// << "Std_RandomColor" << "Separator" << "Std_Delete";
|
|
||||||
//}
|
|
||||||
}
|
|
||||||
|
|
||||||
Gui::MenuItem* Workbench::setupMenuBar() const
|
|
||||||
{
|
|
||||||
return Gui::StdWorkbench::setupMenuBar();
|
|
||||||
// Gui::CommandManager &mgr = Gui::Application::Instance->commandManager();
|
|
||||||
//// Setup the default menu bar
|
|
||||||
// Gui::MenuItem* menuBar = new Gui::MenuItem;
|
|
||||||
|
|
||||||
// // File
|
|
||||||
// Gui::MenuItem* file = new Gui::MenuItem( menuBar );
|
|
||||||
// file->setCommand("&File");
|
|
||||||
// *file << "Std_New" << "Std_Open" << "Separator" << "Std_CloseActiveWindow"
|
|
||||||
// << "Std_CloseAllWindows" << "Separator" << "Std_Save" << "Std_SaveAs"
|
|
||||||
// << "Separator" << "Std_Import" << "Std_Export" << "Std_ProjectInfo"
|
|
||||||
// //<< "Separator" << "Std_Print" << "Std_PrintPdf"
|
|
||||||
// << "Separator" << "Std_RecentFiles" << "Separator" << "Std_Quit";
|
|
||||||
//
|
|
||||||
// // Edit
|
|
||||||
// Gui::MenuItem* edit = new Gui::MenuItem( menuBar );
|
|
||||||
// edit->setCommand("&Edit");
|
|
||||||
// *edit << "Std_Undo" << "Std_Redo" << "Separator" << "Std_Cut" << "Std_Copy"
|
|
||||||
// << "Std_Paste" << "Std_DuplicateSelection" << "Separator"
|
|
||||||
// << "Std_Refresh" << "Std_SelectAll" << "Std_Delete" << "Std_Placement"
|
|
||||||
// << "Separator" << "Std_DlgPreferences";
|
|
||||||
//
|
|
||||||
// // Standard views
|
|
||||||
// Gui::MenuItem* stdviews = new Gui::MenuItem;
|
|
||||||
// stdviews->setCommand("Standard views");
|
|
||||||
// *stdviews << "Std_ViewFitAll" << "Std_ViewFitSelection" << "Std_ViewAxo"
|
|
||||||
// << "Separator" << "Std_ViewFront" << "Std_ViewRight"
|
|
||||||
// << "Std_ViewTop" << "Separator" << "Std_ViewRear"
|
|
||||||
// << "Std_ViewLeft" << "Std_ViewBottom";
|
|
||||||
//
|
|
||||||
// // stereo
|
|
||||||
// Gui::MenuItem* view3d = new Gui::MenuItem;
|
|
||||||
// view3d->setCommand("&Stereo");
|
|
||||||
// *view3d << "Std_ViewIvStereoRedGreen" << "Std_ViewIvStereoQuadBuff"
|
|
||||||
// << "Std_ViewIvStereoInterleavedRows" << "Std_ViewIvStereoInterleavedColumns"
|
|
||||||
// << "Std_ViewIvStereoOff" << "Separator" << "Std_ViewIvIssueCamPos";
|
|
||||||
//
|
|
||||||
// // zoom
|
|
||||||
// Gui::MenuItem* zoom = new Gui::MenuItem;
|
|
||||||
// zoom->setCommand("&Zoom");
|
|
||||||
// *zoom << "Std_ViewZoomIn" << "Std_ViewZoomOut" << "Separator" << "Std_ViewBoxZoom";
|
|
||||||
//
|
|
||||||
// // Visibility
|
|
||||||
// Gui::MenuItem* visu = new Gui::MenuItem;
|
|
||||||
// visu->setCommand("Visibility");
|
|
||||||
// *visu << "Std_ToggleVisibility" << "Std_ShowSelection" << "Std_HideSelection"
|
|
||||||
// << "Separator" << "Std_ToggleObjects" << "Std_ShowObjects" << "Std_HideObjects";
|
|
||||||
//
|
|
||||||
// // View
|
|
||||||
// Gui::MenuItem* view = new Gui::MenuItem( menuBar );
|
|
||||||
// view->setCommand("&View");
|
|
||||||
// *view << "Std_ViewCreate" << "Std_OrthographicCamera" << "Std_PerspectiveCamera" <<
|
|
||||||
// "Separator"
|
|
||||||
// << stdviews << "Std_FreezeViews" << "Separator" << view3d << zoom
|
|
||||||
// << "Std_ViewDockUndockFullscreen" << "Std_ToggleClipPlane" << "Separator" << visu
|
|
||||||
// << "Std_SetAppearance" << "Std_ToggleVisibility" << "Std_RandomColor" << "Separator"
|
|
||||||
// //<< "Std_MeasureDistance" << "Separator"
|
|
||||||
// << "Std_Workbench" << "Std_ToolBarMenu" << "Std_DockViewMenu" << "Separator"
|
|
||||||
// << "Std_ViewStatusBar" << "Std_UserInterface";
|
|
||||||
//
|
|
||||||
// // Tools
|
|
||||||
// Gui::MenuItem* tool = new Gui::MenuItem( menuBar );
|
|
||||||
// tool->setCommand("&Tools");
|
|
||||||
// *tool << "Std_CommandLine" << "Std_DlgParameter" << "Separator" << "Std_DlgMacroRecord"
|
|
||||||
// << "Std_DlgMacroExecute" << "Std_DlgMacroExecuteDirect"
|
|
||||||
// << "Separator" << "Std_ViewScreenShot" << "Separator" << "Std_DlgCustomize";
|
|
||||||
//
|
|
||||||
// // Mesh
|
|
||||||
// ****************************************************************************************************
|
|
||||||
// Gui::MenuItem* mesh = new Gui::MenuItem( menuBar );
|
|
||||||
//
|
|
||||||
// // submenu analyze
|
|
||||||
// Gui::MenuItem* analyze = new Gui::MenuItem();
|
|
||||||
// analyze->setCommand("Analyze");
|
|
||||||
// *analyze << "Mesh_Evaluation"
|
|
||||||
// << "Mesh_EvaluateFacet"
|
|
||||||
// << "Mesh_CurvatureInfo"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Mesh_EvaluateSolid"
|
|
||||||
// << "Mesh_BoundingBox";
|
|
||||||
//
|
|
||||||
// // submenu boolean
|
|
||||||
// Gui::MenuItem* boolean = new Gui::MenuItem();
|
|
||||||
// boolean->setCommand("Boolean");
|
|
||||||
// *boolean << "Mesh_Union"
|
|
||||||
// << "Mesh_Intersection"
|
|
||||||
// << "Mesh_Difference";
|
|
||||||
//
|
|
||||||
// mesh->setCommand("&Meshes");
|
|
||||||
// *mesh << "Mesh_Import"
|
|
||||||
// << "Mesh_Export"
|
|
||||||
// << "Mesh_FromGeometry"
|
|
||||||
// << "Separator"
|
|
||||||
// << analyze
|
|
||||||
// << "Mesh_HarmonizeNormals"
|
|
||||||
// << "Mesh_FlipNormals"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Mesh_FillupHoles"
|
|
||||||
// << "Mesh_FillInteractiveHole"
|
|
||||||
// << "Mesh_RemoveComponents"
|
|
||||||
// << "Mesh_RemoveCompByHand"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Mesh_BuildRegularSolid"
|
|
||||||
// << boolean << "Separator"
|
|
||||||
// << "Mesh_PolyCut"
|
|
||||||
// << "Mesh_PolySplit"
|
|
||||||
// << "Mesh_PolySegm"
|
|
||||||
// << "Mesh_ToolMesh"
|
|
||||||
// << "Mesh_VertexCurvature";
|
|
||||||
//
|
|
||||||
// // Part
|
|
||||||
// ****************************************************************************************************
|
|
||||||
//
|
|
||||||
// Gui::MenuItem* part = new Gui::MenuItem(menuBar);
|
|
||||||
// part->setCommand("&Part");
|
|
||||||
//
|
|
||||||
// // submenu boolean
|
|
||||||
// Gui::MenuItem* para = new Gui::MenuItem();
|
|
||||||
// para->setCommand("Parametric");
|
|
||||||
// *para << "Part_Box"
|
|
||||||
// << "Part_Cylinder"
|
|
||||||
// << "Part_Sphere"
|
|
||||||
// << "Part_Cone"
|
|
||||||
// << "Part_Torus"
|
|
||||||
// << "Part_Primitives";
|
|
||||||
// *part << para
|
|
||||||
// << "Part_Boolean"
|
|
||||||
// << "Part_Extrude"
|
|
||||||
// << "Part_Revolve"
|
|
||||||
// << "Part_Fillet";
|
|
||||||
//
|
|
||||||
// # ifdef WEB_SHOW_SKETCHER
|
|
||||||
// if (mgr.getCommandByName("Sketcher_NewSketch")) {
|
|
||||||
// Gui::MenuItem* sketch = new Gui::MenuItem(menuBar);
|
|
||||||
// sketch->setCommand("Ske&tch");
|
|
||||||
// *sketch
|
|
||||||
// << "Sketcher_NewSketch"
|
|
||||||
// << "Separator"
|
|
||||||
// << "PartDesign_Pad"
|
|
||||||
// << "PartDesign_Fillet"
|
|
||||||
// ;
|
|
||||||
// }
|
|
||||||
// # endif
|
|
||||||
//
|
|
||||||
// // Drawing
|
|
||||||
// ****************************************************************************************************
|
|
||||||
//
|
|
||||||
// Gui::MenuItem* drawing = new Gui::MenuItem(menuBar);
|
|
||||||
//
|
|
||||||
// drawing->setCommand("&Drawing");
|
|
||||||
// *drawing
|
|
||||||
// << "Drawing_Open"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Drawing_NewA3Landscape"
|
|
||||||
// << "Drawing_NewView"
|
|
||||||
// << "Drawing_ExportPage"
|
|
||||||
// ;
|
|
||||||
//
|
|
||||||
// // Drafting
|
|
||||||
// ****************************************************************************************************
|
|
||||||
// # ifdef WEB_USE_DRAFTING
|
|
||||||
// if (mgr.getCommandByName("Draft_Line")) {
|
|
||||||
// Gui::MenuItem* Drafting = new Gui::MenuItem(menuBar);
|
|
||||||
//
|
|
||||||
// Drafting->setCommand("&Drafting");
|
|
||||||
// *Drafting
|
|
||||||
// << "Draft_SelectPlane"
|
|
||||||
// << "Draft_Line"
|
|
||||||
// << "Draft_Polyline"
|
|
||||||
// << "Draft_Circle"
|
|
||||||
// << "Draft_Arc"
|
|
||||||
// << "Draft_Rectangle"
|
|
||||||
// << "Draft_Text"
|
|
||||||
// << "Draft_Dimension"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Draft_Move"
|
|
||||||
// << "Draft_Rotate"
|
|
||||||
// << "Draft_Offset"
|
|
||||||
// << "Draft_Trimex"
|
|
||||||
// << "Draft_Upgrade"
|
|
||||||
// << "Draft_Downgrade"
|
|
||||||
// << "Draft_Scale"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Draft_ApplyStyle"
|
|
||||||
// ;
|
|
||||||
// }
|
|
||||||
// # endif
|
|
||||||
//
|
|
||||||
// // xxx
|
|
||||||
// ****************************************************************************************************
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// // Windows
|
|
||||||
// Gui::MenuItem* wnd = new Gui::MenuItem( menuBar );
|
|
||||||
// wnd->setCommand("&Windows");
|
|
||||||
// *wnd << "Std_ActivateNextWindow" << "Std_ActivatePrevWindow" << "Separator"
|
|
||||||
// << "Std_TileWindows" << "Std_CascadeWindows" << "Separator"
|
|
||||||
// << "Std_WindowsMenu" << "Std_Windows";
|
|
||||||
//
|
|
||||||
// // help
|
|
||||||
// ****************************************************************************************************
|
|
||||||
// // Separator
|
|
||||||
// Gui::MenuItem* sep = new Gui::MenuItem( menuBar );
|
|
||||||
// sep->setCommand( "Separator" );
|
|
||||||
//
|
|
||||||
// // Help
|
|
||||||
// Gui::MenuItem* helpWebsites = new Gui::MenuItem;
|
|
||||||
// helpWebsites->setCommand("&Online-help");
|
|
||||||
// *helpWebsites << "Std_OnlineHelpWebsite"
|
|
||||||
// << "Std_FreeCADWebsite"
|
|
||||||
// << "Std_PythonWebsite";
|
|
||||||
//
|
|
||||||
// Gui::MenuItem* help = new Gui::MenuItem( menuBar );
|
|
||||||
// help->setCommand("&Help");
|
|
||||||
// *help << "Std_OnlineHelp"
|
|
||||||
// << "Std_PythonHelp"
|
|
||||||
// << helpWebsites
|
|
||||||
// << "Separator"
|
|
||||||
// << "Test_Test"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Std_About"
|
|
||||||
// << "Std_AboutQt"
|
|
||||||
// << "Separator"
|
|
||||||
// << "Std_WhatsThis" ;
|
|
||||||
//
|
|
||||||
// return menuBar;
|
|
||||||
}
|
|
||||||
|
|
||||||
Gui::ToolBarItem* Workbench::setupToolBars() const
|
|
||||||
{
|
|
||||||
Gui::ToolBarItem* root = StdWorkbench::setupToolBars();
|
|
||||||
|
|
||||||
// web navigation toolbar
|
|
||||||
Gui::ToolBarItem* navigation = new Gui::ToolBarItem(root);
|
|
||||||
navigation->setCommand("Navigation");
|
|
||||||
*navigation << "Web_BrowserSetURL"
|
|
||||||
<< "Separator"
|
|
||||||
<< "Web_OpenWebsite"
|
|
||||||
<< "Separator"
|
|
||||||
<< "Web_BrowserBack"
|
|
||||||
<< "Web_BrowserNext"
|
|
||||||
<< "Web_BrowserRefresh"
|
|
||||||
<< "Web_BrowserStop"
|
|
||||||
<< "Separator"
|
|
||||||
<< "Web_BrowserZoomIn"
|
|
||||||
<< "Web_BrowserZoomOut";
|
|
||||||
|
|
||||||
return root;
|
|
||||||
}
|
|
||||||
|
|
||||||
Gui::ToolBarItem* Workbench::setupCommandBars() const
|
|
||||||
{
|
|
||||||
Gui::ToolBarItem* root = new Gui::ToolBarItem;
|
|
||||||
return root;
|
|
||||||
}
|
|
||||||
|
|
||||||
Gui::DockWindowItems* Workbench::setupDockWindows() const
|
|
||||||
{
|
|
||||||
Gui::DockWindowItems* root = Gui::StdWorkbench::setupDockWindows();
|
|
||||||
// root->setVisibility(false); // hide all dock windows by default
|
|
||||||
// root->setVisibility("Std_ComboView",true); // except of the combo view
|
|
||||||
return root;
|
|
||||||
}
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (c) 2008 Werner Mayer <wmayer[at]users.sourceforge.net> *
|
|
||||||
* *
|
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
|
||||||
* *
|
|
||||||
* This library is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms of the GNU Library General Public *
|
|
||||||
* License as published by the Free Software Foundation; either *
|
|
||||||
* version 2 of the License, or (at your option) any later version. *
|
|
||||||
* *
|
|
||||||
* This library is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU Library General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU Library General Public *
|
|
||||||
* License along with this library; see the file COPYING.LIB. If not, *
|
|
||||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
|
||||||
* Suite 330, Boston, MA 02111-1307, USA *
|
|
||||||
* *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef WEBGUI_WORKBENCH_H
|
|
||||||
#define WEBGUI_WORKBENCH_H
|
|
||||||
|
|
||||||
#include <Gui/Workbench.h>
|
|
||||||
|
|
||||||
namespace WebGui
|
|
||||||
{
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Werner Mayer
|
|
||||||
*/
|
|
||||||
class Workbench: public Gui::StdWorkbench
|
|
||||||
{
|
|
||||||
TYPESYSTEM_HEADER_WITH_OVERRIDE();
|
|
||||||
|
|
||||||
public:
|
|
||||||
Workbench();
|
|
||||||
~Workbench() override;
|
|
||||||
|
|
||||||
/** Defines the standard context menu. */
|
|
||||||
void setupContextMenu(const char* recipient, Gui::MenuItem*) const override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
/** Defines the standard menus. */
|
|
||||||
Gui::MenuItem* setupMenuBar() const override;
|
|
||||||
/** Defines the standard toolbars. */
|
|
||||||
Gui::ToolBarItem* setupToolBars() const override;
|
|
||||||
/** Defines the standard command bars. */
|
|
||||||
Gui::ToolBarItem* setupCommandBars() const override;
|
|
||||||
/** Returns a DockWindowItems structure of dock windows this workbench. */
|
|
||||||
Gui::DockWindowItems* setupDockWindows() const override;
|
|
||||||
|
|
||||||
|
|
||||||
}; // namespace WebGui
|
|
||||||
|
|
||||||
} // namespace WebGui
|
|
||||||
#endif // WEB_WORKBENCH_H
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
# ***************************************************************************
|
|
||||||
# * Copyright (c) 2002,2003 Jürgen Riegel <juergen.riegel@web.de> *
|
|
||||||
# * *
|
|
||||||
# * This file is part of the FreeCAD CAx development system. *
|
|
||||||
# * *
|
|
||||||
# * This program is free software; you can redistribute it and/or modify *
|
|
||||||
# * it under the terms of the GNU Lesser General Public License (LGPL) *
|
|
||||||
# * as published by the Free Software Foundation; either version 2 of *
|
|
||||||
# * the License, or (at your option) any later version. *
|
|
||||||
# * for detail see the LICENCE text file. *
|
|
||||||
# * *
|
|
||||||
# * FreeCAD is distributed in the hope that it will be useful, *
|
|
||||||
# * but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
# * GNU Lesser General Public License for more details. *
|
|
||||||
# * *
|
|
||||||
# * You should have received a copy of the GNU Library General Public *
|
|
||||||
# * License along with FreeCAD; if not, write to the Free Software *
|
|
||||||
# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
|
|
||||||
# * USA *
|
|
||||||
# ***************************************************************************/
|
|
||||||
|
|
||||||
# Web gui init module
|
|
||||||
#
|
|
||||||
# Gathering all the information to start FreeCAD
|
|
||||||
# This is the second one of three init scripts, the third one
|
|
||||||
# runs when the gui is up
|
|
||||||
|
|
||||||
|
|
||||||
class WebWorkbench(Workbench):
|
|
||||||
"Web workbench object"
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/Web/Resources/icons/WebWorkbench.svg"
|
|
||||||
self.__class__.MenuText = "Web"
|
|
||||||
self.__class__.ToolTip = "Web workbench"
|
|
||||||
|
|
||||||
def Initialize(self):
|
|
||||||
# load the module
|
|
||||||
import WebGui
|
|
||||||
|
|
||||||
def GetClassName(self):
|
|
||||||
return "WebGui::Workbench"
|
|
||||||
|
|
||||||
|
|
||||||
Gui.addWorkbench(WebWorkbench())
|
|
||||||
|
|
||||||
# Append the open handler
|
|
||||||
FreeCAD.addImportType("Web Page (*.html *.HTML *.xhtml *.XHTML)", "WebGui")
|
|
||||||
|
|
||||||
FreeCAD.__unit_test__ += ["TestWebGui"]
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
# **************************************************************************
|
|
||||||
# Copyright (c) 2018 Werner Mayer <wmayer[at]users.sourceforge.net> *
|
|
||||||
# *
|
|
||||||
# This file is part of the FreeCAD CAx development system. *
|
|
||||||
# *
|
|
||||||
# This program is free software; you can redistribute it and/or modify *
|
|
||||||
# it under the terms of the GNU Lesser General Public License (LGPL) *
|
|
||||||
# as published by the Free Software Foundation; either version 2 of *
|
|
||||||
# the License, or (at your option) any later version. *
|
|
||||||
# for detail see the LICENCE text file. *
|
|
||||||
# *
|
|
||||||
# FreeCAD is distributed in the hope that it will be useful, *
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
# GNU Library General Public License for more details. *
|
|
||||||
# *
|
|
||||||
# You should have received a copy of the GNU Library General Public *
|
|
||||||
# License along with FreeCAD; if not, write to the Free Software *
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
|
|
||||||
# USA *
|
|
||||||
# **************************************************************************
|
|
||||||
|
|
||||||
import FreeCAD, os, sys, unittest, WebGui
|
|
||||||
|
|
||||||
|
|
||||||
class WebGuiTestCases(unittest.TestCase):
|
|
||||||
def testHtmlCase(self):
|
|
||||||
bytestr = b"<b>Fran\xc3\xa7ais</b>"
|
|
||||||
browser = WebGui.openBrowserWindow("Browser")
|
|
||||||
browser.setHtml(bytestr.decode("utf8"), FreeCAD.getResourceDir())
|
|
||||||
@@ -86,7 +86,6 @@ export PATH_TO_FREECAD_LIBDIR=\${HERE}/usr/lib
|
|||||||
# export QT_XKB_CONFIG_ROOT=\${HERE}/usr/lib
|
# export QT_XKB_CONFIG_ROOT=\${HERE}/usr/lib
|
||||||
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
|
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
|
||||||
export FONTCONFIG_PATH=/etc/fonts
|
export FONTCONFIG_PATH=/etc/fonts
|
||||||
# export QTWEBENGINEPROCESS_PATH=\${HERE}/usr/libexec/QtWebEngineProcess
|
|
||||||
|
|
||||||
# Show packages info if DEBUG env variable is set
|
# Show packages info if DEBUG env variable is set
|
||||||
if [ "\$DEBUG" = 1 ]; then
|
if [ "\$DEBUG" = 1 ]; then
|
||||||
@@ -98,8 +97,6 @@ fi
|
|||||||
export SSL_CERT_FILE=\$PREFIX/ssl/cacert.pem
|
export SSL_CERT_FILE=\$PREFIX/ssl/cacert.pem
|
||||||
# https://github.com/FreeCAD/FreeCAD-AppImage/pull/20
|
# https://github.com/FreeCAD/FreeCAD-AppImage/pull/20
|
||||||
export GIT_SSL_CAINFO=\$HERE/usr/ssl/cacert.pem
|
export GIT_SSL_CAINFO=\$HERE/usr/ssl/cacert.pem
|
||||||
# https://github.com/FreeCAD/FreeCAD-Bundle/issues/92#issuecomment-1086829486
|
|
||||||
export QTWEBENGINE_DISABLE_SANDBOX=1
|
|
||||||
# Support for launching other applications (from /usr/bin)
|
# Support for launching other applications (from /usr/bin)
|
||||||
# https://github.com/FreeCAD/FreeCAD-AppImage/issues/30
|
# https://github.com/FreeCAD/FreeCAD-AppImage/issues/30
|
||||||
if [ ! -z "\$1" ] && [ -e "\$HERE/usr/bin/\$1" ] ; then
|
if [ ! -z "\$1" ] && [ -e "\$HERE/usr/bin/\$1" ] ; then
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ apt-get install --no-install-recommends --yes build-essential cmake doxygen git
|
|||||||
libzipios++-dev netgen netgen-headers pyside2-tools python3-dev \
|
libzipios++-dev netgen netgen-headers pyside2-tools python3-dev \
|
||||||
python3-matplotlib python3-pivy python3-ply python3-pyside2.qtsvg \
|
python3-matplotlib python3-pivy python3-ply python3-pyside2.qtsvg \
|
||||||
python3-pyside2.qtuitools qtchooser qttools5-dev shiboken2 swig \
|
python3-pyside2.qtuitools qtchooser qttools5-dev shiboken2 swig \
|
||||||
qtwebengine5-dev qtwayland5
|
qtwayland5
|
||||||
|
|||||||
@@ -79,17 +79,10 @@ del Qt5Svgd.dll
|
|||||||
del Qt5Testd.dll
|
del Qt5Testd.dll
|
||||||
del Qt5TextToSpeechd.dll
|
del Qt5TextToSpeechd.dll
|
||||||
del Qt5VirtualKeyboardd.dll
|
del Qt5VirtualKeyboardd.dll
|
||||||
del Qt5WebChanneld.dll
|
|
||||||
del Qt5WebEngineCored.dll
|
|
||||||
del Qt5WebEngined.dll
|
|
||||||
del Qt5WebEngineWidgetsd.dll
|
|
||||||
del Qt5WebSocketsd.dll
|
|
||||||
del Qt5WebViewd.dll
|
|
||||||
del Qt5Widgetsd.dll
|
del Qt5Widgetsd.dll
|
||||||
del Qt5WinExtrasd.dll
|
del Qt5WinExtrasd.dll
|
||||||
del Qt5Xmld.dll
|
del Qt5Xmld.dll
|
||||||
del Qt5XmlPatternsd.dll
|
del Qt5XmlPatternsd.dll
|
||||||
del QtWebEngineProcessd.exe
|
|
||||||
del Quarter1d.dll
|
del Quarter1d.dll
|
||||||
del xerces-c_3_2D.dll
|
del xerces-c_3_2D.dll
|
||||||
del zlibd.dll
|
del zlibd.dll
|
||||||
|
|||||||