[Libreoffice-commits] core.git: Branch 'aoo/trunk' - uui/source

2019-07-26 Thread Matthias Seidel (via logerrit)
 uui/source/ids.src |  173 ++---
 1 file changed, 73 insertions(+), 100 deletions(-)

New commits:
commit b40aa0ad86a48d66e7f77c88bba02c3882cd71e5
Author: Matthias Seidel 
AuthorDate: Fri Jul 26 12:07:57 2019 +
Commit: Matthias Seidel 
CommitDate: Fri Jul 26 12:07:57 2019 +

Cleaned up whitespace

diff --git a/uui/source/ids.src b/uui/source/ids.src
index 1fb5966df48a..4220fab53006 100644
--- a/uui/source/ids.src
+++ b/uui/source/ids.src
@@ -29,12 +29,12 @@
 
 String RID_KEEP_PASSWORD
 {
-Text [ en-US ] = "~Remember password until end of session";
+Text [ en-US ] = "~Remember password until end of session" ;
 };
 
 String RID_SAVE_PASSWORD
 {
-Text [ en-US ] = "~Remember password";
+Text [ en-US ] = "~Remember password" ;
 };
 
 
@@ -52,379 +52,352 @@ Resource RID_UUI_ERRHDL
 {
 String (ERRCODE_UUI_IO_ABORT & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "The operation executed on $(ARG1) was aborted.";
+Text [ en-US ] = "The operation executed on $(ARG1) was aborted." ;
 };
 
 String (ERRCODE_UUI_IO_ACCESSDENIED & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Access to $(ARG1) was denied.";
+Text [ en-US ] = "Access to $(ARG1) was denied." ;
 };
 
 String (ERRCODE_UUI_IO_ALREADYEXISTS & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "$(ARG1) already exists.";
+Text [ en-US ] = "$(ARG1) already exists." ;
 };
 
 String (ERRCODE_UUI_IO_TARGETALREADYEXISTS & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Target already exists.";
+Text [ en-US ] = "Target already exists." ;
 };
 
 String (ERRCODE_UUI_IO_MODULESIZEEXCEEDED & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "You are about to save/export a password protected 
basic library containing module(s) \n$(ARG1)\nwhich are too large to store in 
binary format. If you wish users that don't have access to the library password 
to be able to run macros in those module(s) you must split those modules into a 
number of smaller modules. Do you wish to continue to save/export this 
library?" ;
+Text [ en-US ] = "You are about to save/export a password protected 
basic library containing module(s)\n$(ARG1)\nwhich are too large to store in 
binary format. If you wish users that don't have access to the library password 
to be able to run macros in those module(s) you must split those modules into a 
number of smaller modules. Do you wish to continue to save/export this 
library?" ;
 };
 
 String (ERRCODE_UUI_IO_BADCRC & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum.";
+Text [ en-US ] = "The data from $(ARG1) has an incorrect checksum." ;
 };
 
 String (ERRCODE_UUI_IO_CANTCREATE & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "The object $(ARG1) cannot be created in directory 
$(ARG2).";
+Text [ en-US ] = "The object $(ARG1) cannot be created in directory 
$(ARG2)." ;
 };
 
 String (ERRCODE_UUI_IO_CANTREAD & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Data of $(ARG1) could not be read.";
+Text [ en-US ] = "Data of $(ARG1) could not be read." ;
 };
 
 String (ERRCODE_UUI_IO_CANTSEEK & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "The seek operation on $(ARG1) could not be 
performed.";
+Text [ en-US ] = "The seek operation on $(ARG1) could not be 
performed." ;
 };
 
 String (ERRCODE_UUI_IO_CANTTELL & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "The tell operation on $(ARG1) could not be 
performed.";
+Text [ en-US ] = "The tell operation on $(ARG1) could not be 
performed." ;
 };
 
 String (ERRCODE_UUI_IO_CANTWRITE & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Data for $(ARG1) could not be written.";
+Text [ en-US ] = "Data for $(ARG1) could not be written." ;
 };
 
 String (ERRCODE_UUI_IO_CURRENTDIR & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Action impossible: $(ARG1) is the current 
directory.";
+Text [ en-US ] = "Action impossible: $(ARG1) is the current 
directory." ;
 };
 
 String (ERRCODE_UUI_IO_NOTREADY & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "$(ARG1) is not ready.";
+Text [ en-US ] = "$(ARG1) is not ready." ;
 };
 
 String (ERRCODE_UUI_IO_NOTSAMEDEVICE & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different 
devices (drives).";
+Text [ en-US ] = "Action impossible: $(ARG1) and $(ARG2) are different 
devices (drives)." ;
 };
 
 String (ERRCODE_UUI_IO_GENERAL & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "General input/output error while accessing $(ARG1).";
+Text [ en-US ] = "General input/output error while accessing $(ARG1)." 
;
 };
 
 String (ERRCODE_UUI_IO_INVALIDACCESS & ERRCODE_RES_MASK)
 {
-Text [ en-US ] = "An attempt was made 

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - uui/source

2013-07-04 Thread Herbert Dürr
 uui/source/fltdlg.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7
Author: Herbert Dürr h...@apache.org
Date:   Thu Jul 4 14:50:22 2013 +

#i55152# the listbox in the filter selection dialog should be sorted

diff --git a/uui/source/fltdlg.src b/uui/source/fltdlg.src
index 2d0ec31..470a5c6 100644
--- a/uui/source/fltdlg.src
+++ b/uui/source/fltdlg.src
@@ -54,7 +54,7 @@ ModalDialog DLG_FILTER_SELECT
 Pos = MAP_APPFONT (   6 ,  19 ) ;
 Size= MAP_APPFONT ( 182 , 175 ) ;
 TabStop = TRUE ;
-Sort= FALSE ;
+Sort= TRUE ;
 AutoHScroll = TRUE;
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits