From fd48f39a7ec080c868b314e06bc91efd160e87c9 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Fri, 19 May 2017 21:55:00 +0200 Subject: Translate German comments and debug strings (leftovers in f... dirs) Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "f". Additionally: - Fixed translation in formula/source/ui/dlg/funcutl.cxx (translated in https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=5e04331fc0a6434c61d3d18843cb4f80a44e5989 ), because clearing an event is quite the opposite of its triggering. Change-Id: I0fd62193a29883796cd05e5a80ce8a2900636b6c Reviewed-on: https://gerrit.libreoffice.org/37839 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- fpicker/source/office/OfficeFilePicker.cxx | 2 +- fpicker/source/office/OfficeFolderPicker.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index f45ceb20895d..7d505a9c8db1 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -169,7 +169,7 @@ void SvtFilePicker::prepareExecute() } else { - // Default-Standard-Dir setzen + // set the default standard dir INetURLObject aStdDirObj( SvtPathOptions().GetWorkPath() ); getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); } diff --git a/fpicker/source/office/OfficeFolderPicker.cxx b/fpicker/source/office/OfficeFolderPicker.cxx index dd0b34c36b4c..adc7203a304a 100644 --- a/fpicker/source/office/OfficeFolderPicker.cxx +++ b/fpicker/source/office/OfficeFolderPicker.cxx @@ -90,7 +90,7 @@ void SvtFolderPicker::prepareExecute() getDialog()->SetPath( m_aDisplayDirectory ); else { - // Default-Standard-Dir setzen + // set the default standard dir INetURLObject aStdDirObj( SvtPathOptions().GetWorkPath() ); getDialog()->SetPath( aStdDirObj.GetMainURL( INetURLObject::DecodeMechanism::NONE) ); } -- cgit