mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge branch 'hotfix/v8.1.1' into release/v8.2.0
This commit is contained in:
10
.github/workflows/init-changelogs.yaml
vendored
10
.github/workflows/init-changelogs.yaml
vendored
@ -1,12 +1,12 @@
|
|||||||
name: Initialize changelog files
|
name: Initialize changelog files
|
||||||
|
|
||||||
on: workflow_dispatch
|
on: create
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changelogs:
|
changelogs:
|
||||||
if: >-
|
if: >-
|
||||||
${{ contains(github.ref, 'refs/heads/hotfix/v') ||
|
${{ startsWith(github.ref, 'refs/heads/hotfix/v') ||
|
||||||
contains(github.ref, 'refs/heads/release/v') }}
|
startsWith(github.ref, 'refs/heads/release/v') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -30,8 +30,10 @@ jobs:
|
|||||||
cp -fRTv $CHANGES_WIN/0.0.0 $CHANGES_WIN/$VERSION
|
cp -fRTv $CHANGES_WIN/0.0.0 $CHANGES_WIN/$VERSION
|
||||||
cp -fRTv $CHANGES_MAC/0.0.0 $CHANGES_MAC/$VERSION
|
cp -fRTv $CHANGES_MAC/0.0.0 $CHANGES_MAC/$VERSION
|
||||||
cp -fRTv $CHANGES_LINUX/template $CHANGES_LINUX/$VERSION
|
cp -fRTv $CHANGES_LINUX/template $CHANGES_LINUX/$VERSION
|
||||||
|
# for changelog files for win, mac and linux replace '0.0.0' with VERSION,
|
||||||
|
# and replace '000' in the row included 'CHANGELOG' with VERSION without dots
|
||||||
find $CHANGES_WIN/$VERSION $CHANGES_MAC/$VERSION $CHANGES_LINUX/$VERSION -name "*.html" -print \
|
find $CHANGES_WIN/$VERSION $CHANGES_MAC/$VERSION $CHANGES_LINUX/$VERSION -name "*.html" -print \
|
||||||
-exec sed -e 's/0.0.0/'${VERSION}'/g' -e 's/000/'${VERSION//./}'/g' -i {} \;
|
-exec sed -e 's/0.0.0/'${VERSION}'/g' -e '/CHANGELOG/s/000/'${VERSION//./}'/g' -i {} \;
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
|||||||
@ -4,44 +4,76 @@
|
|||||||
|
|
||||||
<h4>All Editors</h4>
|
<h4>All Editors</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>Switching to the creating forms in the <code>PDF</code> format</li>
|
||||||
|
<li>Added the ability to disable the <code>Connect to cloud</code> section via the <code>--lock-portals</code> key</li>
|
||||||
|
<li>Added the <code>Use graphics acceleration</code> option to the application settings</li>
|
||||||
|
<li>Updated images for the error pages</li>
|
||||||
|
<li>Added the translation into Serbian (sr-Latn-RS, Serbian (Latin, Serbia and Montenegro))</li>
|
||||||
|
<li>Added a button to select a local file in the hyperlink insertion dialog window</li>
|
||||||
|
<li>Changes in program interface: manageable functional buttons, Replace button is now on the Home tab, Copy style, Clear style, Select all</li>
|
||||||
|
<li>Autoshape shadowing settings</li>
|
||||||
|
<li>Updated the set of color themes available in editors</li>
|
||||||
|
<li>Added internal help in Portuguese (pt-BR)</li>
|
||||||
|
<li>Added Arabic to all regional settings</li>
|
||||||
|
<li>Added a title and a button to close the panel to the <code>Chat</code> panel</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Document Editor</h4>
|
<h4>Document Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New button on the top toolbar for changing document editing mode: <code>Editing</code>, <code>Reviewing</code>, <code>Viewing</code></li>
|
||||||
|
<li>Added tooltips for new or updated functionality (displayed when loading the editor or when switching to the corresponding tab)</li>
|
||||||
|
<li>Implemented the ability to set the format for page numbering</li>
|
||||||
|
<li>Added support for the page color</li>
|
||||||
|
<li>Updated built-in paragraph styles</li>
|
||||||
|
<li>New items in the indents menu for opening the right panel and managing paragraph indents, the ability to manage paragraph indents via the top toolbar</li>
|
||||||
|
<li>Color theme button is now on the Layout tab</li>
|
||||||
|
<li>Mail merge button is now on the Collaboration tab</li>
|
||||||
|
<li>Line spacing options updated</li>
|
||||||
|
<li>Improved work of the algorithm for displaying numbers and punctuation in Arabic text for the Neutral and Weak classes</li>
|
||||||
|
<li>Improved fitting for paragraphs with main <code>RTL</code> direction</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Spreadsheet Editor</h4>
|
<h4>Spreadsheet Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New languages added: ligature support</li>
|
||||||
|
<li>Selected cells are highlighted on their respective row/column numbers</li>
|
||||||
|
<li>New functions: <code>GETPIVOTDATA</code>, <code>IMPORTRANGE</code></li>
|
||||||
|
<li>New function category: Custom based on jsdoc</li>
|
||||||
|
<li>Version history update: edited cells are highlighted</li>
|
||||||
|
<li>Users get custom protected range cells viewing rights</li>
|
||||||
|
<li>Implemented the ability to copy/move sheets between books in one browser</li>
|
||||||
|
<li>Changed the appearance of the sheet list in the embedded viewer in accordance with the styles of the main spreadsheet editor</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Presentation Editor</h4>
|
<h4>Presentation Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New slide settings on the right panel: show background graphics, reset background to the theme background, apply settings to all slides</li>
|
||||||
|
<li>Added <code>Animation</code> pane</li>
|
||||||
|
<li>Added a mode for editing master slides and templates</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Forms</h4>
|
<h4>Forms</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>When adding a fixed form, now it is inserted without wrapping in front of the text</li>
|
||||||
|
<li>The color of the Picture placeholder corresponds to the color of the role for this form</li>
|
||||||
|
<li>The thickness of the frame for required fields is now 2 px with any zoom</li>
|
||||||
|
<li>Added a button to switch to the editing mode (similar to the button in the editor header) for forms opened in the View or Fill forms mode</li>
|
||||||
|
</ul>
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Added buttons for switching editing/viewing (annotations) modes to the toolbar and the editor header</li>
|
||||||
|
<li>Added tooltips for new or updated functionality (displayed when loading the editor or when switching to the corresponding tab)</li>
|
||||||
|
<li>In the Edit mode, it's possible to add various objects (using the <code>Home</code> and <code>Insert</code> tabs) and configure them using the right panel and context menu</li>
|
||||||
|
<li>Added the ability to add, delete or rotate pages using the context menu and the toolbar</li>
|
||||||
|
<li>Added a mini toolbar for adding annotations when selecting text</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Fixes</h2>
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
<h4>All Editors</h4>
|
<h4>Security</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>Fixed vulnerabilities in the PtgName::assemble, PtgNameX::assemble, PtgParen::assemble, PtgRef3d::assemble, PtgList::assemble and PtgArea3d::assemble methods which cause crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
</ul>
|
<li>Fixed the vulnerability in the <code>CDataStream::ReadEmrTextBase</code> method which causes crash when converting <code>ODP</code> to <code>PDF</code></li>
|
||||||
<h4>Document Editor</h4>
|
<li>Fixed the vulnerability in the <code>GlobalsSubstream::UpdateDefineNames</code> method which causes crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
<ul>
|
<li>Fixed the vulnerability in the <code>WorkBookStream::UpdateXti</code>, <code>WorkBookStream::UpdateXti</code>, methods which causes crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
<li>TODO</li>
|
<li>Fixed Heap Buffer Overflow when converting <code>EPUB</code> to <code>PDF</code></li>
|
||||||
</ul>
|
<li>Fixed the vulnerability in the <code>CPPTUserInfo::LoadExternal</code> method which allows writing a file to a folder with restricted access when converting <code>PPT</code> to <code>PPTX</code></li>
|
||||||
<h4>Spreadsheet Editor</h4>
|
<li>Fixed vulnerabilities which allow reading data from a third-party file when converting <code>OOXML</code> to <code>ODF</code> and vice versa</li>
|
||||||
<ul>
|
<li>Fixed Heap Buffer Overflow in the <code>CSvmFile::Read_META_BMP</code> method when converting <code>ODP</code> to <code>PPTX</code></li>
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
|
||||||
<h4>Presentation Editor</h4>
|
|
||||||
<ul>
|
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
|
||||||
<h4>Forms</h4>
|
|
||||||
<ul>
|
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -1,47 +1,79 @@
|
|||||||
<h1>ONLYOFFICE Desktop Editors 8.1.0<span class="releasedate"> - {{DATE}}</span></h1>
|
<h1>ONLYOFFICE Desktop Editors 8.1.0<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
<h2>Новые функции</h2>
|
<h2>New Features</h2>
|
||||||
|
|
||||||
<h4>Все редакторы</h4>
|
<h4>All Editors</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>Switching to the creating forms in the <code>PDF</code> format</li>
|
||||||
|
<li>Added the ability to disable the <code>Connect to cloud</code> section via the <code>--lock-portals</code> key</li>
|
||||||
|
<li>Added the <code>Use graphics acceleration</code> option to the application settings</li>
|
||||||
|
<li>Updated images for the error pages</li>
|
||||||
|
<li>Added the translation into Serbian (sr-Latn-RS, Serbian (Latin, Serbia and Montenegro))</li>
|
||||||
|
<li>Added a button to select a local file in the hyperlink insertion dialog window</li>
|
||||||
|
<li>Changes in program interface: manageable functional buttons, Replace button is now on the Home tab, Copy style, Clear style, Select all</li>
|
||||||
|
<li>Autoshape shadowing settings</li>
|
||||||
|
<li>Updated the set of color themes available in editors</li>
|
||||||
|
<li>Added internal help in Portuguese (pt-BR)</li>
|
||||||
|
<li>Added Arabic to all regional settings</li>
|
||||||
|
<li>Added a title and a button to close the panel to the <code>Chat</code> panel</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Редактор документов</h4>
|
<h4>Document Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New button on the top toolbar for changing document editing mode: <code>Editing</code>, <code>Reviewing</code>, <code>Viewing</code></li>
|
||||||
|
<li>Added tooltips for new or updated functionality (displayed when loading the editor or when switching to the corresponding tab)</li>
|
||||||
|
<li>Implemented the ability to set the format for page numbering</li>
|
||||||
|
<li>Added support for the page color</li>
|
||||||
|
<li>Updated built-in paragraph styles</li>
|
||||||
|
<li>New items in the indents menu for opening the right panel and managing paragraph indents, the ability to manage paragraph indents via the top toolbar</li>
|
||||||
|
<li>Color theme button is now on the Layout tab</li>
|
||||||
|
<li>Mail merge button is now on the Collaboration tab</li>
|
||||||
|
<li>Line spacing options updated</li>
|
||||||
|
<li>Improved work of the algorithm for displaying numbers and punctuation in Arabic text for the Neutral and Weak classes</li>
|
||||||
|
<li>Improved fitting for paragraphs with main <code>RTL</code> direction</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Редактор таблиц</h4>
|
<h4>Spreadsheet Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New languages added: ligature support</li>
|
||||||
|
<li>Selected cells are highlighted on their respective row/column numbers</li>
|
||||||
|
<li>New functions: <code>GETPIVOTDATA</code>, <code>IMPORTRANGE</code></li>
|
||||||
|
<li>New function category: Custom based on jsdoc</li>
|
||||||
|
<li>Version history update: edited cells are highlighted</li>
|
||||||
|
<li>Users get custom protected range cells viewing rights</li>
|
||||||
|
<li>Implemented the ability to copy/move sheets between books in one browser</li>
|
||||||
|
<li>Changed the appearance of the sheet list in the embedded viewer in accordance with the styles of the main spreadsheet editor</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Редактор презентаций</h4>
|
<h4>Presentation Editor</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>New slide settings on the right panel: show background graphics, reset background to the theme background, apply settings to all slides</li>
|
||||||
|
<li>Added <code>Animation</code> pane</li>
|
||||||
|
<li>Added a mode for editing master slides and templates</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Формы</h4>
|
<h4>Forms</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>When adding a fixed form, now it is inserted without wrapping in front of the text</li>
|
||||||
|
<li>The color of the Picture placeholder corresponds to the color of the role for this form</li>
|
||||||
|
<li>The thickness of the frame for required fields is now 2 px with any zoom</li>
|
||||||
|
<li>Added a button to switch to the editing mode (similar to the button in the editor header) for forms opened in the View or Fill forms mode</li>
|
||||||
|
</ul>
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Added buttons for switching editing/viewing (annotations) modes to the toolbar and the editor header</li>
|
||||||
|
<li>Added tooltips for new or updated functionality (displayed when loading the editor or when switching to the corresponding tab)</li>
|
||||||
|
<li>In the Edit mode, it's possible to add various objects (using the <code>Home</code> and <code>Insert</code> tabs) and configure them using the right panel and context menu</li>
|
||||||
|
<li>Added the ability to add, delete or rotate pages using the context menu and the toolbar</li>
|
||||||
|
<li>Added a mini toolbar for adding annotations when selecting text</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Исправления</h2>
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
<h4>Все редакторы</h4>
|
<h4>Security</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>TODO</li>
|
<li>Fixed vulnerabilities in the PtgName::assemble, PtgNameX::assemble, PtgParen::assemble, PtgRef3d::assemble, PtgList::assemble and PtgArea3d::assemble methods which cause crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
</ul>
|
<li>Fixed the vulnerability in the <code>CDataStream::ReadEmrTextBase</code> method which causes crash when converting <code>ODP</code> to <code>PDF</code></li>
|
||||||
<h4>Редактор документов</h4>
|
<li>Fixed the vulnerability in the <code>GlobalsSubstream::UpdateDefineNames</code> method which causes crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
<ul>
|
<li>Fixed the vulnerability in the <code>WorkBookStream::UpdateXti</code>, <code>WorkBookStream::UpdateXti</code>, methods which causes crash when converting <code>XLS</code> to <code>XLSX</code></li>
|
||||||
<li>TODO</li>
|
<li>Fixed Heap Buffer Overflow when converting <code>EPUB</code> to <code>PDF</code></li>
|
||||||
</ul>
|
<li>Fixed the vulnerability in the <code>CPPTUserInfo::LoadExternal</code> method which allows writing a file to a folder with restricted access when converting <code>PPT</code> to <code>PPTX</code></li>
|
||||||
<h4>Редактор таблиц</h4>
|
<li>Fixed vulnerabilities which allow reading data from a third-party file when converting <code>OOXML</code> to <code>ODF</code> and vice versa</li>
|
||||||
<ul>
|
<li>Fixed Heap Buffer Overflow in the <code>CSvmFile::Read_META_BMP</code> method when converting <code>ODP</code> to <code>PPTX</code></li>
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
|
||||||
<h4>Редактор презентаций</h4>
|
|
||||||
<ul>
|
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
|
||||||
<h4>Формы</h4>
|
|
||||||
<ul>
|
|
||||||
<li>TODO</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
47
common/changes/8.1.1/changes.html
Normal file
47
common/changes/8.1.1/changes.html
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<h1>ONLYOFFICE Desktop Editors 8.1.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>New Features</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Presentation Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Forms</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Presentation Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Forms</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
47
common/changes/8.1.1/changes_ru.html
Normal file
47
common/changes/8.1.1/changes_ru.html
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<h1>ONLYOFFICE Desktop Editors 8.1.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>Новые функции</h2>
|
||||||
|
|
||||||
|
<h4>Все редакторы</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор документов</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор таблиц</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор презентаций</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Формы</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Исправления</h2>
|
||||||
|
|
||||||
|
<h4>Все редакторы</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор документов</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор таблиц</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Редактор презентаций</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Формы</h4>
|
||||||
|
<ul>
|
||||||
|
<li>TODO</li>
|
||||||
|
</ul>
|
||||||
@ -438,17 +438,17 @@ We have a special offer for you.</source>
|
|||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Нов Документ</target>
|
<target state="translated">Нов документ</target>
|
||||||
|
|
||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Нова Презентация</target>
|
<target state="translated">Нова презентация</target>
|
||||||
|
|
||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Нова Електронна таблица</target>
|
<target state="translated">Нова електронна таблица</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -488,12 +488,12 @@ Tenemos una oferta especial para usted.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Nuevo Documento</target>
|
<target state="translated">Nuevo documento</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Nueva Presentación</target>
|
<target state="translated">Nueva presentación</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
|
|||||||
@ -438,17 +438,17 @@ Meil on sulle eriline pakkumine.</target>
|
|||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Uus Dokument</target>
|
<target state="translated">Uus dokument</target>
|
||||||
|
|
||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Uus Esitlus</target>
|
<target state="translated">Uus esitlus</target>
|
||||||
|
|
||||||
<note>No comment provided by engineer.</note></trans-unit>
|
<note>No comment provided by engineer.</note></trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Uus Arvustustabel</target>
|
<target state="translated">Uus arvustustabel</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -438,17 +438,17 @@ Tá tairiscint speisialta againn duit.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Doiciméad Nua</target>
|
<target state="translated">Doiciméad nua</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Cur i Láthair Nua</target>
|
<target state="translated">Cur i Láthair nua</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Scarbhileog Nua</target>
|
<target state="translated">Scarbhileog nua</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -438,17 +438,17 @@ Van egy speciális ajánlatunk az Ön számára.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Új Dokumentum</target>
|
<target state="translated">Új dokumentum</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Új Prezentáció</target>
|
<target state="translated">Új prezentáció</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Új Táblázat</target>
|
<target state="translated">Új táblázat</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -463,17 +463,17 @@ Kami memiliki penawaran spesial untuk Anda.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Dokumen Baru</target>
|
<target state="translated">Dokumen baru</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Presentasi Baru</target>
|
<target state="translated">Presentasi baru</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Lembar Bentang Baru</target>
|
<target state="translated">Lembar bentang baru</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-16"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<file source-language="en" target-language="lt">
|
<file source-language="en" target-language="lt">
|
||||||
<body>
|
<body>
|
||||||
@ -346,15 +346,15 @@ Mes jums turime specialų pasiūlymą.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document">
|
<trans-unit id="new-document">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target>Naujas Dokumentas</target>
|
<target>Naujas dokumentas</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation">
|
<trans-unit id="new-presentation">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target>Nauja Prezentacija</target>
|
<target>Nauja prezentacija</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet">
|
<trans-unit id="new-spreadsheet">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target>Nauja Skaičiuoklė</target>
|
<target>Nauja skaičiuoklė</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
<source>New PDF Form</source>
|
<source>New PDF Form</source>
|
||||||
|
|||||||
@ -438,17 +438,17 @@ Mums jums ir īpašs piedāvājums.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Jauns Dokuments</target>
|
<target state="translated">Jauns dokuments</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Jauna Prezentācija</target>
|
<target state="translated">Jauna prezentācija</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Jauna Izklājlapa</target>
|
<target state="translated">Jauna izklājlapa</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -438,17 +438,17 @@ We hebben een speciale aanbieding voor u.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Nieuw Document</target>
|
<target state="translated">Nieuw document</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Nieuwe Presentatie</target>
|
<target state="translated">Nieuwe presentatie</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Nieuwe Spreadsheet</target>
|
<target state="translated">Nieuwe spreadsheet</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -477,7 +477,7 @@ Nós temos uma oferta especial para você.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Novo Documento</target>
|
<target state="translated">Novo documento</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
|
|||||||
@ -488,17 +488,17 @@ We have a special offer for you.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target>Новый Документ</target>
|
<target>Новый документ</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target>Новая Презентация</target>
|
<target>Новая презентация</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target>Новая Таблица</target>
|
<target>Новая таблица</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -488,17 +488,17 @@ We have a special offer for you.</source>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Нови Документ</target>
|
<target state="translated">Нови документ</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Нова Презентација</target>
|
<target state="translated">Нова презентација</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Нова Прорачунска табела</target>
|
<target state="translated">Нова прорачунска табела</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -488,17 +488,17 @@ Imamo specijalnu ponudu za vas.</target>
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source>
|
<source>New Document</source>
|
||||||
<target state="translated">Novi Dokument</target>
|
<target state="translated">Novi dokument</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source>
|
<source>New Presentation</source>
|
||||||
<target state="translated">Nova Prezentacija</target>
|
<target state="translated">Nova prezentacija</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source>
|
<source>New Spreadsheet</source>
|
||||||
<target state="translated">Nova Proračunska tabela</target>
|
<target state="translated">Nova proračunska tabela</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -412,15 +412,15 @@ Size özel bir teklifimiz var.</target>
|
|||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-document" xml:space="preserve">
|
<trans-unit id="new-document" xml:space="preserve">
|
||||||
<source>New Document</source><target state="translated">Yeni Belge</target>
|
<source>New Document</source><target state="translated">Yeni belge</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-presentation" xml:space="preserve">
|
<trans-unit id="new-presentation" xml:space="preserve">
|
||||||
<source>New Presentation</source><target state="translated">Yeni Sunum</target>
|
<source>New Presentation</source><target state="translated">Yeni sunum</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
<trans-unit id="new-spreadsheet" xml:space="preserve">
|
||||||
<source>New Spreadsheet</source><target state="translated">Yeni Tablo</target>
|
<source>New Spreadsheet</source><target state="translated">Yeni tablo</target>
|
||||||
<note>No comment provided by engineer.</note>
|
<note>No comment provided by engineer.</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="new-pdfform" xml:space="preserve">
|
<trans-unit id="new-pdfform" xml:space="preserve">
|
||||||
|
|||||||
@ -74,16 +74,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket Файл (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket Файл (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Нов Документ";
|
"new-document" = "Нов документ";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Нов PDF формуляр";
|
"new-pdfform" = "Нов PDF формуляр";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Нова Презентация";
|
"new-presentation" = "Нова презентация";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Нова Електронна таблица";
|
"new-spreadsheet" = "Нова електронна таблица";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Не";
|
"No" = "Не";
|
||||||
|
|||||||
@ -89,13 +89,13 @@
|
|||||||
"Mobipocket e-book" = "Archivo Mobipocket (*.mobi)";
|
"Mobipocket e-book" = "Archivo Mobipocket (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Nuevo Documento";
|
"new-document" = "Nuevo documento";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Nuevo formulario PDF";
|
"new-pdfform" = "Nuevo formulario PDF";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Nueva Presentación";
|
"new-presentation" = "Nueva presentación";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Nueva hoja de cálculo";
|
"new-spreadsheet" = "Nueva hoja de cálculo";
|
||||||
|
|||||||
@ -77,16 +77,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-raamat (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-raamat (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Uus Dokument";
|
"new-document" = "Uus dokument";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Uus PDF vorm";
|
"new-pdfform" = "Uus PDF vorm";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Uus Esitlus";
|
"new-presentation" = "Uus esitlus";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Uus Arvustustabel";
|
"new-spreadsheet" = "Uus arvustustabel";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Ei";
|
"No" = "Ei";
|
||||||
|
|||||||
@ -74,16 +74,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-book (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-book (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Doiciméad Nua";
|
"new-document" = "Doiciméad nua";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Foirm PDF nua";
|
"new-pdfform" = "Foirm PDF nua";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Cur i Láthair Nua";
|
"new-presentation" = "Cur i Láthair nua";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Scarbhileog Nua";
|
"new-spreadsheet" = "Scarbhileog nua";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Níl";
|
"No" = "Níl";
|
||||||
|
|||||||
@ -74,16 +74,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-könyv (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-könyv (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Új Dokumentum";
|
"new-document" = "Új dokumentum";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Új PDF űrlap";
|
"new-pdfform" = "Új PDF űrlap";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Új Prezentáció";
|
"new-presentation" = "Új prezentáció";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Új Táblázat";
|
"new-spreadsheet" = "Új táblázat";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Nem";
|
"No" = "Nem";
|
||||||
|
|||||||
@ -80,16 +80,16 @@
|
|||||||
"Mobipocket e-book" = "E-book mobipocket (*.mobi)";
|
"Mobipocket e-book" = "E-book mobipocket (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Dokumen Baru";
|
"new-document" = "Dokumen baru";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Formulir PDF baru";
|
"new-pdfform" = "Formulir PDF baru";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Presentasi Baru";
|
"new-presentation" = "Presentasi baru";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Lembar Bentang Baru";
|
"new-spreadsheet" = "Lembar bentang baru";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Tidak";
|
"No" = "Tidak";
|
||||||
|
|||||||
@ -74,16 +74,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-grāmata (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-grāmata (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Jauns Dokuments";
|
"new-document" = "Jauns dokuments";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Jauna PDF veidlapa";
|
"new-pdfform" = "Jauna PDF veidlapa";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Jauna Prezentācija";
|
"new-presentation" = "Jauna prezentācija";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Jauna Izklājlapa";
|
"new-spreadsheet" = "Jauna izklājlapa";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Nē";
|
"No" = "Nē";
|
||||||
|
|||||||
@ -77,16 +77,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-book (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-book (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Nieuw Document";
|
"new-document" = "Nieuw document";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Nieuw PDF-formulier";
|
"new-pdfform" = "Nieuw PDF-formulier";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Nieuwe Presentatie";
|
"new-presentation" = "Nieuwe presentatie";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Nieuwe Spreadsheet";
|
"new-spreadsheet" = "Nieuwe spreadsheet";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Nee";
|
"No" = "Nee";
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
"Mobipocket e-book" = "Arquivo Mobipocket (*.mobi)";
|
"Mobipocket e-book" = "Arquivo Mobipocket (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Novo Documento";
|
"new-document" = "Novo documento";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Novo formulário PDF";
|
"new-pdfform" = "Novo formulário PDF";
|
||||||
|
|||||||
@ -89,16 +89,16 @@
|
|||||||
"Mobipocket e-book" = "Файл Mobipocket (*.mobi)";
|
"Mobipocket e-book" = "Файл Mobipocket (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Новый Документ";
|
"new-document" = "Новый документ";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Новая PDF-форма";
|
"new-pdfform" = "Новая PDF-форма";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Новая Презентация";
|
"new-presentation" = "Новая презентация";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Новая Таблица";
|
"new-spreadsheet" = "Новая таблица";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Нет";
|
"No" = "Нет";
|
||||||
|
|||||||
@ -89,16 +89,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket фајл (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket фајл (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Нови Документ";
|
"new-document" = "Нови документ";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Нови PDF формулар";
|
"new-pdfform" = "Нови PDF формулар";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Нова Презентација";
|
"new-presentation" = "Нова презентација";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Нова Прорачунска табела";
|
"new-spreadsheet" = "Нова прорачунска табела";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Не";
|
"No" = "Не";
|
||||||
|
|||||||
@ -89,16 +89,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket fajl (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket fajl (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Novi Dokument";
|
"new-document" = "Novi dokument";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Novi PDF formular";
|
"new-pdfform" = "Novi PDF formular";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Nova Prezentacija";
|
"new-presentation" = "Nova prezentacija";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Nova Proračunska tabela";
|
"new-spreadsheet" = "Nova proračunska tabela";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Ne";
|
"No" = "Ne";
|
||||||
|
|||||||
@ -74,16 +74,16 @@
|
|||||||
"Mobipocket e-book" = "Mobipocket e-kitap (*.mobi)";
|
"Mobipocket e-book" = "Mobipocket e-kitap (*.mobi)";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-document" = "Yeni Belge";
|
"new-document" = "Yeni belge";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-pdfform" = "Yeni PDF formu";
|
"new-pdfform" = "Yeni PDF formu";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-presentation" = "Yeni Sunum";
|
"new-presentation" = "Yeni sunum";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"new-spreadsheet" = "Yeni Tablo";
|
"new-spreadsheet" = "Yeni tablo";
|
||||||
|
|
||||||
/* No comment provided by engineer. */
|
/* No comment provided by engineer. */
|
||||||
"No" = "Hayır";
|
"No" = "Hayır";
|
||||||
|
|||||||
@ -0,0 +1,219 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>ONLYOFFICE Release Notes</title>
|
||||||
|
<style type="text/css">
|
||||||
|
/* variables */
|
||||||
|
:root {
|
||||||
|
--color-black: #141923;
|
||||||
|
--color-white: #fff;
|
||||||
|
--color-gray-100: #f7fafc;
|
||||||
|
--color-gray-200: #edf2f7;
|
||||||
|
--color-gray-300: #e2e8f0;
|
||||||
|
--color-gray-400: #cbd5e0;
|
||||||
|
--color-gray-500: #a0aec0;
|
||||||
|
--color-gray-600: #718096;
|
||||||
|
--color-gray-700: #4a5568;
|
||||||
|
--color-gray-800: #2d3748;
|
||||||
|
--color-gray-900: #1a202c;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: var(--color-white);
|
||||||
|
color: var(--color-gray-800);
|
||||||
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
h1, h2, h3 {
|
||||||
|
color: var(--color-gray-800);
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.7em;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background: var(--color-gray-200);
|
||||||
|
font-family: monospace;
|
||||||
|
padding: 1px 5px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding: 8.1.1 20px;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
margin: 20px 0;
|
||||||
|
border: var(--color-gray-400) solid 0.5px;
|
||||||
|
}
|
||||||
|
.releasedate {
|
||||||
|
color: var(--color-gray-600);
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* prefers light mode */
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
background: var(--color-gray-900);
|
||||||
|
color: var(--color-gray-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
color: var(--color-white);
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: var(--color-gray-800);
|
||||||
|
color: var(--color-gray-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
.releasedate {
|
||||||
|
color: var(--color-gray-600);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="version">
|
||||||
|
<h1>ONLYOFFICE 8.1.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>New Features</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>In the image upload filters, the <code>TIFF</code> format is added</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed missing Image button in the SmartArt objects of the Picture type</li>
|
||||||
|
<li>Fixed work of the <code>highlight-toolbar-tab-underline</code> parameter in the custom themes</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Active header and footer editing mode is no longer taken into consideration in the print preview</li>
|
||||||
|
<li>Fixed crash when applying an autocorrect command in an expression</li>
|
||||||
|
<li>Fixed crash when copying or cutting an image pasted from the clipboard</li>
|
||||||
|
<li>Fixed crash when pasting a copied list using Keep text only</li>
|
||||||
|
<li>Fixed crash when moving autoshape</li>
|
||||||
|
<li>Fixed crash in TextShaper when using composite input</li>
|
||||||
|
<li>Fixed scroll to target when updating the position of a view port in collaborative editing</li>
|
||||||
|
<li>Added the ability to prevent scrolling to the current position when performing any action</li>
|
||||||
|
<li>Fixed review types for added paragraphs</li>
|
||||||
|
<li>Fixed missing the current change in review when receiving spellcheck variants</li>
|
||||||
|
<li>Fixed the recalculation of the document when changing the autohyphenation option</li>
|
||||||
|
<li>Fixed spaces when converting table to text</li>
|
||||||
|
<li>Fixed an issue with collecting related levels for the current numbering level</li>
|
||||||
|
<li>Added table to track revisions check when adding new table or new row to the table</li>
|
||||||
|
<li>Fixed an issue with simple text paste when track revisions is turned on</li>
|
||||||
|
<li>Fixed freeze when moving through review changes</li>
|
||||||
|
<li>Implemented display / accept / reject for review change of a table cell</li>
|
||||||
|
<li>Fixed an issue with accepting / rejecting review changes inside a block-level sdt</li>
|
||||||
|
<li>Fixed an issue with recalculating table</li>
|
||||||
|
<li>Fixed clearing table cells before moving them</li>
|
||||||
|
<li>Fixed cursor moving down when selected table cells</li>
|
||||||
|
<li>Fixed display of images when opening some <code>DOCX</code> files</li>
|
||||||
|
<li>Fixed an issue with reading numbering properties in styles and refactor using <code>AscWord.NumPr</code> class</li>
|
||||||
|
<li>Fixed clearing the text properties for an inline-level sdt and merge method for <code>TextPr</code></li>
|
||||||
|
<li>Fixed incorrect display of autoshape shadow transparency when the <code>No Fill</code> option is activated</li>
|
||||||
|
<li>Fixed display of non-printing characters when opening some <code>DOCX</code> files in the viewing mode</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash in TextShaper after replacing the entered text in the autoshape</li>
|
||||||
|
<li>Fixed crash for some usages of the <code>IMPORTRANGE</code> formula</li>
|
||||||
|
<li>Fixed incorrect formula conversion when using a link to a file</li>
|
||||||
|
<li>Fixed crash when opening some <code>XLSX</code> files</li>
|
||||||
|
<li>Fixed inserting an empty column after moving a column with data</li>
|
||||||
|
<li>Fixed changing line height after applying Merge and Wrap Text, if the text extends the cell boundaries</li>
|
||||||
|
<li>Colors of row and column headers when hovering the cursor now correspond to color schemes</li>
|
||||||
|
<li>Fixed formula calculation if there is an intersection with a formatted table</li>
|
||||||
|
<li>Fixed formula calculation if they contain named ranges</li>
|
||||||
|
<li>Fixed creating named ranges in languages with ligatures</li>
|
||||||
|
<li>Fixed applying a number format when calculating a formula in the total row of a formatted table</li>
|
||||||
|
<li>Fixed display of shadow of objects after scrolling a sheet</li>
|
||||||
|
<li>Fixed updating of the <code>IMPORTRANGE</code> formula arguments after updating external links</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Presentation Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash after applying Reset slide in certain <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed crash after copying a slide in the Normal mode and pasting in the Slide Master mode</li>
|
||||||
|
<li>Fixed crash when opening the Notes and handouts insertion menu</li>
|
||||||
|
<li>Fixed the issue with weak characters in RTL at the end of the line</li>
|
||||||
|
<li>Fixed presence of the Insert image from file / Insert image from URL buttons for SmartArt objects of the Picture type in the Master Slide mode</li>
|
||||||
|
<li>Fixed the issue: formatting on layouts in the Add Slides button is displayed after the changes are made again in the Slide Master mode</li>
|
||||||
|
<li>Fixed display of the name when inserting a Table placeholder</li>
|
||||||
|
<li>Fixed applying a theme to the added slide</li>
|
||||||
|
<li>Fixed display of a comment when switching to the Slide Master mode</li>
|
||||||
|
<li>Fixed the size of placeholders on layouts after removing placeholders on the parent layout and applying Duplicate Slide Master</li>
|
||||||
|
<li>Fixed work of the Play / Pause buttons in the viewing window in the Slideshow mode</li>
|
||||||
|
<li>Fixed layering of objects when they are grouped when opening some <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed work of internal hyperlinks when using the Next Slide parameters</li>
|
||||||
|
<li>Fixed work of <code>Enter</code> / <code>Space</code> / <code>Arrow Right</code> / <code>Arrow Left</code> keys in the Slideshow mode</li>
|
||||||
|
<li>Fixed reset of object selection after copying using Drag-and-drop</li>
|
||||||
|
<li>Fixed display of shadow in the Slideshow mode</li>
|
||||||
|
<li>Fixed duplicating Slide Master when moving it using Drag-and-drop in the <code>Slides</code> tab</li>
|
||||||
|
<li>Fixed display of text formatting applied on the parent layout</li>
|
||||||
|
<li>Fixed incorrect date indication in Header and Footer</li>
|
||||||
|
<li>Fixed applying Background theme after creating a custom theme via <code>Slide</code> settings and using the Apply to All Slides option</li>
|
||||||
|
<li>Fixed display of custom theme layout when opening some <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed marker overlapping when moving it along the Animation Pane timeline</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Forms</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed creating a new form via the File menu on macOS</li>
|
||||||
|
<li>Fixed crash when filling in fields in some forms</li>
|
||||||
|
<li>Prevent a checkbox from toggling when moving it</li>
|
||||||
|
<li>Fixed the conversion of a fixed form to an inline</li>
|
||||||
|
<li>Improved finding anchor position around inline forms</li>
|
||||||
|
<li>Fixed the ability to change data in fields when submitting the form</li>
|
||||||
|
</ul>
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed printing <code>PDF</code> files from a cloud provider</li>
|
||||||
|
<li>Changed the default tool from Hand to Selection</li>
|
||||||
|
<li>Added the ability to disable the mini panel when selecting text in Advanced Settings</li>
|
||||||
|
<li>Fixed crash when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed crash after several deletions of pages and insertion of a graphic element</li>
|
||||||
|
<li>Fixed crash when removing table rows when editing some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed stopping work of the editor after exiting without saving changes</li>
|
||||||
|
<li>Fixed crash when moving around a table using <code>Tab</code></li>
|
||||||
|
<li>Fixed crash when opening Page Thumbnails in some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed highlighting of hyperlinks when opening <code>PDF</code> files</li>
|
||||||
|
<li>Fixed work of composite input in comments</li>
|
||||||
|
<li>Fixed filling with color instead of image when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed work of Undo after changing the text orientation in the <code>PDF</code> file</li>
|
||||||
|
<li>Fixed transparency of a Watermark when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed offset of the Select toolbar when selecting words in some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed text content loss when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed the Text box content loss after exporting the <code>PDF</code> file</li>
|
||||||
|
<li>Fixed saving objects located after a link</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Convert</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash when converting some <code>XLS</code> files to <code>XLSB</code></li>
|
||||||
|
<li>Fixed crash when exporting <code>DOCX</code> documents, containing autoshapes, to <code>HTML</code></li>
|
||||||
|
<li>Fixed crash when opening some <code>DOC</code> and <code>DOCX</code> files</li>
|
||||||
|
<li>Fixed crash when converting some <code>XLSM</code> files to <code>XLSB</code></li>
|
||||||
|
<li>Fixed stopping work of the editor when opening some <code>XLSX</code> files, containing EMF images</li>
|
||||||
|
<li>Fixed compliance with the <code>PDF/A</code> format after exporting a <code>DOCX</code> document</li>
|
||||||
|
<li>Fixed an error when opening in third-party editors the <code>XLSX</code> file obtained when converting <code>XLSB</code></li>
|
||||||
|
<li>Fixed text loss in <code>SVG</code> images after exporting the <code>DOCX</code> document to a different format</li>
|
||||||
|
<li>Fixed display of presentation theme after exporting some <code>PPTX</code> to <code>PDF/A</code></li>
|
||||||
|
<li>Fixed the "Decimal" and "Use 1000 separator" options loss when exporting <code>XLSX</code> to <code>ODS</code></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,219 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>История изменений ONLYOFFICE</title>
|
||||||
|
<style type="text/css">
|
||||||
|
/* variables */
|
||||||
|
:root {
|
||||||
|
--color-black: #141923;
|
||||||
|
--color-white: #fff;
|
||||||
|
--color-gray-100: #f7fafc;
|
||||||
|
--color-gray-200: #edf2f7;
|
||||||
|
--color-gray-300: #e2e8f0;
|
||||||
|
--color-gray-400: #cbd5e0;
|
||||||
|
--color-gray-500: #a0aec0;
|
||||||
|
--color-gray-600: #718096;
|
||||||
|
--color-gray-700: #4a5568;
|
||||||
|
--color-gray-800: #2d3748;
|
||||||
|
--color-gray-900: #1a202c;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: var(--color-white);
|
||||||
|
color: var(--color-gray-800);
|
||||||
|
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
h1, h2, h3 {
|
||||||
|
color: var(--color-gray-800);
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 1.7em;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background: var(--color-gray-200);
|
||||||
|
font-family: monospace;
|
||||||
|
padding: 1px 5px;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding: 8.1.1 20px;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
margin: 20px 0;
|
||||||
|
border: var(--color-gray-400) solid 0.5px;
|
||||||
|
}
|
||||||
|
.releasedate {
|
||||||
|
color: var(--color-gray-600);
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* prefers light mode */
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
background: var(--color-gray-900);
|
||||||
|
color: var(--color-gray-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
color: var(--color-white);
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: var(--color-gray-800);
|
||||||
|
color: var(--color-gray-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
.releasedate {
|
||||||
|
color: var(--color-gray-600);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="version">
|
||||||
|
<h1>ONLYOFFICE 8.1.1<span class="releasedate"> - {{DATE}}</span></h1>
|
||||||
|
|
||||||
|
<h2>New Features</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>In the image upload filters, the <code>TIFF</code> format is added</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Fixes</h2>
|
||||||
|
|
||||||
|
<h4>All Editors</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed missing Image button in the SmartArt objects of the Picture type</li>
|
||||||
|
<li>Fixed work of the <code>highlight-toolbar-tab-underline</code> parameter in the custom themes</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Document Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Active header and footer editing mode is no longer taken into consideration in the print preview</li>
|
||||||
|
<li>Fixed crash when applying an autocorrect command in an expression</li>
|
||||||
|
<li>Fixed crash when copying or cutting an image pasted from the clipboard</li>
|
||||||
|
<li>Fixed crash when pasting a copied list using Keep text only</li>
|
||||||
|
<li>Fixed crash when moving autoshape</li>
|
||||||
|
<li>Fixed crash in TextShaper when using composite input</li>
|
||||||
|
<li>Fixed scroll to target when updating the position of a view port in collaborative editing</li>
|
||||||
|
<li>Added the ability to prevent scrolling to the current position when performing any action</li>
|
||||||
|
<li>Fixed review types for added paragraphs</li>
|
||||||
|
<li>Fixed missing the current change in review when receiving spellcheck variants</li>
|
||||||
|
<li>Fixed the recalculation of the document when changing the autohyphenation option</li>
|
||||||
|
<li>Fixed spaces when converting table to text</li>
|
||||||
|
<li>Fixed an issue with collecting related levels for the current numbering level</li>
|
||||||
|
<li>Added table to track revisions check when adding new table or new row to the table</li>
|
||||||
|
<li>Fixed an issue with simple text paste when track revisions is turned on</li>
|
||||||
|
<li>Fixed freeze when moving through review changes</li>
|
||||||
|
<li>Implemented display / accept / reject for review change of a table cell</li>
|
||||||
|
<li>Fixed an issue with accepting / rejecting review changes inside a block-level sdt</li>
|
||||||
|
<li>Fixed an issue with recalculating table</li>
|
||||||
|
<li>Fixed clearing table cells before moving them</li>
|
||||||
|
<li>Fixed cursor moving down when selected table cells</li>
|
||||||
|
<li>Fixed display of images when opening some <code>DOCX</code> files</li>
|
||||||
|
<li>Fixed an issue with reading numbering properties in styles and refactor using <code>AscWord.NumPr</code> class</li>
|
||||||
|
<li>Fixed clearing the text properties for an inline-level sdt and merge method for <code>TextPr</code></li>
|
||||||
|
<li>Fixed incorrect display of autoshape shadow transparency when the <code>No Fill</code> option is activated</li>
|
||||||
|
<li>Fixed display of non-printing characters when opening some <code>DOCX</code> files in the viewing mode</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Spreadsheet Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash in TextShaper after replacing the entered text in the autoshape</li>
|
||||||
|
<li>Fixed crash for some usages of the <code>IMPORTRANGE</code> formula</li>
|
||||||
|
<li>Fixed incorrect formula conversion when using a link to a file</li>
|
||||||
|
<li>Fixed crash when opening some <code>XLSX</code> files</li>
|
||||||
|
<li>Fixed inserting an empty column after moving a column with data</li>
|
||||||
|
<li>Fixed changing line height after applying Merge and Wrap Text, if the text extends the cell boundaries</li>
|
||||||
|
<li>Colors of row and column headers when hovering the cursor now correspond to color schemes</li>
|
||||||
|
<li>Fixed formula calculation if there is an intersection with a formatted table</li>
|
||||||
|
<li>Fixed formula calculation if they contain named ranges</li>
|
||||||
|
<li>Fixed creating named ranges in languages with ligatures</li>
|
||||||
|
<li>Fixed applying a number format when calculating a formula in the total row of a formatted table</li>
|
||||||
|
<li>Fixed display of shadow of objects after scrolling a sheet</li>
|
||||||
|
<li>Fixed updating of the <code>IMPORTRANGE</code> formula arguments after updating external links</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Presentation Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash after applying Reset slide in certain <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed crash after copying a slide in the Normal mode and pasting in the Slide Master mode</li>
|
||||||
|
<li>Fixed crash when opening the Notes and handouts insertion menu</li>
|
||||||
|
<li>Fixed the issue with weak characters in RTL at the end of the line</li>
|
||||||
|
<li>Fixed presence of the Insert image from file / Insert image from URL buttons for SmartArt objects of the Picture type in the Master Slide mode</li>
|
||||||
|
<li>Fixed the issue: formatting on layouts in the Add Slides button is displayed after the changes are made again in the Slide Master mode</li>
|
||||||
|
<li>Fixed display of the name when inserting a Table placeholder</li>
|
||||||
|
<li>Fixed applying a theme to the added slide</li>
|
||||||
|
<li>Fixed display of a comment when switching to the Slide Master mode</li>
|
||||||
|
<li>Fixed the size of placeholders on layouts after removing placeholders on the parent layout and applying Duplicate Slide Master</li>
|
||||||
|
<li>Fixed work of the Play / Pause buttons in the viewing window in the Slideshow mode</li>
|
||||||
|
<li>Fixed layering of objects when they are grouped when opening some <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed work of internal hyperlinks when using the Next Slide parameters</li>
|
||||||
|
<li>Fixed work of <code>Enter</code> / <code>Space</code> / <code>Arrow Right</code> / <code>Arrow Left</code> keys in the Slideshow mode</li>
|
||||||
|
<li>Fixed reset of object selection after copying using Drag-and-drop</li>
|
||||||
|
<li>Fixed display of shadow in the Slideshow mode</li>
|
||||||
|
<li>Fixed duplicating Slide Master when moving it using Drag-and-drop in the <code>Slides</code> tab</li>
|
||||||
|
<li>Fixed display of text formatting applied on the parent layout</li>
|
||||||
|
<li>Fixed incorrect date indication in Header and Footer</li>
|
||||||
|
<li>Fixed applying Background theme after creating a custom theme via <code>Slide</code> settings and using the Apply to All Slides option</li>
|
||||||
|
<li>Fixed display of custom theme layout when opening some <code>PPTX</code> files</li>
|
||||||
|
<li>Fixed marker overlapping when moving it along the Animation Pane timeline</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Forms</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed creating a new form via the File menu on macOS</li>
|
||||||
|
<li>Fixed crash when filling in fields in some forms</li>
|
||||||
|
<li>Prevent a checkbox from toggling when moving it</li>
|
||||||
|
<li>Fixed the conversion of a fixed form to an inline</li>
|
||||||
|
<li>Improved finding anchor position around inline forms</li>
|
||||||
|
<li>Fixed the ability to change data in fields when submitting the form</li>
|
||||||
|
</ul>
|
||||||
|
<h4>PDF Editor</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed printing <code>PDF</code> files from a cloud provider</li>
|
||||||
|
<li>Changed the default tool from Hand to Selection</li>
|
||||||
|
<li>Added the ability to disable the mini panel when selecting text in Advanced Settings</li>
|
||||||
|
<li>Fixed crash when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed crash after several deletions of pages and insertion of a graphic element</li>
|
||||||
|
<li>Fixed crash when removing table rows when editing some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed stopping work of the editor after exiting without saving changes</li>
|
||||||
|
<li>Fixed crash when moving around a table using <code>Tab</code></li>
|
||||||
|
<li>Fixed crash when opening Page Thumbnails in some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed highlighting of hyperlinks when opening <code>PDF</code> files</li>
|
||||||
|
<li>Fixed work of composite input in comments</li>
|
||||||
|
<li>Fixed filling with color instead of image when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed work of Undo after changing the text orientation in the <code>PDF</code> file</li>
|
||||||
|
<li>Fixed transparency of a Watermark when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed offset of the Select toolbar when selecting words in some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed text content loss when opening some <code>PDF</code> files</li>
|
||||||
|
<li>Fixed the Text box content loss after exporting the <code>PDF</code> file</li>
|
||||||
|
<li>Fixed saving objects located after a link</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Convert</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed crash when converting some <code>XLS</code> files to <code>XLSB</code></li>
|
||||||
|
<li>Fixed crash when exporting <code>DOCX</code> documents, containing autoshapes, to <code>HTML</code></li>
|
||||||
|
<li>Fixed crash when opening some <code>DOC</code> and <code>DOCX</code> files</li>
|
||||||
|
<li>Fixed crash when converting some <code>XLSM</code> files to <code>XLSB</code></li>
|
||||||
|
<li>Fixed stopping work of the editor when opening some <code>XLSX</code> files, containing EMF images</li>
|
||||||
|
<li>Fixed compliance with the <code>PDF/A</code> format after exporting a <code>DOCX</code> document</li>
|
||||||
|
<li>Fixed an error when opening in third-party editors the <code>XLSX</code> file obtained when converting <code>XLSB</code></li>
|
||||||
|
<li>Fixed text loss in <code>SVG</code> images after exporting the <code>DOCX</code> document to a different format</li>
|
||||||
|
<li>Fixed display of presentation theme after exporting some <code>PPTX</code> to <code>PDF/A</code></li>
|
||||||
|
<li>Fixed the "Decimal" and "Use 1000 separator" options loss when exporting <code>XLSX</code> to <code>ODS</code></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -45,7 +45,6 @@ message($$PLATFORM_BUILD)
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
updmodule:core_linux {
|
updmodule:core_linux {
|
||||||
SOURCES += $$PWD/res/gresource.c
|
|
||||||
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
||||||
|
|
||||||
glib_resources.name = gresource
|
glib_resources.name = gresource
|
||||||
|
|||||||
@ -7,7 +7,6 @@ DEFINES += APP_ICON_PATH=\"./icons/desktopeditors.ico\"
|
|||||||
DEFINES += APP_LANG_PATH=\"./langs/langs.iss\"
|
DEFINES += APP_LANG_PATH=\"./langs/langs.iss\"
|
||||||
|
|
||||||
core_linux {
|
core_linux {
|
||||||
SOURCES += $$PWD/res/gresource.c
|
|
||||||
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
||||||
|
|
||||||
glib_resources.name = gresource
|
glib_resources.name = gresource
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>وضع إلقاء العرض</translation>
|
<translation>وضع إلقاء العرض</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -21,23 +21,23 @@
|
|||||||
<translation type="obsolete">حفظ باسم</translation>
|
<translation type="obsolete">حفظ باسم</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>مستند%1.docx</translation>
|
<translation>مستند%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>سِجِل%1.xlsx</translation>
|
<translation>سِجِل%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>عرض%1.pptx</translation>
|
<translation>عرض%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -361,7 +361,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>مستند نموذج ONLYOFFICE (*.pdf)</translation>
|
<translation>نموذج PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -847,12 +847,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 غير موجود. قد يتم إعادة تسمية الملف، نقله أو حذفه.<br>هل تريد إزالة الملف من القائمة؟</translation>
|
<translation>%1 غير موجود. قد يتم إعادة تسمية الملف، نقله أو حذفه.<br>هل تريد إزالة الملف من القائمة؟</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>الملف المسمى بـ %1 لا يمكن فتحه أو غير موجود.</translation>
|
<translation>الملف المسمى بـ %1 لا يمكن فتحه أو غير موجود.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Рэжым дакладчыка</translation>
|
<translation>Рэжым дакладчыка</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Захаваць як</translation>
|
<translation type="obsolete">Захаваць як</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Дакумент%1.docx</translation>
|
<translation>Дакумент%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Кніга%1.xlsx</translation>
|
<translation>Кніга%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Прэзентацыя%1.pptx</translation>
|
<translation>Прэзентацыя%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Тып дакументу ONLYOFFICE (*.pdf)</translation>
|
<translation>Форма PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -878,12 +878,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 недаступны. Яго можна перайменаваць, перамясціць або выдаліць.<br>Хочаце выдаліць файл са спісу?</translation>
|
<translation>%1 недаступны. Яго можна перайменаваць, перамясціць або выдаліць.<br>Хочаце выдаліць файл са спісу?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Файл %1 не існуе або яго немагчыма адкрыць.</translation>
|
<translation>Файл %1 не існуе або яго немагчыма адкрыць.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Изглед на водещия</translation>
|
<translation>Изглед на водещия</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Запази като</translation>
|
<translation type="obsolete">Запази като</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Документ%1.docx</translation>
|
<translation>Документ%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Книга%1.xlsx</translation>
|
<translation>Книга%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Презентация%1.pptx</translation>
|
<translation>Презентация%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -385,7 +385,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Документ за Формуляр (*.pdf)</translation>
|
<translation>PDF формуляр (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -910,12 +910,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 не е наличен. Може да е преименуван, преместен или изтрит.<br>Искате ли да премахнете файла от списъка?</translation>
|
<translation>%1 не е наличен. Може да е преименуван, преместен или изтрит.<br>Искате ли да премахнете файла от списъка?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Файл %1 не може да се отвори или не съществува.</translation>
|
<translation>Файл %1 не може да се отвори или не съществува.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vista del presentador</translation>
|
<translation>Vista del presentador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Guardar com</translation>
|
<translation type="obsolete">Guardar com</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Document%1.docx</translation>
|
<translation>Document%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Book%1.xlsx</translation>
|
<translation>Book%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentation%1.pptx</translation>
|
<translation>Presentation%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Document del formulari ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulari PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -878,12 +878,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 No està disponible. Es pot canviar el nom, moure-lo o suprimir-lo.<br>Voleu eliminar el fitxer de la llista?</translation>
|
<translation>%1 No està disponible. Es pot canviar el nom, moure-lo o suprimir-lo.<br>Voleu eliminar el fitxer de la llista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>El fitxer %1 no es pot obrir o no existeix.</translation>
|
<translation>El fitxer %1 no es pot obrir o no existeix.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Náhled prezentace</translation>
|
<translation>Náhled prezentace</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Uložit jako</translation>
|
<translation type="obsolete">Uložit jako</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Sešit%1.xlsx</translation>
|
<translation>Sešit%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentace%1.pptx</translation>
|
<translation>Prezentace%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -385,7 +385,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Formulář ONLYOFFICE (*.pdf)</translation>
|
<translation>PDF formulář (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -902,12 +902,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 není dostupný. Možná byl přejmenován, přesunut nebo smazán.<br>Chcete odstranit soubor ze seznamu?</translation>
|
<translation>%1 není dostupný. Možná byl přejmenován, přesunut nebo smazán.<br>Chcete odstranit soubor ze seznamu?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Soubor %1 nelze otevřít nebo neexistuje.</translation>
|
<translation>Soubor %1 nelze otevřít nebo neexistuje.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Præsentationsvisning</translation>
|
<translation>Præsentationsvisning</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Gem Som</translation>
|
<translation type="obsolete">Gem Som</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Bog%1.xlsx</translation>
|
<translation>Bog%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Præsentation%1.pptx</translation>
|
<translation>Præsentation%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -381,7 +381,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE formulardokument (*.pdf)</translation>
|
<translation>PDF-formular (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -898,12 +898,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 er ikke tilgængeligt. Det er måske omdøbt, flyttet eller slettet.<br>Vil du fjerne filen fra listen?</translation>
|
<translation>%1 er ikke tilgængeligt. Det er måske omdøbt, flyttet eller slettet.<br>Vil du fjerne filen fra listen?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Fil %1 kan ikke åbnes eller eksisterer ikke.</translation>
|
<translation>Fil %1 kan ikke åbnes eller eksisterer ikke.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Referentenansicht</translation>
|
<translation>Referentenansicht</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Speichern unter</translation>
|
<translation type="obsolete">Speichern unter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Sie müssen die App neu starten, damit die Einstellungen wirksam werden. Jetzt neu starten?</translation>
|
<translation>Sie müssen die App neu starten, damit die Einstellungen wirksam werden. Jetzt neu starten?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Buch%1.xlsx</translation>
|
<translation>Buch%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Präsentation%1.pptx</translation>
|
<translation>Präsentation%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Formular-Dokument (*.pdf)</translation>
|
<translation>PDF-Formular (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -906,12 +906,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 ist nicht verfügbar. Es wurde vermutlich umbenannt, gelöscht oder verschoben.<br>Wollen Sie die Datei aus der Liste entfernen?</translation>
|
<translation>%1 ist nicht verfügbar. Es wurde vermutlich umbenannt, gelöscht oder verschoben.<br>Wollen Sie die Datei aus der Liste entfernen?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Datei %1 kann nicht geöffnet werden oder existiert nicht.</translation>
|
<translation>Datei %1 kann nicht geöffnet werden oder existiert nicht.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Προβολή παρουσιαστή</translation>
|
<translation>Προβολή παρουσιαστή</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Αποθήκευση ως</translation>
|
<translation type="obsolete">Αποθήκευση ως</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Έγγραφο%1.docx</translation>
|
<translation>Έγγραφο%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Βιβλίο%1.xlsx</translation>
|
<translation>Βιβλίο%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Παρουσίαση%1.pptx</translation>
|
<translation>Παρουσίαση%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -370,7 +370,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Έγγραφο με φόρμα ONLYOFFICE (*.pdf)</translation>
|
<translation>Φόρμα PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -880,12 +880,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>Το %1 δεν είναι διαθέσιμο. Μπορεί να έχει μετονομαστεί, μετακινηθεί ή διαγραφεί.<br>Θέλετε να αφαιρέσετε το αρχείο από τη λίστα;</translation>
|
<translation>Το %1 δεν είναι διαθέσιμο. Μπορεί να έχει μετονομαστεί, μετακινηθεί ή διαγραφεί.<br>Θέλετε να αφαιρέσετε το αρχείο από τη λίστα;</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Το αρχείο %1 δεν μπορεί να ανοιχτεί ή δεν υπάρχει.</translation>
|
<translation>Το αρχείο %1 δεν μπορεί να ανοιχτεί ή δεν υπάρχει.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -17,23 +17,23 @@
|
|||||||
<translation type="vanished">All the editor windows will be closed. Do you want to continue?</translation>
|
<translation type="vanished">All the editor windows will be closed. Do you want to continue?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>You need to restart the application for the settings to take effect. Restart now?</translation>
|
<translation>You need to restart the application for the settings to take effect. Restart now?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -357,7 +357,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation></translation>
|
<translation>PDF Form (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -823,12 +823,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 is not available. It might be renamed, moved or deleted.<br>Do you want to remove the file from the list?</translation>
|
<translation>%1 is not available. It might be renamed, moved or deleted.<br>Do you want to remove the file from the list?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>File %1 cannot be opened or doesn't exist.</translation>
|
<translation>File %1 cannot be opened or doesn't exist.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vista del presentador</translation>
|
<translation>Vista del presentador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Guardar como</translation>
|
<translation type="obsolete">Guardar como</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Es necesario reiniciar la aplicación para que los ajustes tengan efecto. ¿Reiniciar ahora?</translation>
|
<translation>Es necesario reiniciar la aplicación para que los ajustes tengan efecto. ¿Reiniciar ahora?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documento%1.docx</translation>
|
<translation>Documento%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Libro%1.xlsx</translation>
|
<translation>Libro%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentación%1.pptx</translation>
|
<translation>Presentación%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Documento de formulario ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulario PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -961,12 +961,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 no está disponible. Es posible que haya sido renombrado, transferido o eliminado.<br>¿Desea eliminar el archivo de la lista?</translation>
|
<translation>%1 no está disponible. Es posible que haya sido renombrado, transferido o eliminado.<br>¿Desea eliminar el archivo de la lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>El archivo %1 no se puede abrir o no existe.</translation>
|
<translation>El archivo %1 no se puede abrir o no existe.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Esitaja vaade</translation>
|
<translation>Esitaja vaade</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Salvesta kui</translation>
|
<translation type="obsolete">Salvesta kui</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Raamat%1.xlsx</translation>
|
<translation>Raamat%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Esitlus%1.pptx</translation>
|
<translation>Esitlus%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>PDF vorm (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 ei ole saadaval. Ta võib olla uue nimega, muudetud või kustutatud.<br> Kas sa soovid faili listist eemaldada?</translation>
|
<translation>%1 ei ole saadaval. Ta võib olla uue nimega, muudetud või kustutatud.<br> Kas sa soovid faili listist eemaldada?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Faili %1 ei saa avada või seda ei eksisteeri.</translation>
|
<translation>Faili %1 ei saa avada või seda ei eksisteeri.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Esittäjän näkymä</translation>
|
<translation>Esittäjän näkymä</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Tallenna Nimellä</translation>
|
<translation type="obsolete">Tallenna Nimellä</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokumentti%1.docx</translation>
|
<translation>Dokumentti%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Työkirja%1.xlsx</translation>
|
<translation>Työkirja%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Esitys%1.pptx</translation>
|
<translation>Esitys%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE lomakedokumentti (*.pdf)</translation>
|
<translation>PDF-lomake (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 ei ole saatavilla. Se voi olla nimetty uudelleen, siirretty tai poistettu.<br>Haluatko poistaa tiedoston listalta?</translation>
|
<translation>%1 ei ole saatavilla. Se voi olla nimetty uudelleen, siirretty tai poistettu.<br>Haluatko poistaa tiedoston listalta?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Tiedostoa %1 ei voi avata, tai sitä ei ole.</translation>
|
<translation>Tiedostoa %1 ei voi avata, tai sitä ei ole.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Mode présentateur</translation>
|
<translation>Mode présentateur</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Enregistrer sous</translation>
|
<translation type="obsolete">Enregistrer sous</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Il est nécessaire de redémarrer l'application pour que les paramètres soient pris en compte. Redémarrer maintenant ?</translation>
|
<translation>Il est nécessaire de redémarrer l'application pour que les paramètres soient pris en compte. Redémarrer maintenant ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Document%1.docx</translation>
|
<translation>Document%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Livre%1.xlsx</translation>
|
<translation>Livre%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Diaporama%1.pptx</translation>
|
<translation>Diaporama%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Formulaire ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulaire PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -914,12 +914,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 n’est pas disponible. Il peut être renomé, supprimé ou déplacé.<br>Voulez-vous supprimer le fichier de la liste ?</translation>
|
<translation>%1 n’est pas disponible. Il peut être renomé, supprimé ou déplacé.<br>Voulez-vous supprimer le fichier de la liste ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Le fichier %1 ne peut pas être ouvert ou n'existe pas.</translation>
|
<translation>Le fichier %1 ne peut pas être ouvert ou n'existe pas.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Amharc an Láithreora</translation>
|
<translation>Amharc an Láithreora</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Sábháil mar</translation>
|
<translation type="obsolete">Sábháil mar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Doiciméad%1.docx</translation>
|
<translation>Doiciméad%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Book%1.xlsx</translation>
|
<translation>Book%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Cur i láthair%1.pptx</translation>
|
<translation>Cur i láthair%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -408,12 +408,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Foirm PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
<source>OpenDocument Presentation Template</source>
|
<source>OpenDocument Presentation Template</source>
|
||||||
<translation>Teimpléad cur i láthair OpenDocument (*.otp)</translation>
|
<translation>Teimpléad cur i láthair OpenDocument</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="91"/>
|
<location filename="../src/components/cfiledialog.cpp" line="91"/>
|
||||||
@ -882,12 +882,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>Níl %1 ar fáil.D’fhéadfaí é a athainmniú, a bhogadh nó a scriosadh.<br>Ar mhaith leat an comhad a bhaint den liosta?</translation>
|
<translation>Níl %1 ar fáil.D’fhéadfaí é a athainmniú, a bhogadh nó a scriosadh.<br>Ar mhaith leat an comhad a bhaint den liosta?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Ní féidir comhad %1 a oscailt nó níl sé ann.</translation>
|
<translation>Ní féidir comhad %1 a oscailt nó níl sé ann.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vista do presentador</translation>
|
<translation>Vista do presentador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Gardar como</translation>
|
<translation type="obsolete">Gardar como</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documento%1.docx</translation>
|
<translation>Documento%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Libro%1.xlsx</translation>
|
<translation>Libro%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentación%1.pptx</translation>
|
<translation>Presentación%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Documento de formulario ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulario PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 non está dispoñible. Puido ser renomeado, movio ou eliminado.<br>Quere eliminar o ficheiro da lista?</translation>
|
<translation>%1 non está dispoñible. Puido ser renomeado, movio ou eliminado.<br>Quere eliminar o ficheiro da lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>O arquivo %1 non se pode abrir ou non existe.</translation>
|
<translation>O arquivo %1 non se pode abrir ou non existe.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>प्रस्तुतकर्ता दृश्य</translation>
|
<translation>प्रस्तुतकर्ता दृश्य</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">इस रूप में सहेजें</translation>
|
<translation type="obsolete">इस रूप में सहेजें</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>दस्तावेज़%1.डॉक्स</translation>
|
<translation>दस्तावेज़%1.डॉक्स</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>बुक%1.एक्सएलएसएक्स</translation>
|
<translation>बुक%1.एक्सएलएसएक्स</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>प्रस्तुति%1.पीपीटीएक्स</translation>
|
<translation>प्रस्तुति%1.पीपीटीएक्स</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ओनलीऑफिस फॉर्म दस्तावेज़ (*.pdf)</translation>
|
<translation>पीडीएफ फॉर्म (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 यह उपलब्ध नहीं है। शायद इसका नाम बदला गया है, इसे कहीं और डाला गया है या इसे डिलीट कर दिया गया है।<br>क्या आप सूची से यह फ़ाइल को हटाना चाहते हैं?</translation>
|
<translation>%1 यह उपलब्ध नहीं है। शायद इसका नाम बदला गया है, इसे कहीं और डाला गया है या इसे डिलीट कर दिया गया है।<br>क्या आप सूची से यह फ़ाइल को हटाना चाहते हैं?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>%1 फ़ाइल को खोला नहीं जा सकता है या यह मौजूद नहीं है।.</translation>
|
<translation>%1 फ़ाइल को खोला नहीं जा सकता है या यह मौजूद नहीं है।.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Prikaz prezentatora</translation>
|
<translation>Prikaz prezentatora</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Spremi kao</translation>
|
<translation type="obsolete">Spremi kao</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Knjiga%1.xlsx</translation>
|
<translation>Knjiga%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentacija%1.pptx</translation>
|
<translation>Prezentacija%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Dokument obrasca ONLYOFFICE (*.pdf)</translation>
|
<translation>PDF obrazac (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 nije dostupna. Možda je preimenovana, premještena ili izbrisana.<br>Želite li ukloniti datoteku s popisa?</translation>
|
<translation>%1 nije dostupna. Možda je preimenovana, premještena ili izbrisana.<br>Želite li ukloniti datoteku s popisa?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Datoteku %1 nije moguće otvoriti ili ne postoji.</translation>
|
<translation>Datoteku %1 nije moguće otvoriti ili ne postoji.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Előadói nézet</translation>
|
<translation>Előadói nézet</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Mentés másként</translation>
|
<translation type="obsolete">Mentés másként</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Դուք պետք է վերագործարկեք ծրագիրը, որպեսզի կարգավորումները ուժի մեջ մտնեն: Վերագործարկե՞լ հիմա։</translation>
|
<translation>Դուք պետք է վերագործարկեք ծրագիրը, որպեսզի կարգավորումները ուժի մեջ մտնեն: Վերագործարկե՞լ հիմա։</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokumentum%1.docx</translation>
|
<translation>Dokumentum%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Munkafüzet%1.xlsx</translation>
|
<translation>Munkafüzet%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Bemutató%1.pptx</translation>
|
<translation>Bemutató%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Form dokumentum (*.pdf)</translation>
|
<translation>PDF űrlap (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 nem elérhető. Lehet, hogy átnevezésre, áthelyezésre vagy törlésre került.<br>Eltávolítja a fájlt a listáról?</translation>
|
<translation>%1 nem elérhető. Lehet, hogy átnevezésre, áthelyezésre vagy törlésre került.<br>Eltávolítja a fájlt a listáról?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>%1 fájl nem nyitható meg vagy nem létezik.</translation>
|
<translation>%1 fájl nem nyitható meg vagy nem létezik.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Ներկայացնողի դիտում</translation>
|
<translation>Ներկայացնողի դիտում</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Պահպանել որպես</translation>
|
<translation type="obsolete">Պահպանել որպես</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Փաստաթուղթ%1.docx</translation>
|
<translation>Փաստաթուղթ%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Գիրք%1.xlsx</translation>
|
<translation>Գիրք%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Շնորհանդես%1.pptx</translation>
|
<translation>Շնորհանդես%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -373,7 +373,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Ձևաթուղթ (*.pdf)</translation>
|
<translation>PDF Ֆորմ (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -890,12 +890,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 հասանելի չէ։ Հնարավոր է, որ այն անվանափոխվել է, տեղափոխվել կամ ջնջվել։<br>Ցանկանու՞մ եք ֆայլը հեռացնել ցանկից։</translation>
|
<translation>%1 հասանելի չէ։ Հնարավոր է, որ այն անվանափոխվել է, տեղափոխվել կամ ջնջվել։<br>Ցանկանու՞մ եք ֆայլը հեռացնել ցանկից։</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>%1 ֆայլը չի կարող բացվել կամ գոյություն չունի:</translation>
|
<translation>%1 ֆայլը չի կարող բացվել կամ գոյություն չունի:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Tampilan Penyaji</translation>
|
<translation>Tampilan Penyaji</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -21,23 +21,23 @@
|
|||||||
<translation type="obsolete">Simpan Sebagai</translation>
|
<translation type="obsolete">Simpan Sebagai</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokumen%1.docx</translation>
|
<translation>Dokumen%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Buku%1.xlsx</translation>
|
<translation>Buku%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentasi%1.pptx</translation>
|
<translation>Presentasi%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -404,7 +404,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Form Document (*.pdf)</translation>
|
<translation>Formulir PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 tidak tersedia.Mungkin telah berganti nama, berpindah atau hilang.<br>Hapus file dari daftar?</translation>
|
<translation>%1 tidak tersedia.Mungkin telah berganti nama, berpindah atau hilang.<br>Hapus file dari daftar?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>File %1 tidak dapat dibuka atau tidak ada.</translation>
|
<translation>File %1 tidak dapat dibuka atau tidak ada.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Visualizzazione del presenter</translation>
|
<translation>Visualizzazione del presenter</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Salva con nome</translation>
|
<translation type="obsolete">Salva con nome</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>È necessario riavviare l'applicazione affinché le impostazioni abbiano effetto. Riavviare ora?</translation>
|
<translation>È necessario riavviare l'applicazione affinché le impostazioni abbiano effetto. Riavviare ora?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documento%1.docx</translation>
|
<translation>Documento%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Foglio%1.xlsx</translation>
|
<translation>Foglio%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentazione%1.pptx</translation>
|
<translation>Presentazione%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Documento del modulo ONLYOFFICE(*.pdf)</translation>
|
<translation>Modulo PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -922,12 +922,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 non è disponibile. Il file è stato rinominato, spostato o rimosso.<br>Vuoi Rimuoverlo da questa lista?</translation>
|
<translation>%1 non è disponibile. Il file è stato rinominato, spostato o rimosso.<br>Vuoi Rimuoverlo da questa lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Il file %1 non può essere aperto o non esiste.</translation>
|
<translation>Il file %1 non può essere aperto o non esiste.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>プレゼンタービュー</translation>
|
<translation>プレゼンタービュー</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">名前を付けて保存</translation>
|
<translation type="obsolete">名前を付けて保存</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>設定を有効にするには、アプリケーションを再起動する必要があります。今すぐ再起動しますか?</translation>
|
<translation>設定を有効にするには、アプリケーションを再起動する必要があります。今すぐ再起動しますか?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>ドキュメント%1.docx</translation>
|
<translation>ドキュメント%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>ブック%1.xlsx</translation>
|
<translation>ブック%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>プレゼンテーション%1.pptx</translation>
|
<translation>プレゼンテーション%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICEフォームドキュメント (*.pdf)</translation>
|
<translation>PDFフォーム (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -914,12 +914,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 は利用できません。名前を変更したか、移動または削除された可能性があります。<br>リストからファイルを削除しますか?</translation>
|
<translation>%1 は利用できません。名前を変更したか、移動または削除された可能性があります。<br>リストからファイルを削除しますか?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>ファイル %1 を開くことができないか、存在しません。</translation>
|
<translation>ファイル %1 を開くことができないか、存在しません。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>발표자 보기</translation>
|
<translation>발표자 보기</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -21,23 +21,23 @@
|
|||||||
<translation type="obsolete">저장 형식</translation>
|
<translation type="obsolete">저장 형식</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Document%1.docx</translation>
|
<translation>Document%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Book%1.xlsx</translation>
|
<translation>Book%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentation%1.pptx</translation>
|
<translation>Presentation%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -365,7 +365,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE 양식 문서(*.pdf)</translation>
|
<translation>PDF 양식 (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -866,12 +866,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1이 이용 불가합니다. 이름이 변경되었거나, 이동되었거나, 삭제된 것 같습니다.<br>목록에서 파일을 제거하시겠습니까?</translation>
|
<translation>%1이 이용 불가합니다. 이름이 변경되었거나, 이동되었거나, 삭제된 것 같습니다.<br>목록에서 파일을 제거하시겠습니까?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>%1 파일이 열리지 않거나 존재하지 않습니다.</translation>
|
<translation>%1 파일이 열리지 않거나 존재하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>ມຸມມອງຜູ້ນຳສະເໜີ</translation>
|
<translation>ມຸມມອງຜູ້ນຳສະເໜີ</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">ບັນທຶກເປັນ</translation>
|
<translation type="obsolete">ບັນທຶກເປັນ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>ເອກະສານ%1.docx</translation>
|
<translation>ເອກະສານ%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>ປື້ມ%1.xlsx</translation>
|
<translation>ປື້ມ%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>ການນຳສະເໜີ%1.pptx</translation>
|
<translation>ການນຳສະເໜີ%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -373,7 +373,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation></translation>
|
<translation>ແບບຟອມ PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -886,12 +886,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>ບໍ່ມີ. ມັນອາດຈະຖືກປ່ຽນຊື່, ຍ້າຍຫລືລຶບ.<br>ທ່ານຕ້ອງການທີ່ຈະເອົາໄຟລ໌ນັ້ນອອກຈາກບັນຊີບໍ?</translation>
|
<translation>ບໍ່ມີ. ມັນອາດຈະຖືກປ່ຽນຊື່, ຍ້າຍຫລືລຶບ.<br>ທ່ານຕ້ອງການທີ່ຈະເອົາໄຟລ໌ນັ້ນອອກຈາກບັນຊີບໍ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>ໄຟລ໌ %1 ບໍ່ສາມາດເປີດໄດ້ ຫຼືບໍ່ມີຢູ່.</translation>
|
<translation>ໄຟລ໌ %1 ບໍ່ສາມາດເປີດໄດ້ ຫຼືບໍ່ມີຢູ່.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Peržiūros rėžimas</translation>
|
<translation>Peržiūros rėžimas</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Išsaugoti Kaip</translation>
|
<translation type="obsolete">Išsaugoti Kaip</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documentas%1.docx</translation>
|
<translation>Documentas%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Knyga%1.xlsx</translation>
|
<translation>Knyga%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentacija%1.pptx</translation>
|
<translation>Prezentacija%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE formos dokumentas (*.pdf)</translation>
|
<translation>PDF forma (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -878,12 +878,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 negalimas. Jis galėjo būti pervardytas, perkeltas arba ištrintas.<br>Ar norite panaikinti failą iš sąrašo?</translation>
|
<translation>%1 negalimas. Jis galėjo būti pervardytas, perkeltas arba ištrintas.<br>Ar norite panaikinti failą iš sąrašo?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Failo %1 negalima atidaryti arba jo nėra.</translation>
|
<translation>Failo %1 negalima atidaryti arba jo nėra.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Prezentētāja Skats</translation>
|
<translation>Prezentētāja Skats</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Saglabāt kā</translation>
|
<translation type="obsolete">Saglabāt kā</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokuments%1.docx</translation>
|
<translation>Dokuments%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Grāmata%1.xlsx</translation>
|
<translation>Grāmata%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentācija%1.pptx</translation>
|
<translation>Prezentācija%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE veidlapas dokuments (*.pdf)</translation>
|
<translation>PDF veidlapa (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -878,12 +878,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 nav pieejams. Tas varētu būt pārdēvēts, pārvietots vai izdzēsts.<br>Vai jūs vēlaties izņemt failu no saraksta?</translation>
|
<translation>%1 nav pieejams. Tas varētu būt pārdēvēts, pārvietots vai izdzēsts.<br>Vai jūs vēlaties izņemt failu no saraksta?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Failu %1 nevar atvērt vai tas neeksistē.</translation>
|
<translation>Failu %1 nevar atvērt vai tas neeksistē.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Presentatieweergave</translation>
|
<translation>Presentatieweergave</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Opslaan Als</translation>
|
<translation type="obsolete">Opslaan Als</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Document%1.docx</translation>
|
<translation>Document%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Boek%1.xlsx</translation>
|
<translation>Boek%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentatie%1.pptx</translation>
|
<translation>Presentatie%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE Form Document (*.pdf)</translation>
|
<translation>PDF-formulier (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 is niet beschikbaar. Het is misschien hernoemd, verplaatst of verwijderd.<br>Wilt u het bestand van de lijst verwijderen??</translation>
|
<translation>%1 is niet beschikbaar. Het is misschien hernoemd, verplaatst of verwijderd.<br>Wilt u het bestand van de lijst verwijderen??</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Bestand %1 kan niet worden geopend of bestaat niet.</translation>
|
<translation>Bestand %1 kan niet worden geopend of bestaat niet.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Presentasjonsvisning</translation>
|
<translation>Presentasjonsvisning</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Lagre som</translation>
|
<translation type="obsolete">Lagre som</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Bok%1.xlsx</translation>
|
<translation>Bok%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Presentasjon%1.pptx</translation>
|
<translation>Presentasjon%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>ONLYOFFICE skjemadokument (*.pdf)</translation>
|
<translation>PDF-skjema (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -858,12 +858,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 er ikke tilgjengelig. Den kan gis nytt navn, flyttes eller slettes.<br>Vil du fjerne filen fra listen?</translation>
|
<translation>%1 er ikke tilgjengelig. Den kan gis nytt navn, flyttes eller slettes.<br>Vil du fjerne filen fra listen?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Widok Prezentera</translation>
|
<translation>Widok Prezentera</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Zapisz jako</translation>
|
<translation type="obsolete">Zapisz jako</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Dokument%1.docx</translation>
|
<translation>Dokument%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Skoroszyt%1.xlsx</translation>
|
<translation>Skoroszyt%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentacja%1.pptx</translation>
|
<translation>Prezentacja%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Dokument formularza ONLYOFFICE (*.pdf)</translation>
|
<translation>Formularz PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 jest niedostępny. Został przeniesiony, usunięty lub zmieniono jego nazwę.<br>Czy chcesz usunąć plik z listy?</translation>
|
<translation>%1 jest niedostępny. Został przeniesiony, usunięty lub zmieniono jego nazwę.<br>Czy chcesz usunąć plik z listy?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Plik %1 nie może zostać otworzony lub nie istnieje.</translation>
|
<translation>Plik %1 nie może zostać otworzony lub nie istnieje.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vista de apresentador</translation>
|
<translation>Vista de apresentador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Salvar Como</translation>
|
<translation type="obsolete">Salvar Como</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Você precisa reiniciar o aplicativo para que as configurações tenham efeito. Reinicie agora?</translation>
|
<translation>Você precisa reiniciar o aplicativo para que as configurações tenham efeito. Reinicie agora?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documento%1.docx</translation>
|
<translation>Documento%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Planilha%1.xlsx</translation>
|
<translation>Planilha%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Apresentação%1.pptx</translation>
|
<translation>Apresentação%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Documento do formulário ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulário PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -922,12 +922,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 não está disponível. Ele foi movido ou excluído.<br>Deseja remover o arquivo da lista?</translation>
|
<translation>%1 não está disponível. Ele foi movido ou excluído.<br>Deseja remover o arquivo da lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>O arquivo %1 não pode ser aberto ou não existe.</translation>
|
<translation>O arquivo %1 não pode ser aberto ou não existe.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vista do Apresentador</translation>
|
<translation>Vista do Apresentador</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Guardar Como</translation>
|
<translation type="obsolete">Guardar Como</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Documento%1.docx</translation>
|
<translation>Documento%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Livro%1.xlsx</translation>
|
<translation>Livro%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Apresentação%1.pptx</translation>
|
<translation>Apresentação%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Documento do formulário ONLYOFFICE (*.pdf)</translation>
|
<translation>Formulário PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -870,12 +870,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 não está disponível. Ele pode ter sido renomeado, movido de lugar ou apagado.<br>Deseja remover o ficheiro da lista?</translation>
|
<translation>%1 não está disponível. Ele pode ter sido renomeado, movido de lugar ou apagado.<br>Deseja remover o ficheiro da lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>O ficheiro %1 não pode ser aberto ou não existe.</translation>
|
<translation>O ficheiro %1 não pode ser aberto ou não existe.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>CAscApplicationManagerWrapper</name>
|
<name>CAscApplicationManagerWrapper</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1315"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1316"/>
|
||||||
<source>Presenter View</source>
|
<source>Presenter View</source>
|
||||||
<translation>Vizualizarea prezentator</translation>
|
<translation>Vizualizarea prezentator</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -25,23 +25,23 @@
|
|||||||
<translation type="obsolete">Salvare ca</translation>
|
<translation type="obsolete">Salvare ca</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1772"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="1773"/>
|
||||||
<source>You must restart the application for the settings to take effect.</source>
|
<source>You must restart the application for the settings to take effect.</source>
|
||||||
<translation>Trebuie să reporniți aplicația pentru ca setările să intre în vigoare. Doriți să reporniți acum?</translation>
|
<translation>Trebuie să reporniți aplicația pentru ca setările să intre în vigoare. Doriți să reporniți acum?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2151"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2152"/>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2153"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2154"/>
|
||||||
<source>Document%1.docx</source>
|
<source>Document%1.docx</source>
|
||||||
<translation>Document%1.docx</translation>
|
<translation>Document%1.docx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2156"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
||||||
<source>Book%1.xlsx</source>
|
<source>Book%1.xlsx</source>
|
||||||
<translation>Registru%1.xlsx</translation>
|
<translation>Registru%1.xlsx</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2157"/>
|
<location filename="../src/cascapplicationmanagerwrapper.cpp" line="2158"/>
|
||||||
<source>Presentation%1.pptx</source>
|
<source>Presentation%1.pptx</source>
|
||||||
<translation>Prezentare%1.pptx</translation>
|
<translation>Prezentare%1.pptx</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
<location filename="../src/components/cfiledialog.cpp" line="78"/>
|
||||||
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
<source>ONLYOFFICE Form Document (*.pdf)</source>
|
||||||
<translation>Document Formular ONLYOFFICE (*.pdf)</translation>
|
<translation>Formular PDF (*.pdf)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
<location filename="../src/components/cfiledialog.cpp" line="85"/>
|
||||||
@ -922,12 +922,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="249"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="251"/>
|
||||||
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
<source>%1 doesn't exists!<br>Remove file from the list?</source>
|
||||||
<translation>%1 nu este disponibil. Îl puteți redenumi, deplasa sau șterge.<br>Doriți sã-l eliminați din lista?</translation>
|
<translation>%1 nu este disponibil. Îl puteți redenumi, deplasa sau șterge.<br>Doriți sã-l eliminați din lista?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="292"/>
|
<location filename="../src/cascapplicationmanagerwrapper_private.h" line="294"/>
|
||||||
<source>File %1 cannot be opened or doesn't exists.</source>
|
<source>File %1 cannot be opened or doesn't exists.</source>
|
||||||
<translation>Fișierul %1 nu se deschide sau nu există.</translation>
|
<translation>Fișierul %1 nu se deschide sau nu există.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user