From 7e12b71f3d846b392053bc0461767272e73c9e69 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 13 Nov 2015 16:44:06 +0100 Subject: assorted typos reported via pootle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 113,3 → 113.3 (en_US uses dot as decimal separator) * typo: equivavlent → equivalent * typo: "The the …" → "The …" * typo: "The Expert Configuration dialog let you": let → lets * typo: "one of the displayed theme" → "one of the displayed themes" * typo: Sidear → Sidebar * spurious tag "." → "." – dot is just punctuation here Change-Id: Iad058d285f2cdca6e32bc67281d3a4e9e1c18b65 --- source/text/scalc/01/func_averageif.xhp | 4 ++-- source/text/scalc/01/func_error_type.xhp | 2 +- source/text/scalc/01/func_imcosh.xhp | 4 ++-- source/text/scalc/01/func_imcot.xhp | 4 ++-- source/text/scalc/01/func_imcsc.xhp | 2 +- source/text/scalc/01/func_imcsch.xhp | 2 +- source/text/scalc/01/func_imsec.xhp | 2 +- source/text/scalc/01/func_imsech.xhp | 2 +- source/text/scalc/01/func_imsin.xhp | 2 +- source/text/scalc/01/func_imsinh.xhp | 2 +- source/text/scalc/01/func_imtan.xhp | 4 ++-- source/text/shared/optionen/expertconfig.xhp | 2 +- source/text/shared/optionen/persona_firefox.xhp | 4 ++-- source/text/simpress/01/05100000.xhp | 2 +- source/text/swriter/guide/pagestyles.xhp | 3 +-- 15 files changed, 20 insertions(+), 21 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/func_averageif.xhp b/source/text/scalc/01/func_averageif.xhp index b47eec2f20..5bbf17616a 100644 --- a/source/text/scalc/01/func_averageif.xhp +++ b/source/text/scalc/01/func_averageif.xhp @@ -48,7 +48,7 @@ If the whole range is empty, contains only text or all values of the range do no =AVERAGEIF(B2:B6;"<35";C2:C6) The function searches what values are less than 35 in the B2:B6 range, and calculates the average of corresponding values from the C2:C6 range. Returns 145, because the second row does not participate in the calculation. =AVERAGEIF(B2:B6;">"&MIN(B2:B6);C2:C6) -The function searches what values from the range B2:B6 are greater than the least value in the B2:B6 range, and calculates the average of corresponding values from the C2:C6 range. Returns 113,3, because the fourth row (where there is the least value in the range B2:B6) does not participate in the calculation. +The function searches what values from the range B2:B6 are greater than the least value in the B2:B6 range, and calculates the average of corresponding values from the C2:C6 range. Returns 113.3, because the fourth row (where there is the least value in the range B2:B6) does not participate in the calculation. =AVERAGEIF(B2:B6;"<"&LARGE(B2:B6;2);C2:C6) The function searches what values from the range B2:B6 are less than the second large value in the B2:B6 range, and calculates the average of corresponding values from the C2:C6 range. Returns 180, because only the fourth row participates in the calculation. Using regular expressions @@ -69,4 +69,4 @@ If the whole range is empty, contains only text or all values of the range do no - \ No newline at end of file + diff --git a/source/text/scalc/01/func_error_type.xhp b/source/text/scalc/01/func_error_type.xhp index 0d1364108c..05f5109461 100644 --- a/source/text/scalc/01/func_error_type.xhp +++ b/source/text/scalc/01/func_error_type.xhp @@ -114,7 +114,7 @@ =ERROR.TYPE(#N/A) Returns 7, because 7 is the index number of the error value #N/A. =ERROR.TYPE(A3) -If A3 contains an expression equivavlent to the division by zero, the function returns 2, because 2 is the index number of the error value #DIV/0! +If A3 contains an expression equivalent to the division by zero, the function returns 2, because 2 is the index number of the error value #DIV/0! More advanced way If in division A1 by A2, A2 can turn to zero, you can handle the situation as follows: =IF(ISERROR(A1/A2);IF(ERROR.TYPE(A1/A2)=2;"the denominator can't be equal to zero");A1/A2) diff --git a/source/text/scalc/01/func_imcosh.xhp b/source/text/scalc/01/func_imcosh.xhp index de6c9b7b06..a8f44f44a4 100644 --- a/source/text/scalc/01/func_imcosh.xhp +++ b/source/text/scalc/01/func_imcosh.xhp @@ -27,7 +27,7 @@ - Returns the hyperbolic cosine of a complex number. The the hyperbolic cosine of a complex number can be expressed by: + Returns the hyperbolic cosine of a complex number. The hyperbolic cosine of a complex number can be expressed by: @@ -72,4 +72,4 @@ - \ No newline at end of file + diff --git a/source/text/scalc/01/func_imcot.xhp b/source/text/scalc/01/func_imcot.xhp index 7a359406a3..9b8b425691 100644 --- a/source/text/scalc/01/func_imcot.xhp +++ b/source/text/scalc/01/func_imcot.xhp @@ -27,7 +27,7 @@ - Returns the cotangent of a complex number. The the cotangent of a complex number can be expressed by: + Returns the cotangent of a complex number. The cotangent of a complex number can be expressed by: @@ -74,4 +74,4 @@ - \ No newline at end of file + diff --git a/source/text/scalc/01/func_imcsc.xhp b/source/text/scalc/01/func_imcsc.xhp index 24bdfdc0bd..11876adda0 100644 --- a/source/text/scalc/01/func_imcsc.xhp +++ b/source/text/scalc/01/func_imcsc.xhp @@ -27,7 +27,7 @@ - Returns the cosecant of a complex number. The the cosecant of a complex number can be expressed by: + Returns the cosecant of a complex number. The cosecant of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imcsch.xhp b/source/text/scalc/01/func_imcsch.xhp index f5438121b0..1575c98c2d 100644 --- a/source/text/scalc/01/func_imcsch.xhp +++ b/source/text/scalc/01/func_imcsch.xhp @@ -27,7 +27,7 @@ - Returns the hyperbolic cosecant of a complex number. The the hyperbolic cosecant of a complex number can be expressed by: + Returns the hyperbolic cosecant of a complex number. The hyperbolic cosecant of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imsec.xhp b/source/text/scalc/01/func_imsec.xhp index e614a7d67c..1eac5d7502 100644 --- a/source/text/scalc/01/func_imsec.xhp +++ b/source/text/scalc/01/func_imsec.xhp @@ -27,7 +27,7 @@ - Returns the secant of a complex number. The the secant of a complex number can be expressed by: + Returns the secant of a complex number. The secant of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imsech.xhp b/source/text/scalc/01/func_imsech.xhp index 486f2d67d5..37176fbed5 100644 --- a/source/text/scalc/01/func_imsech.xhp +++ b/source/text/scalc/01/func_imsech.xhp @@ -27,7 +27,7 @@ - Returns the hyperbolic secant of a complex number. The the hyperbolic secant of a complex number can be expressed by: + Returns the hyperbolic secant of a complex number. The hyperbolic secant of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imsin.xhp b/source/text/scalc/01/func_imsin.xhp index b21d2ddb52..73b1fa6839 100644 --- a/source/text/scalc/01/func_imsin.xhp +++ b/source/text/scalc/01/func_imsin.xhp @@ -27,7 +27,7 @@ - Returns the sine of a complex number. The the sine of a complex number can be expressed by: + Returns the sine of a complex number. The sine of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imsinh.xhp b/source/text/scalc/01/func_imsinh.xhp index 9924db4ced..e3bd1dc54a 100644 --- a/source/text/scalc/01/func_imsinh.xhp +++ b/source/text/scalc/01/func_imsinh.xhp @@ -27,7 +27,7 @@ - Returns the hyperbolic sine of a complex number. The the hyperbolic sine of a complex number can be expressed by: + Returns the hyperbolic sine of a complex number. The hyperbolic sine of a complex number can be expressed by: diff --git a/source/text/scalc/01/func_imtan.xhp b/source/text/scalc/01/func_imtan.xhp index 13f60de084..d8b2c114e3 100644 --- a/source/text/scalc/01/func_imtan.xhp +++ b/source/text/scalc/01/func_imtan.xhp @@ -27,7 +27,7 @@ - Returns the tangent of a complex number. The the tangent of a complex number can be expressed by: + Returns the tangent of a complex number. The tangent of a complex number can be expressed by: @@ -74,4 +74,4 @@ - \ No newline at end of file + diff --git a/source/text/shared/optionen/expertconfig.xhp b/source/text/shared/optionen/expertconfig.xhp index 4a33ceee96..54c800346a 100644 --- a/source/text/shared/optionen/expertconfig.xhp +++ b/source/text/shared/optionen/expertconfig.xhp @@ -38,7 +38,7 @@ Choose Tools – Options – %PRODUCTNAME – Advanced – Expert Configuration Opens the Expert Configuration dialog for advanced settings and configuration of %PRODUCTNAME. The Expert Configuration dialog allows user to access hundreds of %PRODUCTNAME configuration preferences, and most of them are not available in the user interface or in the options dialogs. -The Expert Configuration dialog let you access, edit and save configuration preferences that can harm your %PRODUCTNAME user profile. It can turn the user profile of %PRODUCTNAME unstable, inconsistent or even unusable. Proceed only if you know what you are doing. +The Expert Configuration dialog lets you access, edit and save configuration preferences that can harm your %PRODUCTNAME user profile. It can turn the user profile of %PRODUCTNAME unstable, inconsistent or even unusable. Proceed only if you know what you are doing. The expert configuration does not modify the %PRODUCTNAME system installation in your computer. Text search entry area diff --git a/source/text/shared/optionen/persona_firefox.xhp b/source/text/shared/optionen/persona_firefox.xhp index 823e3c9592..ee3094ea64 100644 --- a/source/text/shared/optionen/persona_firefox.xhp +++ b/source/text/shared/optionen/persona_firefox.xhp @@ -71,8 +71,8 @@ Suggested Themes By Category Shows a random choice of nine themes based on the categories displayed in the buttons. Click in one of the 5 buttons to display in the image area below a random choice of nine themes tagged by the button category. -To select one of the displayed theme, click on its image and press OK. +To select one of the displayed themes, click on its image and press OK. Since the themes will be fetched from the Mozilla Firefox theme website, you may have to wait some minutes to have all nine themes image filled. Please be patient. - \ No newline at end of file + diff --git a/source/text/simpress/01/05100000.xhp b/source/text/simpress/01/05100000.xhp index 42c9bf30d8..c04e40345a 100644 --- a/source/text/simpress/01/05100000.xhp +++ b/source/text/simpress/01/05100000.xhp @@ -38,7 +38,7 @@ Styles and Formatting -Opens the Styles and Formatting deck of the Sidear, which lists the available graphic and presentation styles for applying and editing. +Opens the Styles and Formatting deck of the Sidebar, which lists the available graphic and presentation styles for applying and editing. The Styles and Formatting window in %PRODUCTNAME Impress behaves differently than in other %PRODUCTNAME programs. For example, you can create, edit and apply Graphic Styles, but you can only edit Presentation Styles. diff --git a/source/text/swriter/guide/pagestyles.xhp b/source/text/swriter/guide/pagestyles.xhp index ceb46d18df..c3aab03ad0 100644 --- a/source/text/swriter/guide/pagestyles.xhp +++ b/source/text/swriter/guide/pagestyles.xhp @@ -44,8 +44,7 @@ oldref="11">To Define a New Page Style - Choose Format - Styles and Formatting - . + Choose Format - Styles and Formatting. -- cgit