[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 9 20:09:12 UTC 2019
svx/source/src/errtxt.src | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
New commits:
commit a502c1af0c545bdaf6a0eb8ecbf38c635ff6accb
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Apr 9 19:43:36 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Apr 9 19:43:36 2019 +0000
Cleaned up resource file, fixed typo, removed whitespace
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src
index d08dc8e4d169..afef54975f14 100644
--- a/svx/source/src/errtxt.src
+++ b/svx/source/src/errtxt.src
@@ -42,11 +42,11 @@ Resource RID_ERRCTX
};
String ERRCTX_SFX_SAVEDOC
{
- Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
+ Text [ en-US ] = "$(ERR) saving the document $(ARG1)" ;
};
String ERRCTX_SFX_SAVEASDOC
{
- Text [ en-US ] = "$(ERR) saving the document $(ARG1)";
+ Text [ en-US ] = "$(ERR) saving the document $(ARG1)" ;
};
String ERRCTX_SFX_DOCINFO
{
@@ -86,7 +86,7 @@ Resource RID_ERRCTX
};
String ERRCTX_SFX_SEARCHADDRESS
{
- Text [ en-US ] = "$(ERR) searching for an address";
+ Text [ en-US ] = "$(ERR) searching for an address" ;
};
};
Resource RID_ERRHDL
@@ -341,7 +341,7 @@ Resource RID_ERRHDL
};
String ERRCODE_INET_OFFLINE
{
- Text [ en-US ] = "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ;
+ Text [ en-US ] = "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not been activated." ;
};
String ERRCODE_SFXMSG_STYLEREPLACE
{
@@ -446,15 +446,15 @@ Resource RID_ERRHDL
};
String ERRCODE_IO_NOTSTORABLEINBINARYFORMAT
{
- Text [ en-US ] = "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format.";
+ Text [ en-US ] = "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format." ;
};
String ERRCODE_SFX_TARGETFILECORRUPTED
{
- Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME).";
+ Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME)." ;
};
String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED
{
- Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document.";
+ Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document." ;
};
String ERRCODE_SFX_CANTCREATEBACKUP
{
@@ -462,7 +462,7 @@ Resource RID_ERRHDL
};
String ERRCODE_SFX_MACROS_SUPPORT_DISABLED
{
- Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
+ Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled." ;
};
String ERRCODE_SFX_DOCUMENT_MACRO_DISABLED
{
@@ -470,11 +470,11 @@ Resource RID_ERRHDL
};
String ERRCODE_SFX_BROKENSIGNATURE
{
- Text [ en-US ] = "The digitally signed document content and/or macros do not match the current document signature.\n\nThis could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
+ Text [ en-US ] = "The digitally signed document content and/or macros do not match the current document signature.\n\nThis could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n" ;
};
String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
{
- Text [ en-US ] = "The encrypted document contains unexpected non-encrypted streams.\n\nThis could be the result of document manipulation.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
+ Text [ en-US ] = "The encrypted document contains unexpected non-encrypted streams.\n\nThis could be the result of document manipulation.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n" ;
};
String ERRCODE_IO_INVALIDLENGTH
@@ -503,9 +503,8 @@ Resource RID_ERRHDL
};
String ERRCODE_SFX_SHARED_NOPASSWORDCHANGE
{
- Text [ en-US ] = "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first.";
+ Text [ en-US ] = "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first." ;
};
};
-// eof ------------------------------------------------------------------------
-
+// ********************************************************************** EOF
More information about the Libreoffice-commits
mailing list