diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-23 10:38:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-23 10:45:43 +0100 |
commit | 476c50943864e70a4758ccf01e2567067bc7c44f (patch) | |
tree | db491459c81e1a4233b87fb239f3e52ab5db1f8e /sd/source/ui/app/strings.src | |
parent | 318ba58031f656beda5a735d687a0ba991d9d779 (diff) |
mysterious and missing 4077 resource used in sd
this would have been
String RID_WEBWIZARDDIALOG_START +77
from
wizards/source/formwizard/dbwizres.src
which is now gone (very reasonably) since...
commit 82d863b4a410fa78120d2efc41bd2b3b61f21cee
Date: Sat Feb 18 14:02:30 2017 +0100
Related tdf#99967: Cleanup after Web Wizard drop
There are still webwizard*.xhp in help/source/text/shared/autopi/
Change-Id: If54d7bfc093c8c0765fd881eeb14f62bc3517194
Reviewed-on: https://gerrit.libreoffice.org/34402
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
the original complicated reuse of another modules translation
was in
commit 660c23c4c1c624b9db626be8f01166a154021e0d
Date: Fri Jan 28 14:38:37 2005 +0000
INTEGRATION: CWS impress30 (1.18.40); FILE MERGED
2005/01/20 13:44:50 cl 1.18.40.1: #b4752338# give warning when overwriting files
Change-Id: I80ff0a545bbf08bcea142bb8bd41c547713ee11b
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rw-r--r-- | sd/source/ui/app/strings.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 7dd87b46059e..89b9b00dd9bb 100644 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -1127,4 +1127,9 @@ String STR_OBJECTS_TREE Text [ en-US ] = "Page Tree"; }; +String STR_OVERWRITE_WARNING +{ + Text [ en-US ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |