aboutsummaryrefslogtreecommitdiff
path: root/source/it/uui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-04 18:52:04 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-04 19:00:04 +0200
commitc93d7c724b8b195aa26808223cb389f1499c8122 (patch)
tree02630d1b4f9c807a3309a3cf82f794797e202d5d /source/it/uui
parenta56aea7a0ea288b3bd3abf15cfa8ab2506841850 (diff)
update translations for 6.3.0 rc1
and force-fix errors using pocheck Change-Id: Icf55b3be0f6fbcb1993f3b4bc57161b89d3429e7
Diffstat (limited to 'source/it/uui')
-rw-r--r--source/it/uui/messages.po15
1 files changed, 11 insertions, 4 deletions
diff --git a/source/it/uui/messages.po b/source/it/uui/messages.po
index e90dc73732d..776365122ab 100644
--- a/source/it/uui/messages.po
+++ b/source/it/uui/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-01-12 13:18+0100\n"
-"PO-Revision-Date: 2018-07-07 17:07+0000\n"
-"Last-Translator: Paolo Pelloni <info@paolopelloni.it>\n"
+"PO-Revision-Date: 2019-06-28 12:54+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1530983254.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1561726462.000000\n"
#: uui/inc/ids.hrc:27
msgctxt "RID_UUI_ERRHDL"
@@ -590,6 +590,11 @@ msgid ""
"\n"
"Open document read-only or open a copy of the document for editing.$(ARG3)"
msgstr ""
+"Il documento '$(ARG1)' non è modificabile perché bloccato da:\n"
+"\n"
+"$(ARG2)\n"
+"\n"
+"Apri il documento in sola lettura oppure modifica una copia.$(ARG3)"
#: uui/inc/strings.hrc:51
msgctxt "STR_OPENLOCKED_ALLOWIGNORE_MSG"
@@ -597,6 +602,8 @@ msgid ""
"\n"
"You may also ignore the file locking and open the document for editing."
msgstr ""
+"\n"
+"Puoi anche ignorare il blocco del file e aprire il documento per modificarlo."
#: uui/inc/strings.hrc:52
msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN"
office-3-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)Author
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann
2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann
2014-11-19Guard against cyclic entity dependenciesStephan Bergmann
2014-11-19Check entity and type name syntaxStephan Bergmann
2014-11-19Check for recursive mapsStephan Bergmann
2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-18Check that UNOIDL enum has membersStephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara
2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara