diff options
-rw-r--r-- | connectivity/source/resource/conn_shared_res.src | 2 | ||||
-rw-r--r-- | cui/source/dialogs/passwdomdlg.src | 3 | ||||
-rw-r--r-- | extensions/source/scanner/strings.src | 8 | ||||
-rw-r--r-- | reportdesign/source/ui/report/report.src | 2 | ||||
-rw-r--r-- | uui/source/lockfailed.src | 4 | ||||
-rw-r--r-- | uui/source/nameclashdlg.src | 6 |
6 files changed, 12 insertions, 13 deletions
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src index ad5643654833..23c7db11c634 100644 --- a/connectivity/source/resource/conn_shared_res.src +++ b/connectivity/source/resource/conn_shared_res.src @@ -618,7 +618,7 @@ String STR_NO_DOCUMENTUI }; String STR_ERROR_NEW_VERSION { - Text = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."; + Text [ en-US ] = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/dialogs/passwdomdlg.src b/cui/source/dialogs/passwdomdlg.src index 8ea1c09435d1..b0953c876ccd 100644 --- a/cui/source/dialogs/passwdomdlg.src +++ b/cui/source/dialogs/passwdomdlg.src @@ -39,10 +39,9 @@ String RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option to continue." ; }; -// this missing string was detected late - so for 3.4 we just add an english string String RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2 { - Text = "Set the password by entering the same password in both boxes." ; + Text [ en-US ] = "Set the password by entering the same password in both boxes." ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/scanner/strings.src b/extensions/source/scanner/strings.src index e7c460856a51..4f8ea645ca3c 100644 --- a/extensions/source/scanner/strings.src +++ b/extensions/source/scanner/strings.src @@ -11,22 +11,22 @@ String STR_COULD_NOT_BE_INIT { - Text = "The SANE interface could not be initialized. Scanning is not possible."; + Text [ en-US ] = "The SANE interface could not be initialized. Scanning is not possible."; }; String STR_SLOW_PREVIEW { - Text = "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."; + Text [ en-US ] = "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."; }; String STR_ERROR_SCAN { - Text = "An error occurred while scanning."; + Text [ en-US ] = "An error occurred while scanning."; }; String STR_DEVICE_DESC { - Text = "Device: %s\nVendor: %s\nModel: %s\nType: %s"; + Text [ en-US ] = "Device: %s\nVendor: %s\nModel: %s\nType: %s"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/reportdesign/source/ui/report/report.src b/reportdesign/source/ui/report/report.src index 616984b7345b..ed9bfd9c4163 100644 --- a/reportdesign/source/ui/report/report.src +++ b/reportdesign/source/ui/report/report.src @@ -150,7 +150,7 @@ String RID_STR_UNDO_ADD_PAGEHEADERFOOTER String RID_STR_UNDO_PROPERTY { Text [ en-US ] = "Change property '#'"; - Text = "The # character is used for replacing"; + Text [ x-comment ] = "The # character is used for replacing"; }; String RID_STR_UNDO_ADD_GROUP_HEADER diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src index be9f43a31380..2384e43e0ed7 100644 --- a/uui/source/lockfailed.src +++ b/uui/source/lockfailed.src @@ -23,7 +23,7 @@ String STR_LOCKFAILED_TITLE { - Text = "Document Could Not Be Locked"; + Text [ en-US ] = "Document Could Not Be Locked"; }; String STR_LOCKFAILED_MSG { @@ -31,7 +31,7 @@ String STR_LOCKFAILED_MSG }; String STR_LOCKFAILED_DONTSHOWAGAIN { - Text = "~Do not show this message again"; + Text [ en-US ] = "~Do not show this message again"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/uui/source/nameclashdlg.src b/uui/source/nameclashdlg.src index 3ffe2e41ad91..b608123c1d53 100644 --- a/uui/source/nameclashdlg.src +++ b/uui/source/nameclashdlg.src @@ -23,17 +23,17 @@ String STR_RENAME_OR_REPLACE { - Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace to overwrite the existing file or provide a new name."; + Text [ en-US ] = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace to overwrite the existing file or provide a new name."; }; String STR_NAME_CLASH_RENAME_ONLY { - Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a new name."; + Text [ en-US ] = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a new name."; }; String STR_SAME_NAME_USED { - Text = "Please provide a different file name!"; + Text [ en-US ] = "Please provide a different file name!"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |