diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-02-03 10:28:17 +0300 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-02-03 15:12:01 +0000 |
commit | d7c48309e67c097ea4fe1045640401209b316c48 (patch) | |
tree | a8e226fc6978cae6c64e279ad272b94c4b37558b /vcl/source/src | |
parent | 71863c6188a5a0bf9dd1c31c8ad9c7b8b9b9001b (diff) |
tdf#105697: Make the Screenshot command localizable
Change-Id: Ieb3f114feea3b9e9c597e0bd16ed80734dcd5ec2
Reviewed-on: https://gerrit.libreoffice.org/33865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/btntext.src | 5 | ||||
-rw-r--r-- | vcl/source/src/helptext.src | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/vcl/source/src/btntext.src b/vcl/source/src/btntext.src index b3a6b6b6236b..7d7cb4d11be5 100644 --- a/vcl/source/src/btntext.src +++ b/vcl/source/src/btntext.src @@ -186,4 +186,9 @@ String SV_BUTTONTEXT_CONNECT Text [ en-US ] = "C~onnect" ; }; +String SV_BUTTONTEXT_SCREENSHOT +{ + Text [ en-US ] = "~Screenshot" ; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/src/helptext.src b/vcl/source/src/helptext.src index 78fc92cd0633..99b443a09c23 100644 --- a/vcl/source/src/helptext.src +++ b/vcl/source/src/helptext.src @@ -57,6 +57,11 @@ String SV_HELPTEXT_HELP Text [ en-US ] = "Help"; }; +String SV_HELPTEXT_SCREENSHOT +{ + Text [ en-US ] = "Take and annotate a screenshot"; +}; + String SV_HELPTEXT_FADEIN { Text [ en-US ] = "Show"; |