diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-30 13:29:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-12-02 11:10:31 +0100 |
commit | cd5bef5e19c2812386ab6afee4b3bc43fe5541b9 (patch) | |
tree | acaca75e4a2972beb0fc8c0867f048ccc238ec67 /sc/inc/strings.hrc | |
parent | e84d236a81af429e92f3da39a83cca02da8fe3aa (diff) |
weld ScShareDocumentDlg
Change-Id: I790f957c9ebc6d87a94a355c30215245aaabeb30
Reviewed-on: https://gerrit.libreoffice.org/64345
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/strings.hrc')
-rw-r--r-- | sc/inc/strings.hrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 7158305fe49f..682d02376a67 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -359,6 +359,9 @@ #define STR_ANCHOR_TO_CELL_RESIZE NC_("STR_ANCHOR_TO_CELL_RESIZE", "To cell (resize with cell)") #define STR_ANCHOR_TO_PAGE NC_("STR_ANCHOR_TO_PAGE", "To page") +#define STR_NO_USER_DATA_AVAILABLE NC_("sharedocumentdlg|nouserdata", "No user data available.") +#define STR_EXCLUSIVE_ACCESS NC_("sharedocumentdlg|exclusive", "(exclusive access)") + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |